Annotation of parser3/ChangeLog, revision 1.168

1.168   ! moko        1: 2021-07-19  moko
        !             2: 
        !             3:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
        !             4:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
        !             5: 
1.167     moko        6: 2021-04-16  moko
                      7: 
                      8:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                      9:          processing it leads to assertions.
                     10: 
1.166     moko       11: 2021-03-25  moko
                     12: 
                     13:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                     14:          #1213
                     15: 
1.165     moko       16: 2021-02-12  moko
                     17: 
                     18:        * tests/: 360.html, results/360.processed, results/363.processed:
                     19:          parser method call in expression mode no longer differs from call
                     20:          in string mode (related to feature #1211)
                     21: 
                     22: 2021-02-11  moko
                     23: 
                     24:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                     25:          fixed (bug #1212)
                     26: 
                     27:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                     28:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                     29:          strings in both calls (implements feature #1211)
                     30: 
1.164     moko       31: 2021-01-28  moko
                     32: 
                     33:        * buildall, etc/auto.p.in: to remove last patch in debian package
                     34: 
                     35:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                     36:          3.4.7b
                     37: 
1.162     moko       38: 2021-01-21  moko
                     39: 
                     40:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                     41:          is MULTITHREADED
                     42: 
1.157     moko       43: 2021-01-20  moko
                     44: 
1.161     moko       45:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                     46:          'a2enmod mpm_prefork'
                     47: 
1.160     moko       48:        * src/targets/apache/mod_parser3.c: prefork name is now
                     49:          'libapache2-mpm-itk'
                     50: 
                     51:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                     52:          removed
                     53: 
1.159     moko       54:        * src/targets/isapi/Makefile.am: -pa_threads.C
                     55: 
1.158     moko       56:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                     57:          3.4.6
                     58: 
1.157     moko       59:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                     60: 
                     61:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                     62:          /httpd.p
                     63: 
                     64:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                     65:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                     66:          #1203)
                     67: 
                     68: 2021-01-19  moko
                     69: 
                     70:        * buildall: --disable-parallel-mark added to avoid "number of
                     71:          processors" threads creation for heap marking as it conflicts
                     72:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                     73:          limits threads)
                     74: 
1.156     moko       75: 2021-01-16  moko
                     76: 
                     77:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                     78:          main/pa_globals.C, main/pa_memory.C,
                     79:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                     80:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                     81:          feature #1209)
                     82: 
                     83: 2021-01-15  moko
                     84: 
                     85:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                     86:          3.4.6rc
                     87: 
                     88:        * src/classes/json.C: get_delim added for delimiter caching (10%
                     89:          faster on large json)
                     90: 
                     91: 2021-01-14  moko
                     92: 
                     93:        * operators.txt: updated with 3.4.6 changes
                     94: 
                     95:        * tests/results/224.processed: test result modified after
                     96:          today(shift) implemented
                     97: 
                     98:        * tests/: 407.html, results/407.processed: test for ^hash.select
                     99:          option $.default(bool) added (related to feature #1172)
                    100: 
                    101:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                    102:          (related to feature #1172)
                    103: 
                    104:        * tests/: 141.html, results/141.processed: test modified for
                    105:          feature #1185.
                    106: 
                    107:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                    108:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                    109:          options $.lower(bool) (implements feature #1185)
                    110: 
                    111: 2021-01-11  moko
                    112: 
                    113:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                    114:          #1192)
                    115: 
                    116:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                    117:          added (related to feature #1192)
                    118: 
1.155     moko      119: 2021-01-05  moko
                    120: 
                    121:        * tests/: 270.html, results/270.processed: test modified to work
                    122:          under Windows
                    123: 
                    124:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                    125:          4 windows
                    126: 
                    127:        * tests/: 410.html, results/410.processed: test for
                    128:          $CLASS-GETTER-PROTECTED(false) added
                    129: 
                    130: 2021-01-04  moko
                    131: 
                    132:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                    133:          $MAIN:LOCALS(true) added
                    134: 
1.154     moko      135: 2021-01-03  moko
                    136: 
                    137:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                    138:          types/pa_vclass.h, types/pa_vstateless_class.C,
                    139:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                    140:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                    141:          #1207)
                    142: 
                    143: 2021-01-02  moko
                    144: 
                    145:        * etc/auto.p.in: minor
                    146: 
                    147:        * src/main/pa_request.C: sending headers only after opening file to
                    148:          allow error reporting if file was not opened (foreign group,
                    149:          etc).
                    150: 
                    151: 2020-12-31  moko
                    152: 
                    153:        * src/: include/pa_request.h, main/pa_request.C,
                    154:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                    155: 
                    156:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                    157:          main/pa_request.C: get_class_ref added and used
                    158: 
                    159:        * etc/auto.p.in: @CLASS httpd added
                    160: 
                    161:        * etc/auto.p.in: @auto[] is now first
                    162: 
                    163: 2020-12-30  moko
                    164: 
                    165:        * tests/: 408.html, results/408.processed: test for bug #1166
                    166:          (windows only) added
                    167: 
                    168:        * src/main/pa_common.C: create_dir_for_file should not create dir
                    169:          for trailing / (fixes bug #1166)
                    170: 
                    171:        * tests/: 341.html, results/341.processed: tests for
                    172:          ^nameless_table.hash[] added (related to feature #1138)
                    173: 
                    174:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                    175:          (implements feature #1138), extra fields in named tables no
                    176:          longer ignored (implements feature #1138)
                    177: 
                    178:        * tests/results/390.processed: updated after exception text change
                    179: 
                    180: 2020-12-29  moko
                    181: 
                    182:        * tests/: 407.html, results/407.processed: +$._default check
                    183: 
                    184:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                    185: 
                    186:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                    187:          and ^hash.reverse[] added (releated to feature #1172)
                    188: 
                    189:        * src/classes/hash.C:
                    190:          ^hash.select[key;value](bool-condition)[options hash] +
                    191:          ^hash.reverse[] added (implements feature #1172)
                    192: 
                    193:        * src/types/pa_vtable.h: warning war
                    194: 
                    195:        * src/include/pa_config_fixed.h: win32 fix
                    196: 
1.153     moko      197: 2020-12-27  moko
                    198: 
                    199:        * tests/: 406.html, results/406.processed: test results updated
                    200: 
                    201:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                    202:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                    203:          spelling
                    204: 
                    205: 2020-12-26  moko
                    206: 
                    207:        * tests/: 406.html, results/406.processed: tests for
                    208:          ^table.rename[] added (related to feature #1148)
                    209: 
                    210:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    211:          ^table.rename[column name from;column name to], ^table.rename[
                    212:          $.[column name from][column name to] ... ] added (implements
                    213:          feature #1148)
                    214: 
                    215: 2020-12-25  moko
                    216: 
                    217:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                    218:          request_info now on stack to avoid yet another THREAD_LOCAL
                    219:          memory deallocation issue (now with cookies), explained in #1203
                    220: 
                    221:        * src/types/pa_vcookie.C: fields should be inited
                    222: 
                    223: 2020-12-24  moko
                    224: 
                    225:        * src/include/pa_stylesheet_connection.h: looks like
                    226:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                    227:          sure libxml bug, but we have GC anyway, so we just remove this
                    228:          call and see...
                    229: 
                    230:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                    231:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                    232:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                    233:          abort.c:65:8     frame #3: 0x00000000004da663
                    234:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                    235:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                    236:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                    237:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                    238:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                    239:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                    240:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                    241:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                    242:           frame #8: 0x000000000050d35c
                    243:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                    244:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                    245:           frame #10: 0x00000000004436e5
                    246:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                    247:          [inlined]
                    248:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                    249:          pa_stylesheet_connection.h:62:3
                    250: 
                    251: 2020-12-23  moko
                    252: 
                    253:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                    254: 
                    255:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                    256:          ^image::measure[; $.video(true) ] added
                    257: 
                    258:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                    259:          httpd mode for unknown reasons
                    260: 
                    261: 2020-12-22  moko
                    262: 
                    263:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                    264:          error_log uri of currently processed document", but never used
                    265:          and conflicts with how libgc stops threads on FreeBSD (#define
                    266:          SIG_SUSPEND SIGUSR1), thus removed.
                    267: 
                    268: 2020-12-21  moko
                    269: 
                    270:        * src/main/pa_request.C: +comment
                    271: 
1.151     moko      272: 2020-12-20  moko
                    273: 
1.152     moko      274:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                    275:          it is more safe to have versions of pa_strdup with one and two
                    276:          arguments, as helper_length=0 not always mean that strlen()
                    277:          should be called, but means zero.
                    278: 
                    279:        * src/targets/isapi/parser3isapi.C: minor
                    280: 
                    281:        * src/main/pa_http.C: +valid_http_method
                    282: 
1.151     moko      283:        * src/: include/pa_http.h, main/pa_http.C,
                    284:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                    285: 
                    286: 2020-12-17  moko
                    287: 
                    288:        * tests/: 405.html, results/405.processed: test for split by regex
                    289:          added (related to feature #1160)
                    290: 
                    291:        * src/classes/string.C: split by regex implemented (feature #1160)
                    292: 
                    293:        * src/classes/string.C: minor
                    294: 
                    295:        * tests/: 404.html, results/404.processed: test for whitespace
                    296:          string is now OK for table argument (related to feature #1169)
                    297: 
                    298:        * src/: classes/image.C, classes/string.C, classes/table.C,
                    299:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                    300:          argument (as with hash) (implements feature #1169)
                    301: 
                    302:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                    303:          limit for comment (fixes bug #1102)
                    304: 
                    305:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                    306: 
                    307:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                    308: 
                    309:        * src/include/pa_config_includes.h: HAVE_TLS used
                    310: 
                    311:        * configure.ac: +TLS check
                    312: 
                    313:        * src/main/pa_http.C: content logging added
                    314: 
                    315:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                    316:          clear_response_headers added
                    317: 
                    318: 2020-12-16  moko
                    319: 
                    320:        * buildall: as we now use threads, libatomic_ops still required for
                    321:          some OS.
                    322: 
                    323:        * src/main/pa_request.C: whitespace
                    324: 
                    325:        * src/: include/pa_request.h, main/pa_request.C:
                    326:          Request::Exception_trace::table extracted and used
                    327: 
                    328:        * src/main/pa_request.C: moving output_result call outside of try
                    329:          as network exceptions should not be handled by parser code
                    330: 
                    331:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                    332:          logging network exchange
                    333: 
                    334:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                    335:          via network if it was network write error.
                    336: 
                    337:        * src/targets/cgi/parser3.C: log -> pa_log
                    338: 
                    339:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                    340: 
                    341:        * src/main/pa_threads.C: getpid() if no gettid() found
                    342: 
                    343:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    344:          we need to ignore "void" connections from browsers (browsers open
                    345:          connections in advance and they will be empty if user does not
                    346:          request more pages)
                    347: 
                    348: 2020-12-15  moko
                    349: 
                    350:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                    351: 
                    352:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                    353:          RequestController not needed in httpd mode
                    354: 
                    355:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    356:          classes/classes.h, classes/curl.C, classes/date.C,
                    357:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    358:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    359:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    360:          classes/memcached.C, classes/memory.C, classes/op.C,
                    361:          classes/reflection.C, classes/regex.C, classes/response.C,
                    362:          classes/string.C, classes/table.C, classes/void.C,
                    363:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    364:          include/pa_array.h, include/pa_base64.h,
                    365:          include/pa_cache_managers.h, include/pa_charset.h,
                    366:          include/pa_charsets.h, include/pa_common.h,
                    367:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    368:          include/pa_dictionary.h, include/pa_dir.h,
                    369:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    370:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    371:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    372:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    373:          include/pa_request_charsets.h, include/pa_request_info.h,
                    374:          include/pa_sapi.h, include/pa_socks.h,
                    375:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    376:          include/pa_stack.h, include/pa_string.h,
                    377:          include/pa_stylesheet_connection.h,
                    378:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    379:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    380:          include/pa_uue.h, include/pa_xml_exception.h,
                    381:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    382:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    383:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    384:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    385:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    386:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    387:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    388:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    389:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    390:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    391:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    392:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    393:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    394:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    395:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    396:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    397:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    398:          main/untaint.C, sql/pa_sql_driver.h,
                    399:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    400:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    401:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    402:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    403:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                    404:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                    405:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                    406:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                    407:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                    408:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                    409:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                    410:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                    411:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    412:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                    413:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                    414:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    415:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                    416:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                    417:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    418:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    419:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    420:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    421:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    422:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    423:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    424:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    425: 
                    426:        * src/main/pa_request.C: old compilers support
                    427: 
                    428:        * tests/: 362.html, results/362.processed: test updated after
                    429:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                    430:          #1108)
                    431: 
                    432:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                    433:          removed, as xsltFreeStylesheet has side effects on original doc.
                    434:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                    435:          not updated after xdoc modification (part 3 of test 362).
                    436:          (related to bug #1108)
                    437: 
                    438:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                    439: 
                    440:        * src/: classes/memory.C, include/pa_memory.h,
                    441:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                    442:          PA_GC_GCOLLECT used
                    443: 
                    444:        * src/include/pa_memory.h: +PA_GC_COLLECT
                    445: 
                    446:        * src/targets/cgi/parser3.C: msvs support fixes
                    447: 
                    448:        * src/lib/gc/include/gc.h: more cleanup
                    449: 
                    450:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                    451: 
                    452:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                    453:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                    454: 
                    455:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                    456: 
                    457:        * configure.ac: pthread.h added to checked headers
                    458: 
                    459:        * src/classes/table.C: string stream is back :)
                    460: 
                    461:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                    462:          exists
                    463: 
                    464:        * src/main/pa_globals.C: GC_dont_gc replaced
                    465: 
                    466:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                    467:          left to simplify adding new functions.  depricated GC_dont_gc
                    468:          replaced with GC_disable and GC_enable calls.
                    469: 
                    470:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                    471:          CORD_from_file* not used and thus removed
                    472: 
                    473:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                    474: 
                    475: 2020-12-14  moko
                    476: 
                    477:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                    478:          referenced elsewhere, or GC will collect it.
                    479: 
                    480:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                    481:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                    482:          elsewhere, or GC will collect them (and we'll get GPF in
                    483:          multithreaded enviroment).  May be it can be also fixed by some
                    484:          GC call, not sure. But this fix costs nothing (but hours of
                    485:          debugging to find the issue :).
                    486: 
1.150     moko      487: 2020-12-11  moko
                    488: 
                    489:        * configure.ac: gettid() check added
                    490: 
                    491:        * src/main/pa_threads.C: HAVE_GETTID used
                    492: 
                    493:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                    494: 
                    495:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                    496:          version for isapi/cgi/apache
                    497: 
                    498:        * buildall: threads are now required.
                    499: 
                    500:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                    501:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    502:          main/main.vcproj: pa_threads.C moved to main
                    503: 
                    504:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                    505:          isapi/pa_threads.C: pa_threads.C moved to main
                    506: 
                    507:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                    508:          targets/apache/Makefile.am: pa_threads.C moved to main
                    509: 
                    510:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                    511: 
                    512:        * src/: include/pa_stylesheet_connection.h,
                    513:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                    514:          and weird GPF in multithreaded httpd is gone
                    515: 
                    516:        * src/include/: pa_stylesheet_connection.h,
                    517:          pa_sql_driver_manager.h: whitespace
                    518: 
                    519:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                    520: 
                    521:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                    522:          main/pa_stylesheet_manager.C: whitespace, warning war
                    523: 
                    524:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                    525:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                    526:          parser_multithreaded never used
                    527: 
                    528:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                    529: 
                    530: 2020-12-10  moko
                    531: 
                    532:        * src/: include/pa_config_includes.h, include/pa_http.h,
                    533:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                    534:          MULTITHREADED and PARALLEL httpd server modes
                    535: 
                    536:        * src/main/pa_globals.C: GC_java_finalization is depricated
                    537: 
                    538: 2020-12-09  moko
                    539: 
                    540:        * etc/auto.p.in: + @httpd-main
                    541: 
                    542:        * src/: include/pa_common.h, main/pa_request.C,
                    543:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                    544:          work
                    545: 
                    546:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    547:          slow file_read_binary no longer used, send_range added
                    548: 
                    549: 2020-12-08  moko
                    550: 
                    551:        * src/main/pa_request.C: >4Gb support
                    552: 
                    553:        * src/targets/cgi/parser3.C: msvc warning war
                    554: 
                    555:        * src/: include/pa_config_includes.h, main/pa_http.C,
                    556:          main/pa_request.C: msvc warnings war
                    557: 
                    558:        * src/classes/image.C: warning war
                    559: 
                    560:        * src/classes/table.C: MSVC warning war
                    561: 
                    562:        * src/targets/cgi/parser3.C: msvc warnings war
                    563: 
                    564:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                    565:          added
                    566: 
1.149     moko      567: 2020-12-07  moko
                    568: 
1.150     moko      569:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                    570:          avoid logging beside system-wide auto.p
                    571: 
                    572:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                    573: 
                    574:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                    575:          configure options added:
                    576: 
                    577:          --with-system-cfg=FILE  to specify system-wide auto.p
                    578:          --with-system-log=FILE  to specify system-wide parser3.log
                    579: 
                    580:        * Makefile.am: bin no longer exists
                    581: 
                    582:        * configure, configure.ac: auto.p moved to etc to simplify debian
                    583:          package
                    584: 
                    585:        * buildall: auto.p and parser3.charsets moved to their default
                    586:          location after install
                    587: 
                    588:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                    589: 
                    590:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                    591: 
1.149     moko      592:        * src/targets/cgi/parser3.C: locate_config call returned to
                    593:          original place as it requires pa_thread_request() under Windows
                    594: 
                    595:        * src/targets/cgi/parser3.C: renaming
                    596: 
                    597: 2020-12-06  moko
                    598: 
                    599:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                    600:          check added
                    601: 
                    602: 2020-12-04  moko
                    603: 
                    604:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                    605:          main/pa_request.C: unified uint64_t lseek implemented to support
                    606:          >4Gb files under x86, including Windows
                    607: 
                    608: 2020-12-02  moko
                    609: 
                    610:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                    611:          with max_file_size
                    612: 
                    613:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    614:          support for processing files sized >4Gb on 32 bit planforms
                    615: 
                    616:        * tests/399.html: file moved
                    617: 
                    618:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                    619: 
                    620:        * src/targets/cgi/pa_sapi_info.h: warning war
                    621: 
                    622:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                    623:          warning war
                    624: 
                    625: 2020-12-01  moko
                    626: 
                    627:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                    628: 
                    629:        * src/classes/image.C: for "size not found" exception to be shown
                    630:          if size not found until eof
                    631: 
                    632:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                    633:          bit linux)
                    634: 
                    635:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                    636:          #1188)
                    637: 
                    638: 2020-11-30  moko
                    639: 
                    640:        * src/classes/image.C: definitions moved closer to code
                    641: 
                    642:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                    643:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                    644:          395_dir/3_VP8X.webp, results/395.processed,
                    645:          results/396.processed: tests for ^image::measure[] .webp support
                    646:          added, all image files moved into one directory (related to
                    647:          feature #1188)
                    648: 
                    649:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                    650:          #1188)
                    651: 
1.148     moko      652: 2020-11-29  moko
                    653: 
                    654:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                    655:          processing, unnessesary defines removed
                    656: 
                    657: 2020-11-24  moko
                    658: 
                    659:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    660:          309.processed, 310.processed: Content-Disposition: inline
                    661:          returned
                    662: 
                    663:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                    664:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                    665:          ] added (related to bug #1204)
                    666: 
                    667:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                    668:          ] supported to avoid Content-Disposition: inline;
                    669:          filename="<file>.ext" but still set Content-Type for ext (related
                    670:          to bug #1204)
                    671: 
1.147     moko      672: 2020-11-22  moko
                    673: 
                    674:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                    675:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                    676: 
                    677:        * src/main/pa_request.C: content_disposition_inline returned.
                    678: 
                    679: 2020-11-17  moko
                    680: 
                    681:        * src/main/pa_request.C: empty main method name support
                    682: 
                    683:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                    684:          config_handler added, stdout flush added.
                    685: 
                    686: 2020-11-16  moko
                    687: 
                    688:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                    689: 
                    690:        * tests/results/: 099.processed, 205.processed, 237.processed,
                    691:          309.processed, 310.processed: Content-Disposition: inline is not
                    692:          required and should not contain filename="<name>"
                    693: 
                    694:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                    695:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    696:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                    697: 
1.146     moko      698: 2020-11-14  moko
                    699: 
                    700:        * src/targets/cgi/parser3.C: spelling
                    701: 
                    702:        * src/targets/cgi/parser3.C: renaming
                    703: 
                    704:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                    705:          relocated
                    706: 
                    707:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                    708:          before request processing, which is weired
                    709: 
                    710: 2020-11-13  moko
                    711: 
                    712:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                    713:          copied in httpd.
                    714: 
                    715: 2020-11-12  moko
                    716: 
                    717:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                    718: 
                    719:        * src/: include/pa_request.h, main/pa_request.C,
                    720:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                    721: 
                    722:        * src/main/pa_http.C: URI validation added
                    723: 
                    724:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                    725:          can't be empty but can be null.  httpd-main is now main method
                    726:          name for httpd mode
                    727: 
                    728: 2020-11-11  moko
                    729: 
                    730:        * src/main/pa_request.C: path_translated can be null in httpd mode
                    731: 
                    732:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                    733:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                    734:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                    735:          main/pa_request.C: r.absolute -> r.full_disk_path
                    736: 
                    737:        * src/targets/cgi/parser3.C: if filename to process is not
                    738:          specified, auto.p should be present.
                    739: 
1.145     moko      740: 2020-11-03  moko
                    741: 
                    742:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                    743: 
                    744:        * src/main/pa_request.C: content_disposition_inline is the default,
                    745:          not required.
                    746: 
1.144     moko      747: 2020-10-29  moko
                    748: 
                    749:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                    750:          ^use[file; $.main(true) ] implemented for auto.p processing and
                    751:          path_translated changing to correct relative files path
                    752:          calculation in httpd mode
                    753: 
                    754:        * src/: include/pa_request.h, main/pa_request.C:
                    755:          fail_on_read_problem removed, as it allways true, as if should
                    756:          be.
                    757: 
                    758:        * src/: include/pa_request.h, main/pa_request.C,
                    759:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    760:          targets/isapi/parser3isapi.C: clearing config_filespec when
                    761:          config was not found, thus flag not required and removed.
                    762: 
                    763: 2020-10-28  moko
                    764: 
                    765:        * tests/: 402.html, results/402.processed: error reporting test
                    766: 
                    767:        * src/main/execute.C: better error reporting when
                    768:          $result[^hash::create[]] in @main.
                    769: 
                    770:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                    771:          + minor optimization
                    772: 
                    773:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                    774:          main/pa_xml_io.C: execute_*_method simplified and unified
                    775: 
                    776: 2020-10-27  moko
                    777: 
                    778:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                    779: 
                    780:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                    781:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    782:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                    783:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                    784:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                    785:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                    786:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                    787:          longer used in object-prototype mode
                    788: 
                    789:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    790:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    791:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                    792:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                    793:          $form:name[value] features
                    794: 
1.143     moko      795: 2020-10-18  moko
                    796: 
                    797:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                    798: 
                    799: 2020-10-15  moko
                    800: 
                    801:        * src/main/pa_http.C: url no longer needed as
                    802:          ALTER_EXCEPTION_SOURCE is used
                    803: 
                    804:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                    805:          main/pa_http.C: check_file_size filespec is now optional
                    806: 
                    807:        * src/: classes/curl.C, include/pa_exception.h,
                    808:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                    809:          ALTER_EXCEPTION_COMMENT added for better error reporting
                    810: 
                    811:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                    812:          results/346-curl.processed, results/379-curl.processed,
                    813:          results/379.processed: test results updated as load now provides
                    814:          better error reporting + curl responses updated
                    815: 
                    816: 2020-10-14  moko
                    817: 
                    818:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                    819:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                    820:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                    821:          checked. 10 is now default base, no hex autodetect by default
                    822: 
                    823:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    824:          connection socket closing in destructor + accept exception
                    825:          handling
                    826: 
                    827:        * src/targets/cgi/parser3.C: warning war
                    828: 
                    829:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                    830:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                    831:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                    832:          exception handling unified
                    833: 
                    834: 2020-10-13  moko
                    835: 
                    836:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                    837:          autodetection
                    838: 
                    839:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                    840: 
                    841:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                    842: 
                    843:        * src/main/pa_http.C: warning war
                    844: 
1.142     moko      845: 2020-10-12  moko
                    846: 
1.143     moko      847:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    848:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                    849:          unhandled exception code optimization
                    850: 
                    851:        * src/targets/cgi/parser3.C: request_info now global variable
                    852: 
                    853:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                    854:          class
                    855: 
                    856:        * src/: include/pa_http.h, main/pa_http.C,
                    857:          targets/cgi/pa_sapi_info.h: read_post implemented
                    858: 
1.142     moko      859:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    860:          [host:]port syntax support in httpd mode
                    861: 
                    862:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                    863:          targets/cgi/parser3.C: populate_env added
                    864: 
                    865:        * src/include/pa_hash.h: to make get(char *) compiling in
                    866:          HashStringString
                    867: 
                    868: 2020-10-10  moko
                    869: 
                    870:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                    871:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                    872: 
                    873:        * src/: include/pa_http.h, include/pa_request_info.h,
                    874:          main/pa_http.C, main/pa_string.C,
                    875:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                    876:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    877:          types/pa_vrequest.C: initial httpd mode implementation
                    878: 
1.141     moko      879: 2020-10-04  moko
                    880: 
                    881:        * src/targets/cgi/parser3.C: options together
                    882: 
                    883: 2020-09-30  moko
                    884: 
                    885:        * src/main/pa_http.C: renamed
                    886: 
1.140     moko      887: 2020-08-14  moko
                    888: 
                    889:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                    890:          src/targets/cgi/Makefile.am: no httpd as separate library
                    891: 
                    892: 2020-08-13  moko
                    893: 
                    894:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                    895:          unhandled exception handler to report 500 instead of 200 it was
                    896:          before.
                    897: 
                    898:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                    899: 
                    900:        * src/: include/pa_sapi.h, main/untaint.C,
                    901:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    902:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                    903:          thus replaced with SAPI::die and removed
                    904: 
                    905:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                    906:          cgi/parser3.C: whitespace
                    907: 
                    908:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                    909: 
                    910: 2020-08-12  moko
                    911: 
                    912:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                    913:          removed, whitespace was: SIGPIPE received while executing code.
                    914:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                    915:          cl=0]
                    916: 
                    917:        * parser3.sln: + httpd.vcproj
                    918: 
                    919: 2020-08-11  moko
                    920: 
                    921:        * src/targets/cgi/Makefile.am: +libhttpd
                    922: 
                    923:        * configure.ac, src/lib/Makefile.am: +libhttpd
                    924: 
1.139     moko      925: 2020-07-13  moko
                    926: 
                    927:        * tests/: 401.html, results/401.processed: test for hash key does
                    928:          not keep language, but tainted in foreach.
                    929: 
1.138     moko      930: 2020-07-01  moko
                    931: 
                    932:        * tests/: 235.html, results/235.processed: test result updated as
                    933:          messages before attachments implemented (feature #1176)
                    934: 
1.137     moko      935: 2020-06-27  moko
                    936: 
                    937:        * tests/: 400.html, results/400.processed: test updated to check
                    938:          ^return{code}
                    939: 
                    940:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                    941:          fixed
                    942: 
                    943: 2020-06-26  moko
                    944: 
                    945:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                    946:          added (related to https://www.parser.ru/forum/?id=85319)
                    947: 
                    948:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                    949:          when $result assignment was last statement in the method
                    950:          (https://www.parser.ru/forum/?id=85319)
                    951: 
1.136     moko      952: 2020-05-23  moko
                    953: 
                    954:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                    955:          whitespace, unused level removed
                    956: 
                    957: 2020-05-19  moko
                    958: 
                    959:        * src/types/pa_vmail.C: whitespace
                    960: 
                    961:        * src/types/pa_vmail.C: files should be processed last (related to
                    962:          feature #1176)
                    963: 
1.135     moko      964: 2020-05-12  moko
                    965: 
                    966:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                    967:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                    968: 
                    969:        * configure.ac: FreeBSD1X.X check added to avoid
                    970:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                    971: 
1.134     moko      972: 2020-02-26  moko
                    973: 
                    974:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                    975:          compilation issue (related to bug #1201)
                    976: 
                    977:        * src/main/pa_common.C: entry_readable -> entry_exists,
                    978:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                    979:          -f and -d now works under Windows in UTF-8 with Russian
                    980:          filenames.
                    981: 
                    982:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                    983:          advice (related to feature #1199)
                    984: 
                    985: 2020-02-25  moko
                    986: 
                    987:        * buildall: --silent removed
                    988: 
                    989:        * configure.ac: gmime-3.0 support
                    990: 
                    991:        * buildall: --with-system-mailreceive option added to build with
                    992:          system libgmime
                    993: 
                    994:        * src/types/pa_vmail.C: avoiding
                    995:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                    996:          to feature #1199)
                    997: 
1.133     moko      998: 2020-02-18  moko
                    999: 
                   1000:        * src/classes/op.C: windows x64 debug mode compile fix
                   1001: 
                   1002:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   1003:          change (releated to feature #1200)
                   1004: 
                   1005:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1006:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   1007:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   1008:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   1009:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1010:          targets/apache/ApacheModuleParser3.vcproj,
                   1011:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1012:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1013:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   1014:          dependency (related to feature #1200)
                   1015: 
1.132     moko     1016: 2020-02-12  moko
                   1017: 
                   1018:        * src/types/pa_vmail.C: minimize diff
                   1019: 
                   1020:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   1021:          #1199)
                   1022: 
1.131     moko     1023: 2020-01-18  moko
                   1024: 
                   1025:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   1026: 
1.130     moko     1027: 2019-12-28  moko
                   1028: 
                   1029:        * src/targets/cgi/parser3.C: avoid empty ?
                   1030: 
                   1031: 2019-12-27  moko
                   1032: 
                   1033:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   1034:          DOCUMENT_ROOT (related to feature #1164)
                   1035: 
                   1036:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   1037:          fcgiwrap setup (implements feature #1164)
                   1038: 
                   1039:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   1040:          but no issues found (related to feature #1164)
                   1041: 
                   1042:        * src/targets/cgi/parser3.C: actualized
                   1043: 
                   1044: 2019-12-26  moko
                   1045: 
                   1046:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   1047:          removed
                   1048: 
                   1049:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   1050:          removed
                   1051: 
                   1052:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   1053:          allocation errors, we don't want default gc warnings (without
                   1054:          timestamp and URI).
                   1055: 
                   1056:        * src/: classes/memory.C, main/pa_globals.C,
                   1057:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1058:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   1059:          pa_globals_init
                   1060: 
                   1061:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   1062:          initialization used (optimization)
                   1063: 
                   1064:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   1065:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   1066:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   1067:          (optimization)
                   1068: 
1.129     moko     1069: 2019-12-09  moko
                   1070: 
                   1071:        * src/include/pa_config_fixed.h: warning war
                   1072: 
1.128     moko     1073: 2019-12-08  moko
                   1074: 
                   1075:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   1076:          process grammar under Unix.
                   1077: 
                   1078: 2019-12-07  moko
                   1079: 
                   1080:        * tests/389.html: For Windows XP. :)
                   1081: 
                   1082:        * tests/388-sql.html: Windows compatibility added
                   1083: 
                   1084: 2019-12-06  moko
                   1085: 
                   1086:        * src/targets/cgi/parser3.C: warning war
                   1087: 
                   1088:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   1089:          == sizeof(CORD)) to avoid aligning bugs in future
                   1090: 
                   1091:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   1092:          XML_STATIC
                   1093: 
                   1094:        * src/include/pa_request.h: StackItem() not required
                   1095: 
                   1096:        * src/include/pa_stack.h: warning war
                   1097: 
                   1098:        * src/include/pa_config_includes.h: GCC warning silenced
                   1099: 
                   1100:        * src/include/pa_memory.h: warning war: the program should also
                   1101:          define 'void operator delete [](void*, std::size_t)'
                   1102:          [-Wsized-deallocation]
                   1103: 
                   1104:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   1105: 
                   1106:        * src/classes/string.C: not reqired cast removed
                   1107: 
                   1108:        * src/classes/string.C: not reqired cast removed
                   1109: 
                   1110: 2019-12-05  moko
                   1111: 
                   1112:        * src/lib/sdbm/pa_file_io.C: warning war
                   1113: 
                   1114:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   1115:          enum Language : size_t - required for VS2015+ to make
                   1116:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   1117:          without it (related to feature #1198)
                   1118: 
                   1119: 2019-12-04  moko
                   1120: 
                   1121:        * src/main/pa_base64.C: unsigned char -> uchar
                   1122: 
                   1123:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   1124:          as other libs
                   1125: 
                   1126:        * src/include/pa_version.h: +amd64
                   1127: 
                   1128: 2019-12-03  moko
                   1129: 
                   1130:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   1131:          release
                   1132: 
                   1133:        * src/include/pa_config_includes.h: warning war
                   1134: 
                   1135:        * src/classes/image.C: warning war
                   1136: 
                   1137:        * src/main/pa_globals.C: x64 libs support
                   1138: 
                   1139:        * src/include/pa_config_includes.h: warning war
                   1140: 
                   1141:        * src/types/pa_method.h: warning war
                   1142: 
1.127     moko     1143: 2019-11-28  moko
                   1144: 
                   1145:        * src/classes/math.C: vs2003 compatibility + warning war
                   1146: 
                   1147:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   1148:          libxml2-2.9.9 (related to feature #1136)
                   1149: 
                   1150:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   1151:          typecast for more compatibility (related to feature #1136)
                   1152: 
                   1153:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   1154:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   1155:          feature #1136)
                   1156: 
                   1157: 2019-11-26  moko
                   1158: 
                   1159:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   1160:          removed (it was failing in $$var case), condition added
                   1161: 
1.126     moko     1162: 2019-11-25  moko
                   1163: 
                   1164:        * tests/: 397.html, 399.html, results/141.processed,
                   1165:          results/399.processed: base64 options tested
                   1166: 
                   1167:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   1168: 
                   1169:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   1170:          implemented (feature #986)
                   1171: 
                   1172:        * src/main/pa_cache_managers.C: whitespace
                   1173: 
                   1174:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   1175:          ^base64 encode options added (related to feature #986)
                   1176: 
                   1177:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   1178:          pa_base64_encode(file) removed - more memory, but faster and less
                   1179:          code (related fo feature #986)
                   1180: 
                   1181: 2019-11-24  moko
                   1182: 
                   1183:        * tests/: 155.html, results/155.processed: limit and offset in
                   1184:          ^table::load[] now supported, thus test added
                   1185: 
                   1186:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   1187:          main/pa_common.C: optimization: offset and limit options parsing
                   1188:          moved inside file_load.
                   1189: 
                   1190: 2019-11-23  moko
                   1191: 
                   1192:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   1193:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   1194:          optimization: file_read replaced with simplified file_read_binary
                   1195: 
                   1196:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   1197:          types/pa_vform.C: whitespace
                   1198: 
                   1199:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   1200:          removed
                   1201: 
                   1202: 2019-11-21  moko
                   1203: 
                   1204:        * tests/: 193.html, results/193.processed, results/389.processed:
                   1205:          test results updated as now base64 does not discard tail without
                   1206:          padding (related to feature #986)
                   1207: 
                   1208: 2019-11-20  moko
                   1209: 
                   1210:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   1211:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   1212:          pa_base64_decode (related to feature #986)
                   1213: 
                   1214:        * tests/398.html: tests for base64 decode added (related to feature
                   1215:          #986)
                   1216: 
                   1217:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   1218:          support, padding inside base 64 supported (related to feature
                   1219:          #096)
                   1220: 
                   1221: 2019-11-19  moko
                   1222: 
                   1223:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   1224:          FreeBSD 12
                   1225: 
1.125     moko     1226: 2019-11-16  moko
                   1227: 
                   1228:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   1229:          support added, step support removed (related to #986)
                   1230: 
                   1231: 2019-11-15  moko
                   1232: 
                   1233:        * src/classes/math.C: using log since log2 is not present on
                   1234:          FreeBSD < 8.4 (related to feature #1177)
                   1235: 
                   1236:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   1237:          pa_base64_size extracted and used for files as well (related to
                   1238:          feature 986)
                   1239: 
                   1240: 2019-11-14  moko
                   1241: 
                   1242:        * tests/: 397.html, results/397.processed: + content check
                   1243: 
                   1244:        * tests/: 141.html, results/141.processed: make test resuls more
                   1245:          readable
                   1246: 
                   1247:        * tests/: 397.html, results/193.processed, results/397.processed:
                   1248:          test results updated after \x00 character was disabled in
                   1249:          math:convert string mode (related to feature #1177)
                   1250: 
                   1251:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   1252:          converting to string (as in base64, related to feature #1177)
                   1253: 
                   1254:        * src/classes/file.C: more correct arguments separation
                   1255: 
                   1256:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   1257:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1258:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   1259:          options added, but not yet implemented (related to feature #986)
                   1260: 
                   1261:        * src/classes/math.C: whitespace
                   1262: 
                   1263: 2019-11-13  moko
                   1264: 
                   1265:        * tests/: 397.html, results/397.processed: +tainting test (related
                   1266:          to feature #1177)
                   1267: 
                   1268:        * src/classes/math.C: as we now produce not only digits, result
                   1269:          should be tainted (related to feature #1177)
                   1270: 
                   1271:        * src/main/pa_base64.C: whitespace
                   1272: 
                   1273:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   1274:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1275:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   1276:          implementation moved from pa_common.h and pa_common.C
                   1277: 
                   1278: 2019-11-12  moko
                   1279: 
                   1280:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   1281:          as ^math:convert now supports arbitrary precision
                   1282: 
                   1283: 2019-11-11  moko
                   1284: 
                   1285:        * tests/results/389.processed: uctualized error message
                   1286: 
                   1287:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   1288:          ^math:convert added (related to feature #1177)
                   1289: 
                   1290:        * src/classes/math.C: ^math:convert now supports arbitrary
                   1291:          precision, alphabet support added (implements feature #1177)
                   1292: 
1.124     moko     1293: 2019-11-06  moko
                   1294: 
                   1295:        * tests/: 181.html, results/181.processed: entities usage added,
                   1296:          more entites load tests (related to bug #842 discussion)
                   1297: 
                   1298: 2019-11-05  moko
                   1299: 
                   1300:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   1301:          call from xmlFileOpen if http://localhost/<file> was not found
                   1302:          (related to bug #842)
                   1303: 
                   1304:        * src/main/pa_xml_io.C: rename
                   1305: 
                   1306:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   1307: 
                   1308:        * src/main/pa_xml_io.C: whitespace
                   1309: 
1.123     moko     1310: 2019-10-31  moko
                   1311: 
                   1312:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   1313:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   1314:          #1181)
                   1315: 
1.122     moko     1316: 2019-10-25  moko
                   1317: 
                   1318:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   1319:          queries tests
                   1320: 
                   1321: 2019-10-24  moko
                   1322: 
                   1323:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   1324:          pgsql driver test
                   1325: 
                   1326:        * tests/: 388-sql.html, results/388-sql.processed:
                   1327:          multi_statements=1 now tested, mysql test now supported
                   1328:          (connection must be specified in [parser3] section in .my.cnf)
                   1329:          related to issues #1195 and #1194
                   1330: 
1.121     moko     1331: 2019-09-11  moko
                   1332: 
                   1333:        * src/classes/int.C: whitespace
                   1334: 
                   1335:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   1336:          exception test
                   1337: 
                   1338:        * tests/results/388-sql.processed: sql queries now shown (related
                   1339:          to feature #1196)
                   1340: 
                   1341:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   1342:          with old parser versions.
                   1343: 
                   1344:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   1345:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   1346:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   1347:          instead of connect string in query_event_handlers exceptions
                   1348:          (implements feature #1196)
                   1349: 
1.120     moko     1350: 2019-09-06  moko
                   1351: 
                   1352:        * tests/388-sql.html: mysql compat
                   1353: 
                   1354:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1355:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   1356:          sql_ variables declaration moved to pa_common.h
                   1357: 
1.116     moko     1358: 2019-01-15  moko
                   1359: 
                   1360:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   1361:          logically sorted
                   1362: 
                   1363: 2018-12-27  moko
                   1364: 
                   1365:        * src/include/pa_config_includes.h: warning war:
                   1366:          -Wdeprecated-register added for C++ 17
                   1367: 
                   1368: 2018-10-15  moko
                   1369: 
                   1370:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   1371:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   1372:          --with-xml=/usr/local/
                   1373: 
                   1374: 2018-09-24  moko
                   1375: 
                   1376:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   1377:          ^image::measure[] now supports tiff added (related to feature
                   1378:          #1188)
                   1379: 
                   1380:        * src/classes/image.C: ^image::measure[] now supports tiff
                   1381:          (implements feature #1188)
                   1382: 
                   1383: 2018-09-20  moko
                   1384: 
                   1385:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   1386:          files measure added (related to ticket #1188)
                   1387: 
                   1388:        * src/classes/image.C: measure of bmp files implemented (related to
                   1389:          ticket #1188)
                   1390: 
                   1391: 2018-09-18  moko
                   1392: 
                   1393:        * tests/: 394-curl.html, results/394-curl.processed,
                   1394:          results/auto.p: test for bug #1187 (max_file_size check for head
                   1395:          requests) added
                   1396: 
                   1397: 2018-08-24  moko
                   1398: 
                   1399:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   1400:          response content-length check is required (fixes bug #1187)
                   1401: 
                   1402: 2018-05-11  moko
                   1403: 
                   1404:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   1405:          $.append(bool) ] option added (related to feature #919)
                   1406: 
                   1407:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   1408:          from misha@ patch (implements feature #919)
                   1409: 
                   1410: 2018-03-22  moko
                   1411: 
                   1412:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   1413:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   1414:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   1415:          Windows-only problem.
                   1416: 
                   1417:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   1418:          build fix)
                   1419: 
                   1420: 2018-02-03  moko
                   1421: 
                   1422:        * src/main/execute.C: removes irrelevant lines from exception stack
                   1423:          trace when exceptions occurs in assigment (fixes bug #1165)
                   1424: 
                   1425:        * tests/: 393.html, results/393.processed: test for behavour after
                   1426:          "Property can not be created, already exists field with that
                   1427:          name" exception removed (related to feature #1183)
                   1428: 
                   1429:        * src/types/pa_vclass.C: "Property can not be created, already
                   1430:          exists field with that name" exception removed (implements
                   1431:          feature #1183)
                   1432: 
                   1433: 2018-01-19  moko
                   1434: 
                   1435:        * src/classes/string.C: whitespace
                   1436: 
                   1437:        * src/classes/string.C: whitespace
                   1438: 
                   1439:        * tests/: 392.html, results/392.processed: test for
                   1440:          ^regex::create[$regex] added (related to feature #1135)
                   1441: 
                   1442:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   1443:          ^regex::create[$regex] added (implements feature #1135)
                   1444: 
                   1445:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   1446:          commented define added (related to feature #1157)
                   1447: 
                   1448: 2018-01-17  moko
                   1449: 
                   1450:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   1451: 
                   1452: 2018-01-15  moko
                   1453: 
                   1454:        * tests/: 390.html, results/390.processed: real path replaced by
                   1455:          stub
                   1456: 
                   1457:        * tests/: 391.html, results/391.processed: test for feature #1181
                   1458:          (XML_PARSE_HUGE exception) added
                   1459: 
                   1460: 2018-01-11  moko
                   1461: 
                   1462:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   1463:          XML_PARSE_HUGE option passed by default (implements feature
                   1464:          #1181)
                   1465: 
                   1466:        * src/classes/string.C: whitespace
                   1467: 
                   1468: 2017-12-10  moko
                   1469: 
                   1470:        * tests/: 389.html, 390.html, results/389.processed,
                   1471:          results/390.processed: image code coverage tests added (related
                   1472:          to feature #1125)
                   1473: 
                   1474: 2017-12-08  moko
                   1475: 
                   1476:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   1477:          results/346-curl.processed, results/388-sql.processed,
                   1478:          results/389.processed: more code coverage tests
                   1479: 
                   1480:        * tests/: 264.html, results/264.processed: code coverage for
                   1481:          ^file::exec[]
                   1482: 
                   1483: 2017-12-07  moko
                   1484: 
                   1485:        * tests/: 174.html, 388-sql.html, 389.html,
                   1486:          results/388-sql.processed, results/389.processed,
                   1487:          results/174.processed: more coverage tests
                   1488: 
                   1489:        * src/classes/math.C: exception text actualized
                   1490: 
                   1491: 2017-12-06  moko
                   1492: 
                   1493:        * tests/388-sql.html: $SQL can be here
                   1494: 
                   1495:        * tests/results/auto.p: $SQL not required here
                   1496: 
                   1497:        * tests/: 388-sql.html, 389.html, Makefile,
                   1498:          results/388-sql.processed, results/389.processed, results/auto.p:
                   1499:          code coverage tests for sql (using sqlite) and int/double/bool
                   1500:          added (related to feature #1125)
                   1501: 
                   1502:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1503:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   1504:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   1505:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1506:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1507:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1508:          types/types.vcproj: gc\include no longer required
                   1509: 
                   1510:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   1511:          required
                   1512: 
                   1513:        * src/: classes/Makefile.am, classes/table.C,
                   1514:          include/pa_config_includes.h, include/pa_string.h,
                   1515:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1516:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   1517:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   1518:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   1519:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   1520:          used, we now include it directly
                   1521: 
                   1522: 2017-12-04  moko
                   1523: 
                   1524:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   1525:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   1526:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   1527:          where required
                   1528: 
                   1529:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   1530:          now can be used to trace memory allocations
                   1531: 
                   1532:        * src/: classes/table.C, include/pa_config_includes.h,
                   1533:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1534:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   1535:          method removes, libcord also can work without libgc
                   1536: 
                   1537:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   1538: 
                   1539: 2017-11-29  moko
                   1540: 
                   1541:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   1542:          are not present (related to feature #1173)
                   1543: 
                   1544:        * tests/346-curl.html: test updated to test curl content-length bug
                   1545:          (related to feature #1173)
                   1546: 
                   1547:        * tests/results/346-curl.processed: more test for content-length
                   1548:          curl bug (related to feature #1173)
                   1549: 
                   1550:        * tests/results/346-curl.processed: test results updated after
                   1551:          #1173 implemented
                   1552: 
                   1553: 2017-11-28  moko
                   1554: 
                   1555:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   1556:          (related to feature #1173)
                   1557: 
                   1558: 2017-11-27  moko
                   1559: 
                   1560:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   1561:          $.http_version[version string] added (implements feature #1173),
                   1562:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   1563:          where $post(true) bug existed.
                   1564: 
                   1565: 2017-11-18  moko
                   1566: 
                   1567:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   1568: 
                   1569:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   1570:          feature #1170)
                   1571: 
                   1572: 2017-11-17  moko
                   1573: 
                   1574:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   1575:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   1576:          with delete usage check only under Debian 9 (related to feature
                   1577:          #1170)
                   1578: 
                   1579: 2017-11-16  moko
                   1580: 
                   1581:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   1582:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   1583:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   1584:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   1585:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   1586:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   1587:          stubs defend from accidental use (implements feature #1170)
                   1588: 
                   1589: 2017-06-24  moko
                   1590: 
                   1591:        * configure.ac: minor fix: thanks to alx@
                   1592: 
1.115     moko     1593: 2017-05-29  moko
                   1594: 
                   1595:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   1596:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   1597:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   1598: 
                   1599:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   1600:          ignored, =?UTF-8?Q?= should start in case of leading space
                   1601:          (related to bug #123)
                   1602: 
                   1603:        * buildall: echo -n -> printf for OS X. :)
                   1604: 
                   1605: 2017-05-25  moko
                   1606: 
                   1607:        * tests/: 288.html, results/288.processed: test updated afted
                   1608:          setting $o.prop without setter exception removed (related to
                   1609:          feature #1157)
                   1610: 
                   1611:        * src/types/pa_vclass.C: no more "this property has no setter
                   1612:          method" when setting $o.prop without setter (implements feature
                   1613:          #1157)
                   1614: 
                   1615:        * buildall: echo \c -> echo -n for FreeBSD
                   1616: 
                   1617:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   1618:          src/types/pa_vdouble.h: isfinite now checked in configure
                   1619: 
                   1620:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   1621:          upgraded to automake 1.15
                   1622: 
                   1623: 2017-05-23  moko
                   1624: 
                   1625:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   1626:          defined
                   1627: 
                   1628: 2017-05-22  moko
                   1629: 
                   1630:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   1631: 
                   1632:        * buildall: extern CFLAGS setting support
                   1633: 
                   1634:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   1635: 
                   1636:        * buildall: http -> https
                   1637: 
                   1638:        * buildall: gc-7.2f -> gc-7.6.0
                   1639: 
                   1640: 2017-05-20  moko
                   1641: 
                   1642:        * buildall: https, pcre, xml, xslt updated to current versions
                   1643:          (related to feature #1136)
                   1644: 
                   1645: 2017-05-19  moko
                   1646: 
                   1647:        * tests/097.html: after parser.ru moved to https
                   1648: 
                   1649: 2017-05-17  moko
                   1650: 
                   1651:        * tests/results/: 175.processed, 372.processed: tests resuls
                   1652:          updated after lintian spelling typos fixed (related to bug #1156)
                   1653: 
                   1654:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   1655:          classes/string.C, classes/table.C, main/pa_charset.C,
                   1656:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   1657:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   1658:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   1659: 
                   1660:        * tests/results/096.processed: +XMP
                   1661: 
                   1662:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   1663:          $.xmp(true) options tested (test for feature #1154)
                   1664: 
                   1665:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   1666:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   1667:          fetched by default! (implements feature #1154)
                   1668: 
                   1669: 2017-05-16  moko
                   1670: 
                   1671:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   1672:          allowed (related to feature #1154)
                   1673: 
                   1674:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1675:          initial XMP implementation - without options and transcode
                   1676:          (related to feature #1154)
                   1677: 
                   1678: 2017-05-12  moko
                   1679: 
                   1680:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1681:          image: exif moved to ffields, skipped in ^image.html[] where
                   1682:          iterators now used (preparation for feature #1154)
                   1683: 
                   1684: 2017-05-05  moko
                   1685: 
                   1686:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   1687:          results/387.processed: test for circular class inheritance check
                   1688:          added (related to bug #1150)
                   1689: 
                   1690:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   1691:          added (fixes endless add_derived bug #1150)
                   1692: 
                   1693: 2017-05-04  moko
                   1694: 
                   1695:        * tests/: 386.html, results/386.processed: test for
                   1696:          $table.value(number) added (related to feature #1152)
                   1697: 
                   1698:        * src/types/pa_vtable.C: table put_element: column value must be
                   1699:          string  - > column value must be string compatible to allow
                   1700:          $t.value(1) (implements feature #1152)
                   1701: 
                   1702: 2017-05-03  moko
                   1703: 
                   1704:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   1705:          (related to feature #1151)
                   1706: 
                   1707:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   1708:          not possible, removing test (related to feature #1151)
                   1709: 
                   1710:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   1711:          get_element_method added and used to allow $use[$method] and
                   1712:          $autouse[$method] (implements feature 1151)
                   1713: 
                   1714:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   1715:          variable added (related to feature #1151)
                   1716: 
                   1717:        * tests/results/226.processed: actualized after ^try-catch used
                   1718: 
                   1719:        * tests/: 226.html, 385.html, results/385.processed: test for
                   1720:          @autouse in variable added
                   1721: 
                   1722:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   1723: 
1.114     moko     1724: 2017-02-27  moko
                   1725: 
                   1726:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   1727: 
1.113     moko     1728: 2017-02-20  moko
                   1729: 
                   1730:        * operators.txt: actualization + beauty
                   1731: 
                   1732: 2017-02-16  moko
                   1733: 
                   1734:        * tests/: 384.html, results/384.processed: test for
                   1735:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   1736:          #1089)
                   1737: 
                   1738:        * tests/: 384.html, results/384.processed: test for
                   1739:          ^reflection:mixin[] added (related to feature #1089)
                   1740: 
                   1741:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   1742: 
1.112     moko     1743: 2017-02-15  moko
                   1744: 
                   1745:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   1746:          fixed
                   1747: 
                   1748:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   1749:          test added (related to feature #1069)
                   1750: 
                   1751:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1752:          compilation without HASH_ORDER fixed
                   1753: 
                   1754:        * src/: classes/reflection.C, include/pa_hash.h:
                   1755:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   1756:          feature #1069)
                   1757: 
                   1758: 2017-02-14  moko
                   1759: 
                   1760:        * tests/: 152.html, results/152.processed: test for $._default hash
                   1761:          added (related to bug #1131)
                   1762: 
                   1763:        * tests/: 277.html, results/277.processed: test for hash with only
                   1764:          $._default is now defined (related to bug #1131)
                   1765: 
                   1766:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   1767:          (fixed bug #1131)
                   1768: 
                   1769: 2017-02-13  moko
                   1770: 
                   1771:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   1772: 
                   1773:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   1774:          results/320.processed, results/375.processed, results/auto.p:
                   1775:          cat-windows.sh support added
                   1776: 
                   1777:        * tests/375.html: Windows support
                   1778: 
                   1779:        * tests/270.html: documented
                   1780: 
                   1781:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   1782:          (not backslashes) even under Windows (broke test 270)
                   1783: 
                   1784: 2017-02-12  moko
                   1785: 
                   1786:        * tests/: descript.ion, todo.txt: cleanup
                   1787: 
                   1788: 2017-02-09  moko
                   1789: 
                   1790:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   1791:          run_tests.cmd: Windows compatibility
                   1792: 
                   1793:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   1794:          incorrectly (GMT) if parser is called from cygwin
                   1795: 
1.111     moko     1796: 2017-02-08  moko
                   1797: 
1.112     moko     1798:        * operators.txt: actualization 15% completed
                   1799: 
                   1800:        * operators.txt: cp1251 -> utf-8
                   1801: 
                   1802:        * NEWS, README: minor update
                   1803: 
                   1804:        * src/include/pa_config_includes.h: warning war continues
                   1805: 
                   1806:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   1807:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1808:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   1809:          gcc 6.x issues fixed
                   1810: 
1.111     moko     1811:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1812:          classes/classes.h, classes/curl.C, classes/date.C,
                   1813:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1814:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1815:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1816:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1817:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1818:          classes/string.C, classes/table.C, classes/void.C,
                   1819:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1820:          include/pa_array.h, include/pa_cache_managers.h,
                   1821:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1822:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1823:          include/pa_dictionary.h, include/pa_dir.h,
                   1824:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1825:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1826:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1827:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1828:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1829:          include/pa_sapi.h, include/pa_socks.h,
                   1830:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1831:          include/pa_stack.h, include/pa_string.h,
                   1832:          include/pa_stylesheet_connection.h,
                   1833:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1834:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1835:          include/pa_uue.h, include/pa_xml_exception.h,
                   1836:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1837:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1838:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1839:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1840:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1841:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1842:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1843:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1844:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1845:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1846:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1847:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1848:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1849:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1850:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   1851:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1852:          main/untaint.C, sql/pa_sql_driver.h,
                   1853:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1854:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   1855:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1856:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1857:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1858:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1859:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   1860:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1861:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   1862:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   1863:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   1864:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   1865:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   1866:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   1867:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   1868:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   1869:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   1870:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1871:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1872:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   1873:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1874:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1875:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1876:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1877:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1878:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1879:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1880:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   1881:          2015->2017
                   1882: 
1.110     moko     1883: 2017-02-07  moko
                   1884: 
                   1885:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   1886: 
                   1887: 2017-02-06  moko
                   1888: 
                   1889:        * src/main/pa_common.C: minor fixes, whitespace
                   1890: 
                   1891:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1892:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   1893:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   1894:          now used (implements feature #1081)
                   1895: 
                   1896:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   1897: 
                   1898: 2017-02-01  moko
                   1899: 
                   1900:        * src/include/pa_request.h: cleanup
                   1901: 
                   1902: 2017-01-30  moko
                   1903: 
                   1904:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   1905: 
                   1906: 2017-01-29  moko
                   1907: 
                   1908:        * tests/: 383.html, results/383.processed: test for
                   1909:          ^reflection:stack[] added (related to feature #1052)
                   1910: 
                   1911:        * src/classes/reflection.C: else added
                   1912: 
                   1913:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   1914:          $.max_file_lock_wait added (implements feature #1128)
                   1915: 
                   1916: 2017-01-28  moko
                   1917: 
                   1918:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   1919:          body and other cases tests added (related to featue #1014)
                   1920: 
                   1921:        * src/classes/curl.C: bug if response is empty fixed (related to
                   1922:          feature #1014)
                   1923: 
                   1924: 2017-01-27  moko
                   1925: 
                   1926:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   1927:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   1928:          added (implements feature #1052)
                   1929: 
                   1930: 2017-01-25  moko
                   1931: 
                   1932:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   1933:          method test added
                   1934: 
                   1935: 2017-01-23  moko
                   1936: 
                   1937:        * src/classes/reflection.C: optimization: options->get replaced by
                   1938:          hash iterator
                   1939: 
                   1940:        * tests/: 381.html, results/381.processed: now -> fixed date
                   1941: 
                   1942:        * src/main/pa_request.C: warning war
                   1943: 
                   1944:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   1945:          5Mb (fixes bug #1058)
                   1946: 
                   1947:        * src/classes/curl.C: warning war
                   1948: 
                   1949:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1950:          $.one-line(true) option added (related to feature #1124)
                   1951: 
                   1952:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1953:          $.one-line(true|false) options is now supported (implements
                   1954:          feature #1124)
                   1955: 
                   1956:        * tests/: 380.html, results/380.processed: test for modified
                   1957:          $.max_file_size added (related to bug #1014)
                   1958: 
                   1959:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1960:          load added (related to bug #1014)
                   1961: 
                   1962:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1963:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1964:          in curl / file load from disk and http, http file load rewritten
                   1965:          (related to bug #1014)
                   1966: 
                   1967: 2017-01-18  moko
                   1968: 
                   1969:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1970:          added (related to feature #66)
                   1971: 
                   1972:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1973:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1974:          (related to feature #66)
                   1975: 
                   1976: 2017-01-17  moko
                   1977: 
                   1978:        * tests/: 377.html, results/377.processed: test for different
                   1979:          combinations of breaks in body and delimiter (related to bug
                   1980:          #1077)
                   1981: 
                   1982:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1983:          added (related to bug #1077)
                   1984: 
                   1985:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1986:          passed to native method" exception added to avoid bugs due to
                   1987:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1988:          after ^break[] (related to bug #1077)
                   1989: 
                   1990: 2017-01-14  moko
                   1991: 
                   1992:        * tests/: 330.html, results/330.processed: test results updated
                   1993:          after ^break[] bugs where fixed (related to bug #1077)
                   1994: 
                   1995:        * tests/: 329.html, results/329.processed: test results updated
                   1996:          after ^break[] bugs where fixed (related to bug #1077)
                   1997: 
                   1998:        * tests/results/320.processed: ^return[] added
                   1999: 
                   2000: 2017-01-13  moko
                   2001: 
                   2002:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   2003:          classes/table.C, include/pa_request.h, main/execute.C,
                   2004:          main/pa_request.C, targets/cgi/parser3.C,
                   2005:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   2006:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   2007:          checked after each possible process/execute call (fixes bug
                   2008:          #1077)
                   2009: 
                   2010: 2016-12-29  moko
                   2011: 
                   2012:        * src/main/pa_common.C: warning war
                   2013: 
                   2014:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   2015:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   2016:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   2017:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   2018:          (related to feature #1014)
                   2019: 
                   2020:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   2021:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   2022:          (related to feature #1014)
                   2023: 
                   2024: 2016-12-28  moko
                   2025: 
                   2026:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   2027:          warning war
                   2028: 
                   2029: 2016-12-26  moko
                   2030: 
                   2031:        * tests/: 341.html, results/341.processed: test for
                   2032:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   2033: 
                   2034:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   2035:          (related to feature #1057)
                   2036: 
                   2037:        * src/types/pa_vdate.C: warning war continues...
                   2038: 
                   2039:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   2040:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   2041: 
                   2042:        * src/lib/gd/gifio.C: warning war / cleanup
                   2043: 
                   2044:        * src/lib/json/pa_json.C: warning war
                   2045: 
                   2046:        * src/classes/hash.C: warning war
                   2047: 
                   2048:        * src/types/pa_vfile.C: warning war
                   2049: 
                   2050:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   2051:          -Wall warning war continues
                   2052: 
                   2053:        * configure.ac: --with-build-warnings actualized
                   2054: 
                   2055: 2016-12-25  moko
                   2056: 
                   2057:        * src/main/pa_exec.C: -wAll warning war
                   2058: 
                   2059:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   2060:          -wAll warning war
                   2061: 
                   2062:        * src/: include/pa_common.h, include/pa_sapi.h,
                   2063:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   2064:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   2065:          -wAll warning war
                   2066: 
                   2067: 2016-12-23  moko
                   2068: 
                   2069:        * src/lib/ltdl/Makefile.am: extra dist added
                   2070: 
                   2071:        * tests/results/344.processed: test result updated after $file.text
                   2072:          prefetched in ^hash::create[$file] (related to feature #1075)
                   2073: 
                   2074:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   2075:          ^hash::create[$file] (related to feature #1075)
                   2076: 
                   2077: 2016-12-22  moko
                   2078: 
                   2079:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   2080:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   2081:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   2082:          #1014 under 32-bit unix versions)
                   2083: 
                   2084: 2016-12-21  moko
                   2085: 
                   2086:        * tests/: 375.html, results/375.processed: test for exec returning
                   2087:          stated file added (related to feature #1119)
                   2088: 
                   2089:        * src/classes/file.C: load should not return file with null body
                   2090:          (fixes bug #1119)
                   2091: 
                   2092: 2016-12-14  moko
                   2093: 
                   2094:        * tests/: 374.html, results/374.processed: test for $method.name
                   2095:          added (related to feature #1117) plus method returning junction
                   2096:          test
                   2097: 
                   2098: 2016-12-13  moko
                   2099: 
                   2100:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   2101:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   2102:          (implements feature #1117)
                   2103: 
                   2104:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   2105:          HEAD and TRACE can't have body (implements feature #1116)
                   2106: 
                   2107: 2016-12-09  moko
                   2108: 
                   2109:        * tests/: 373.html, results/373.processed: tests for
                   2110:          ^reflection:tainting added (related to feature #1098)
                   2111: 
                   2112:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   2113:          change (related to feature #1098)
                   2114: 
                   2115: 2016-12-06  moko
                   2116: 
                   2117:        * src/: classes/reflection.C, include/pa_string.h,
                   2118:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   2119:          feature #1098)
                   2120: 
                   2121: 2016-12-05  moko
                   2122: 
                   2123:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   2124:          (fixes bug #1114)
                   2125: 
                   2126: 2016-12-04  moko
                   2127: 
                   2128:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   2129:          check added
                   2130: 
                   2131: 2016-12-03  moko
                   2132: 
                   2133:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   2134:          to test value.as_hash() usage
                   2135: 
                   2136:        * src/classes/curl.C: value.as_hash() used for correct hash
                   2137:          processing
                   2138: 
                   2139:        * src/classes/reflection.C: exceptions texts fixes
                   2140: 
                   2141: 2016-12-02  moko
                   2142: 
                   2143:        * tests/: 372.html, results/372.processed: tests for
                   2144:          ^reflection:create[ $.class[name] $.constructor[name]
                   2145:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   2146:          feature #1094)
                   2147: 
                   2148:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   2149:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   2150:          will be called in ~VNativeMethodFrame
                   2151: 
                   2152:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   2153:          ] minor fix
                   2154: 
                   2155:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   2156:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   2157:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   2158:          now supported (implements feature #1094) value::as_hash added
                   2159:          (and should be used everywhere)
                   2160: 
                   2161:        * src/classes/reflection.C: cleanup
                   2162: 
                   2163: 2016-12-01  moko
                   2164: 
                   2165:        * tests/: 356.html, results/356.processed: test for method
                   2166:          junctions class name added to the resulting hash added (related
                   2167:          to feature #1068)
                   2168: 
                   2169:        * src/classes/reflection.C: for method junctions class name added
                   2170:          to the resulting hash (related to feature #1068)
                   2171: 
                   2172: 2016-11-30  moko
                   2173: 
                   2174:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   2175:          exception (related to bug #1113)
                   2176: 
                   2177:        * src/types/pa_vhashfile.C: whitespace
                   2178: 
                   2179:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   2180:          #1113)
                   2181: 
                   2182:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2183:          229.processed, 239.processed, 244.processed, 246.processed,
                   2184:          314.processed, 352.processed: tests results updated after method
                   2185:          call exceptions improved as method now keeps its name
                   2186: 
                   2187:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   2188:          types/pa_vmethod_frame.h: method call exceptions improved as
                   2189:          method now keeps its name
                   2190: 
                   2191:        * tests/: 224.html, 239.html, results/224.processed,
                   2192:          results/239.processed: tests and tests results updated after
                   2193:          Request::construct exception changed
                   2194: 
                   2195:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   2196:          exception optimized
                   2197: 
                   2198:        * tests/: 371.html, results/371.processed: test for
                   2199:          WWrapper.get_element call in $.name.key[value] code added
                   2200:          (related to feature #1091)
                   2201: 
                   2202:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   2203:          in $.name.key[value] code (related to feature #1091)
                   2204: 
                   2205: 2016-11-29  moko
                   2206: 
                   2207:        * src/classes/op.C: VS warning war
                   2208: 
                   2209:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   2210:          C4239: nonstandard extension used : 'return' : conversion from
                   2211:          'Value' to 'Value &' (related to feature #1020)
                   2212: 
                   2213:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   2214:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   2215:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   2216:          to feature #1020)
                   2217: 
                   2218:        * src/main/execute.C: VS warning war
                   2219: 
                   2220:        * src/targets/cgi/parser3.C: VS compatibility fix
                   2221: 
                   2222:        * src/include/pa_request.h: VS warning war
                   2223: 
                   2224:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   2225:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   2226: 
                   2227:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   2228:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   2229:          $.stdin[$binary_file] (fixes bug #1044)
                   2230: 
                   2231: 2016-11-28  moko
                   2232: 
                   2233:        * src/main/pa_exec.C: whitespace
                   2234: 
                   2235:        * src/main/pa_request.C: whitespace
                   2236: 
                   2237:        * tests/: 369.html, results/369.processed: test for
                   2238:          $response:status usage added (related to feature #1099)
                   2239: 
                   2240:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   2241:          if < 100 (implements feature #1099)
                   2242: 
                   2243:        * src/targets/cgi/parser3.C: whitespace
                   2244: 
                   2245:        * src/targets/cgi/parser3.C: whitespace
                   2246: 
                   2247:        * tests/: 368.html, results/368.processed: test updated after
                   2248:          ^reflection:filename[$method] added (related to feature #1053)
                   2249: 
                   2250:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2251:          main/compile.y, main/execute.C, main/pa_request.C,
                   2252:          types/pa_vclass.h: filename -> filespec,
                   2253:          ^reflection:filename[$method] added (related to feature #1053)
                   2254: 
                   2255: 2016-11-27  moko
                   2256: 
                   2257:        * tests/: 368.html, results/368.processed: test for
                   2258:          reflection:filename[$class or object] added (related to feature
                   2259:          #1053)
                   2260: 
                   2261:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   2262:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   2263:          object] added (implements feature #1053)
                   2264: 
                   2265: 2016-11-26  moko
                   2266: 
                   2267:        * src/: include/pa_request_info.h,
                   2268:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2269:          remove_absolute_uri -> strip_absolute_uri
                   2270: 
                   2271: 2016-11-25  moko
                   2272: 
                   2273:        * src/: include/pa_request_info.h,
                   2274:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2275:          request_info.remove_absolute_uri added to remove possible
                   2276:          http://site.name/ from $request:uri (implements feature #1112)
                   2277: 
                   2278: 2016-11-24  moko
                   2279: 
                   2280:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   2281:          previous request headers clearing after redirect added (related
                   2282:          to bug #1109)
                   2283: 
                   2284:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   2285:          response headers from previous requests are now cleared, only
                   2286:          last request headers are collected (fixes bug #1109)
                   2287: 
                   2288:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   2289:          tests results updated as method name now added to the resulting
                   2290:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2291:          feature #1068)
                   2292: 
                   2293:        * src/classes/reflection.C: method name now added to the resulting
                   2294:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2295:          feature #1068)
                   2296: 
                   2297:        * tests/results/366.processed: test for native and parser
                   2298:          implementation of ^use[] logic (related to feature #1074)
                   2299: 
                   2300:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   2301:          for native and parser implementation of ^use[] logic (related to
                   2302:          feature #1074)
                   2303: 
                   2304: 2016-11-23  moko
                   2305: 
                   2306:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   2307:          main/pa_request.C: @USE file now implemented as ^use[file;
                   2308:          $.origin[origin_file] ] (implements feature #1074)
                   2309: 
1.109     moko     2310: 2016-11-21  moko
                   2311: 
1.110     moko     2312:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   2313:          3.4.4 and $caller.method now tested (related to feature #1110)
                   2314: 
                   2315:        * tests/: 364.html, results/364.processed: $caller usage in
                   2316:          different contexts now tested (related to feature #1110)
                   2317: 
                   2318:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   2319: 
                   2320:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   2321: 
1.109     moko     2322:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   2323:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   2324:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   2325:          used (implements feature #1110)
                   2326: 
                   2327: 2016-11-20  moko
                   2328: 
                   2329:        * src/types/pa_vdouble.h: whitespace
                   2330: 
                   2331: 2016-11-11  moko
                   2332: 
                   2333:        * tests/: 363.html, results/363.processed: more tests for feature
                   2334:          #1091 (how parser methods work in expression context)
                   2335: 
                   2336:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   2337:          expressions strings are now written as strings, not values by
                   2338:          write_as_string (related to feature #1091)
                   2339: 
                   2340:        * src/classes/op.C: to make more correct behavour in expression
                   2341:          context
                   2342: 
                   2343: 2016-11-07  moko
                   2344: 
                   2345:        * tests/: 362.html, results/362.processed: test for
                   2346:          xsltParseStylesheetDoc caching as xsl modification after it added
                   2347:          (related to bug #1108)
                   2348: 
                   2349:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   2350:          result now cached as xdoc is modified after it (fixes bug #1108)
                   2351: 
                   2352: 2016-11-06  moko
                   2353: 
                   2354:        * src/types/pa_vxdoc.h: whitespace
                   2355: 
                   2356: 2016-11-05  moko
                   2357: 
                   2358:        * src/types/pa_vmethod_frame.h: cleanup
                   2359: 
                   2360: 2016-11-03  moko
                   2361: 
                   2362:        * tests/results/244.processed: more correct exception after method
                   2363:          frames separation
                   2364: 
                   2365:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   2366: 
                   2367:        * src/types/pa_method.h: optimization: params_count added
                   2368: 
                   2369:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   2370:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   2371:          types/pa_value.C, types/pa_vmethod_frame.C,
                   2372:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   2373:          VMethodFrame now divided into VNativeMethodFrame,
                   2374:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   2375:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   2376:          and used (related to feature #1104)
                   2377: 
                   2378: 2016-11-02  moko
                   2379: 
                   2380:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   2381:          classes/double.C, classes/file.C, classes/hash.C,
                   2382:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2383:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2384:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   2385:          classes/regex.C, classes/string.C, classes/table.C,
                   2386:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   2387:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   2388:          r.write (implements feature #1091)
                   2389: 
                   2390:        * src/main/execute.C: cleanup (related to feature #1104)
                   2391: 
                   2392:        * src/: include/pa_request.h, main/execute.C,
                   2393:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   2394:          added, in_expression removed (implements feature #1104)
                   2395: 
                   2396: 2016-10-31  moko
                   2397: 
                   2398:        * src/types/pa_value.C: whitespace
                   2399: 
                   2400: 2016-10-28  moko
                   2401: 
                   2402:        * tests/results/244.processed: updated after error reporting fixed
                   2403:          in pa_wcontext.C
                   2404: 
                   2405:        * src/types/pa_wcontext.C: error reporting fixed
                   2406: 
                   2407:        * src/types/pa_wcontext.h: whitespace
                   2408: 
                   2409:        * src/classes/image.C: not fully readed entries are no longer
                   2410:          processed (fixes bug #1106)
                   2411: 
                   2412: 2016-10-26  moko
                   2413: 
                   2414:        * src/classes/image.C: whitespace
                   2415: 
                   2416:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   2417:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   2418:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   2419:          longer required (related to feature #1091)
                   2420: 
                   2421:        * tests/results/: 264.processed, 350.processed: test results update
                   2422:          reverted (whitespace optimization) after write_no_lang removed :)
                   2423:          (related to feature #1091)
                   2424: 
                   2425:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   2426:          classes/string.C, classes/table.C, classes/void.C,
                   2427:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   2428:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   2429:          equal write_pass_lang (related to feature #1091)
                   2430: 
                   2431:        * tests/results/: 264.processed, 350.processed: test results
                   2432:          updated (whitespace optimization) after write_assign_lang removed
                   2433:          (related to feature #1091)
                   2434: 
                   2435:        * tests/: 361.html, results/361.processed: test for non-string
                   2436:          ^untaint added (related to feature #1091)
                   2437: 
                   2438:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2439:          classes/hash.C, classes/op.C, classes/string.C,
                   2440:          include/pa_request.h, main/execute.C: optimization:
                   2441:          write_assign_lang removed as not required (first part of feature
                   2442:          #1091 implementation)
                   2443: 
1.108     moko     2444: 2016-10-12  moko
                   2445: 
                   2446:        * tests/: 360.html, results/360.processed: more test code (related
                   2447:          to feature #1104)
                   2448: 
                   2449:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   2450:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   2451:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   2452:          WContext is next task (implements feature #1104)
                   2453: 
                   2454:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   2455:          / CO_WITHOUT_WCONTEXT
                   2456: 
                   2457:        * tests/: 360.html, results/360.processed: test for in expression
                   2458:          state (related to feature #1104)
                   2459: 
                   2460: 2016-10-11  moko
                   2461: 
                   2462:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   2463: 
                   2464:        * src/classes/op.C: default value removed from initializer
                   2465: 
                   2466:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   2467: 
                   2468:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   2469: 
                   2470: 2016-10-10  moko
                   2471: 
                   2472:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   2473:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   2474:          to feature #42)
                   2475: 
                   2476:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   2477:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   2478: 
                   2479: 2016-10-08  moko
                   2480: 
                   2481:        * src/classes/double.C: whitespace
                   2482: 
                   2483: 2016-10-07  moko
                   2484: 
                   2485:        * src/types/pa_vmethod_frame.h: reorder
                   2486: 
                   2487: 2016-10-06  moko
                   2488: 
                   2489:        * src/classes/date.C: typo
                   2490: 
                   2491:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   2492: 
                   2493:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2494:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   2495:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   2496:          Value*
                   2497: 
                   2498:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   2499: 
                   2500:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   2501:          removed; first as_* code rewrite
                   2502: 
                   2503: 2016-10-05  moko
                   2504: 
                   2505:        * src/include/pa_request.h: whitespace
                   2506: 
                   2507:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   2508:          intercept_string added (related to feature #1097)
                   2509: 
                   2510:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   2511:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2512:          optimization: intercept_string removed (implements feature #1097)
                   2513: 
                   2514:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   2515: 
                   2516:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   2517:          from VCodeFrame and WWrapper as not required
                   2518: 
                   2519: 2016-10-04  moko
                   2520: 
                   2521:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   2522:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   2523:          classes/int.C, classes/json.C, classes/op.C,
                   2524:          classes/reflection.C, classes/string.C, classes/table.C,
                   2525:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2526:          proces_to_value -> process after StringOrValue removed (related
                   2527:          to feature #1020)
                   2528: 
                   2529:        * src/classes/form.C: whitespace
                   2530: 
                   2531:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   2532: 
                   2533:        * tests/: 357.html, 358.html, results/357.processed,
                   2534:          results/358.processed, results/auto.p: test for @conf
                   2535:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   2536: 
                   2537: 2016-10-03  moko
                   2538: 
                   2539:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   2540:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   2541:          supported (implements feature #42)
                   2542: 
                   2543:        * src/types/pa_vregex.h: no reason for VRegex to be
                   2544:          is_evaluated_expr
                   2545: 
                   2546:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   2547:          (implements feature #1095)
                   2548: 
                   2549: 2016-10-01  moko
                   2550: 
                   2551:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   2552:          false by default (related to feature #1089)
                   2553: 
                   2554: 2016-09-30  moko
                   2555: 
                   2556:        * src/types/pa_wcontext.h: cleanup
                   2557: 
                   2558: 2016-09-29  moko
                   2559: 
                   2560:        * src/main/execute.C: whitespace
                   2561: 
                   2562:        * src/include/pa_request.h: whitespace
                   2563: 
                   2564:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2565:          classes/op.C, classes/table.C, include/pa_request.h,
                   2566:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   2567:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   2568:          StringOrValue removed as it just slows down and adds complexity
                   2569:          (implements feature #1020)
                   2570: 
                   2571: 2016-09-28  moko
                   2572: 
                   2573:        * tests/: 356.html, results/266.processed, results/321.processed,
                   2574:          results/356.processed: tests updated after name was added to
                   2575:          method_info hash, test for ^reflection:method_info[junction]
                   2576:          added (related to feature #1068)
                   2577: 
                   2578:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   2579:          supported, method name added to the resulting hash (implements
                   2580:          feature #1068)
                   2581: 
                   2582:        * tests/: 276.html, results/276.processed: more tests for
                   2583:          ^reflection:delete[]
                   2584: 
                   2585:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   2586:          didn't work on class and could damage native objects (like file)
                   2587: 
                   2588: 2016-09-26  moko
                   2589: 
                   2590:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   2591:          results/345.processed, results/346-curl.processed,
                   2592:          results/347-curl.processed, results/348.processed: numbers added
                   2593:          to simplify diff analysis
                   2594: 
                   2595:        * tests/: 352.html, results/352.processed: test result updated as
                   2596:          method name used
                   2597: 
                   2598:        * src/classes/reflection.C: method name used
                   2599: 
                   2600:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   2601:          its name
                   2602: 
                   2603:        * src/types/pa_method.h: whitespace
                   2604: 
                   2605:        * src/classes/reflection.C: both method and field with one name can
                   2606:          exist.
                   2607: 
                   2608:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   2609:          feature #1089)
                   2610: 
                   2611:        * tests/: 355.html, results/355.processed: property appears in
                   2612:          derived class if added in base test added
                   2613: 
                   2614:        * src/types/pa_vstateless_class.h: get_method declaration +
                   2615:          whitespace
                   2616: 
                   2617:        * tests/: 354.html, results/354.processed: nice test from method
                   2618:          and property with one name in class added
                   2619: 
                   2620: 2016-09-23  moko
                   2621: 
                   2622:        * src/classes/reflection.C: ^reflection:method usage documented
                   2623: 
                   2624: 2016-09-22  moko
                   2625: 
                   2626:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   2627:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   2628:          compile warning and GPF occures on VS2003 (related to feature
                   2629:          #1087)
                   2630: 
                   2631:        * tests/: 350.html, results/350.processed: test added for
                   2632:          $.encloser[] support in ^table::create (related to feature #11)
                   2633: 
                   2634:        * src/classes/table.C: another minor fix (related to feature #11)
                   2635: 
1.107     moko     2636: 2016-09-21  moko
                   2637: 
                   2638:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   2639: 
                   2640:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2641:          classes/json.C, classes/string.C, classes/table.C,
                   2642:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2643:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2644:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   2645:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   2646:          pa_charsets, vs2015 warning war
                   2647: 
                   2648:        * src/classes/table.C: vs2015 warning war
                   2649: 
                   2650:        * src/types/pa_vdate.C: vs2015 warning war
                   2651: 
                   2652:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   2653: 
                   2654:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   2655:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   2656: 
                   2657:        * src/main/pa_common.C: vs2015 compilation fixes
                   2658: 
                   2659:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   2660:          vs2015 compilation fixes
                   2661: 
                   2662:        * src/main/pa_charset.C: vs2015 warning war
                   2663: 
                   2664:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   2665: 
                   2666:        * src/main/pa_charset.C: vs2015 warning war
                   2667: 
                   2668:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   2669: 
                   2670:        * src/types/pa_vdate.C: vs2015 compilation fix
                   2671: 
                   2672:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   2673: 
                   2674:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   2675:          VS2015 compilation fixes
                   2676: 
                   2677:        * src/classes/table.C: minor fix (related to feature #11)
                   2678: 
                   2679:        * tests/results/282.processed: no longer skipping extra enclosers
                   2680:          (related to feature #11)
                   2681: 
                   2682:        * src/classes/table.C: minor fix + no longer skipping extra
                   2683:          enclosers (related to feature #11)
                   2684: 
                   2685:        * src/classes/table.C: minor optimization (related to feature #11)
                   2686: 
                   2687:        * src/classes/table.C: minor fix and optimization (related to
                   2688:          feature #11)
                   2689: 
                   2690: 2016-09-20  moko
                   2691: 
                   2692:        * tests/: 353.html, results/353.processed: test for
                   2693:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   2694:          added (related to bug #1090)
                   2695: 
                   2696:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   2697:          one_big_piece (fixes bug #1090)
                   2698: 
                   2699:        * tests/: 229.html, results/229.processed: code coverage tests
                   2700: 
                   2701:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   2702:          body) was called
                   2703: 
                   2704:        * src/classes/op.C: whitespace
                   2705: 
                   2706:        * tests/: 323.html, results/323.processed: test for code junction
                   2707:          should not be returned by ^reflection:class, ^reflection:base
                   2708: 
                   2709:        * src/classes/reflection.C: bugfix: code junction should not be
                   2710:          returned by ^reflection:class, ^reflection:base
                   2711: 
                   2712:        * tests/: 323.html, 352.html, results/352.processed: no more
                   2713:          exception for ^reflection:method[class;no-such-method] (related
                   2714:          to feature #1087)
                   2715: 
                   2716:        * src/classes/reflection.C:
                   2717:          ^reflection:method[class;no-such-method] : exception -> void
                   2718:          (related to feature #1087)
                   2719: 
                   2720:        * src/include/pa_request.h: request::write_value added to allow
                   2721:          write value without convertion (related to issue #1091)
                   2722: 
                   2723: 2016-09-19  moko
                   2724: 
                   2725:        * src/main/pa_random.C: windows build fix
                   2726: 
                   2727:        * src/types/pa_vhash.h: warning war
                   2728: 
                   2729: 2016-09-14  moko
                   2730: 
                   2731:        * tests/: 352.html, 552.html, results/352.processed,
                   2732:          results/552.processed: test for ^reflection:method[] extension
                   2733:          added (related to feature #1087)
                   2734: 
                   2735:        * tests/: 552.html, results/552.processed: test for
                   2736:          ^reflection:method[] extension added (related to feature #1087)
                   2737: 
                   2738:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   2739:          dynamic_cast check added (related to feature #1087)
                   2740: 
                   2741:        * tests/: 351.html, results/351.processed: test for @auto[]
                   2742:          inheritance bug diring ^process[] added (related to bug #1088)
                   2743: 
                   2744:        * src/: classes/op.C, main/pa_request.C,
                   2745:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   2746:          disable it inheritance during ^process (fixes bug #1088)
                   2747: 
                   2748:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   2749:          added (implements feature #1087)
                   2750: 
                   2751: 2016-09-13  moko
                   2752: 
                   2753:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   2754:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   2755:          to feature #1086)
                   2756: 
                   2757:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   2758:          types/pa_vobject.C: objects now are not class instances, but have
                   2759:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   2760:          in @conf (implements feature #1086)
                   2761: 
                   2762: 2016-09-08  moko
                   2763: 
                   2764:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   2765:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   2766:          include/pa_string.h: cleanup: string::split limit argument
                   2767:          removed as no longer required, pos_after no longer reference
                   2768:          (related to feature #11)
                   2769: 
                   2770:        * src/classes/table.C, tests/results/348.processed: now exception
                   2771:          is rised when invalid option is passed to ^table::create[]
                   2772: 
                   2773:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   2774:          coverage tests
                   2775: 
                   2776:        * tests/: 348.html, results/348.processed: code coverage tests
                   2777:          added
                   2778: 
                   2779:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   2780:          tests
                   2781: 
                   2782:        * tests/: 035.html, results/035.processed, results/272.processed:
                   2783:          tests updated after $.encloser[] support for ^table::create
                   2784:          implementation (related to feature #11)
                   2785: 
                   2786:        * src/classes/table.C: $.encloser[] support for ^table::create
                   2787:          finally added (implements feature #11)
                   2788: 
                   2789: 2016-09-07  moko
                   2790: 
                   2791:        * src/include/pa_string.h: added StringSplitHelper as friend
                   2792:          (related to feature #11)
                   2793: 
                   2794:        * src/include/pa_string.h: body and langs now protected, not
                   2795:          private to allow inheritance (related to feature #11)
                   2796: 
                   2797:        * src/classes/table.C: lsplit optimized before cloning for
                   2798:          ^table::create with $.encloser[] (related to feature #11)
                   2799: 
                   2800:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   2801:          added and used (related to feature #11)
                   2802: 
                   2803:        * src/classes/table.C: spelling:
                   2804: 
                   2805:          TableSeparators -> TableControlChars column -> separator
                   2806:          separators -> control_chars
                   2807: 
                   2808: 2016-09-06  moko
                   2809: 
                   2810:        * src/main/pa_string.C: whitespace
                   2811: 
                   2812:        * src/main/pa_string.C: whitespace
                   2813: 
                   2814: 2016-09-01  moko
                   2815: 
                   2816:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   2817:          results OS-independent
                   2818: 
                   2819:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   2820:          compiler (related to feature #1042)
                   2821: 
                   2822: 2016-08-15  moko
                   2823: 
                   2824:        * src/include/pa_string.h: whitespace
                   2825: 
                   2826:        * src/classes/table.C: whitespace
                   2827: 
1.106     moko     2828: 2016-08-05  moko
                   2829: 
                   2830:        * tests/: 344.html, results/344.processed: test for
                   2831:          ^hash::create[$file] added (related to feature #1075)
                   2832: 
                   2833:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   2834:          supported (implements feature #1075)
                   2835: 
                   2836: 2016-08-04  moko
                   2837: 
                   2838:        * tests/: 341.html, results/341.processed: more code coverage tests
                   2839: 
                   2840:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2841:          coverage tests for curl
                   2842: 
                   2843:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2844:          coverage tests for curl
                   2845: 
                   2846:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   2847:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   2848:          test added
                   2849: 
                   2850:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   2851:          coverage tests for curl
                   2852: 
                   2853: 2016-08-03  moko
                   2854: 
                   2855:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   2856:          until it will be loaded, allowing to find existing library.
                   2857: 
                   2858:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   2859:          results/347-curl.processed: more code coverage tests for curl
                   2860: 
                   2861:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   2862:          results/339-curl.processed, results/346-curl.processed: curl
                   2863:          functionality tests
                   2864: 
                   2865: 2016-08-02  moko
                   2866: 
                   2867:        * tests/: 339.html, results/339.processed: test for tables in
                   2868:          ^file:load[] and ^curl:load[] (commented) added (related to
                   2869:          feature #1042)
                   2870: 
                   2871:        * tests/: 345.html, results/345.processed: code coverage tests for
                   2872:          file class
                   2873: 
                   2874:        * tests/: 344.html, results/344.processed: code coverage tests
                   2875: 
                   2876:        * tests/: 344.html, results/344.processed: mdate removed from
                   2877:          output
                   2878: 
                   2879:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   2880:          fcontent.is_text_mode() if not set (related to feature #1061)
                   2881: 
                   2882:        * tests/: 344.html, results/344.processed: more tests
                   2883: 
                   2884:        * tests/: 343.html, 344.html, results/343.processed,
                   2885:          results/344.processed: tests for ^file::create[ $.from-charset
                   2886:          and $.to-charset ] (related to feature #1061)
                   2887: 
                   2888:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2889:          aset_text_mode argument optimized
                   2890: 
                   2891:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2892:          checkBOM now used in detect_binary_content (related to feature
                   2893:          #1061)
                   2894: 
                   2895:        * src/main/pa_request.C: load_charset no longer required to_upper
                   2896: 
                   2897:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   2898:          preserves original file mode (if no $.mode specified)
                   2899: 
                   2900:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2901:          ^file::create now supports $.from-charset[] and $.to-charset
                   2902:          options (implements feature #1061), automatic transcode is done
                   2903:          if text file is created from binary file and charset is detected.
                   2904: 
                   2905: 2016-07-30  moko
                   2906: 
                   2907:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   2908:          feature #1057)
                   2909: 
                   2910:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   2911:          added (related to feature #1057)
                   2912: 
                   2913:        * tests/: 286.html, results/286.processed: code tests coverage
                   2914: 
                   2915: 2016-07-29  moko
                   2916: 
                   2917:        * src/classes/table.C: table size should be checked inside menu and
                   2918:          foreach (related to feature #858)
                   2919: 
                   2920:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   2921:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2922:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   2923:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   2924:          charsets.get now does str_upper inside (related to feature #1061)
                   2925: 
                   2926:        * tests/: 342.html, results/342.processed: more code coverage tests
                   2927: 
                   2928:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   2929:          + foreach test added (related to feature #858)
                   2930: 
                   2931:        * tests/: 341.html, results/341.processed: tests for
                   2932:          ^table.hash[]{code} added + code coverage tests (related to
                   2933:          feature #1057)
                   2934: 
                   2935:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   2936:          value} support (implements feature #1057)
                   2937: 
                   2938:        * src/classes/table.C: whitespace
                   2939: 
                   2940: 2016-07-28  moko
                   2941: 
                   2942:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   2943:          from URL, if not specified query string removed from url-based
                   2944:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   2945:          #1042)
                   2946: 
                   2947: 2016-07-27  moko
                   2948: 
                   2949:        * tests/: 340.html, results/340.processed: test for
                   2950:          transcode_text_result=false added (related to issue #1042)
                   2951: 
                   2952: 2016-07-26  moko
                   2953: 
                   2954:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2955:          is folder and ends with /) (related to feature #1042)
                   2956: 
                   2957:        * src/main/pa_http.C: whitespace optimizaion
                   2958: 
                   2959:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2960:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2961:          multiple headers, ^file::load supports headers transcoding
                   2962:          (implements feature #1042)
                   2963: 
                   2964: 2016-07-25  moko
                   2965: 
                   2966:        * src/include/pa_common.h: PA_DEFAULT added
                   2967: 
                   2968: 2016-07-22  moko
                   2969: 
                   2970:        * tests/: 338.html, results/338.processed: test for
                   2971:          $date.field(value) added (related to feature #1066)
                   2972: 
                   2973:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2974:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2975:          feature #1066)
                   2976: 
1.105     moko     2977: 2016-07-21  moko
                   2978: 
                   2979:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2980:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2981:          arguments removed; image.C - absolute path shown in exception
                   2982:          (implements feature #1071)
                   2983: 
                   2984:        * tests/: 235.html, results/235.processed: test and test result
                   2985:          updated after static boundary in mail and Errors-To: mail header
                   2986:          removed (related to feature #1047)
                   2987: 
                   2988:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2989:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2990:          used, static boundary in mail removed, Errors-To: mail header
                   2991:          removed (implements feature #1047)
                   2992: 
                   2993: 2016-07-20  moko
                   2994: 
                   2995:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2996:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2997:          issue #1051)
                   2998: 
                   2999:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   3000:          request.classes(): Value -> VStateless_class, part 2 (related to
                   3001:          issue #1051)
                   3002: 
                   3003:        * tests/results/: 224.processed, 323.processed: classes without
                   3004:          methods should not be methoded (related to issue #1051)
                   3005: 
                   3006:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   3007:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   3008:          -> VStateless_class, part 1 (related to issue #1051)
                   3009: 
                   3010:        * tests/: 337.html, results/337.processed: test for
                   3011:          ^reflection:fields_reference[] and VHashReference class added
                   3012:          (related to feature #1072)
                   3013: 
                   3014:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   3015:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   3016:          and VHashReference added, allowing ^reflection:fields_reference[]
                   3017:          implementation (closes feature #1072)
                   3018: 
                   3019: 2016-07-19  moko
                   3020: 
                   3021:        * tests/: 323.html, results/323.processed: we want to see
                   3022:          "methoded"
                   3023: 
                   3024:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   3025:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   3026:          #1059)
                   3027: 
                   3028:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   3029:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   3030:          somebody_entered_some_class, $BASE:property works again,
                   3031:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   3032: 
                   3033: 2016-07-14  moko
                   3034: 
                   3035:        * tests/: 335.html, results/335.processed: test for feature #1055
                   3036:          added
                   3037: 
                   3038:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   3039:          feature: ^hash.contains[_default] added (implements feature
                   3040:          #1055)
                   3041: 
                   3042: 2016-07-13  moko
                   3043: 
                   3044:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   3045:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   3046: 
                   3047: 2016-07-05  moko
                   3048: 
                   3049:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   3050:          in ^hash.foreach (related to feature #1073)
                   3051: 
                   3052: 2016-07-04  moko
                   3053: 
                   3054:        * tests/: 134.html, 281.html, results/134.processed,
                   3055:          results/281.processed: tests updated after hash blocking removed
                   3056:          (related to feature #1073)
                   3057: 
                   3058:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   3059:          no longer blocks on change during foreach (implements feature
                   3060:          #1073)
                   3061: 
                   3062: 2016-06-17  moko
                   3063: 
                   3064:        * tests/: 330.html, results/330.processed: try exception source
                   3065:          test added (related to bug in #1062)
                   3066: 
                   3067:        * tests/: 334.html, results/334.processed: Exception stack trace
                   3068:          test added (related to bug in $1062)
                   3069: 
                   3070:        * src/classes/op.C: Exception trace now correctly restored and
                   3071:          errors reported (related to bug #1062)
                   3072: 
1.104     moko     3073: 2016-05-25  moko
                   3074: 
                   3075:        * src/main/compile.y: minor cleanup + beauty
                   3076: 
                   3077: 2016-05-24  moko
                   3078: 
                   3079:        * tests/: 333.html, results/333.processed: more exceptions testing
                   3080: 
                   3081:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   3082:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   3083:          features #1056, #1026)
                   3084: 
                   3085:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   3086:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   3087:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   3088:          (implements feature #1056)
                   3089: 
                   3090:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3091:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   3092:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   3093:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   3094:          feature #1026)
                   3095: 
                   3096:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   3097:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   3098:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   3099:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   3100:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   3101:          feature #1026)
                   3102: 
                   3103:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3104:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   3105:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   3106:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   3107: 
                   3108:        * src/main/main.vcproj: + ps_symbols
                   3109: 
                   3110:        * src/: include/Makefile.am, include/pa_string.h,
                   3111:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   3112:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   3113:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3114:          types/pa_vstateless_class.C: initial implementation for symbols
                   3115:          cache (related to feature #1026)
                   3116: 
                   3117:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   3118: 
                   3119:        * src/main/pa_globals.C: minor cleanup
                   3120: 
                   3121: 2016-05-19  moko
                   3122: 
                   3123:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   3124:          (related to feature #1046)
                   3125: 
                   3126:        * tests/: 331.html, results/331.processed: test for
                   3127:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   3128:          (related to feature #1051)
                   3129: 
                   3130:        * src/main/compile.y:
                   3131:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   3132:          (implements feature #1054)
                   3133: 
                   3134: 2016-05-18  moko
                   3135: 
                   3136:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   3137:          "column not found" exception for ^table.no-such-method[] (related
                   3138:          to feature #1046)
                   3139: 
                   3140:        * tests/: 261.html, results/261.processed: test added and updated
                   3141:          after feature #1046 implementation
                   3142: 
                   3143:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   3144:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   3145:          ^string.contains added for hash compatibility, $string.method no
                   3146:          longer returns stting method (implements feature #1046)
                   3147: 
                   3148: 2016-05-12  moko
                   3149: 
                   3150:        * src/classes/curl.C: content-type response header no longer
                   3151:          ignored (fixes issue #1045)
                   3152: 
                   3153:        * tests/: 330.html, results/330.processed: test for incomplete
                   3154:          finally execution when break occures added (related to issue
                   3155:          #1077)
                   3156: 
                   3157:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   3158:          executing catch and finally code (fixes issue #1062)
                   3159: 
                   3160: 2016-05-11  moko
                   3161: 
                   3162:        * tests/: 329.html, results/329.processed: test for invalid
                   3163:          ^break[] behavour added (bug #1077)
                   3164: 
                   3165:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   3166: 
                   3167: 2016-04-24  moko
                   3168: 
                   3169:        * src/types/pa_vstateless_class.h: warning war
                   3170: 
                   3171: 2016-04-17  moko
                   3172: 
                   3173:        * tests/: 328.html, results/328.processed: test for
                   3174:          ^break(condition) and ^continue(condition) (related to feature
                   3175:          #1063)
                   3176: 
                   3177:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   3178:          implemented (feature #1063)
                   3179: 
                   3180: 2016-04-12  moko
                   3181: 
                   3182:        * tests/results/280.processed: ordered hash now used for class
                   3183:          methods and properties (test results updated for feature #1069)
                   3184: 
                   3185:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   3186:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   3187:          failed (related to issue #1051)
                   3188: 
                   3189:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   3190:          are printed to check inheritance (related to feature #1051)
                   3191: 
1.103     moko     3192: 2016-04-09  moko
                   3193: 
                   3194:        * tests/results/320.processed: ordered hash now used for class
                   3195:          methods and properties (test results updated for feature #1069)
                   3196: 
                   3197:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   3198:          methods and properties (implements feature #1069)
                   3199: 
                   3200:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   3201:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   3202:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   3203:          feature #1051)
                   3204: 
                   3205: 2016-04-07  moko
                   3206: 
                   3207:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   3208:          (related to feature #1051)
                   3209: 
                   3210:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   3211:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   3212:          string constants deduplication (related to feature #1051)
                   3213: 
                   3214:        * tests/results/224.processed: test result updated (related to
                   3215:          feature #1051)
                   3216: 
                   3217:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   3218:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   3219:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   3220:          types/pa_vstatus.h: classes hash now contains only
                   3221:          VStateless_class derived objects, .CLASS is also allways
                   3222:          VStateless_class derived object (related to feature #1051).
                   3223: 
                   3224: 2016-04-06  moko
                   3225: 
                   3226:        * tests/results/323.processed: test result updated after feature
                   3227:          #1051 implementation
                   3228: 
                   3229:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   3230:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3231:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   3232:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   3233:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3234:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   3235:          classes, type() moved from VStateless_class to VClass and
                   3236:          Methoded (implements feature #1051)
                   3237: 
                   3238: 2016-04-04  moko
                   3239: 
                   3240:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   3241:          beauty: put_class added (related to feature #1051)
                   3242: 
                   3243: 2016-04-01  moko
                   3244: 
                   3245:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3246:          229.processed, 244.processed, 246.processed, 316.processed: test
                   3247:          results updated as class.type() removed from error messages, only
                   3248:          type() left (related to feature #1051)
                   3249: 
                   3250:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   3251:          classes/op.C, classes/reflection.C, main/compile.y,
                   3252:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   3253:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   3254:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   3255:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   3256:          from VStateless_class, type() is used instead (related to feature
                   3257:          #1051)
                   3258: 
                   3259:        * src/classes/mail.C: old logic restored.
                   3260: 
                   3261:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3262:          classes/classes.h, classes/curl.C, classes/date.C,
                   3263:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3264:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3265:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3266:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   3267:          classes/regex.C, classes/response.C, classes/string.C,
                   3268:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3269:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   3270:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   3271:          feature #1051)
                   3272: 
                   3273: 2016-03-30  moko
                   3274: 
                   3275:        * tests/: 327.html, results/224.processed, results/327.processed:
                   3276:          test for TZ specification in ^date::create[], TZ is kept during
                   3277:          ^date::create[$dt] (related to feature #1048)
                   3278: 
                   3279:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   3280:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   3281:          feature #1048)
                   3282: 
                   3283: 2016-03-29  moko
                   3284: 
                   3285:        * tests/: 315.html, results/315.processed: test for timezone format
                   3286:          +HHmm added (related to feature #1065)
                   3287: 
                   3288:        * src/classes/date.C: timezone format +HHmm now supported
                   3289:          (implements feature #1065)
                   3290: 
                   3291: 2016-03-28  moko
                   3292: 
                   3293:        * tests/: 202.html, results/131.processed, results/202.processed,
                   3294:          results/224.processed, results/256.processed,
                   3295:          results/315.processed: test results updated after %.2d now
                   3296:          default for hours offset in iso-string (was %2d), test for
                   3297:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3298:          added (related to feature #1065)
                   3299: 
                   3300: 2016-03-27  moko
                   3301: 
                   3302:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   3303:          feature #1065)
                   3304: 
                   3305:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3306:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3307:          added (implements feature #1065)
                   3308: 
                   3309: 2016-03-24  moko
                   3310: 
                   3311:        * tests/: 202.html, results/202.processed: test $date.week added
                   3312:          (related to bug #1067)
                   3313: 
                   3314:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   3315:          date (fix for bug #1067)
                   3316: 
                   3317: 2016-03-10  moko
                   3318: 
                   3319:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   3320: 
1.102     moko     3321: 2015-12-07  moko
                   3322: 
                   3323:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   3324:          .CLASS_NAME optimization added (related to feature #844)
                   3325: 
                   3326: 2015-11-17  moko
                   3327: 
                   3328:        * tests/: 323.html, results/323.processed: order added
                   3329: 
                   3330:        * tests/: 325.html, results/325.processed: double range test added
                   3331:          (related to bug #1049)
                   3332: 
                   3333: 2015-11-16  moko
                   3334: 
                   3335:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   3336:          added to disallow NaN and Infinity (fixes bug #1049)
                   3337: 
                   3338: 2015-11-11  moko
                   3339: 
                   3340:        * tests/324.html: parser 3.4.3 execution support added (related to
                   3341:          feature #1017)
                   3342: 
                   3343:        * tests/: 324.html, results/324.processed: test for
                   3344:          GET_ELEMENT4CALL feature added (feature #1017)
                   3345: 
1.101     moko     3346: 2015-10-29  moko
                   3347: 
                   3348:        * operators.txt: updated for 3.4.4
                   3349: 
                   3350:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   3351: 
                   3352:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   3353:          (related to bug #1043)
                   3354: 
                   3355: 2015-10-28  moko
                   3356: 
                   3357:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   3358:          hangup during ^file::exec (fixes bug #1043)
                   3359: 
1.100     moko     3360: 2015-10-27  moko
                   3361: 
                   3362:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   3363: 
1.99      moko     3364: 2015-10-26  moko
                   3365: 
1.100     moko     3366:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   3367:          (related to issue #1041)
                   3368: 
                   3369:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   3370:          Copyright year updated
                   3371: 
1.99      moko     3372:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   3373:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   3374:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3375:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   3376:          classes/mail.C, classes/math.C, classes/memcached.C,
                   3377:          classes/memory.C, classes/op.C, classes/reflection.C,
                   3378:          classes/regex.C, classes/response.C, classes/string.C,
                   3379:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   3380:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   3381:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3382:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3383:          include/pa_dictionary.h, include/pa_dir.h,
                   3384:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3385:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3386:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3387:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3388:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3389:          include/pa_sapi.h, include/pa_socks.h,
                   3390:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3391:          include/pa_stack.h, include/pa_string.h,
                   3392:          include/pa_stylesheet_connection.h,
                   3393:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   3394:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   3395:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   3396:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   3397:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   3398:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   3399:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   3400:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   3401:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3402:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   3403:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   3404:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   3405:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   3406:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3407:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3408:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3409:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   3410:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   3411:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   3412:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   3413:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   3414:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   3415:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   3416:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3417:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   3418:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   3419:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   3420:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   3421:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3422:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   3423:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   3424:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   3425:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   3426:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   3427:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   3428:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3429:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3430:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3431:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3432:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3433:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3434:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3435:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3436:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3437:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3438:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   3439: 
                   3440:        * src/targets/cgi/parser3.C: year updated
                   3441: 
                   3442:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   3443:          issue #1041)
                   3444: 
                   3445:        * tests/: 323.html, results/323.processed: test for base classes
                   3446:          added
                   3447: 
                   3448:        * tests/: 261.html, results/261.processed: updated after better
                   3449:          error reporting done for $string.key exception
                   3450: 
                   3451:        * src/types/pa_vstring.h: better error report for $string.key
                   3452:          exception
                   3453: 
                   3454:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   3455:          copied as VObject::get_element4call to remove extra virtual call
                   3456: 
                   3457:        * tests/: 322.html, results/322.processed: test for
                   3458:          ^reflection:is[] added (related to feature #1041)
                   3459: 
                   3460:        * src/classes/reflection.C: ^reflection:is empty value is void
                   3461:          (related to feature #1041)
                   3462: 
                   3463:        * src/classes/reflection.C:
                   3464:          ^reflection:is[class_name|code|method;[context;]element_name]
                   3465:          added (implements feature #1041)
                   3466: 
                   3467: 2015-10-24  moko
                   3468: 
                   3469:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   3470: 
1.98      moko     3471: 2015-10-22  moko
                   3472: 
                   3473:        * tests/: 321.html, results/321.processed: test for
                   3474:          ^reflection:method_info[] file detection added
                   3475: 
                   3476:        * tests/: 320.html, results/320.processed: test for
                   3477:          ^reflection:class_by_name[class_name] added (related to feature
                   3478:          #993)
                   3479: 
                   3480:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   3481:          added (implements feature #993)
                   3482: 
                   3483:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   3484:          (related to feature #1017)
                   3485: 
                   3486:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   3487:          added (related to issue #1039)
                   3488: 
                   3489:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   3490:          #1039)
                   3491: 
                   3492:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   3493:          for VDate
                   3494: 
                   3495:        * tests/results/182.processed: updated after feature #1038
                   3496:          implemented
                   3497: 
                   3498:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   3499:          compile-time exception origin added (test for feature #1039)
                   3500: 
                   3501:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   3502:          main/pa_request.C: exception unification: compile-time exceptions
                   3503:          now have origin, @USE origins also tracked (implements feature
                   3504:          #1039)
                   3505: 
                   3506: 2015-10-20  moko
                   3507: 
                   3508:        * src/main/pa_request.C: cleanup
                   3509: 
                   3510: 2015-10-15  moko
                   3511: 
                   3512:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   3513: 
                   3514:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   3515:          types/pa_vtable.C: new feature: no more $table.method and
                   3516:          $hash.method, aliases for _at, _count, _key (related to feature
                   3517:          #1017)
                   3518: 
1.97      moko     3519: 2015-10-14  moko
                   3520: 
1.98      moko     3521:        * tests/: 317.html, results/317.processed: test for
                   3522:          ^string.unescape[] added (related to feature #120)
                   3523: 
1.97      moko     3524:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   3525:          defined" bug (described in issue #1036)
                   3526: 
                   3527:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   3528:          (test for bug #1037)
                   3529: 
                   3530:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   3531:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   3532:          it's not enforced, skips BOM signature if it complies charset
                   3533:          (fixes bug #1037)
                   3534: 
                   3535: 2015-10-13  moko
                   3536: 
                   3537:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   3538:          linking
                   3539: 
                   3540:        * src/classes/inet.C: vs2003 compilation fix
                   3541: 
                   3542:        * src/classes/math.C: warning war
                   3543: 
                   3544:        * src/lib/punycode/pa_punycode.c: warning war
                   3545: 
                   3546: 2015-10-12  moko
                   3547: 
                   3548:        * src/lib/punycode/pa_punycode.c: warning war
                   3549: 
                   3550:        * parser3.sln: moved parser3 first, to make it default startup
                   3551:          project
                   3552: 
                   3553:        * buildall: parser "mirror" now used for external libs sources
                   3554:          (implements feature #1036)
                   3555: 
                   3556:        * buildall: most external libs are updated to their current
                   3557:          versions (related to feature #1036)
                   3558: 
                   3559:        * src/classes/image.C: more tags added
                   3560: 
                   3561:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   3562: 
                   3563: 2015-10-11  moko
                   3564: 
                   3565:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   3566: 
                   3567: 2015-10-09  moko
                   3568: 
                   3569:        * src/classes/curl.C: pa_strdup added for strings from curl
                   3570:          (related to feature #1035)
                   3571: 
                   3572:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   3573:          ULLONG_MAX definition
                   3574: 
                   3575:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   3576:          (implements feature #1035)
                   3577: 
                   3578:        * src/main/pa_charset.C: String::Body(String::C) used
                   3579: 
                   3580:        * src/main/pa_charset.C: exceptions unified
                   3581: 
                   3582:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   3583:          unified
                   3584: 
                   3585:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   3586:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   3587:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   3588:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   3589:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   3590:          String::Body(String::C) constructor added (related to bug #957)
                   3591: 
                   3592:        * src/classes/file.C: minor optimization
                   3593: 
                   3594:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   3595:          Cord(char*) autocreation (related to bug #957)
                   3596: 
                   3597:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   3598: 
                   3599:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   3600:          String(char*, Lang, length) removed, String(C(), Lang) used
                   3601:          instead (related to bug #957)
                   3602: 
                   3603: 2015-10-08  moko
                   3604: 
                   3605:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   3606:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   3607:          main/untaint.C: Now char * is converted to CORD only using
                   3608:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   3609: 
                   3610:        * src/include/pa_hash.h: fixed compilation without
                   3611:          HASH_CODE_CACHING
                   3612: 
                   3613:        * src/classes/string.C:
                   3614:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   3615:          feature #120)
                   3616: 
                   3617:        * src/main/pa_common.C: reduce js flags checks count (related to
                   3618:          feature #120)
                   3619: 
1.96      moko     3620: 2015-10-07  moko
                   3621: 
                   3622:        * tests/: 275.html, results/275.processed: test modified after
                   3623:          unsigned long long int support implemented (feature #1034)
                   3624: 
                   3625:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   3626:          pa_atoul added for unsigned long long int support
                   3627: 
                   3628: 2015-10-06  moko
                   3629: 
                   3630:        * src/types/pa_vdate.C: INT_MAX used
                   3631: 
                   3632: 2015-10-03  moko
                   3633: 
                   3634:        * tests/: 302.html, results/302.processed: test for bug #1023
                   3635:          (\u2028, \u2029 escaping) added
                   3636: 
                   3637:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   3638:          json:string[] (fixes bug #1023)
                   3639: 
                   3640: 2015-09-29  moko
                   3641: 
                   3642:        * tests/305.html: try-catch added for OS without ipv6 support
                   3643: 
                   3644:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   3645:          compilation
                   3646: 
                   3647:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   3648:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   3649:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   3650:          implemented to distinguish ^hash.method from $hash.field
                   3651:          (implements feature #1017)
                   3652: 
                   3653:        * src/lib/punycode/pa_punycode.c: warning war
                   3654: 
                   3655:        * src/include/pa_config_includes.h: warning war
                   3656: 
                   3657:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   3658: 
                   3659:        * src/include/pa_config_includes.h: warning war
                   3660: 
                   3661:        * src/include/pa_hash.h: clang compilation fix
                   3662: 
                   3663: 2015-09-27  moko
                   3664: 
                   3665:        * src/main/compile.tab.C: Bison 3 is now default
                   3666: 
                   3667:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   3668: 
                   3669: 2015-09-25  moko
                   3670: 
                   3671:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   3672:          works with undefined HASH_ORDER (related to feature #196)
                   3673: 
                   3674: 2015-09-24  moko
                   3675: 
                   3676:        * tests/: 027.html, results/027.processed: test modified to test
                   3677:          ^hash.sort (feature #196)
                   3678: 
                   3679:        * src/: classes/hash.C, include/pa_hash.h:
                   3680:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   3681:          added (implements feature #196)
                   3682: 
                   3683:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   3684:          (exception handling in non-cached ^cache), plus for "it does not
                   3685:          have logical value" and "$exception.handled value must be either
                   3686:          boolean or string 'cache'" exceptions.
                   3687: 
                   3688:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   3689:          code (fixes bug #1025)
                   3690: 
1.95      moko     3691: 2015-09-23  moko
                   3692: 
                   3693:        * src/classes/table.C: warning war
                   3694: 
                   3695:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   3696: 
                   3697:        * src/classes/file.C: warning war
                   3698: 
                   3699:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   3700: 
                   3701:        * src/: main/pa_request.C, classes/date.C: warning war
                   3702: 
                   3703:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   3704: 
                   3705:        * tests/: 122.html, results/122.processed: win sync: to remove
                   3706:          differences with OS that doesn't keep timezone change history
                   3707: 
                   3708:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   3709:          TZ change (related to feature #36)
                   3710: 
                   3711:        * tests/: 075.html, results/075.processed: win sync: to remove
                   3712:          differences with OS that doesn't keep timezone change history
                   3713: 
                   3714:        * tests/: 315.html, results/315.processed: win sync: to remove
                   3715:          differences with OS that doesn't keep timezone change history
                   3716: 
                   3717:        * tests/: 256.html, results/256.processed: win sync: to remove
                   3718:          differences with OS that doesn't keep timezone change history
                   3719: 
                   3720:        * tests/: 124.html, results/124.processed: win results sync: to
                   3721:          avoid hitting time change hole.
                   3722: 
                   3723:        * src/types/pa_vdate.C: static returned. :)
                   3724: 
                   3725: 2015-09-22  moko
                   3726: 
                   3727:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   3728: 
                   3729:        * tests/results/131.processed: more tests for feature #1032
                   3730: 
                   3731:        * src/classes/date.C: minor fix related to feature #1032
                   3732: 
                   3733:        * operators.txt: ISO date creation documented (related to feature
                   3734:          #1032)
                   3735: 
                   3736:        * operators.txt: iso-string documented (related to feature #1032)
                   3737: 
                   3738:        * tests/: 315.html, results/315.processed: more tests added
                   3739:          (related to feature #1032)
                   3740: 
                   3741:        * tests/: 131.html, results/131.processed: date range checks
                   3742:          updated (related to feature #36)
                   3743: 
                   3744:        * tests/: 315.html, results/057.processed, results/315.processed:
                   3745:          test added for ISO date support (related to issue #315)
                   3746: 
                   3747:        * src/classes/date.C: more readable exceptions in date creation
                   3748:          (related to ticket #1032)
                   3749: 
                   3750: 2015-09-18  moko
                   3751: 
                   3752:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   3753:          added (related to issue #1032)
                   3754: 
                   3755:        * tests/results/256.processed, src/classes/json.C: iso-string
                   3756:          documented (related to issue #1032)
                   3757: 
                   3758:        * tests/: 256.html, results/256.processed: ISO date check added
                   3759:          (related to issue #1032)
                   3760: 
                   3761:        * tests/: 057.html, results/057.processed, results/224.processed:
                   3762:          tests results updated after ISO date support implemented (related
                   3763:          to feature #1032)
                   3764: 
                   3765:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   3766:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   3767:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   3768:          added (implements feature #1032)
                   3769: 
                   3770: 2015-09-05  moko
                   3771: 
                   3772:        * operators.txt: actualized
                   3773: 
                   3774:        * operators.txt: date changes documented (related to ticket #36)
                   3775: 
                   3776: 2015-09-04  moko
                   3777: 
                   3778:        * src/types/pa_vdate.C: warning war
                   3779: 
                   3780:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   3781: 
                   3782: 2015-09-03  moko
                   3783: 
                   3784:        * tests/results/096.processed: test result updated for 0..9999 year
                   3785:          date range support (related to feature #36)
                   3786: 
                   3787:        * tests/: 314.html, results/314.processed: test for
                   3788:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   3789:          bug #1031)
                   3790: 
                   3791:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   3792:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   3793: 
1.116     moko     3794:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   3795:          configure.in -> configure.ac
1.95      moko     3796: 
1.116     moko     3797:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   3798:          correct timezone check for FreeBSD Warning war: configure.in ->
                   3799:          configure.ac
1.95      moko     3800: 
                   3801:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     3802:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   3803:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   3804:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   3805:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   3806:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   3807:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     3808:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   3809:          check added
                   3810: 
                   3811:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   3812: 
                   3813:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   3814:          for new date implementation (related to feature #36)
                   3815: 
                   3816:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   3817:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   3818:          types/pa_vdate.h: new double date implementation with internal
                   3819:          support for extended 0..9999 year range, default timezone support
                   3820:          (related to feature #36)
                   3821: 
                   3822: 2015-08-28  moko
                   3823: 
                   3824:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   3825:          (fixes bug #1030)
                   3826: 
                   3827: 2015-08-21  moko
                   3828: 
                   3829:        * src/classes/inet.C: snprintf size "bug" commented
                   3830: 
                   3831:        * src/main/pa_common.C: snprintf comments updated
                   3832: 
                   3833: 2015-08-16  moko
                   3834: 
                   3835:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   3836: 
                   3837: 2015-08-11  moko
                   3838: 
                   3839:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3840:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   3841:          can be null (fixes bug #1029)
                   3842: 
                   3843: 2015-08-06  moko
                   3844: 
1.116     moko     3845:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   3846:          pa_vdate.C added
1.95      moko     3847: 
                   3848: 2015-08-05  moko
                   3849: 
                   3850:        * tests/: 313.html, results/313.processed: test for
                   3851:          ^table.count[columns] and ^table.flip[] with nameless tables
                   3852:          (feature #1003)
                   3853: 
                   3854:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3855:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   3856:          correctly for nameless tables (implements feature #1003)
                   3857: 
                   3858: 2015-08-03  moko
                   3859: 
                   3860:        * tests/312.html: test for ^table.append[$hash] and
                   3861:          ^table.insert[$hash] added (related to feature #1028)
                   3862: 
                   3863:        * src/classes/table.C: ^table.append[$hash] and
                   3864:          ^table.insert[$hash] now supported (implements feature #1028)
                   3865: 
                   3866:        * tests/: 312.html, results/312.processed: test row copy in
                   3867:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   3868: 
                   3869:        * src/classes/table.C: row copy now created in ^table.hash[;
                   3870:          $.type[table] ] (related to feature #1016)
                   3871: 
                   3872: 2015-07-29  moko
                   3873: 
                   3874:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   3875:          added (related to feature #1016)
                   3876: 
                   3877:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3878:          ^table.delete[] added to delete current row (related to feature
                   3879:          1016)
                   3880: 
                   3881: 2015-07-28  moko
                   3882: 
                   3883:        * tests/: 312.html, results/312.processed: test for
                   3884:          $table.column[value] and ^table.insert{row} (related to feature
                   3885:          #1016)
                   3886: 
                   3887:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   3888:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   3889:          ^table.insert{row} are now implemented (feature #1016)
                   3890: 
                   3891:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   3892:          append(), insert() added, memmove arguments order in remove()
                   3893:          fixed (related to feature #1016)
                   3894: 
                   3895: 2015-07-23  moko
                   3896: 
                   3897:        * src/classes/json.C: tainted json and empty json exception added
                   3898:          (implements feature #1015)
                   3899: 
                   3900:        * tests/: 311.html, results/311.processed: empty json and tainted
                   3901:          json exception test added (related to issue #1015)
                   3902: 
                   3903: 2015-07-22  moko
                   3904: 
                   3905:        * tests/: 311.html, results/311.processed: test for UTF-8
                   3906:          processing added
                   3907: 
                   3908:        * tests/: 311.html, results/311.processed: test for
                   3909:          json_exception_with_source added (related to issue #394)
                   3910: 
                   3911:        * src/classes/json.C: json_exception_with_source added (implements
                   3912:          feature #394)
                   3913: 
                   3914: 2015-06-29  moko
                   3915: 
                   3916:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   3917:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   3918:          (closes bug #1027)
                   3919: 
                   3920: 2015-06-10  moko
                   3921: 
                   3922:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   3923:          error if libxml has LIBXML_ICU_ENABLED.
                   3924: 
                   3925: 2015-06-04  moko
                   3926: 
                   3927:        * tests/099.html: ups, reverting
                   3928: 
                   3929:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   3930:          results/310.processed: tests for $response:body[ $.file[] ] and
                   3931:          $response:last-modified added
                   3932: 
                   3933:        * src/main/pa_request.C: last-modified check fixed
                   3934: 
                   3935: 2015-06-03  moko
                   3936: 
                   3937:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   3938:          results/205.processed, results/293.processed: $response:headers
                   3939:          logging added (tests for feature #1007)
                   3940: 
                   3941:        * src/: include/pa_common.h, include/pa_request.h,
                   3942:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   3943:          $response:headers are now in uppercase (closes feature #1007)
                   3944: 
                   3945: 2015-06-02  moko
                   3946: 
                   3947:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   3948:          build errors reverted for clang compatibility
                   3949: 
                   3950: 2015-06-01  moko
                   3951: 
                   3952:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3953: 
                   3954:        * src/classes/math.C: -pedantic build error fixed
                   3955: 
                   3956:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3957: 
                   3958: 2015-05-31  moko
                   3959: 
                   3960:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3961: 
                   3962:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3963:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3964:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3965:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3966:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3967: 
                   3968: 2015-05-28  moko
                   3969: 
                   3970:        * tests/: 308.html, results/308.processed: test for
                   3971:          ^table::create[$t;], etc work added (related to bug #975)
                   3972: 
                   3973:        * src/classes/table.C: check_option_param removed,
                   3974:          ^table::create[$t;], etc now works (fixes bug #975)
                   3975: 
                   3976: 2015-05-27  moko
                   3977: 
                   3978:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3979:          (Debian jessie) fixed (closes issue #1024)
                   3980: 
                   3981:        * tests/Makefile: sort added as in Debian jessie list become
                   3982:          unsorted
                   3983: 
                   3984: 2015-05-18  moko
                   3985: 
                   3986:        * tests/: 201.html, results/201.processed: test for
                   3987:          ^string.trim[what] feature #1022
                   3988: 
                   3989:        * src/classes/string.C: ^string.trim[what] now supported,
                   3990:          implements feature #1022
                   3991: 
                   3992: 2015-05-17  moko
                   3993: 
                   3994:        * tests/results/185.processed: test result updated as feature #1021
                   3995:          implemented (left/right accept negative parameter)
                   3996: 
                   3997:        * src/classes/string.C: left/right now accept negative parameter
                   3998:          (implements feature #1021)
                   3999: 
                   4000: 2015-05-08  moko
                   4001: 
                   4002:        * src/classes/math.C: isalnum -> pa_isalnum
                   4003: 
                   4004:        * src/main/execute.C: optimization in getter-junction processing
                   4005:          (related to issue #997)
                   4006: 
                   4007: 2015-05-07  moko
                   4008: 
                   4009:        * tests/: 307.html, results/307.processed: test for issue #997
                   4010:          added
                   4011: 
                   4012:        * src/main/execute.C: process_getter result now checked if junction
                   4013:          returned (closes issue #997)
                   4014: 
                   4015:        * tests/: 305.html, results/305.processed: sort added to ignore
                   4016:          different order
                   4017: 
                   4018:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   4019:          assignment (closes issue #994)
                   4020: 
                   4021:        * tests/: 306.html, results/306.processed: test for issue #994
                   4022:          added
                   4023: 
                   4024:        * tests/: 303.html, results/303.processed: two more errors tested
                   4025: 
                   4026: 2015-05-06  moko
                   4027: 
                   4028:        * tests/: 305.html, results/305.processed: test for name2ip &
                   4029:          ip2name added (related to feature #992)
                   4030: 
                   4031:        * tests/: 303.html, 304.html, results/303.processed,
                   4032:          results/304.processed: tests for idna conversion added (related
                   4033:          to issue #849)
                   4034: 
                   4035: 2015-05-02  moko
                   4036: 
                   4037:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   4038:          implemented
                   4039: 
                   4040: 2015-04-30  moko
                   4041: 
                   4042:        * src/main/pa_http.C: idna_host added, related to issue #849
                   4043: 
                   4044:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   4045:          (related to issue #849)
                   4046: 
                   4047: 2015-04-24  moko
                   4048: 
                   4049:        * src/types/pa_vjunction.C: warning war
                   4050: 
                   4051:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   4052:          unification
                   4053: 
                   4054:        * src/lib/punycode/pa_idna.c: warning war
                   4055: 
                   4056: 2015-04-22  moko
                   4057: 
                   4058:        * src/main/main.vcproj: punycode include path added
                   4059: 
                   4060:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   4061: 
                   4062:        * src/lib/punycode/pa_idna.c: warning war
                   4063: 
                   4064:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   4065:          project file added
                   4066: 
                   4067:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   4068: 
                   4069:        * src/include/pa_memory.h: warning war
                   4070: 
                   4071:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   4072:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   4073:          implemented (related to feature #849)
                   4074: 
                   4075:        * configure.in, src/main/Makefile.am,
                   4076:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   4077:          libpunycode added in Unix
                   4078: 
                   4079: 2015-04-21  moko
                   4080: 
                   4081:        * configure.in: large files support
                   4082: 
                   4083: 2015-04-15  moko
                   4084: 
                   4085:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   4086:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   4087:          pa_punycode.h: initial version for punycode/idna support library
                   4088:          (ticket #849)
                   4089: 
                   4090: 2015-04-08  moko
                   4091: 
                   4092:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4093:          classes/image.C, classes/mail.C, classes/reflection.C,
                   4094:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   4095:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   4096:          main/compile.y, main/compile_tools.h, main/execute.C,
                   4097:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4098:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   4099:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   4100:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   4101:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   4102:          clang compiler warnings (closes issue #1018)
                   4103: 
                   4104:        * src/include/pa_string.h: String::Body comparation operators with
                   4105:          char * added (related to issue #958)
                   4106: 
                   4107: 2015-04-07  moko
                   4108: 
                   4109:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   4110:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   4111:          issue #1018)
                   4112: 
                   4113:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   4114:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   4115:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   4116:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   4117:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   4118:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   4119:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   4120:          malloc/strdup/free replaced with pa_ version and checks for
                   4121:          accidental use of non-pa_ version added (related to issue #1018)
                   4122: 
                   4123: 2015-04-03  moko
                   4124: 
                   4125:        * buildall: pcre-8.33 -> pcre-8.36
                   4126: 
                   4127:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   4128:          classes/op.C, classes/string.C, main/compile.tab.C,
                   4129:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   4130:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   4131:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   4132:          ticket #958)
                   4133: 
                   4134:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   4135:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4136:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   4137:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   4138:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   4139:          $request:headers, $request:method added (implements feature
                   4140:          #1007)
                   4141: 
                   4142: 2015-03-17  misha
                   4143: 
                   4144:        * tests/302.html: - test for
                   4145:          ^json:string[...;$._default[method-name]]
                   4146: 
                   4147:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4148:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   4149:          option $._default[method-name] is specified in ^json:string[], a
                   4150:          method with specified name will be called for classes/objects
                   4151:          serialization ( new feature: #982 )
                   4152: 
                   4153: 2015-03-16  misha
                   4154: 
                   4155:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4156:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   4157:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   4158:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   4159:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4160:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   4161:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4162:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   4163:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   4164:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4165:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   4166:          $var.CLASS_NAME now have special opcodes. This can be switched
                   4167:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   4168:          on pa_opcode.h ( new feature: #844 )
                   4169: 
                   4170: 2015-03-15  misha
                   4171: 
                   4172:        * tests/075.html: - test for $response:header[]
                   4173: 
                   4174:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   4175:          that was set earlie ( new feature: #1001 )
                   4176: 
                   4177: 2015-03-12  misha
                   4178: 
                   4179:        * tests/246.html: - more tests for ^hash._at[]
                   4180: 
                   4181:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   4182:          accepts second param [key|value|hash] ( new feature: #1012 )
                   4183: 
                   4184: 2015-03-09  moko
                   4185: 
                   4186:        * src/types/pa_vmail.C: exception for everything but
                   4187:          $mail:received, closes issue #1011
                   4188: 
                   4189: 2015-02-20  moko
                   4190: 
                   4191:        * tests/: 275.html, results/275.processed: hex detection in
                   4192:          pa_atoui fix test (closes issue #1010)
                   4193: 
                   4194:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   4195:          issue #1010)
                   4196: 
                   4197: 2015-02-17  moko
                   4198: 
                   4199:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   4200:          tainted.
                   4201: 
                   4202: 2015-02-03  misha
                   4203: 
                   4204:        * tests/301.html: - test for ^json:string($double) causes
                   4205:          exception. bugfix: #1008
                   4206: 
                   4207:        * src/classes/json.C: - ^json:string($double) causes exception.
                   4208:          bugfix: #1008
                   4209: 
                   4210:        * tests/014.html: - updated for work with ^hash.delete[]
                   4211: 
                   4212: 2015-01-12  misha
                   4213: 
                   4214:        * src/: classes/form.C, include/pa_common.h,
                   4215:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   4216:          types/pa_vform.h: - supports body with PUT method as well ( new
                   4217:          feature: #1006 )
                   4218: 
                   4219:        * src/classes/file.C: - warnings war
                   4220: 
                   4221: 2015-01-11  misha
                   4222: 
                   4223:        * tests/300.html: - test for ^hash.delete[] is added
                   4224: 
                   4225:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   4226:          feature: #989 ) - tiny optimization in intersects
                   4227: 
                   4228: 2015-01-06  moko
                   4229: 
                   4230:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   4231:          with transcode, attachments detection fixed
                   4232: 
                   4233:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   4234:          load to allow charset switch (related to issue #996)
                   4235: 
                   4236: 2014-12-31  moko
                   4237: 
                   4238:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   4239:          UTF-8 source charset (fixes issue 996)
                   4240: 
                   4241:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   4242:          issue #1000)
                   4243: 
                   4244: 2014-12-11  misha
                   4245: 
                   4246:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   4247:          access ( bug fix: #1005 )
                   4248: 
                   4249: 2014-11-13  misha
                   4250: 
                   4251:        * src/main/compile.y: - PC.append does not reset to false while
                   4252:          creating a new class. bugfix: #990
                   4253: 
                   4254:        * tests/299.html: - test for creation class after working with
                   4255:          partial class (create+append)
                   4256: 
                   4257:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   4258:          #995
                   4259: 
                   4260:        * tests/232.html: - test for @get[def] added
                   4261: 
                   4262: 2014-10-12  moko
                   4263: 
                   4264:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   4265: 
                   4266:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   4267:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   4268:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   4269:          targets/apache/ApacheModuleParser3.vcproj,
                   4270:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4271:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4272:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   4273:          conversion in newer VS versions
                   4274: 
                   4275:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   4276:          pcre_internal.vcproj added
                   4277: 
                   4278: 2014-08-28  moko
                   4279: 
                   4280:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   4281:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   4282:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   4283: 
                   4284: 2014-06-30  misha
                   4285: 
                   4286:        * tests/298.html: - tests for ^reflection:def[class;className]
                   4287:          added
                   4288: 
                   4289:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   4290:          added ( new feature: #918 )
                   4291: 
                   4292: 2014-06-29  misha
                   4293: 
                   4294:        * src/classes/table.C: - ^table::create[unsupported data] -
                   4295:          exception comment changed to "body must be table or code" ( bug
                   4296:          fix: #951 )
                   4297: 
                   4298:        * tests/: 261.html, results/261.processed: - tests for
                   4299:          ^json:string[...;$.void[null|string]] added
                   4300: 
                   4301:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   4302:          option $.void[string|null] added to ^json:string[...] ( new
                   4303:          feature: #952 )
                   4304: 
                   4305: 2014-06-28  moko
                   4306: 
                   4307:        * src/classes/curl.C: $.charset now processed before other curl
                   4308:          options (closes issue #980)
                   4309: 
                   4310: 2014-05-23  misha
                   4311: 
                   4312:        * src/classes/json.C: - bug fix: #987
                   4313: 
                   4314: 2014-05-04  misha
                   4315: 
                   4316:        * tests/: 253.html, 253_json.txt: - test for
                   4317:          ^json:parse[$.int(false)] is added
                   4318: 
                   4319:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   4320:          default true). The option is similar to $.double(bool) but for
                   4321:          integers.
                   4322: 
                   4323: 2014-05-01  moko
                   4324: 
                   4325:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   4326:          #12 )
                   4327: 
                   4328: 2014-04-16  moko
                   4329: 
                   4330:        * src/main/pa_http.C: response-charset option should finally work
                   4331:          now (fix for issue #867)
                   4332: 
                   4333:        * src/main/pa_http.C: response-charset option should work now (fix
                   4334:          for issue #867)
                   4335: 
                   4336: 2014-03-07  moko
                   4337: 
                   4338:        * buildall: libgc moved
                   4339: 
                   4340:        * buildall: libgc moved
                   4341: 
                   4342: 2013-12-29  moko
                   4343: 
                   4344:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   4345:          closes issue #966
                   4346: 
                   4347:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   4348:          result now tainted, issue #966
                   4349: 
                   4350: 2013-12-03  moko
                   4351: 
                   4352:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   4353:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   4354:          option was added for http://www.parser.ru/forum/?id=79343
                   4355: 
                   4356:        * src/classes/file.C: bugfix for
                   4357:          http://www.parser.ru/forum/?id=79337
                   4358: 
                   4359: 2013-11-05  moko
                   4360: 
                   4361:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   4362: 
                   4363:        * src/main/pa_globals.C: spelling fixed
                   4364: 
                   4365: 2013-10-29  moko
                   4366: 
                   4367:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   4368: 
                   4369:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   4370:          #892
                   4371: 
                   4372:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   4373:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   4374:          exceptions to be thrown thougth json library), related to issue
                   4375:          #892
                   4376: 
                   4377:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   4378:          related to issue #896
                   4379: 
                   4380: 2013-10-24  moko
                   4381: 
                   4382:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   4383: 
                   4384: 2013-10-23  moko
                   4385: 
                   4386:        * README: actualization
                   4387: 
                   4388: 2013-10-22  moko
                   4389: 
                   4390:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   4391:          compatibility patch from Sergey Kirpichev
                   4392: 
                   4393:        * tests/: 297.html, results/297.processed: non-working getter fix
                   4394:          test for issue #948
                   4395: 
                   4396:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   4397:          called when saving value of $match variable in ^string.match[] to
                   4398:          increase compatibility (related to issue #948).
                   4399: 
                   4400:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   4401:          usage optimization
                   4402: 
                   4403: 2013-10-21  moko
                   4404: 
                   4405:        * tests/: 182.html, results/182.processed: local path removed for
                   4406:          compatibility
                   4407: 
                   4408:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   4409:          results/244.processed, results/253.processed,
                   4410:          results/254.processed, results/275.processed,
                   4411:          results/281.processed: try_catch -> try-catch
                   4412: 
                   4413:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   4414:          results/294.processed, results/296.processed: try_catch ->
                   4415:          try-catch
                   4416: 
                   4417: 2013-10-20  moko
                   4418: 
                   4419:        * tests/: 296.html, results/296.processed: test for xsl exception
                   4420:          for issue #938 added.
                   4421: 
                   4422:        * src/: include/pa_xml_exception.h,
                   4423:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   4424:          XmlException is now replaced (once again closes issue #938)
                   4425: 
                   4426: 2013-10-18  moko
                   4427: 
                   4428:        * buildall: disable clock_gettime detection to avoid librt linking
                   4429:          (which in turn depends on libpthread), related to issue #943
                   4430: 
                   4431: 2013-10-18  misha
                   4432: 
                   4433:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   4434:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   4435:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4436:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4437:          types/types.vcproj: - new locations for libxml2 includes where
                   4438:          added to vcproj files
                   4439: 
                   4440: 2013-10-18  moko
                   4441: 
                   4442:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   4443:          fix
                   4444: 
                   4445:        * tests/: 295.html, results/295.processed: test for issue #948
                   4446:          updated
                   4447: 
                   4448:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   4449:          :)
                   4450: 
                   4451:        * tests/: 295.html, results/295.processed: test for issue #948
                   4452:          added
                   4453: 
                   4454:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   4455:          include/pa_request.h, types/pa_method.h: for getters and setters
                   4456:          to be executed request.put_element should be called, not
                   4457:          context.put_element (fixes issue #948)
                   4458: 
                   4459: 2013-10-17  moko
                   4460: 
                   4461:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   4462:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   4463: 
                   4464:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   4465: 
                   4466: 2013-10-16  moko
                   4467: 
                   4468:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   4469: 
                   4470:        * tests/: 294.html, results/294.processed: test for issue #938
                   4471: 
                   4472:        * src/: classes/xdoc.C, classes/xnode.C,
                   4473:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   4474:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   4475: 
                   4476:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   4477:          libxslt-1.1.26 -> libxslt-1.1.28
                   4478: 
                   4479:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   4480:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   4481:          to '?', related to issue #938
                   4482: 
                   4483: 2013-10-15  moko
                   4484: 
                   4485:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   4486:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   4487:          minor optimizations (closes issue #896)
                   4488: 
                   4489:        * tests/results/: 292.processed, 293.processed: results updated to
                   4490:          comply with issue #896
                   4491: 
                   4492:        * tests/: 292.html, 293.html, results/292.processed,
                   4493:          results/293.processed: tests for json escaping
                   4494: 
                   4495: 2013-10-14  moko
                   4496: 
                   4497:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   4498:          and cleanup, code moved from .h to .C, no changes in code
                   4499: 
                   4500: 2013-10-12  moko
                   4501: 
                   4502:        * tests/results/119.processed: updated test result commited
                   4503: 
                   4504:        * tests/: 291.html, results/291.processed: test for issue #894
                   4505:          added
                   4506: 
                   4507:        * src/types/pa_wcontext.h: base methods call support function
                   4508:          get_somebody_entered_some_class should not be true forever, as
                   4509:          wcontext can have many get_elements calls (fixes issue #894)
                   4510: 
                   4511: 2013-10-11  moko
                   4512: 
                   4513:        * tests/: 290.html, results/290.processed: test for junction GPF
                   4514:          issue #942 added
                   4515: 
                   4516:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   4517:          to native method fixed (closes issue #942)
                   4518: 
                   4519:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   4520:          added
                   4521: 
                   4522:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   4523:          feature #907)
                   4524: 
                   4525:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   4526:          feature #907)
                   4527: 
                   4528: 2013-10-09  moko
                   4529: 
                   4530:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   4531:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   4532:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   4533:          properly not only in objects, but in classes as well (closes
                   4534:          issue #903)
                   4535: 
                   4536:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   4537:          works in classes, not only objects, test case added, related to
                   4538:          issue #903
                   4539: 
                   4540:        * tests/: 288.html, results/288.processed: test for endless
                   4541:          recursion bug added (related to issue #903)
                   4542: 
                   4543: 2013-10-05  moko
                   4544: 
                   4545:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4546:          classes/table.C, main/execute.C, types/pa_method.h,
                   4547:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4548:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4549:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   4550:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   4551:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   4552:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   4553:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   4554:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4555:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   4556:          optimization: put_element no longer has "bool areplace" argument,
                   4557:          related to issue #903
                   4558: 
                   4559: 2013-10-03  moko
                   4560: 
                   4561:        * tests/results/182.processed: result for $.replace(false) test
                   4562:          commited
                   4563: 
                   4564:        * src/classes/date.C: ^date::create(number) processed correctly
                   4565:          (fixes issue #901)
                   4566: 
                   4567:        * src/classes/image.C: as_no_junction removed, as param can be
                   4568:          expression (closes issue #931)
                   4569: 
                   4570:        * tests/233.html: test for issue #931 added
                   4571: 
                   4572: 2013-10-02  moko
                   4573: 
                   4574:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   4575:          modified, test for $.replace(false) added
                   4576: 
                   4577:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   4578: 
                   4579: 2013-09-30  moko
                   4580: 
                   4581:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   4582: 
                   4583:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4584:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   4585:          implemented; $.replace option added to ^process and ^use
                   4586: 
                   4587: 2013-08-27  moko
                   4588: 
                   4589:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   4590:          cstr_to_string_body_untaint should be called with charsets for
                   4591:          possible uri language and connection for possible sql language.
                   4592:          related to issue #857
                   4593: 
                   4594:        * buildall: and -> or fixed
                   4595: 
                   4596: 2013-08-26  moko
                   4597: 
                   4598:        * buildall: prepare_ functions logic changed to support
                   4599:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   4600: 
                   4601: 2013-08-23  moko
                   4602: 
                   4603:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   4604:          statically
                   4605: 
                   4606: 2013-08-22  moko
                   4607: 
                   4608:        * src/classes/string.C: String::Empty used (related to issue #912)
                   4609:          append_know_length removed (related to old GPF bug)
                   4610: 
                   4611: 2013-08-21  moko
                   4612: 
                   4613:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   4614: 
                   4615:        * src/classes/math.C: ^math:digest[...;$file] support added
                   4616:          (related to ticket #857
                   4617: 
                   4618:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   4619:          implemented
                   4620: 
                   4621:        * src/types/pa_vhashfile.h: warning war
                   4622: 
                   4623:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   4624:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   4625:          anti_endless_json_string_recoursion removed from request;
                   4626:          json_string_recoursion added to json_options; $.indent[indent
                   4627:          value] now supported and passed within recoursion closes feature
                   4628:          #937
                   4629: 
                   4630:        * tests/: 287.html, results/287.processed: test for feature #937
                   4631: 
                   4632: 2013-07-31  moko
                   4633: 
                   4634:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   4635:          compilation having #define _S
                   4636: 
                   4637:        * src/main/pa_globals.C: cleanup
                   4638: 
                   4639: 2013-07-30  moko
                   4640: 
                   4641:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   4642:          main/pa_common.C: vs2003 warning war
                   4643: 
                   4644:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   4645: 
                   4646:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   4647: 
                   4648:        * src/lib/md5/pa_sha2.c: warning war
                   4649: 
                   4650: 2013-07-29  moko
                   4651: 
                   4652:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   4653:          patches from github
                   4654: 
                   4655:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   4656:          classes/memcached.C, include/pa_config_includes.h,
                   4657:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   4658: 
                   4659:        * src/lib/json/json.vcproj: C++ -> C
                   4660: 
                   4661:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   4662: 
                   4663:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4664: 
                   4665:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4666: 
                   4667:        * src/lib/json/: json.c, pa_json.C: warning war
                   4668: 
                   4669:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   4670: 
                   4671:        * src/include/pa_config_fixed.h: uint16_t added
                   4672: 
                   4673:        * configure.in: uint16_t check added
                   4674: 
                   4675:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     4676:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   4677:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   4678:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   4679:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     4680: 
                   4681: 2013-07-25  moko
                   4682: 
                   4683:        * parser3.sln: dependencies added
                   4684: 
                   4685:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   4686:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   4687:          module support
                   4688: 
                   4689:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   4690: 
                   4691:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   4692: 
                   4693: 2013-07-23  moko
                   4694: 
                   4695:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   4696:          PA_DEBUG_GC_MEMORY removed
                   4697: 
                   4698:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   4699:          PA_DEBUG_DISABLE_GC compilation fix
                   4700: 
                   4701:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   4702:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   4703: 
                   4704:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   4705:          garbage cleanup
                   4706: 
                   4707:        * src/main/pa_common.C: warning war
                   4708: 
                   4709:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   4710: 
                   4711:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   4712:          minor cleanup
                   4713: 
                   4714:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   4715:          uses cygwin, not WIN32 implementation
                   4716: 
                   4717:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   4718:          able to exec shell scripts
                   4719: 
                   4720:        * src/classes/math.C: ifdef WIN32 cleanup
                   4721: 
                   4722:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   4723: 
                   4724:        * src/classes/curl.C: LT_MODULE_EXT used
                   4725: 
                   4726:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   4727: 
                   4728: 2013-07-22  moko
                   4729: 
                   4730:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   4731:          includes fix
                   4732: 
                   4733:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   4734: 
                   4735:        * configure.in, src/include/pa_config_includes.h,
                   4736:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   4737:          src/main/pa_exec.C: includes cleanup
                   4738: 
                   4739:        * src/targets/cgi/parser3.C: 2012->2013
                   4740: 
                   4741:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   4742: 
                   4743:        * configure.in, src/include/pa_config_includes.h,
                   4744:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   4745:          src/main/pa_random.C, src/main/pa_socks.C,
                   4746:          src/types/pa_vstatus.C: cygwin support cleanup
                   4747: 
                   4748:        * configure.in: dirent.h check added
                   4749: 
                   4750:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   4751:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   4752:          not copied
                   4753: 
                   4754: 2013-07-21  moko
                   4755: 
                   4756:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   4757: 
                   4758:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   4759:          parser3.vcproj: unused getopt.h / getopt.c removed
                   4760: 
                   4761:        * operators.txt, src/classes/file.C, tests/022.html,
                   4762:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   4763:          $.stat(true)] usage commented
                   4764: 
                   4765:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   4766:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   4767:          $.stat(true) it has size/*date columns modified patch from misha@
                   4768:          that closes issue #914.
                   4769: 
                   4770:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   4771:          PA_RELEASE_ASSERTS removed
                   4772: 
                   4773:        * src/lib/md5/pa_md5c.c: minor cleanup
                   4774: 
                   4775:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   4776:          localeconv()->decimal_point usage remoed (related to issue #934)
                   4777: 
                   4778:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   4779:          cordprnt.c removed
                   4780: 
                   4781:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   4782:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   4783:          pa-include/pa_strings.h: includes cleanup
                   4784: 
                   4785:        * src/lib/md5/pa_md5c.c: headers cleanup
                   4786: 
                   4787: 2013-07-20  moko
                   4788: 
                   4789:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   4790:          cleanup
                   4791: 
                   4792: 2013-07-19  moko
                   4793: 
                   4794:        * src/classes/math.C: extern "C" added for crypt
                   4795: 
                   4796: 2013-07-18  moko
                   4797: 
                   4798:        * src/classes/math.C: fix redhat7.2 build
                   4799: 
                   4800: 2013-07-17  moko
                   4801: 
                   4802:        * configure.in, src/include/pa_config_includes.h,
                   4803:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   4804:          added for uint8/32/64_t)
                   4805: 
                   4806:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   4807:          pa_config_includes.h used for uint32/64_t
                   4808: 
                   4809: 2013-07-16  moko
                   4810: 
                   4811:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   4812:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   4813:          war
                   4814: 
                   4815:        * src/main/compile.tab.C: compile.y was updated
                   4816: 
                   4817:        * src/main/compile.y: warning war
                   4818: 
                   4819:        * src/: include/pa_exception.h, main/pa_exception.C,
                   4820:          main/pa_xml_exception.C: warning war
                   4821: 
                   4822:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   4823: 
                   4824:        * configure.in: beauty :)
                   4825: 
                   4826:        * tests/: 141.html, results/141.processed: sha256/512 added
                   4827: 
                   4828: 2013-07-13  moko
                   4829: 
                   4830:        * src/lib/md5/md5.vcproj: sha2 added
                   4831: 
                   4832:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   4833:          classes/math.C: sha2 support (sha256/sha512 digest)
                   4834: 
                   4835: 2013-07-08  moko
                   4836: 
                   4837:        * src/classes/image.C: directory read or other read problem message
                   4838:          fixed (related to issue #933)
                   4839: 
                   4840: 2013-07-07  moko
                   4841: 
                   4842:        * AUTHORS: + misha + moko. :)
                   4843: 
                   4844: 2013-07-06  moko
                   4845: 
                   4846:        * src/: classes/curl.C, include/pa_globals.h,
                   4847:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   4848:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   4849:          for lt_dlinit to be called once and lt_dlexit called at right
                   4850:          place (related to issue #925)
                   4851: 
                   4852: 2013-07-04  moko
                   4853: 
                   4854:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   4855:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   4856:          content-type to be set, as it brokes badly designed logic in
                   4857:          response output. This hopefully finishes issue #928.
                   4858: 
                   4859:        * tests/results/: 256.processed, 286.processed: file now displayed
                   4860:          as name, size, mode, content-type
                   4861: 
                   4862:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   4863:          issue #933
                   4864: 
                   4865: 2013-06-28  moko
                   4866: 
                   4867:        * tests/: 286.html, results/286.processed: test extended
                   4868: 
                   4869:        * tests/: 286.html, results/286.processed: Test for issue #928
                   4870:          added.  it tests default content-type change.
                   4871: 
                   4872:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   4873:          now updated
                   4874: 
                   4875: 2013-06-25  moko
                   4876: 
                   4877:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   4878:          content-type for text/binary files without name added;
                   4879:          ^file::create[$f;...] options now works properly and $f
                   4880:          properties are default (fixes issue #928)
                   4881: 
                   4882: 2013-05-16  misha
                   4883: 
                   4884:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   4885:          added
                   4886: 
                   4887:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   4888:          table if specified limit is bigger than source rows count
                   4889: 
                   4890:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   4891:          added ( new feature: #858 )
                   4892: 
                   4893: 2013-04-29  moko
                   4894: 
                   4895:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   4896:          $.ipresolve(0|1|2) added (closes issue #891)
                   4897: 
                   4898:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   4899: 
                   4900: 2013-04-24  moko
                   4901: 
                   4902:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4903:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4904:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   4905:          memcached_quit (refs #893)
                   4906: 
                   4907: 2013-04-22  moko
                   4908: 
                   4909:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   4910:          slashes in file path (fixes bug #872)
                   4911: 
                   4912:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   4913:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   4914:          #739)
                   4915: 
                   4916:        * tests/results/266.processed: $.max_params added (feature #915)
                   4917: 
                   4918:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   4919:          option added to file::load (closes issue #867)
                   4920: 
                   4921: 2013-04-20  misha
                   4922: 
                   4923:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   4924:          commited
                   4925: 
                   4926: 2013-03-15  misha
                   4927: 
                   4928:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   4929:          multiple empty strings while ::sql. uae String::Empty instead
                   4930: 
                   4931: 2013-03-14  misha
                   4932: 
                   4933:        * src/classes/reflection.C: - for user classes
                   4934:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   4935:          with $.call_type if they available ( new feature: #915 )
                   4936: 
                   4937:        * src/classes/file.C: - ^file:delete[] now supports an option
                   4938:          $.exception(false) that suppress any exception while deleting
                   4939:          file ( new feature: #916 )
                   4940: 
                   4941:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4942:          work :)
                   4943: 
                   4944: 2013-03-12  misha
                   4945: 
                   4946:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4947:          set default name for the file
                   4948: 
                   4949: 2013-03-11  misha
                   4950: 
                   4951:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4952:          also available in $f.cookies
                   4953: 
                   4954:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4955:          moved to a separate method
                   4956: 
                   4957: 2013-03-10  moko
                   4958: 
                   4959:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4960:          added
                   4961: 
                   4962:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4963:          removed (declared by autoconf)
                   4964: 
                   4965:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4966:          uint32_t define
                   4967: 
                   4968: 2013-03-10  misha
                   4969: 
                   4970:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4971:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4972: 
                   4973:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4974:          empty dirs is added
                   4975: 
                   4976: 2013-03-10  moko
                   4977: 
                   4978:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4979:          but default check removed from ^int/double/bool.int/double/bool
                   4980:          for string.int/double/bool compatibility (related to issue #913)
                   4981: 
                   4982:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4983:          internally throws exception if default is present (closes issue
                   4984:          #913)
                   4985: 
                   4986: 2013-03-09  misha
                   4987: 
                   4988:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4989:          optimisations ( #845 )
                   4990: 
                   4991:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4992: 
                   4993: 2013-03-08  moko
                   4994: 
                   4995:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4996:          creates correct table (fixes issue #910)
                   4997: 
                   4998:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4999:          use outside of 'connect' operator (fixes issue #911)
                   5000: 
                   5001:        * tests/results/: 096.processed, 122.processed: test results
                   5002:          updated as doubles now printed with 15 significant digits, not 5
                   5003:          (fixes issue #882)
                   5004: 
                   5005:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   5006:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   5007: 
                   5008: 2013-02-21  moko
                   5009: 
                   5010:        * src/classes/table.C: _locate_name_value does not check arguments
                   5011:          count, so we check it in advance (fixes issue #905)
                   5012: 
                   5013: 2012-10-23  moko
                   5014: 
                   5015:        * buildall: old shell for and echo compatibility (for six)
                   5016: 
                   5017: 2012-10-19  moko
                   5018: 
                   5019:        * buildall: --strip added --disable-safe-mode listed in usage
                   5020: 
                   5021: 2012-10-17  misha
                   5022: 
                   5023:        * src/classes/op.C: - apply-taint should not throw "outside
                   5024:          connect" exception with sql lang now
                   5025: 
                   5026: 2012-10-17  moko
                   5027: 
                   5028:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   5029:          each request (for apache module)
                   5030: 
                   5031: 2012-09-26  moko
                   5032: 
                   5033:        * src/doc/doxygen.cfg: png -> svg
                   5034: 
                   5035: 2012-09-25  moko
                   5036: 
                   5037:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   5038:          test added
                   5039: 
                   5040:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   5041:          double use when key is long
                   5042: 
                   5043: 2012-09-16  moko
                   5044: 
                   5045:        * src/classes/math.C: Format -> Method Encode -> Format
                   5046: 
                   5047:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   5048:          added
                   5049: 
                   5050: 2012-09-14  moko
                   5051: 
                   5052:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   5053:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   5054:          implementation added
                   5055: 
                   5056: 2012-09-12  moko
                   5057: 
                   5058:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   5059:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   5060:          targets.dox and string.dox slightly actualized
                   5061: 
                   5062: 2012-08-31  moko
                   5063: 
                   5064:        * ChangeLog: now generated with patched cvs2cl.pl
                   5065: 
                   5066: 2012-07-29  moko
                   5067: 
                   5068:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   5069:          result should be pushed after VMethodFrame destructor is called,
                   5070:          as it deletes junctions from stack params (fixes issue #868)
                   5071: 
                   5072: 2012-07-23  moko
                   5073: 
                   5074:        * INSTALL, README: buildall script usage documented, other outdated
                   5075:          info updated.
                   5076: 
                   5077:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   5078: 
                   5079: 2012-07-21  moko
                   5080: 
                   5081:        * buildall: glib does not compile when threads are disabled...
                   5082: 
                   5083:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   5084: 
                   5085:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   5086:          unref, can't unref nested objects)
                   5087: 
                   5088:        * src/types/pa_vmail.C: another check added
                   5089: 
                   5090: 2012-07-19  moko
                   5091: 
                   5092:        * buildall: usage added
                   5093: 
                   5094:        * buildall: new buildall script that unites buildall-with-xml,
                   5095:          buildall-without-xml, --with-apache and --with-mailreceive
                   5096: 
                   5097:        * configure.in: support for static gmime and dynamic glib linking.
                   5098:          fixes for FreeBSD
                   5099: 
                   5100: 2012-07-17  moko
                   5101: 
                   5102:        * configure.in: --with-mailreceive replaced
                   5103:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   5104:          removed
                   5105: 
                   5106: 2012-07-16  moko
                   5107: 
                   5108:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   5109:          capitalized, content now decoded and text content converted to
                   5110:          $request:charset.  all properties are accessed by functions, this
                   5111:          ready for dynamic load.
                   5112: 
                   5113: 2012-06-28  moko
                   5114: 
1.116     moko     5115:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   5116:          32 bit
1.95      moko     5117: 
                   5118: 2012-06-27  moko
                   5119: 
                   5120:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   5121:          passive ftp
                   5122: 
                   5123:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   5124: 
                   5125:        * configure.in: 3.4.2 RC -> 3.4.2
                   5126: 
                   5127: 2012-06-22  moko
                   5128: 
                   5129:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   5130:          #815)
                   5131: 
                   5132:        * tests/: 284.html, results/284.processed: output options test
                   5133:          (feature #265)
                   5134: 
                   5135: 2012-06-22  misha
                   5136: 
                   5137:        * tests/215.html: - little changes
                   5138: 
                   5139: 2012-06-21  moko
                   5140: 
                   5141:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   5142:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   5143:          feature #265)
                   5144: 
                   5145:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   5146:          breaks long .*, default 10M restored. (issue #216)
                   5147: 
                   5148:        * tests/: 283.html, results/283.processed: test for issue #815
                   5149:          added
                   5150: 
                   5151:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   5152:          again, cstrm not required.
                   5153: 
                   5154:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   5155:          Win32 and broken FreeBSD (issue #45)
                   5156: 
                   5157:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   5158: 
                   5159:        * src/main/pa_string.C: warnings war
                   5160: 
                   5161:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   5162:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   5163:          main/pa_socks.C, targets/apache/pa_threads.C,
                   5164:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5165:          types/pa_vstatus.C: compilation under cygwin fixed
                   5166: 
                   5167: 2012-06-19  moko
                   5168: 
                   5169:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   5170:          Windows fixed
                   5171: 
                   5172:        * parser3.sln: removed antique pcre_ctype
                   5173: 
                   5174:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   5175: 
                   5176:        * src/include/pa_config_fixed.h: undefined reference to
                   5177:          __imp__pcre_* fix for Windows
                   5178: 
                   5179:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     5180:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   5181:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   5182:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   5183:          define fixed
1.95      moko     5184: 
                   5185: 2012-06-18  moko
                   5186: 
                   5187:        * src/classes/memcached.C: flush -> clear
                   5188: 
                   5189:        * src/classes/memcached.C: memcached does not support quotes even
                   5190:          in server name
                   5191: 
                   5192:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5193:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   5194:          called on open to check servers existance.  $.key(true) syntax
                   5195:          now supported
                   5196: 
                   5197: 2012-06-17  moko
                   5198: 
                   5199:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   5200:          cleanup
                   5201: 
                   5202:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   5203:          tests/results/282.processed: encloser at the EOF bug fixed,
                   5204:          incorrectly enclosed data now processed more logicaly (fixes
                   5205:          #339)
                   5206: 
                   5207: 2012-06-15  moko
                   5208: 
                   5209:        * buildall-without-xml: sync with buildall-with-xml
                   5210: 
                   5211:        * buildall-with-xml: download auto-detected between fetch and curl
                   5212: 
                   5213:        * configure.in: --with-gc and --with-pcre now also processed
                   5214:          correctly
                   5215: 
1.116     moko     5216:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   5217:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   5218:          should be run on rol1 using automake / aclocal (GNU automake)
                   5219:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     5220: 
                   5221:        * configure.in: new PARSER_VERSION logic
                   5222: 
                   5223:        * src/include/pa_version.h: new pa_version.h logic
                   5224: 
                   5225:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5226:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5227:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   5228:          feols_normalized -> fis_text_content set_binary added
                   5229: 
                   5230:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   5231: 
                   5232: 2012-06-15  misha
                   5233: 
                   5234:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5235:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5236:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   5237:          ^file::create[text;content] EOLs in content now is normalized. (
                   5238:          new feature: #815 )
                   5239: 
                   5240: 2012-06-15  moko
                   5241: 
                   5242:        * configure.in: --disable-version-update added to disable version
                   5243:          update with host information (for debian package) whitespace
                   5244:          optimized
                   5245: 
                   5246:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   5247:          libtool
                   5248: 
                   5249:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   5250:          it.
                   5251: 
                   5252: 2012-06-14  moko
                   5253: 
                   5254:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   5255:          tests/results/281.processed: "hash flocked" error removed for
                   5256:          safe operations like ^h._count[] ( new feature: #335 )
                   5257: 
1.116     moko     5258:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     5259: 
                   5260:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   5261: 
                   5262:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   5263:          xml compilation check added
                   5264: 
                   5265:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   5266:          replaced with --with-gc and --with-pcre test for pcre linking
                   5267:          added
                   5268: 
                   5269: 2012-06-13  moko
                   5270: 
                   5271:        * configure.in: apxs2 check optimized
                   5272: 
                   5273:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   5274:          .la, includes optimized
                   5275: 
                   5276:        * buildall-with-xml: --with-pic looks better for -fPIC
                   5277: 
                   5278:        * configure.in: switched to convenience library in static linking
                   5279: 
                   5280:        * src/targets/apache/Makefile.am: switched to convenience library
                   5281:          usage to avoid libtool warnings
                   5282: 
                   5283:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   5284:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   5285:          smtp/Makefile.am: switched to convenience library usage
                   5286: 
                   5287:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   5288: 
                   5289:        * src/targets/apache/Makefile.am: updated for libtool usage
                   5290: 
                   5291:        * buildall-without-xml: --with-included-ltdl added
                   5292: 
                   5293:        * buildall-without-xml: sync with buildall-with-xml
                   5294: 
                   5295:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   5296:          -fPIC for x64 $download added for wget success check added
                   5297: 
                   5298:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   5299: 
                   5300:        * configure.in: disable-static returned
                   5301: 
                   5302:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   5303:          LIBTOOLFLAGS
                   5304: 
                   5305: 2012-06-12  moko
                   5306: 
                   5307:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   5308:          compatible with LIBTOOLFLAGS for unknown reasons
                   5309: 
                   5310:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   5311: 
                   5312:        * configure.in: static/dynamic -lstdc++ linking option removed
                   5313:          apxs2 check added
                   5314: 
                   5315:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   5316:          option removed
                   5317: 
                   5318: 2012-06-10  moko
                   5319: 
                   5320:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   5321:          added
                   5322: 
                   5323:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   5324: 
1.116     moko     5325:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   5326:          beauty
1.95      moko     5327: 
                   5328:        * depcomp: from libtool 2.4.2
                   5329: 
                   5330:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   5331: 
                   5332: 2012-06-09  moko
                   5333: 
1.116     moko     5334:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   5335:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     5336:          autogenerated files updated after libtool update
                   5337: 
1.116     moko     5338:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   5339:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     5340:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   5341:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   5342:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   5343:          config/compile, config/config.guess, config/config.sub,
                   5344:          config/depcomp, config/install-sh, config/ltmain.sh,
                   5345:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   5346:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   5347:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   5348:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   5349:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   5350:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   5351:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   5352:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   5353: 
                   5354:        * configure.in: preparation for new libtool
                   5355: 
                   5356:        * configure.in: Some beauty added :)
                   5357: 
                   5358:        * src/targets/apache/Makefile.am: := -> =
                   5359: 
                   5360:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   5361:          again. :)
                   5362: 
                   5363:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   5364:          previously was taken from pcre_internal.h. :)
                   5365: 
                   5366:        * src/lib/pcre/Makefile.am: config.h returned
                   5367: 
                   5368:        * src/lib/pcre/config.h: still need this. :)
                   5369: 
                   5370:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   5371: 
                   5372:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   5373:          removed
                   5374: 
                   5375:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   5376:          now in parser tree, no need to copy
                   5377: 
                   5378:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   5379:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   5380:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   5381:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   5382:          extracts now used old trash removed
                   5383: 
                   5384:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   5385:          (debian/patches/104_automake.patch) + all charsets are copied
                   5386: 
                   5387:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   5388:          extra arguments now supported
                   5389: 
                   5390: 2012-06-08  misha
                   5391: 
                   5392:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   5393:          the 2nd option in ^table.hash[] could be hash or table so
                   5394:          .as_hash will throw an exception when table option is specified
                   5395: 
                   5396:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5397:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   5398:          classes/table.C, classes/void.C, classes/xdoc.C,
                   5399:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   5400:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   5401:          and improved (whitespaces are allowed as empty options) -
                   5402:          MethodParams::as_table is added - above methods are used for
                   5403:          parsing methods' options ( new feature: #9 )
                   5404: 
                   5405:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   5406:          to vclass. now class fields can be accessible as a hash:
                   5407:          $h[^hash::create[$asd:CLASS]]
                   5408: 
                   5409:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   5410:          have get_fields method so their fields can be accessed with
                   5411:          ^reflection:fields[...] & ^reflection:field[...]
                   5412: 
                   5413: 2012-06-06  misha
                   5414: 
                   5415:        * tests/280.html: - tests for
                   5416:          ^reflection:method[obj-or-class;method],
                   5417:          ^reflection:field[obj-or-class;field] and
                   5418:          ^reflection:fields[obj-or-class] are added
                   5419: 
                   5420: 2012-06-05  misha
                   5421: 
                   5422:        * src/classes/reflection.C: - ^reflection:method[class or
                   5423:          object;method name] and ^reflection:field[class or object;field
                   5424:          name] are added
                   5425: 
                   5426:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   5427:          is used
                   5428: 
                   5429:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   5430: 
                   5431: 2012-06-05  moko
                   5432: 
1.116     moko     5433:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     5434: 
                   5435:        * src/classes/memcached.C: flish ttl fixed
                   5436: 
                   5437: 2012-06-04  moko
                   5438: 
                   5439:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   5440:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   5441:          option (new feature #833)
                   5442: 
                   5443: 2012-06-04  misha
                   5444: 
                   5445:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   5446:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   5447: 
                   5448: 2012-06-03  misha
                   5449: 
                   5450:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   5451:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   5452: 
                   5453: 2012-05-30  misha
                   5454: 
                   5455:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   5456:          incomplete class into a scope while @USE is found
                   5457: 
                   5458:        * src/main/compile.y: - add incomplete class into a scope while
                   5459:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   5460: 
                   5461: 2012-05-30  moko
                   5462: 
                   5463:        * src/types/pa_vclass.C, tests/278.html,
                   5464:          tests/results/278.processed: removed "property has no getter
                   5465:          method" exception when GET_DEFAULT present (fixes #269)
                   5466: 
                   5467:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   5468:          $._default
                   5469: 
                   5470: 2012-05-29  moko
                   5471: 
                   5472:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   5473:          uninitialized values usage (new feature: #154)
                   5474: 
                   5475: 2012-05-28  moko
                   5476: 
                   5477:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   5478:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   5479:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   5480:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   5481:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   5482:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   5483:          tests/results/277.processed, src/types/pa_vtable.h,
                   5484:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   5485:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   5486:          feature #803)
                   5487: 
                   5488:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   5489:          tests/results/277.processed: json numbers are now treated as
                   5490:          double ( new feature: #834 )
                   5491: 
                   5492:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   5493:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   5494:          added for out of range checks, zero division in vint/vdouble
                   5495:          check added ( fixes #832 )
                   5496: 
                   5497:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   5498:          ( fixes #832 )
                   5499: 
                   5500: 2012-05-28  misha
                   5501: 
                   5502:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   5503:          configure
                   5504: 
                   5505:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   5506:          added - tests for unsupported values for options $.file, $.table
                   5507:          and $.date are added
                   5508: 
                   5509:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   5510:          accepts "stat" $.file[] option's value in addition to existed
                   5511:          "text" and "base64" ( new feature: #835 )
                   5512: 
                   5513:        * tests/276.html: - test for
                   5514:          ^reflection:delete[$object-or-class;field-name]
                   5515: 
                   5516:        * src/classes/reflection.C: -
                   5517:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   5518:          feature: #268 )
                   5519: 
                   5520: 2012-05-27  misha
                   5521: 
                   5522:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   5523: 
                   5524: 2012-05-24  misha
                   5525: 
                   5526:        * src/include/pa_common.h: - method lastposafter was removed
                   5527: 
                   5528:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   5529:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   5530:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   5531:          work as *nix commands
                   5532: 
                   5533:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   5534: 
                   5535:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   5536:          rskipchars were added
                   5537: 
                   5538:        * tests/270.html: - more tests for ^file:find[]
                   5539: 
                   5540:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   5541: 
                   5542:        * src/include/pa_version.h: - must be "win32" here. it is
                   5543:          auto-generated on *nix
                   5544: 
                   5545: 2012-05-24  moko
                   5546: 
                   5547:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   5548:          throws overflow exception ( new feature: #830 )
                   5549: 
                   5550:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   5551:          uint32 support and overflow added ( new feature: #830 )
                   5552: 
                   5553: 2012-05-23  moko
                   5554: 
                   5555:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   5556:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   5557:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   5558:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5559:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5560:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   5561:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   5562:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5563:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   5564:          "return string as-is" removed from as_expr_result. ( new feature:
                   5565:          #831 )
                   5566: 
                   5567:        * tests/results/244.processed: test changed after bug #782 fix
                   5568:          commited
                   5569: 
                   5570:        * tests/results/229.processed: test results for bug #782 commited
                   5571: 
                   5572:        * tests/: 254.html, results/254.processed: uid now just compared,
                   5573:          not printed. :)
                   5574: 
                   5575: 2012-05-20  moko
                   5576: 
                   5577:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   5578:          feature: #341 )
                   5579: 
                   5580:        * tests/: 254.html, results/254.processed: test for
                   5581:          ^reflection:uid[] added
                   5582: 
                   5583:        * tests/: 254.html, results/254.processed: test for
                   5584:          ^reflection:uid[$obj] added
                   5585: 
                   5586: 2012-05-17  misha
                   5587: 
                   5588:        * src/main/untaint.C: - do not replace ' char by _26 while
                   5589:          exploding filespec-tainting ( new feature: #829 )
                   5590: 
                   5591: 2012-05-12  moko
                   5592: 
                   5593:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   5594:          not.
                   5595: 
                   5596: 2012-05-08  moko
                   5597: 
                   5598:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   5599: 
                   5600:        * tests/229.html: test for bug #782
                   5601: 
                   5602:        * tests/results/259.processed, src/main/pa_request.C,
                   5603:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   5604:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   5605:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   5606:          string; defined locals are empty strings; $STRICT-VARS(true)
                   5607:          added
                   5608: 
                   5609: 2012-04-27  moko
                   5610: 
1.116     moko     5611:        * src/targets/apache/Makefile.am:
1.95      moko     5612:          ../../lib/memcached/libmemcached.a added
                   5613: 
                   5614: 2012-04-27  misha
                   5615: 
                   5616:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   5617:          ( #827 )
                   5618: 
                   5619: 2012-04-25  moko
                   5620: 
                   5621:        * src/: classes/json.C, classes/memcached.C,
                   5622:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5623:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   5624:          implemented.
                   5625: 
                   5626:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   5627: 
                   5628: 2012-04-23  moko
                   5629: 
                   5630:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5631:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5632:          types/pa_vmemcached.h: open allows options hash for new
                   5633:          memcached(options) function
                   5634: 
                   5635:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   5636:          not appended
                   5637: 
                   5638: 2012-04-21  moko
                   5639: 
                   5640:        * src/classes/curl.C: '' added. :)
                   5641: 
                   5642:        * src/classes/classes.vcproj: new curl.h location
                   5643: 
                   5644:        * src/classes/curl.C: verbose output redirection from stderr to
                   5645:          file curl option added
                   5646: 
                   5647: 2012-04-20  moko
                   5648: 
                   5649:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   5650:          contains what we need from curl, #ifdef HAVE_CURL removed
                   5651: 
1.116     moko     5652:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     5653:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     5654:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   5655:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     5656:          configure option
                   5657: 
                   5658: 2012-04-19  moko
                   5659: 
                   5660:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   5661:          classes/string.C, lib/gc/include/gc_allocator.h,
                   5662:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   5663:          options from sql_result_string removed. (closes issue #468)
                   5664: 
                   5665:        * src/types/pa_vmemcached.C: empty string fix
                   5666: 
                   5667:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   5668:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   5669:          pa_vmemcached.C
                   5670: 
                   5671: 2012-04-18  moko
                   5672: 
                   5673:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   5674:          apache2-mpm-prefork" error displayed in threaded mpm.
                   5675: 
                   5676:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5677:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   5678:          installed (issue #354)
                   5679: 
                   5680: 2012-04-16  moko
                   5681: 
                   5682:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   5683:          memcached_result_free removed
                   5684: 
                   5685: 2012-04-14  moko
                   5686: 
                   5687:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   5688: 
                   5689:        * src/types/pa_vmemcached.C: check_key added and used
                   5690: 
                   5691: 2012-04-13  moko
                   5692: 
                   5693:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   5694:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   5695:          Serialization_data now added and used, VString now serialized
                   5696:          with languages into memcached.
                   5697: 
                   5698: 2012-03-28  moko
                   5699: 
                   5700:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   5701:          lib/memcached/pa_memcached.h: result lengths added
                   5702: 
                   5703: 2012-03-27  moko
                   5704: 
                   5705:        * src/types/pa_vmemcached.C: strdup added
                   5706: 
                   5707: 2012-03-24  moko
                   5708: 
                   5709:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5710:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5711:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   5712: 
                   5713: 2012-03-20  moko
                   5714: 
1.116     moko     5715:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     5716: 
                   5717:        * src/targets/cgi/Makefile.am: cleanup
                   5718: 
                   5719:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   5720:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   5721: 
                   5722:        * src/: classes/Makefile.am, classes/memcached.C,
                   5723:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   5724:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5725:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   5726: 
                   5727: 2012-03-16  moko
                   5728: 
                   5729:        * src/main/execute.C: ident now works under Linux + ident displays
                   5730:          filenames (closes issue #818)
                   5731: 
1.116     moko     5732:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     5733:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   5734:          pa_vmethod_frame_local.h removed
                   5735: 
                   5736:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   5737:          classes/classes.h, classes/curl.C, classes/date.C,
                   5738:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   5739:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   5740:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   5741:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5742:          classes/regex.C, classes/response.C, classes/string.C,
                   5743:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5744:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5745:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5746:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5747:          include/pa_dictionary.h, include/pa_dir.h,
                   5748:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5749:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5750:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5751:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5752:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5753:          include/pa_sapi.h, include/pa_socks.h,
                   5754:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5755:          include/pa_stack.h, include/pa_string.h,
                   5756:          include/pa_stylesheet_connection.h,
                   5757:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5758:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5759:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5760:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5761:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   5762:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   5763:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   5764:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   5765:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   5766:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5767:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   5768:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   5769:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5770:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5771:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5772:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5773:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5774:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   5775:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   5776:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   5777:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   5778:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5779:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   5780:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   5781:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   5782:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   5783:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5784:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5785:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5786:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5787:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5788:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5789:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5790:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5791:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   5792:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   5793:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   5794:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   5795:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   5796:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5797:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   5798:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   5799:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5800:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   5801:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   5802:          ident now works under Linux + ident displays filenames (closes
                   5803:          issue #818) Copyright updated
                   5804: 
                   5805: 2012-03-13  moko
                   5806: 
                   5807:        * src/main/pa_string.C: compilation fix for feature #741
                   5808: 
                   5809: 2012-03-09  misha
                   5810: 
                   5811:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   5812: 
                   5813:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   5814:          now detects invalid base64 chars in the middle of encoded stricg
                   5815:          ( new feature: #55 )
                   5816: 
                   5817:        * src/include/pa_exception.h: - new exception type for base64
                   5818:          decoding is added
                   5819: 
                   5820: 2012-03-06  misha
                   5821: 
                   5822:        * tests/274.html: - tests for ^date::today[] and
                   5823:          ^date.sql-string[datetime|date|time] are added
                   5824: 
                   5825:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   5826:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   5827:          strings "datetime", "date" or "time" - comments tidying up
                   5828: 
                   5829:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   5830:          date and time
                   5831: 
                   5832: 2012-03-03  misha
                   5833: 
                   5834:        * tests/193.html: - tests for
                   5835:          ^string:base64[encoded;$.strict(true)] are added
                   5836: 
                   5837:        * tests/results/auto.p: - try-catch operator is added
                   5838: 
                   5839:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   5840:          main/pa_common.C: - $.strict(true|false) option is added to
                   5841:          base64 decode methods ( new feature: #55 )
                   5842: 
                   5843:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   5844:          ( new feature: #819 )
                   5845: 
                   5846: 2012-02-28  moko
                   5847: 
                   5848:        * src/classes/hash.C: ident test
                   5849: 
                   5850: 2012-02-27  misha
                   5851: 
                   5852:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   5853: 
                   5854: 2012-01-08  misha
                   5855: 
                   5856:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   5857: 
                   5858:        * src/: classes/string.C, include/pa_dictionary.h,
                   5859:          main/pa_dictionary.C, main/pa_string.C: -
                   5860:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   5861:          ^string.replace[one subst here] is slightly optimized
                   5862: 
                   5863: 2011-12-07  misha
                   5864: 
                   5865:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   5866:          named table with one empty column ( bugfix: #63 )
                   5867: 
                   5868: 2011-11-30  misha
                   5869: 
                   5870:        * src/classes/json.C: - it's possible to set user's method for
                   5871:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   5872:          #763 )
                   5873: 
                   5874:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   5875: 
                   5876: 2011-11-23  misha
                   5877: 
                   5878:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5879:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   5880:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   5881:          ^file::create[mode;filename;content[;options]] now accepts binary
                   5882:          mode and file-content - new constructor's format:
                   5883:          ^file::create[string-or-file-content[;$.name[filename]
                   5884:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   5885:          feature: #65 )
                   5886: 
                   5887:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   5888:          mime_type_of(const String*) is added
                   5889: 
                   5890:        * src/include/pa_exception.h: - new exception constant
                   5891:          FILE_NAME_MUST_BE_SPECIFIED is added
                   5892: 
                   5893:        * src/classes/table.C: - bug with negative offset transformed into
                   5894:          a feature. it means pointing to a row from the end of the table (
                   5895:          new feature: #810 )
                   5896: 
                   5897: 2011-11-19  misha
                   5898: 
                   5899:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   5900:          â ìåòîäå _select ( new feature: #810 )
                   5901: 
                   5902:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   5903:          options were specified together is simplified
                   5904: 
                   5905: 2011-11-12  misha
                   5906: 
                   5907:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   5908:          HTTP content-disposition header (a part of bug #361 )
                   5909: 
                   5910:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   5911:          checks for ancestors' classes as well ( new feature: #456 )
                   5912: 
                   5913:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   5914:          "without cycle" now have types "parser.break" and
                   5915:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   5916:          )
                   5917: 
                   5918: 2011-11-11  misha
                   5919: 
                   5920:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   5921:          237.processed: - since bug #361 was fixed the content of filename
                   5922:          in HTTP headers is quoted
                   5923: 
                   5924:        * tests/results/270.processed: - result for test 270
                   5925: 
                   5926:        * tests/: 065.html, results/065.processed: - more tests for
                   5927:          ^file:basename[] & Co were added
                   5928: 
                   5929:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   5930: 
                   5931:        * tests/270.html: - tests for ^file:find[] are added
                   5932: 
                   5933:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5934:          using option $.charset. option $.engoding is still supported but
                   5935:          these options can not be specified together
                   5936: 
                   5937:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5938:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5939: 
                   5940: 2011-10-11  misha
                   5941: 
                   5942:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5943:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5944:          #622)
                   5945: 
                   5946: 2011-09-30  misha
                   5947: 
                   5948:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5949:          exception "saving stat-ed file" ( bugfix: #395 )
                   5950: 
                   5951: 2011-05-30  misha
                   5952: 
                   5953:        * src/classes/string.C: - fixed bug which was added with
                   5954:          params.as_hash into string:sql
                   5955: 
                   5956: 2011-05-29  misha
                   5957: 
                   5958:        * src/types/pa_value.C: - filename in content-disposition header
                   5959:          must be quoted ( bugfix: #361 )
                   5960: 
                   5961: 2011-05-27  misha
                   5962: 
                   5963:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5964:          created file
                   5965: 
                   5966:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5967:          usage
                   5968: 
                   5969:        * src/include/pa_exception.h: - one more string for exception was
                   5970:          added
                   5971: 
                   5972: 2011-05-25  misha
                   5973: 
                   5974:        * tests/269.html: - tests for checking input params in some dom
                   5975:          methods
                   5976: 
                   5977:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5978:          was added. it isn't possible not wo create xdoc with invalid
                   5979:          tagName. ( bugfix: #160 )
                   5980: 
                   5981:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5982:          string "data must be string" was mover from pa_exception.h to
                   5983:          pa_xml_exception.h
                   5984: 
                   5985:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5986:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5987: 
                   5988:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5989: 
                   5990:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5991:          options - XML-related exception's strings were added
                   5992: 
                   5993:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5994:          output_options were removed)
                   5995: 
                   5996: 2011-05-19  misha
                   5997: 
                   5998:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5999:          params.as_hash is used more while parsing methods hash-options
                   6000: 
                   6001: 2011-05-18  misha
                   6002: 
                   6003:        * operators.txt: - info about json-serialization of xdoc was added
                   6004: 
                   6005:        * tests/256.html: - tests for json-serialization xdoc were added
                   6006: 
                   6007:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   6008: 
                   6009:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6010:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   6011:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   6012:          specified in $.xdoc[] ( new feature: #265 )
                   6013: 
                   6014: 2011-05-15  misha
                   6015: 
                   6016:        * tests/268.html: - tests for ^table.count[with options] were added
                   6017: 
                   6018:        * src/classes/table.C: - method ^table.count[] now can accept
                   6019:          options ( new feature: #93 ): ^table.count[column] returns number
                   6020:          of columns for named table; ^table.count[cells] returns number of
                   6021:          cells in the current row; ^table.count[] & ^table.count[rows]
                   6022:          return number of rows in a table.
                   6023: 
                   6024:        * tests/267.html: - test for checking switch/case in boolean mode
                   6025:          was added
                   6026: 
                   6027:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   6028:          compared as bool values, not as double values: new feature: #351
                   6029: 
                   6030: 2011-05-06  misha
                   6031: 
                   6032:        * tests/242.html: - EOL before EOF was added
                   6033: 
                   6034:        * tests/169.html: - tests for splitting empty string and void were
                   6035:          added
                   6036: 
                   6037:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   6038:          returned table with one empty cell)
                   6039: 
                   6040: 2011-04-03  misha
                   6041: 
                   6042:        * src/include/pa_version.h, configure.in: - version in head was
                   6043:          changed to 3.4.2b
                   6044: 
                   6045: 2011-03-30  misha
                   6046: 
                   6047:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   6048:          as well ( new feature #294 )
                   6049: 
                   6050: 2011-03-29  misha
                   6051: 
                   6052:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   6053:          limited to approx. 6 MB. previous limits were too big for real
                   6054:          life. bugfix: #216
                   6055: 
                   6056: 2011-03-04  moko
                   6057: 
                   6058:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   6059:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   6060: 
                   6061:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   6062:          vlalek@
                   6063: 
                   6064: 2011-02-22  misha
                   6065: 
                   6066:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   6067:          be under #ifdef XML or parser can't be compiled without xml
                   6068:          support
                   6069: 
                   6070: 2011-02-21  misha
                   6071: 
1.116     moko     6072:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     6073:          ApacheModuleParser3.vcproj was removed
                   6074: 
                   6075:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   6076:          removed)
                   6077: 
                   6078: 2011-02-20  misha
                   6079: 
                   6080:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   6081:          $.overridden in ^reflection:method_info[...] were added
                   6082: 
                   6083:        * src/classes/reflection.C: - beautifying result of
                   6084:          ^reflection:method_info[] ($.overridden/inherited)
                   6085: 
                   6086: 2011-02-18  misha
                   6087: 
                   6088:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   6089:          and pa_isalnum instead of isalpha and isalnum - bug with
                   6090:          redundand quoting lowercased latin chars while building email
                   6091:          body was fixed
                   6092: 
                   6093:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   6094:          added (they check for latin chars only)
                   6095: 
                   6096: 2011-02-16  misha
                   6097: 
                   6098:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   6099:          string size for transcoding gave too small value (should ever
                   6100:          look for availability char in dest charset inspite of the char
                   6101:          size)
                   6102: 
                   6103: 2011-02-04  moko
                   6104: 
                   6105:        * tests/223.html: header values now not url-encoded (issue #195)
                   6106: 
                   6107: 2011-02-01  misha
                   6108: 
                   6109:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   6110: 
                   6111: 2011-01-31  misha
                   6112: 
                   6113:        * src/main/pa_request.C: - throw exception if param file_name in
                   6114:          use_file is empty
                   6115: 
                   6116: 2011-01-08  moko
                   6117: 
                   6118:        * src/classes/curl.C: compilations errors fixed
                   6119: 
                   6120: 2010-12-29  moko
                   6121: 
                   6122:        * tests/: 265.html, results/265.processed: test for issue #200
                   6123:          added
                   6124: 
                   6125:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   6126:          #200)
                   6127: 
                   6128:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   6129: 
                   6130:        * tests/results/223.processed: header values now not url-encoded
                   6131:          (issue #195)
                   6132: 
                   6133:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   6134:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   6135:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   6136: 
                   6137: 2010-12-18  misha
                   6138: 
                   6139:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   6140:          => pa-include
                   6141: 
                   6142: 2010-11-28  moko
                   6143: 
                   6144:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   6145: 
                   6146:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   6147:          -> pa
                   6148: 
                   6149:        * configure.in: apr -> pa
                   6150: 
                   6151:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   6152: 
                   6153:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   6154:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   6155: 
                   6156:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   6157:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   6158:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   6159:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   6160:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   6161:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   6162:          module apr name conflict resolved)
                   6163: 
                   6164: 2010-11-27  misha
                   6165: 
                   6166:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   6167:          libbz2
                   6168: 
                   6169: 2010-11-26  misha
                   6170: 
                   6171:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   6172:          warnings removed
                   6173: 
                   6174: 2010-11-25  moko
                   6175: 
                   6176:        * operators.txt: $.indent(true)
                   6177: 
                   6178:        * operators.txt: another bugfix. :)
                   6179: 
                   6180:        * operators.txt: bugfix. :)
                   6181: 
                   6182:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   6183: 
                   6184: 2010-11-24  moko
                   6185: 
1.116     moko     6186:        * configure: apxs support
1.95      moko     6187: 
                   6188:        * configure.in: apxs support -Bstatic gc removed for OS X
                   6189: 
                   6190:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   6191: 
                   6192:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   6193:          THREAD_LOCAL usage
                   6194: 
                   6195:        * src/: classes/curl.C, include/pa_config_includes.h,
                   6196:          main/pa_globals.C: THREAD_LOCAL defined and used
                   6197: 
                   6198: 2010-11-23  moko
                   6199: 
                   6200:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   6201:          should be passed to pa_sleep, and only fractional part (bugfix:
                   6202:          #188)
                   6203: 
                   6204:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   6205: 
                   6206:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6207:          GC_dont_gc=1, as in cgi version
                   6208: 
                   6209:        * src/targets/apache/mod_parser3.c: warning war
                   6210: 
                   6211:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6212:          pa_httpd.h: version removed, some trash removed
                   6213: 
                   6214:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   6215:          to show it), warning war
                   6216: 
                   6217:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6218:          pa_httpd.h: parser_status_allowed removed + merge config
                   6219:          functions removed (override is the default) + beauty
                   6220: 
                   6221:        * src/: include/pa_request.h, main/pa_request.C,
                   6222:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   6223:          hide $status used in apache module removed
                   6224: 
                   6225: 2010-11-18  moko
                   6226: 
                   6227:        * operators.txt: $.table[compact] added for ^json:string[]
                   6228: 
                   6229: 2010-11-16  moko
                   6230: 
                   6231:        * src/targets/apache/mod_parser3.c: some cleanup done
                   6232: 
                   6233:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   6234:          is hashcode; second, info.fragment_begin is original, not
                   6235:          resulting length
                   6236: 
                   6237:        * src/classes/file.C: new feature: $.stdin now untainted
                   6238: 
                   6239:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   6240: 
                   6241:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   6242: 
                   6243:        * src/classes/op.C: ^apply-taint[] method added
                   6244: 
                   6245:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   6246:          added; $.stdin untaint test added
                   6247: 
                   6248: 2010-11-15  moko
                   6249: 
                   6250:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   6251:          removed
                   6252: 
                   6253:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6254:          pa_httpd.h: 2x2 calculated under apache2. :)
                   6255: 
                   6256: 2010-11-13  moko
                   6257: 
                   6258:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   6259:          with apache 2.x includes
                   6260: 
                   6261:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   6262:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   6263:          united apache 1.3 / apache 2.x DSO module
                   6264: 
                   6265: 2010-11-09  moko
                   6266: 
                   6267:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   6268:          syntax
                   6269: 
                   6270:        * tests/: 263.html, results/263.processed: test from method[*args]
                   6271:          added
                   6272: 
                   6273:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   6274:          number of params can now be passed to a method declared with *arg
                   6275: 
                   6276: 2010-11-06  moko
                   6277: 
                   6278:        * src/classes/table.C: formating fixed. :)
                   6279: 
                   6280:        * src/classes/table.C: closes #4: ^table.select now supports
                   6281:          $.limit(), $.offset, $.reverse() options
                   6282: 
                   6283:        * tests/: 262.html, results/262.processed: test for ^table:select
                   6284:          with options added (feature #4)
                   6285: 
                   6286:        * src/include/pa_array.h: remove function added
                   6287: 
                   6288:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   6289:          object in get_element/put_element, using static one.
                   6290: 
                   6291: 2010-11-04  moko
                   6292: 
                   6293:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   6294:          options is passed
                   6295: 
                   6296:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   6297:          now tested; k and p in handler now tested.
                   6298: 
                   6299:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   6300:          $.table[compact] feature added
                   6301: 
                   6302:        * src/classes/json.C: key is now passed to handler in
                   6303:          value_json_string; ^json:string result now process tainting
                   6304:          inside and returns clean string, related to issue #153
                   6305: 
                   6306:        * src/main/untaint.C: bugfix: charset can be null (in
                   6307:          ^string:save[] as example), thus check is added
                   6308: 
                   6309: 2010-10-31  moko
                   6310: 
                   6311:        * src/classes/string.C: error message changed (fixes issue #149)
                   6312: 
                   6313: 2010-10-29  moko
                   6314: 
                   6315:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   6316:          port is not default (fixes issue #155); exception on invalid port
                   6317:          added.
                   6318: 
                   6319:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   6320:          "Accept: */*" to be passed
                   6321: 
                   6322: 2010-10-28  moko
                   6323: 
                   6324:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   6325:          exception on unknown charset even if response_charset was
                   6326:          specified
                   6327: 
                   6328: 2010-10-27  moko
                   6329: 
                   6330:        * src/classes/string.C: ^string.append removed for void
                   6331:          compatibility
                   6332: 
                   6333: 2010-10-26  moko
                   6334: 
                   6335:        * src/classes/json.C: libjson supports array at top level, we too
                   6336:          (GPF fixed)
                   6337: 
                   6338: 2010-10-25  moko
                   6339: 
                   6340:        * tests/: 253.html, results/253.processed: libjson supports array
                   6341:          at top level, parser now supports it as well.
                   6342: 
                   6343:        * tests/261.html, tests/results/261.processed,
                   6344:          src/types/pa_vstring.h: empty string is now void compatible
                   6345:          (allows $empty.key)
                   6346: 
                   6347: 2010-10-22  misha
                   6348: 
                   6349:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   6350:          while adding additional expires checkout)
                   6351: 
                   6352:        * tests/030.html: - test for session cookie was added
                   6353: 
                   6354: 2010-10-21  moko
                   6355: 
                   6356:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   6357:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   6358:          string (feature #111)
                   6359: 
                   6360:        * tests/: 261.html, results/261.processed: checks void from string
                   6361:          inheritance (feature #111)
                   6362: 
                   6363:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   6364:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   6365:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   6366:          now true by default
                   6367: 
                   6368: 2010-10-17  moko
                   6369: 
                   6370:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   6371:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   6372:          (bugfix: #128)
                   6373: 
                   6374:        * tests/: 223.html, results/223.processed: binary file upload test
                   6375:          added, GPF (issue #128) also checked in this test
                   6376: 
                   6377: 2010-10-13  misha
                   6378: 
                   6379:        * tests/260.html: - test for math:convert
                   6380: 
                   6381:        * src/classes/math.C: - error in math:convert was fixed
                   6382: 
                   6383:        * operators.txt: - info about
                   6384:          ^math:convert[number](from-base;to-base) was added
                   6385: 
                   6386:        * src/classes/math.C: - method
                   6387:          ^math:convert[number](from-base;to-base) for converting number
                   6388:          represention from one base to another was added ( new feature:
                   6389:          #23 )
                   6390: 
                   6391: 2010-10-13  moko
                   6392: 
                   6393:        * src/main/compile.tab.C: [] now is empty string, not void
                   6394: 
                   6395:        * src/main/compile.y: [] now is empty string, not void
                   6396: 
                   6397:        * src/types/pa_vvoid.h: void now passed as parameter
                   6398: 
                   6399:        * tests/: 259.html, results/259.processed: to test difference
                   6400:          between void and empty string (see ticket #111)
                   6401: 
                   6402:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   6403:          void
                   6404: 
                   6405:        * tests/256.html: $s[$void] is no longer empty string
                   6406: 
                   6407:        * tests/254.html: empty string is no longer void
                   6408: 
                   6409: 2010-10-12  misha
                   6410: 
                   6411:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   6412:          converted to date during cookies set up ( bugfix: #104 )
                   6413: 
                   6414:        * tests/041.html: - more tests for ^table.locate were added
                   6415: 
                   6416:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   6417:          work ( bugfix: #129 ) - exception comment for incorrect options
                   6418:          ^table.locate[field;value;options] was fixed
                   6419: 
                   6420: 2010-10-10  moko
                   6421: 
                   6422:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   6423:          another object feature returned
                   6424: 
                   6425:        * tests/results/258.processed: test result updated as constructor
                   6426:          returning another object feature returned
                   6427: 
                   6428:        * tests/: 258.html, results/258.processed: test for constructor
                   6429:          returning another object
                   6430: 
                   6431: 2010-10-08  misha
                   6432: 
                   6433:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   6434:          options shouldn't cause exceptions any longer
                   6435: 
                   6436: 2010-10-06  moko
                   6437: 
                   6438:        * src/classes/: hash.C, table.C: length from sql server is now
                   6439:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   6440: 
                   6441: 2010-10-02  misha
                   6442: 
                   6443:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   6444:          usable to delete cache file.
                   6445: 
                   6446: 2010-10-02  moko
                   6447: 
                   6448:        * tests/: 253.html, results/253.processed: hook_key added for key
                   6449:          checking
                   6450: 
                   6451:        * src/classes/json.C: null key bug fixed
                   6452: 
                   6453: 2010-09-29  misha
                   6454: 
                   6455:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   6456: 
                   6457: 2010-09-25  moko
                   6458: 
                   6459:        * src/classes/json.C: small fixed
                   6460: 
                   6461:        * tests/results/: 253.processed, 255.processed: just updated
                   6462: 
                   6463:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   6464:          results/255.processed: charset transcode test added for
                   6465:          json:parse
                   6466: 
                   6467: 2010-09-24  moko
                   6468: 
                   6469:        * src/types/pa_value.h: warning war :)
                   6470: 
                   6471:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   6472:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   6473:          ^json:string
                   6474: 
                   6475: 2010-09-22  moko
                   6476: 
                   6477:        * src/main/pa_charset.C: parser charset tables declare only
                   6478:          white-space before 0x20, thus adding the missing chars
                   6479: 
                   6480:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   6481:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   6482: 
                   6483: 2010-09-21  misha
                   6484: 
                   6485:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   6486:          want to compile grammar if they are absent)
                   6487: 
                   6488:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   6489: 
                   6490:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   6491: 
                   6492:        * src/main/main.vcproj: - path to bison is changed
                   6493: 
                   6494: 2010-09-21  moko
                   6495: 
1.116     moko     6496:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   6497:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   6498:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     6499: 
                   6500: 2010-09-20  misha
                   6501: 
                   6502:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   6503: 
                   6504:        * src/classes/json.C: - add EOL while json-serializing hash
                   6505: 
                   6506:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   6507:          compilers don't like 'ES'.
                   6508: 
                   6509: 2010-09-17  misha
                   6510: 
                   6511:        * operators.txt: - info about json class was added
                   6512: 
                   6513:        * src/classes/json.C: - ^json:string[object]
                   6514: 
                   6515:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   6516:          preventing infinite recursion while executing json:string was
                   6517:          added
                   6518: 
                   6519:        * src/include/pa_string.h: - method append_quoted was added
                   6520: 
                   6521:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   6522:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   6523:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   6524:          was added to Value & Co
                   6525: 
                   6526:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   6527:          were used
                   6528: 
                   6529:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   6530:          were added
                   6531: 
                   6532: 2010-09-10  moko
                   6533: 
                   6534:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6535:          die_or_abort (backport from 3.4.1)
                   6536: 
                   6537:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6538:          die_or_abort (bugfix: #106)
                   6539: 
                   6540: 2010-09-09  moko
                   6541: 
                   6542:        * src/classes/json.C: warning war. :)
                   6543: 
                   6544: 2010-09-08  misha
                   6545: 
                   6546:        * src/lib/json/Makefile.am: - additional include directories were
                   6547:          added (for pa_memory.h and gc.h)
                   6548: 
                   6549:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   6550:          compile as C++ instead default - additional include directory was
                   6551:          added (for gc.h)
                   6552: 
                   6553:        * src/types/pa_vform.C: - little code reformating
                   6554: 
                   6555:        * src/classes/file.C: - $.content-type option now can be specified
                   6556:          in ^file::create ( new feature: #102 )
                   6557: 
                   6558: 2010-09-08  moko
                   6559: 
                   6560:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   6561:          pa_malloc/pa_free
                   6562: 
                   6563: 2010-09-07  moko
                   6564: 
                   6565:        * tests/results/254.processed: VStateless_class:put_element
                   6566:          exception was fixed
                   6567: 
                   6568:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   6569:          VStateless_class:put_element barks self.type, not this.type
                   6570:          (bugfix: #105)
                   6571: 
                   6572: 2010-09-06  moko
                   6573: 
                   6574:        * src/classes/reflection.C: bugfix: new String() is required for
                   6575:          exception handling
                   6576: 
                   6577:        * tests/: 254.html, results/254.processed: test modified
                   6578: 
                   6579: 2010-09-05  moko
                   6580: 
                   6581:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   6582:          added
                   6583: 
                   6584:        * src/: classes/reflection.C, include/pa_request.h:
                   6585:          ^reflection:copy implemented (new feature: #100)
                   6586: 
                   6587: 2010-09-03  moko
                   6588: 
                   6589:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   6590: 
                   6591:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   6592:          option testing added
                   6593: 
                   6594: 2010-09-02  moko
                   6595: 
                   6596:        * src/classes/json.C: $.distinct[first|last|all] added
                   6597: 
                   6598: 2010-09-01  moko
                   6599: 
                   6600:        * tests/results/253.processed: json test result
                   6601: 
                   6602:        * tests/: 253.html, 253_json.txt: json test added
                   6603: 
                   6604:        * src/classes/json.C: json.C update to actual version + hash key
                   6605:          creation bugfix
                   6606: 
                   6607: 2010-08-31  misha
                   6608: 
                   6609:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   6610:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   6611:          src/lib/Makefile.am, src/classes/Makefile.am,
                   6612:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   6613:          json library was added
                   6614: 
                   6615: 2010-08-30  moko
                   6616: 
                   6617:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   6618:          types/pa_vobject.C: cosmetic optimization in
                   6619:          request:execute_method usage
                   6620: 
                   6621:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   6622:          optimization, just to decrease number of lines. :)
                   6623: 
                   6624: 2010-08-27  misha
                   6625: 
                   6626:        * src/classes/op.C: - taint[json] was added
                   6627: 
                   6628:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   6629:          were added
                   6630: 
                   6631:        * src/main/pa_exec.C: - warning fix was rolled back.
                   6632: 
                   6633:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   6634:          include/pa_string.h: - taint[json] was added - escaping was
                   6635:          slightly modified
                   6636: 
                   6637: 2010-08-25  misha
                   6638: 
                   6639:        * src/classes/file.C: - typo in file:sql exception was fixed
                   6640: 
                   6641:        * src/main/pa_exec.C: - warning about declared and not used
                   6642:          variable forced_allow was removed
                   6643: 
                   6644: 2010-08-14  misha
                   6645: 
                   6646:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   6647:          were removed
                   6648: 
                   6649: 2010-08-11  moko
                   6650: 
                   6651:        * tests/: 249.html, results/249.processed: default setter and
                   6652:          anti-recursive default getter test added
                   6653: 
                   6654:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   6655:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   6656:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   6657:          types/pa_vstateless_class.h: default setter support +
                   6658:          anti-recursive default getter support ( new feature: #13 )
                   6659: 
                   6660:        * src/include/pa_hash.h: optimization: threshold member removed
                   6661:          from hash, reducing sizeof(hash)
                   6662: 
                   6663: 2010-08-10  misha
                   6664: 
                   6665:        * tests/196.html: - junction-method was added to the test
                   6666: 
                   6667:        * tests/248.html: - ups. typo :)
                   6668: 
                   6669:        * tests/248.html: - test for checking .match with 4 params
                   6670: 
                   6671:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   6672:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   6673:          $request:charset during loading if the BOM code is detected"
                   6674: 
                   6675:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   6676:          $request:charset during loading if the BOM code is detected ( new
                   6677:          feature: #98 )
                   6678: 
                   6679: 2010-08-05  misha
                   6680: 
                   6681:        * src/classes/image.C: - ^image.replace now can accept only 2
                   6682:          params. in this case the whole image is affected ( new feature:
                   6683:          #95 )
                   6684: 
                   6685: 2010-08-04  misha
                   6686: 
                   6687:        * tests/246.html: - test tor ^hash._at[] was added
                   6688: 
                   6689:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   6690:          #53 )
                   6691: 
                   6692:        * src/include/pa_hash.h: - methods for accessing the first and the
                   6693:          last values of ordered hash were added (first_value and
                   6694:          last_value)
                   6695: 
                   6696:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   6697:          (similar to others file's methods):
                   6698:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   6699:          #68 )
                   6700: 
                   6701:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   6702: 
                   6703: 2010-08-01  moko
                   6704: 
                   6705:        * src/classes/op.C: to correctly process $result[] in code, called
                   6706:          from ^process
                   6707: 
                   6708:        * tests/245.html: $result in ^process[] test added
                   6709: 
                   6710:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   6711:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   6712:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   6713:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   6714:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   6715:          removed, construct(class,method) added
                   6716: 
                   6717:        * tests/results/: 192.processed, 244.processed: request::construct
                   6718:          added
                   6719: 
                   6720:        * tests/: 244.html, 245.html, results/244.processed,
                   6721:          results/245.processed: object creation exceptions and ^process
                   6722:          tests added
                   6723: 
                   6724: 2010-07-28  misha
                   6725: 
                   6726:        * tests/make_tests.cmd: - win32 EOLs
                   6727: 
                   6728:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   6729:          tests on Win32 were added (The system timezone should be GMT+3)
                   6730: 
                   6731: 2010-07-26  misha
                   6732: 
                   6733:        * tests/: 212.html, results/212.processed: - sizes were removed
                   6734:          mecause they could be different on different OSs
                   6735: 
                   6736:        * tests/065.html: - make it "win32 friendly"
                   6737: 
                   6738: 2010-07-25  misha
                   6739: 
                   6740:        * src/main/compile.y: - all EOLs between methods are removed during
                   6741:          compilation ( new feature: #47 )
                   6742: 
                   6743:        * tests/results/149.processed: - prepare tests to trim trailing
                   6744:          methods' EOLs
                   6745: 
                   6746:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   6747: 
                   6748:        * tests/: results/006.processed, results/014.processed, 006.html,
                   6749:          014.html, 022.html: - prepare tests to trim trailing methods'
                   6750:          EOLs
                   6751: 
                   6752:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   6753:          results/071.processed, results/022.processed: - prepare tests to
                   6754:          trim trailing methods' EOLs
                   6755: 
                   6756:        * tests/: results/073.processed, results/109.processed,
                   6757:          results/142.processed, results/144.processed,
                   6758:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   6759:          144.html: - prepare tests to trim trailing methods' EOLs
                   6760: 
                   6761:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   6762:          149.html, 152.html, results/096.processed, results/107.processed,
                   6763:          results/109.processed, results/142.processed,
                   6764:          results/144.processed: - prepare tests to trim trailing methods'
                   6765:          EOLs
                   6766: 
                   6767: 2010-07-24  moko
                   6768: 
                   6769:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   6770:          the hash order in this test
                   6771: 
                   6772:        * tests/014.html: to check hash order, hash no is longer sorted
                   6773:          before print
                   6774: 
                   6775:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   6776:          (bugfix: #54)
                   6777: 
                   6778: 2010-07-23  moko
                   6779: 
                   6780:        * tests/results/224.processed: @auto[] is no longer inherited
                   6781: 
                   6782:        * src/types/pa_vstateless_class.C, tests/227.html,
                   6783:          tests/results/227.processed: @auto[] is no longer inherited
                   6784:          (bugfix: #57)
                   6785: 
                   6786: 2010-07-22  misha
                   6787: 
                   6788:        * src/classes/table.C: - don't skip comment lines during
                   6789:          table::load if encloser or separator is set as '#' ( new feature:
                   6790:          #30 )
                   6791: 
                   6792:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   6793:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   6794:          #12 )
                   6795: 
                   6796:        * src/classes/file.C: - set PARSER_VARSION env before external
                   6797:          script executing
                   6798: 
                   6799: 2010-07-13  misha
                   6800: 
                   6801:        * tests/058.html: - test for suppressing @border was added - test
                   6802:          for user attribute was added
                   6803: 
                   6804:        * tests/results/186.processed: unescaping from \uXXXX
                   6805: 
                   6806:        * tests/186.html: unescaping from \uXXXX
                   6807: 
                   6808:        * tests/: 239.html, results/239.processed: method call type
                   6809: 
                   6810:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   6811:          $junction_method.CLASS_NAME (+CLASS)
                   6812: 
                   6813: 2010-07-07  misha
                   6814: 
                   6815:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   6816:          *nix
                   6817: 
                   6818: 2010-07-05  misha
                   6819: 
                   6820:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6821:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   6822:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   6823:          comment strings "options must be hash", "options must be hash,
                   6824:          not code" and "called with invalid option" were replaced by
                   6825:          constatns - exception comment string "invalid option passed" was
                   6826:          replaced by "called with invalid option" (now in different
                   6827:          methods are the same exception comment string)
                   6828: 
                   6829:        * src/include/pa_exception.h: - more exception strings were defined
                   6830: 
                   6831:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6832:          types/pa_vstateless_class.h: - now we can define possible
                   6833:          method's call type ( new feature: #5 )   1.
                   6834:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   6835:          methods   2. @static:method[params] (only static keyword could be
                   6836:          used here) -- for specified methods
                   6837: 
                   6838:        * src/main/pa_common.C: - junction points should not be deleted on
                   6839:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   6840:          cleanup
                   6841: 
                   6842: 2010-07-03  misha
                   6843: 
                   6844:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   6845:          results/158.processed, results/160.processed,
                   6846:          results/161.processed, results/162.processed,
                   6847:          results/163.processed: - prepare tests to trim trailing methods'
                   6848:          EOLs
                   6849: 
                   6850:        * tests/results/169.processed: - prepare tests to trim trailing
                   6851:          methods' EOLs
                   6852: 
                   6853:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   6854:          trim trailing methods' EOLs
                   6855: 
                   6856:        * tests/: results/170.processed, results/167.processed,
                   6857:          results/168.processed, results/169.processed, 167.html, 168.html,
                   6858:          169.html: - prepare tests to trim trailing methods' EOLs
                   6859: 
                   6860:        * tests/: results/170.processed, results/171.processed,
                   6861:          results/172.processed, results/173.processed,
                   6862:          results/174.processed, results/175.processed, 170.html, 171.html,
                   6863:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   6864:          trailing methods' EOLs
                   6865: 
                   6866:        * tests/: results/176.processed, results/180.processed,
                   6867:          results/184.processed, results/185.processed,
                   6868:          results/191.processed, results/192.processed,
                   6869:          results/196.processed, results/197.processed,
                   6870:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   6871:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   6872:          to trim trailing methods' EOLs
                   6873: 
                   6874:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   6875:          results/199.processed, results/208.processed,
                   6876:          results/209.processed, results/213.processed,
                   6877:          results/214.processed: - prepare tests to trim trailing methods'
                   6878:          EOLs
                   6879: 
                   6880: 2010-06-29  misha
                   6881: 
                   6882:        * tests/: 220.html, 218.html, results/218.processed,
                   6883:          results/215.processed, results/217.processed, 215.html, 217.html:
                   6884:          - prepare tests to trim trailing methods' EOLs
                   6885: 
                   6886:        * tests/: results/224.processed, 224.html, 223.html,
                   6887:          results/223.processed, results/220.processed: - prepare tests to
                   6888:          trim trailing methods' EOLs
                   6889: 
                   6890:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   6891:          trim trailing methods' EOLs
                   6892: 
                   6893:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   6894:          trailing methods' EOLs
                   6895: 
                   6896:        * tests/: 232.html, 235.html, results/232.processed,
                   6897:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   6898:          results/226.processed, results/227.processed,
                   6899:          results/228.processed, results/230.processed: - prepare tests to
                   6900:          trim trailing methods' EOLs
                   6901: 
                   6902: 2010-06-16  moko
                   6903: 
                   6904:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   6905:          ^if
                   6906: 
                   6907:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   6908: 
                   6909: 2010-06-03  misha
                   6910: 
                   6911:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   6912:          instead of memcopy for overlaped regions
                   6913: 
                   6914: 2010-05-25  misha
                   6915: 
                   6916:        * src/main/pa_common.C: - wanring about unused vars was removed
                   6917: 
                   6918:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   6919:          get_method_filename was moved to execute.C
                   6920: 
                   6921: 2010-05-23  misha
                   6922: 
                   6923:        * src/main/pa_request.C: - more accurate detection of method's file
                   6924: 
                   6925: 2010-05-22  misha
                   6926: 
                   6927:        * src/classes/reflection.C: - bugfix: core during detection of
                   6928:          .file if filespec isn't detected successfully
                   6929: 
                   6930: 2010-05-20  misha
                   6931: 
                   6932:        * src/main/pa_request.C: - fix in get_method_filename
                   6933: 
                   6934:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6935:          included file in @USE/^use is changed. if its filespec doesn't
                   6936:          start from '/' it will be searched in caller file directory
                   6937: 
                   6938:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6939:          where the method is defined
                   6940: 
                   6941:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6942:          classes/op.C: - new feature: #24 -- searching included file in
                   6943:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6944:          will be searched in caller file directory
                   6945: 
                   6946:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6947:          is moved to pa_common.h
                   6948: 
                   6949: 2010-05-18  misha
                   6950: 
                   6951:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6952:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6953:          cookie parser decode \uXXXX as well as %uXXXX
                   6954: 
                   6955: 2010-05-17  misha
                   6956: 
                   6957:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6958:          _curl_version_action - some spaces were removed or replaced by
                   6959:          tabs
                   6960: 
                   6961:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6962:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6963: 
                   6964: 2010-05-16  misha
                   6965: 
                   6966:        * src/classes/curl.C: new: #61 more curl options were added
                   6967:          (contributed by Sumo)
                   6968: 
                   6969: 2010-04-29  pretender
                   6970: 
                   6971:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6972:          now empty string.
                   6973: 
                   6974:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6975:          string type.
                   6976: 
                   6977: 2010-04-28  pretender
                   6978: 
                   6979:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6980:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6981:          macrodefinition removed
                   6982: 
                   6983: 2010-04-19  pretender
                   6984: 
                   6985:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6986:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6987: 
                   6988:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6989:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6990: 
                   6991:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6992:          variable" exception in grpunlim version.
                   6993: 
                   6994: 2010-04-05  misha
                   6995: 
                   6996:        * src/classes/string.C: - new feature: 4th param was added to
                   6997:          match. if specified its value is returned in case of nothing was
                   6998:          found
                   6999: 
                   7000: 2010-04-01  misha
                   7001: 
                   7002:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   7003:          multiple execution of /a/b/auto.p
                   7004: 
                   7005: 2010-03-19  misha
                   7006: 
                   7007:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   7008: 
                   7009:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   7010: 
                   7011: 2010-01-27  misha
                   7012: 
                   7013:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   7014:          trying to open file by path /existing-file/non-exixting-file
                   7015: 
                   7016: 2010-01-26  misha
                   7017: 
                   7018:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   7019:          was added (returns file)
                   7020: 
                   7021: 2009-12-22  misha
                   7022: 
                   7023:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   7024:          now parser doesn't have class curl if it was built without it
                   7025: 
                   7026: 2009-12-15  misha
                   7027: 
                   7028:        * configure.in: - little cheat with curl include dir was added
                   7029: 
                   7030: 2009-12-05  misha
                   7031: 
                   7032:        * src/classes/curl.C: - some fixes
                   7033: 
                   7034: 2009-12-04  misha
                   7035: 
                   7036:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   7037:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   7038:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   7039:          class was added
                   7040: 
                   7041:        * src/include/pa_hash.h: - hash-iterator was added
                   7042: 
                   7043:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   7044:          was added to pcre
                   7045: 
                   7046: 2009-11-27  misha
                   7047: 
                   7048:        * src/classes/image.C: - don't add @border attribute to output of
                   7049:          ^image.html[] if it was specified by user with empty value
                   7050: 
                   7051:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   7052:          root element and we are trying to access .documentElement
                   7053: 
                   7054: 2009-11-11  misha
                   7055: 
                   7056:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   7057:          instead of number of items in first row for named tables
                   7058: 
                   7059: 2009-11-10  misha
                   7060: 
                   7061:        * operators.txt: - info about hash-options in ^file::create was
                   7062:          added
                   7063: 
                   7064:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   7065:          added
                   7066: 
                   7067: 2009-11-09  misha
                   7068: 
                   7069:        * buildall-with-xml: - moving to libxml 2.7.6
                   7070: 
                   7071:        * tests/236.html: - tests for comparations cords with functions
                   7072:          were added
                   7073: 
                   7074:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   7075:          added
                   7076: 
                   7077:        * src/main/pa_http.C: - little optimisation
                   7078: 
                   7079:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   7080:          GPF mallocs + stringstream (table.save)
                   7081: 
                   7082:        * src/classes/file.C: - file::create now accepts 4th param: options
                   7083:          with $.charset
                   7084: 
                   7085:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   7086:          bug in cord (comparation cords with functions was buggy)
                   7087: 
                   7088: 2009-11-06  misha
                   7089: 
                   7090:        * src/main/pa_string.C: - bugfix: calculation string.length
                   7091:          sometimes was buggy
                   7092: 
                   7093:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   7094:          destroyed if exception occured during match/replace
                   7095: 
                   7096:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   7097:          lengthUTF8Char was added
                   7098: 
                   7099:        * src/classes/op.C: - clean tainting lang was added for user's
                   7100:          usage
                   7101: 
                   7102:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   7103:          fixed: checkouts are required after GC_MALLOC
                   7104: 
                   7105:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   7106: 
                   7107:        * operators.txt: - actually, there is no ^untaint[xml] in
                   7108:          file::create
                   7109: 
                   7110: 2009-10-15  misha
                   7111: 
                   7112:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   7113:          were added
                   7114: 
                   7115:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   7116:          were added
                   7117: 
                   7118:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   7119:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   7120:          hacking: for dealing with transcoding+^taint[uri]
                   7121:          transcode_and_untaint was replaced by untaint_and_transcode
                   7122: 
                   7123: 2009-10-13  misha
                   7124: 
                   7125:        * tests/: 121.html, results/121.processed: - test transcoding +
                   7126:          url-escaping now
                   7127: 
                   7128:        * tests/results/auto.p: - more helpers' methods were added
                   7129: 
                   7130:        * src/main/pa_globals.C: - die instead of abort
                   7131: 
                   7132: 2009-10-06  misha
                   7133: 
                   7134:        * src/main/pa_common.C: - don't allocate memory during
                   7135:          capitalization if input string is already capitalized
                   7136: 
                   7137:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   7138: 
                   7139:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   7140:          use format function because it calls malloc
                   7141: 
                   7142:        * src/include/pa_common.h: - more capitalized headers were added
                   7143: 
                   7144:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   7145:          file writing
                   7146: 
                   7147: 2009-10-05  misha
                   7148: 
                   7149:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   7150: 
                   7151: 2009-10-03  misha
                   7152: 
                   7153:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   7154:          ^img.text[] & ^img.length[] can work in utf-8 now
                   7155: 
                   7156:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   7157:          UTF8_string_iterator was added
                   7158: 
                   7159:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   7160:          length
                   7161: 
                   7162:        * src/classes/mail.C: - check from before get message.cstr
                   7163: 
                   7164: 2009-10-02  misha
                   7165: 
                   7166:        * tests/233.html: - test for image.font, image.length, image.text
                   7167:          with text in utf-8 were added
                   7168: 
                   7169:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   7170: 
                   7171:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   7172:          version for freebsd 4 was added
                   7173: 
                   7174: 2009-10-01  misha
                   7175: 
                   7176:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   7177:          terminator) - read_pipe were slightly optimized
                   7178: 
                   7179: 2009-09-28  misha
                   7180: 
                   7181:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   7182:          removed
                   7183: 
                   7184:        * src/types/pa_vmail.C: - forgot about space after ':'
                   7185: 
                   7186:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   7187:          body - small simplifications
                   7188: 
                   7189:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   7190:          inout params like pa_base64
                   7191: 
                   7192:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   7193:          option $.debug-print(1) was added to mail:send - changes for
                   7194:          using uue_encode which uses less memory
                   7195: 
                   7196:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   7197: 
                   7198:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   7199:          memory now
                   7200: 
                   7201: 2009-09-26  misha
                   7202: 
                   7203:        * src/types/pa_vmail.C: - default encoding now is base64
                   7204: 
                   7205:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   7206: 
                   7207: 2009-09-25  misha
                   7208: 
                   7209:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   7210:          sending mail as well
                   7211: 
                   7212:        * buildall-with-xml: - catalog package was removed from libxml
                   7213: 
                   7214:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   7215:          win32 absolute path
                   7216: 
                   7217:        * src/include/pa_common.h: - one more capitalized header was added
                   7218: 
                   7219: 2009-09-22  misha
                   7220: 
                   7221:        * INSTALL: - comment about building just httpd binary while
                   7222:          building apache module was added
                   7223: 
                   7224: 2009-09-21  misha
                   7225: 
                   7226:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   7227:          libxml 2.7.4 and libxslt 1.1.25
                   7228: 
                   7229: 2009-09-19  misha
                   7230: 
                   7231:        * tests/231.html: - test for encoding cookie in win-1251
                   7232: 
                   7233: 2009-09-18  misha
                   7234: 
                   7235:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   7236:          object] were added
                   7237: 
                   7238:        * operators.txt: - info about method ^reflection:fields[class or
                   7239:          object] was added
                   7240: 
                   7241:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   7242:          object] was added
                   7243: 
                   7244:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   7245:          methods get_fields were added
                   7246: 
                   7247:        * tests/232.html: - tests for @GET[name]
                   7248: 
                   7249:        * src/classes/table.C: - some changes in handling hash-options for
                   7250:          creare, join and locate
                   7251: 
                   7252:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   7253:          defined with option: the type of requested value
                   7254: 
                   7255: 2009-09-17  misha
                   7256: 
                   7257:        * tests/212.html: - tests for .pattern and .options were added
                   7258: 
                   7259:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   7260:          $regex.options were added
                   7261: 
                   7262: 2009-09-11  misha
                   7263: 
                   7264:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   7265:          rewrited. it checks not just one case of sending cookies during
                   7266:          file::load[http], but also sending headers and fields (including
                   7267:          files)
                   7268: 
                   7269: 2009-09-10  misha
                   7270: 
                   7271:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   7272:          was removed => now parser can open files with Russian 'r' in
                   7273:          filename
                   7274: 
                   7275:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   7276:          while escaping cookies but now source charset
                   7277: 
                   7278:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   7279:          ^tainted[uri] so it was possible to make request with incorrect
                   7280:          http header
                   7281: 
                   7282:        * src/main/pa_http.C: - capitalization of http headers during
                   7283:          file::load[http was slightly changes - bugfix: all headers which
                   7284:          parser sends during file::load[http should be transcoded and only
                   7285:          then escaped
                   7286: 
                   7287:        * src/main/untaint.C: - a bit more comments were added
                   7288: 
                   7289:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   7290:          warnings)
                   7291: 
                   7292:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   7293:          headers during file::load[http were added
                   7294: 
                   7295: 2009-09-08  misha
                   7296: 
                   7297:        * operators.txt: - changes in file.save and string.save were added
                   7298: 
                   7299:        * tests/: 230.html, 230.txt: - tests for checking options in
                   7300:          file.save and string.save were added
                   7301: 
                   7302:        * src/main/pa_request.C: - http headers names, which are passed to
                   7303:          SAPI::add_header_attribute are lowercased now (it'll be
                   7304:          capitalized in that method)
                   7305: 
                   7306:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   7307:          classes/string.C: - file_write accepts Request_charsets and asked
                   7308:          charset and cound transcode content before writing - string.save
                   7309:          and file.save have option $.charset now
                   7310: 
                   7311:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   7312:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   7313:          charset and cound transcode content before writing
                   7314: 
                   7315:        * src/include/pa_exception.h: - new exception comment string was
                   7316:          defined
                   7317: 
                   7318: 2009-09-07  misha
                   7319: 
                   7320:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   7321:          sub-pattern\s
                   7322: 
                   7323: 2009-09-04  misha
                   7324: 
                   7325:        * src/main/pa_http.C: - capitalization of http headers during
                   7326:          file::load[http was implemented
                   7327: 
                   7328: 2009-09-03  misha
                   7329: 
                   7330:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   7331:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   7332:          types/pa_vmail.C, targets/cgi/parser3.C,
                   7333:          targets/isapi/parser3isapi.C: - back to storing response http
                   7334:          headers in lowercase - capitalize them during output
                   7335: 
                   7336: 2009-08-31  misha
                   7337: 
                   7338:        * src/classes/table.C: - allow call with any brackets (it could be
                   7339:          useful in methods with explict result declaration)
                   7340: 
                   7341:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   7342:          correctly if $request:charset==koi8-r
                   7343: 
                   7344: 2009-08-30  misha
                   7345: 
                   7346:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   7347:          changed: content-type => Content-type and so on
                   7348: 
                   7349:        * src/classes/file.C, src/include/pa_common.h,
                   7350:          src/include/pa_request.h, src/main/pa_http.C,
                   7351:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   7352:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   7353:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   7354:          tests/results/002.processed, tests/results/003.processed,
                   7355:          tests/results/004.processed, tests/results/005.processed,
                   7356:          tests/results/006.processed, tests/results/007.processed,
                   7357:          tests/results/008.processed, tests/results/009.processed,
                   7358:          tests/results/010.processed, tests/results/011.processed,
                   7359:          tests/results/012.processed, tests/results/013.processed,
                   7360:          tests/results/014.processed, tests/results/015.processed,
                   7361:          tests/results/016.processed, tests/results/017.processed,
                   7362:          tests/results/018.processed, tests/results/019.processed,
                   7363:          tests/results/020.processed, tests/results/021.processed,
                   7364:          tests/results/022.processed, tests/results/023.processed,
                   7365:          tests/results/024.processed, tests/results/025.processed,
                   7366:          tests/results/026.processed, tests/results/027.processed,
                   7367:          tests/results/028.processed, tests/results/029.processed,
                   7368:          tests/results/030.processed, tests/results/031.processed,
                   7369:          tests/results/032.processed, tests/results/033.processed,
                   7370:          tests/results/034.processed, tests/results/035.processed,
                   7371:          tests/results/036.processed, tests/results/037.processed,
                   7372:          tests/results/038.processed, tests/results/039.processed,
                   7373:          tests/results/040.processed, tests/results/041.processed,
                   7374:          tests/results/042.processed, tests/results/043.processed,
                   7375:          tests/results/044.processed, tests/results/045.processed,
                   7376:          tests/results/046.processed, tests/results/047.processed,
                   7377:          tests/results/048.processed, tests/results/049.processed,
                   7378:          tests/results/050.processed, tests/results/051.processed,
                   7379:          tests/results/052.processed, tests/results/053.processed,
                   7380:          tests/results/054.processed, tests/results/055.processed,
                   7381:          tests/results/056.processed, tests/results/057.processed,
                   7382:          tests/results/058.processed, tests/results/059.processed,
                   7383:          tests/results/060.processed, tests/results/061.processed,
                   7384:          tests/results/062.processed, tests/results/063.processed,
                   7385:          tests/results/064.processed, tests/results/065.processed,
                   7386:          tests/results/066.processed, tests/results/067.processed,
                   7387:          tests/results/068.processed, tests/results/069.processed,
                   7388:          tests/results/070.processed, tests/results/071.processed,
                   7389:          tests/results/072.processed, tests/results/073.processed,
                   7390:          tests/results/074.processed, tests/results/075.processed,
                   7391:          tests/results/076.processed, tests/results/077.processed,
                   7392:          tests/results/078.processed, tests/results/079.processed,
                   7393:          tests/results/080.processed, tests/results/081.processed,
                   7394:          tests/results/082.processed, tests/results/083.processed,
                   7395:          tests/results/084.processed, tests/results/085.processed,
                   7396:          tests/results/086.processed, tests/results/087.processed,
                   7397:          tests/results/088.processed, tests/results/089.processed,
                   7398:          tests/results/090.processed, tests/results/091.processed,
                   7399:          tests/results/092.processed, tests/results/093.processed,
                   7400:          tests/results/094.processed, tests/results/095.processed,
                   7401:          tests/results/096.processed, tests/results/097.processed,
                   7402:          tests/results/098.processed, tests/results/099.processed,
                   7403:          tests/results/100.processed, tests/results/101.processed,
                   7404:          tests/results/102.processed, tests/results/103.processed,
                   7405:          tests/results/104.processed, tests/results/105.processed,
                   7406:          tests/results/106.processed, tests/results/107.processed,
                   7407:          tests/results/108.processed, tests/results/109.processed,
                   7408:          tests/results/110.processed, tests/results/111.processed,
                   7409:          tests/results/112.processed, tests/results/113.processed,
                   7410:          tests/results/114.processed, tests/results/115.processed,
                   7411:          tests/results/116.processed, tests/results/117.processed,
                   7412:          tests/results/118.processed, tests/results/119.processed,
                   7413:          tests/results/120.processed, tests/results/121.processed,
                   7414:          tests/results/122.processed, tests/results/123.processed,
                   7415:          tests/results/124.processed, tests/results/125.processed,
                   7416:          tests/results/126.processed, tests/results/127.processed,
                   7417:          tests/results/128.processed, tests/results/129.processed,
                   7418:          tests/results/130.processed, tests/results/131.processed,
                   7419:          tests/results/132.processed, tests/results/133.processed,
                   7420:          tests/results/134.processed, tests/results/135.processed,
                   7421:          tests/results/136.processed, tests/results/138.processed,
                   7422:          tests/results/139.processed, tests/results/140.processed,
                   7423:          tests/results/141.processed, tests/results/142.processed,
                   7424:          tests/results/143.processed, tests/results/144.processed,
                   7425:          tests/results/145.processed, tests/results/146.processed,
                   7426:          tests/results/147.processed, tests/results/148.processed,
                   7427:          tests/results/149.processed, tests/results/150.processed,
                   7428:          tests/results/151.processed, tests/results/152.processed,
                   7429:          tests/results/153.processed, tests/results/154.processed,
                   7430:          tests/results/155.processed, tests/results/156.processed,
                   7431:          tests/results/157.processed, tests/results/158.processed,
                   7432:          tests/results/159.processed, tests/results/160.processed,
                   7433:          tests/results/161.processed, tests/results/162.processed,
                   7434:          tests/results/163.processed, tests/results/164.processed,
                   7435:          tests/results/165.processed, tests/results/166.processed,
                   7436:          tests/results/167.processed, tests/results/168.processed,
                   7437:          tests/results/169.processed, tests/results/170.processed,
                   7438:          tests/results/171.processed, tests/results/172.processed,
                   7439:          tests/results/173.processed, tests/results/174.processed,
                   7440:          tests/results/175.processed, tests/results/176.processed,
                   7441:          tests/results/177.processed, tests/results/178.processed,
                   7442:          tests/results/179.processed, tests/results/180.processed,
                   7443:          tests/results/181.processed, tests/results/182.processed,
                   7444:          tests/results/183.processed, tests/results/184.processed,
                   7445:          tests/results/185.processed, tests/results/186.processed,
                   7446:          tests/results/187.processed, tests/results/188.processed,
                   7447:          tests/results/189.processed, tests/results/190.processed,
                   7448:          tests/results/191.processed, tests/results/192.processed,
                   7449:          tests/results/193.processed, tests/results/194.processed,
                   7450:          tests/results/195.processed, tests/results/196.processed,
                   7451:          tests/results/197.processed, tests/results/198.processed,
                   7452:          tests/results/199.processed, tests/results/200.processed,
                   7453:          tests/results/201.processed, tests/results/202.processed,
                   7454:          tests/results/203.processed, tests/results/204.processed,
                   7455:          tests/results/205.processed, tests/results/206.processed,
                   7456:          tests/results/207.processed, tests/results/208.processed,
                   7457:          tests/results/209.processed, tests/results/210.processed,
                   7458:          tests/results/211.processed, tests/results/212.processed,
                   7459:          tests/results/213.processed, tests/results/214.processed,
                   7460:          tests/results/215.processed, tests/results/216.processed,
                   7461:          tests/results/217.processed, tests/results/218.processed,
                   7462:          tests/results/219.processed, tests/results/220.processed,
                   7463:          tests/results/221.processed, tests/results/222.processed,
                   7464:          tests/results/223.processed, tests/results/224.processed,
                   7465:          tests/results/225.processed, tests/results/226.processed,
                   7466:          tests/results/227.processed, tests/results/228.processed,
                   7467:          tests/results/229.processed: - http headers were changed:
                   7468:          content-type => Content-type and so on
                   7469: 
                   7470: 2009-08-27  misha
                   7471: 
                   7472:        * src/: main/pa_random.C, include/pa_random.h,
                   7473:          targets/cgi/parser3.C: - year was updated :)
                   7474: 
                   7475: 2009-08-26  misha
                   7476: 
                   7477:        * tests/: 224.html, 224.p: - test for creating of parser object
                   7478:          using constructor without params - little bugfix in test
                   7479: 
                   7480:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   7481:          checking existed class while processing partial option
                   7482: 
                   7483:        * src/classes/reflection.C: - bugfix: core when creating object
                   7484:          with reflection and constructor doesn't have params
                   7485: 
                   7486: 2009-08-24  misha
                   7487: 
                   7488:        * tests/229.html: - tests for checking the number of parameters
                   7489:          were added
                   7490: 
                   7491:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   7492:          number of method's parameters wasn't checked correctly (the bug
                   7493:          was introduced in 3.4.0)
                   7494: 
                   7495: 2009-08-22  misha
                   7496: 
                   7497:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   7498:          transcoded, but tainted pieces are escaped only when
                   7499:          content-type==url-encoding
                   7500: 
                   7501:        * tests/228.html: - test for checking
                   7502:          ^file::load[http://...;$.body[]]
                   7503: 
                   7504:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   7505:          post charset was too early (charsets is empty at this moment)
                   7506: 
                   7507: 2009-08-21  misha
                   7508: 
                   7509:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   7510:          main/untaint.C: - some fixes with transcode+untaint
                   7511: 
                   7512: 2009-08-15  misha
                   7513: 
                   7514:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   7515:          was increaced to 100 (was 50)
                   7516: 
                   7517:        * tests/227.html: - test for checking overriding properties in
                   7518:          static classes was added
                   7519: 
                   7520:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   7521: 
                   7522:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   7523:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   7524:          autouse was implemented
                   7525: 
                   7526: 2009-08-14  misha
                   7527: 
                   7528:        * src/classes/reflection.C: - outdated checkout was removed
                   7529: 
                   7530:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   7531:          added.
                   7532: 
                   7533:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   7534:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   7535: 
                   7536:        * src/types/pa_vclass.C: - exception if base on sytem class
                   7537: 
                   7538: 2009-08-12  misha
                   7539: 
                   7540:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7541:          pa_vstateless_class.h: - little optimisation
                   7542: 
                   7543: 2009-08-11  misha
                   7544: 
                   7545:        * tests/224.html: - method_params => method_info - checking for
                   7546:          $.inherited
                   7547: 
                   7548:        * src/classes/reflection.C, operators.txt: - method method_params
                   7549:          was renamed to method_info and now it returns class name, if
                   7550:          method was defined in ancestor
                   7551: 
                   7552:        * tests/225.html: - tests for cheching properties in hierarhical
                   7553:          classes were added
                   7554: 
                   7555:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   7556:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7557:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   7558:          with properties in new classes implementation were fixed
                   7559: 
                   7560: 2009-08-10  misha
                   7561: 
                   7562:        * src/main/execute.C: - now constructor shouldn't be defined in
                   7563:          class. it could be defined in parent.
                   7564: 
                   7565: 2009-08-09  misha
                   7566: 
                   7567:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   7568:          base's methods
                   7569: 
                   7570: 2009-08-08  misha
                   7571: 
                   7572:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   7573:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   7574:          classes/image.C, classes/mail.C, classes/op.C,
                   7575:          classes/reflection.C, classes/regex.C, classes/string.C,
                   7576:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   7577:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   7578:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   7579:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   7580:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7581:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7582:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   7583:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7584:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   7585:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   7586:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   7587:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   7588:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   7589:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7590:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7591:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7592:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7593:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   7594:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7595:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7596:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   7597:          implementation
                   7598: 
                   7599:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   7600:          USE_MUNMAP is used. so it is disabled as a workaround.
                   7601: 
                   7602: 2009-08-05  misha
                   7603: 
                   7604:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   7605:          parameter was removed
                   7606: 
                   7607:        * src/main/pa_http.C: - bugfix: error was during detecting
                   7608:          content-type of file which was loaded by http
                   7609: 
                   7610: 2009-08-01  misha
                   7611: 
                   7612:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   7613:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   7614:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   7615:          can't be disabled with defines any longer
                   7616: 
                   7617: 2009-07-29  misha
                   7618: 
                   7619:        * src/classes/reflection.C, tests/results/224.processed: - for
                   7620:          native methods with any call type now returned empty call_type
                   7621:          value
                   7622: 
                   7623:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7624:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   7625:          main/pa_request.C: - break in cycles was optimized
                   7626: 
                   7627:        * INSTALL: - more defines were described
                   7628: 
                   7629: 2009-07-28  misha
                   7630: 
                   7631:        * operators.txt: - some changes in information about reflection
                   7632:          class
                   7633: 
                   7634:        * tests/: 224.html, 224.p: - tests for reflection class
                   7635: 
                   7636:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   7637:          was added, refactoring
                   7638: 
                   7639: 2009-07-26  misha
                   7640: 
                   7641:        * src/classes/classes.vcproj: - reflection class wass added to
                   7642:          project
                   7643: 
                   7644:        * operators.txt: - information about reflection class was added
                   7645: 
                   7646:        * src/classes/reflection.C: - class was redesigned
                   7647: 
                   7648: 2009-07-24  misha
                   7649: 
                   7650:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   7651:          added
                   7652: 
                   7653:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   7654:          in classes was added
                   7655: 
                   7656: 2009-07-22  misha
                   7657: 
                   7658:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   7659:          over-optimized. it failed if $object1.$object2.field
                   7660: 
                   7661: 2009-07-16  misha
                   7662: 
                   7663:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   7664:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   7665:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   7666:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   7667:          one more arg: length of cord
                   7668: 
                   7669: 2009-07-15  misha
                   7670: 
                   7671:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   7672:          tainted in ^file::load[http://...;$.cookies[]]
                   7673: 
                   7674:        * src/classes/: op.C, regex.C, string.C: - new string with
                   7675:          exception was used
                   7676: 
                   7677:        * src/include/pa_exception.h: - new string with exception was added
                   7678: 
                   7679:        * tests/223.html: - test for checking cookie-encoding during
                   7680:          ^file::load[http was added
                   7681: 
                   7682:        * tests/: 221.html, 222.html: - tests for checking type of
                   7683:          $table.fields.field were added
                   7684: 
                   7685:        * src/types/pa_vtable.C: - not used var decl was removed
                   7686: 
                   7687:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   7688:          it improves speed of match with brackets in pattern
                   7689: 
                   7690:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   7691:          outside
                   7692: 
                   7693: 2009-07-14  misha
                   7694: 
                   7695:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   7696:          column is empty (sometime returned void) - $table.fields was
                   7697:          added for nameless tables
                   7698: 
                   7699:        * src/targets/cgi/getopt.c: - one warning resolved
                   7700: 
                   7701:        * src/main/pa_string.C: - potentian bug fixed
                   7702: 
                   7703:        * src/classes/op.C: - small optimization in taint/untaint
                   7704: 
                   7705: 2009-07-13  misha
                   7706: 
                   7707:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   7708:          added
                   7709: 
                   7710:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   7711:          souldn't add the attribut to output
                   7712: 
                   7713: 2009-07-11  misha
                   7714: 
                   7715:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7716:          stack size was increaced to 2MB (default=1MB)
                   7717: 
                   7718: 2009-07-08  misha
                   7719: 
                   7720:        * src/main/pa_string.C: - link to UTF-8 description was added
                   7721: 
                   7722:        * src/include/pa_hash.h: - hash keeps element's order in more
                   7723:          places (ex: ._keys[])
                   7724: 
                   7725:        * tests/220.html: - test for checking order of elements in hash in
                   7726:          foreach was added
                   7727: 
                   7728:        * tests/172.html: - small changes in printing hash
                   7729: 
                   7730:        * tests/129.html: - small changes in printing hash
                   7731: 
                   7732:        * src/: include/pa_common.h, include/pa_hash.h,
                   7733:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   7734:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   7735: 
                   7736:        * tests/014.html: - small changes in printing hash
                   7737: 
                   7738: 2009-07-07  misha
                   7739: 
                   7740:        * src/classes/op.C: - new taint language "parser-code" was added
                   7741: 
                   7742:        * tests/219.html: - test for auto untaint parser code in process
                   7743:          was added
                   7744: 
                   7745:        * src/classes/op.C: - tainted pieces in body of process are
                   7746:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   7747: 
                   7748:        * src/: include/pa_string.h, main/untaint.C: - new language
                   7749:          L_PARSER_CODE for auto-untaint in process was added
                   7750: 
                   7751:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7752:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   7753:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   7754:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   7755:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   7756:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   7757:          code cleanup
                   7758: 
                   7759: 2009-07-06  misha
                   7760: 
                   7761:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   7762:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   7763:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7764: 
                   7765:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   7766:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   7767:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   7768:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   7769:          should be used
                   7770: 
                   7771:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   7772:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   7773:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   7774:          untaint_cstr[m] should be used
                   7775: 
                   7776:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   7777:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7778: 
                   7779:        * tests/218.html: - test for checking automatic file-spec-taint was
                   7780:          added
                   7781: 
                   7782:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   7783:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   7784:          classes/file.C, classes/hash.C, classes/image.C,
                   7785:          classes/string.C, classes/table.C, classes/void.C,
                   7786:          classes/xdoc.C: - optimizations and simplification of
                   7787:          string.cstr(...)
                   7788: 
                   7789:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   7790:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   7791:          - optimizations and simplification of string.cstr(...)
                   7792: 
                   7793: 2009-07-04  misha
                   7794: 
                   7795:        * tests/217.html: - test for recursion detection was added
                   7796: 
                   7797:        * src/: types/types.vcproj, main/main.vcproj,
                   7798:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   7799:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   7800:          from .vcproj
                   7801: 
                   7802:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   7803: 
                   7804:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   7805:          uploading files and case-insensitive http-method were added
                   7806: 
                   7807:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   7808:          tainted pattern in ^file:list[] was added
                   7809: 
                   7810: 2009-07-03  misha
                   7811: 
                   7812:        * src/: classes/classes.vcproj, main/main.vcproj,
                   7813:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   7814:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   7815:          for dynamic_cast) - little options changes
                   7816: 
                   7817:        * src/main/pa_http.C: - file::load[http works now with uploading
                   7818:          files _and_ changing $.charset
                   7819: 
                   7820: 2009-06-29  misha
                   7821: 
                   7822:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   7823:          while creating pattern
                   7824: 
                   7825: 2009-06-25  misha
                   7826: 
                   7827:        * src/classes/image.C, operators.txt: - options' names for
                   7828:          ^image.font were changed to $.space, $.width and $spacing -
                   7829:          default space width now == gif's width
                   7830: 
                   7831: 2009-06-24  misha
                   7832: 
                   7833:        * tests/215.html: - tests for $file.mode were added
                   7834: 
                   7835:        * operators.txt: - added info about $file.mode and changes in
                   7836:          ^image.font[
                   7837: 
                   7838:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   7839:          param now could be omited - third param now could be hash (with
                   7840:          all widths options: $.space-width, $.letter-width) - it's
                   7841:          possible to specify tracking ($.letter-space)
                   7842: 
                   7843:        * src/classes/file.C: - file objects now could have mode field
                   7844:          (text|binary)
                   7845: 
                   7846:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   7847: 
                   7848: 2009-06-23  misha
                   7849: 
                   7850:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7851:          trim can work with utf-8 chars now
                   7852: 
                   7853: 2009-06-20  misha
                   7854: 
                   7855:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   7856:          was implemented
                   7857: 
                   7858:        * src/classes/table.C: - string length cacheing was implemented
                   7859: 
                   7860:        * src/include/pa_string.h: - string length cacheing was implemented
                   7861: 
                   7862: 2009-06-17  misha
                   7863: 
                   7864:        * src/main/execute.C: - value param was removed from
                   7865:          WContext::WContext
                   7866: 
                   7867:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   7868:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   7869:          - field wcontext was removed from VCodeFrame (using fparent
                   7870:          instead)
                   7871: 
                   7872:        * tests/214.html: - test with hash copying
                   7873: 
                   7874: 2009-06-16  misha
                   7875: 
                   7876:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   7877:          strings doesn't work in expression anymore
                   7878: 
                   7879:        * src/main/execute.C: - less calls for get_constructing() - little
                   7880:          refactoring
                   7881: 
                   7882:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   7883:          include/pa_request.h: - less calls for get_constructing()
                   7884: 
                   7885:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   7886:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   7887: 
                   7888: 2009-06-14  misha
                   7889: 
                   7890:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7891:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   7892:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   7893:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7894:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   7895:          storing object's fields only for parser objects
                   7896: 
                   7897: 2009-06-13  misha
                   7898: 
                   7899:        * buildall-with-xml, buildall-without-xml: - new option was added
                   7900:          for building GC (it slightly reduces memory usage)
                   7901: 
                   7902:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   7903:          single string write
                   7904: 
                   7905:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   7906:          - optimization of single string write
                   7907: 
                   7908:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   7909:          - bytecode optimization of ^class:constructor
                   7910: 
                   7911: 2009-06-09  misha
                   7912: 
                   7913:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   7914:          main (better compatibility)
                   7915: 
                   7916: 2009-06-08  misha
                   7917: 
                   7918:        * src/main/compile.y: - I've forgot to commit it :(
                   7919: 
                   7920: 2009-06-07  misha
                   7921: 
                   7922:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   7923:          WITH_READ and WITH_ROOT
                   7924: 
                   7925:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7926:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   7927:          WITH_ROOT - little refactoring
                   7928: 
                   7929: 2009-06-06  misha
                   7930: 
                   7931:        * tests/213.html: - tests for 3rd match string-param were added
                   7932: 
                   7933:        * src/classes/string.C: - 3rd match param could be string now
                   7934: 
                   7935:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7936:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7937:          GET_OBJECT_ELEMENT
                   7938: 
                   7939: 2009-06-05  misha
                   7940: 
                   7941:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7942:          if $.body was specified
                   7943: 
                   7944: 2009-06-04  misha
                   7945: 
                   7946:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7947: 
                   7948:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7949: 
                   7950:        * src/main/execute.C: - little refactoring - optimizing
                   7951:          write_assign_lang in taint/untaint
                   7952: 
                   7953:        * src/include/pa_opcode.h: - little refactoring
                   7954: 
                   7955:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7956:          main/compile_tools.h, main/execute.C: - optimizations for
                   7957:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7958:          were added
                   7959: 
                   7960: 2009-06-03  misha
                   7961: 
                   7962:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7963: 
                   7964: 2009-06-02  misha
                   7965: 
                   7966:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7967:          include/pa_opcode.h: - refactoring in last optimizations
                   7968:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7969:          now but code is much easy and it is ready for further
                   7970:          improvements.
                   7971: 
                   7972: 2009-05-27  misha
                   7973: 
                   7974:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7975:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7976:          changed in destructing junctions
                   7977: 
                   7978:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7979:          String:Body
                   7980: 
                   7981: 2009-05-26  misha
                   7982: 
                   7983:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7984:          one method detect_charset was deleted - bug was fixed in this
                   7985:          method (error while detecting charset in content_type withot last
                   7986:          ';')
                   7987: 
                   7988:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7989:          once
                   7990: 
                   7991: 2009-05-25  misha
                   7992: 
                   7993:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7994:          optimizing of helper_length
                   7995: 
                   7996: 2009-05-24  misha
                   7997: 
                   7998:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7999:          were added - little refactoring
                   8000: 
                   8001:        * src/main/execute.C: - core while printing in debug log
                   8002:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   8003:          optimisations were added
                   8004: 
                   8005:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   8006:          were added
                   8007: 
                   8008: 2009-05-23  misha
                   8009: 
                   8010:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   8011:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   8012:          CORD_cat optimization
                   8013: 
                   8014:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   8015:          - call constr optimisation under separate define now
                   8016: 
                   8017:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   8018:          in $b should be string, not void
                   8019: 
                   8020:        * src/main/compile.y: - little fix for rem-cut optimisation
                   8021: 
                   8022:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   8023:          main/compile_tools.h, main/execute.C: - optimisations for
                   8024:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   8025: 
                   8026:        * INSTALL: - description of some #defined were added
                   8027: 
                   8028:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   8029:          before 1st access (memory usage is reduced if don't access to
                   8030:          .text field)
                   8031: 
                   8032:        * src/include/pa_array.h: - array grows step now not static (it
                   8033:          reduces numbers of reallocs)
                   8034: 
                   8035: 2009-05-20  misha
                   8036: 
                   8037:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   8038:          $.b(2), $c[d] and $.e[f] was added
                   8039: 
                   8040:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8041:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   8042:          $.e[f] was added
                   8043: 
                   8044:        * src/main/execute.C: - debug printing moved in defines
                   8045: 
                   8046:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   8047:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   8048:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   8049: 
                   8050: 2009-05-19  misha
                   8051: 
                   8052:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8053:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   8054: 
                   8055:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   8056:          ^a.$b optimisation)
                   8057: 
                   8058:        * src/main/compile.y: - compiler now generate new opcodes:
                   8059:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   8060:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   8061:          of params }
                   8062: 
                   8063:        * src/main/execute.C: - code for handle new opcodes
                   8064:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   8065: 
                   8066:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   8067:          added for LA2V and LA2S
                   8068: 
                   8069:        * src/include/pa_opcode.h: - new defines which can be used for
                   8070:          disable some bytecode optimisation and new opcodes were added
                   8071: 
                   8072: 2009-05-17  misha
                   8073: 
                   8074:        * src/lib/cord/cordxtra.c: - bugfix.
                   8075: 
                   8076:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   8077: 
                   8078:        * operators.txt: - info about regex class was added
                   8079: 
                   8080:        * tests/212.html: - tests for regex class were added
                   8081: 
                   8082: 2009-05-16  misha
                   8083: 
                   8084:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   8085:          gc7.1
                   8086: 
                   8087:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   8088:          was added
                   8089: 
                   8090:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   8091:          param) should work
                   8092: 
                   8093: 2009-05-15  misha
                   8094: 
                   8095:        * src/classes/table.C: - automatically disable stringstream usage
                   8096:          on freebsd4
                   8097: 
                   8098:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   8099:          scope
                   8100: 
                   8101:        * tests/211.html: - test with different types of access to hash was
                   8102:          added
                   8103: 
                   8104:        * tests/210.html: - test which checks for loosing tainting in
                   8105:          hash's keys was added
                   8106: 
                   8107:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   8108: 
                   8109:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   8110: 
                   8111:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   8112: 
                   8113:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   8114:          optimisations for increacing version number more dramatically :)
                   8115: 
                   8116:        * src/classes/date.C: - little refactoring: use constructor which
                   8117:          accepts formated string
                   8118: 
                   8119:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   8120:          which can print formatted string was added
                   8121: 
                   8122: 2009-05-14  misha
                   8123: 
                   8124:        * src/include/pa_string.h: - type was fixed
                   8125: 
                   8126:        * src/: classes/hashfile.C, classes/op.C,
                   8127:          include/pa_cache_managers.h, include/pa_charset.h,
                   8128:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   8129:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   8130:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   8131:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   8132:          main/pa_charsets.C, main/pa_string.C,
                   8133:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   8134:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8135:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   8136:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   8137:          (seaches should be faster now)
                   8138: 
                   8139:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8140:          classes/string.C, classes/table.C, include/pa_string.h,
                   8141:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   8142:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   8143:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   8144:          types/pa_vrequest.C: - String constructors don't have that stupid
                   8145:          true/false param which means 'tainted'. they accept lang instead.
                   8146: 
                   8147:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   8148:          with OPTIMIZE_RESULT
                   8149: 
                   8150:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   8151:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   8152: 
                   8153: 2009-05-13  misha
                   8154: 
                   8155:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   8156:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   8157:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8158:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   8159:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   8160:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   8161:          include/pa_string.h, classes/date.C, classes/file.C,
                   8162:          classes/hash.C, classes/image.C, classes/string.C,
                   8163:          classes/table.C, classes/xdoc.C: - result optimisation -
                   8164:          helper_length parameter removed from string constructors
                   8165: 
                   8166: 2009-05-11  misha
                   8167: 
                   8168:        * tests/209.html: - tests for ^hash::create[hash] were added
                   8169: 
                   8170:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   8171:          ^memory:compact[] were added
                   8172: 
                   8173:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   8174:          log10 were added
                   8175: 
                   8176:        * tests/206.html: - test for try with finally was added
                   8177: 
                   8178: 2009-05-10  misha
                   8179: 
                   8180:        * tests/205.html: - test for ^file::create[...] was added
                   8181: 
                   8182:        * tests/204.html: - test for ^response:clear[] was added
                   8183: 
                   8184:        * tests/038.html: - tests for trigonometric functions were added
                   8185: 
                   8186:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   8187:          added - more tests for .add, .sub, .union, .intersects and
                   8188:          .intersections
                   8189: 
                   8190:        * tests/065.html: - test for ^file:dirname was added
                   8191: 
                   8192:        * tests/030.html: - test for $cookie:fields was added
                   8193: 
                   8194:        * tests/203.html: - test for ^h._keys[column name] was added
                   8195: 
                   8196:        * tests/201.html: - tests for .trim were added
                   8197: 
                   8198:        * tests/202.html: - tests for last-day,
                   8199:          date:calendar[type](YYYY;MM;DD) were added
                   8200: 
                   8201:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   8202:          .offset[type](N) were added
                   8203: 
                   8204:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   8205:          and .pos[c](N) were added
                   8206: 
                   8207:        * tests/141.html: - test for math:sha1 was added
                   8208: 
                   8209:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   8210: 
                   8211: 2009-05-09  misha
                   8212: 
                   8213:        * src/main/compile.y: - rollback
                   8214: 
                   8215: 2009-05-05  misha
                   8216: 
                   8217:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   8218:          replaced by is_empty()
                   8219: 
                   8220:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   8221:          optimisation: somewhere length() was replaced by is_empty()
                   8222: 
                   8223:        * src/classes/table.C: - little optimisation: somewhere length()
                   8224:          was replaced by is_empty()
                   8225: 
                   8226:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   8227:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   8228:          optimisation: somewhere length() was replaced by is_empty()
                   8229: 
                   8230: 2009-05-04  misha
                   8231: 
                   8232:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8233:          types/pa_vstateless_class.h, main/execute.C,
                   8234:          include/pa_request.h, classes/hash.C, classes/op.C,
                   8235:          classes/table.C: - more optimisations were added: some operators
                   8236:          don't switch write context anylonger
                   8237: 
                   8238: 2009-05-01  misha
                   8239: 
                   8240:        * src/main/compile.y: - slightly more opcode optimisations for
                   8241:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   8242: 
                   8243:        * src/main/execute.C: - simplifying process for getters
                   8244: 
                   8245: 2009-04-30  misha
                   8246: 
                   8247:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   8248: 
                   8249:        * tests/results/199.processed: - test for checking $result into
                   8250:          ^rem was added
                   8251: 
                   8252:        * tests/199.html: - test for checking $result into ^rem was added
                   8253: 
                   8254:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   8255:          some OS it returns list in different order)
                   8256: 
                   8257:        * src/: include/pa_array.h, include/pa_request.h,
                   8258:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   8259:          changes in stack impl - get_element() optimisation: 3rd param
                   8260:          removed - bugfix: problems with reading empty input param -
                   8261:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   8262: 
                   8263:        * tests/results/198.processed: - test for reading empty local var
                   8264:          was added
                   8265: 
                   8266:        * tests/198.html: - test for reading empty local var was added
                   8267: 
                   8268: 2009-04-29  misha
                   8269: 
                   8270:        * src/main/compile.y: - bugfix: couldn't compile because
                   8271:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   8272: 
                   8273:        * src/: include/pa_array.h, include/pa_opcode.h,
                   8274:          include/pa_request.h, main/compile.y, main/execute.C,
                   8275:          main/pa_request.C, types/pa_vmethod_frame.C,
                   8276:          types/pa_vmethod_frame.h: - we can work without opcode
                   8277:          OP_STORE_PARAM, so it was removed
                   8278: 
                   8279: 2009-04-28  misha
                   8280: 
                   8281:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   8282:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   8283:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   8284:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   8285:          4.
                   8286:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   8287: 
                   8288:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   8289: 
                   8290:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   8291:          is_empty()
                   8292: 
                   8293: 2009-04-27  misha
                   8294: 
                   8295:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   8296: 
                   8297: 2009-04-24  misha
                   8298: 
                   8299:        * src/classes/string.C: - ups. typo fixed
                   8300: 
                   8301:        * src/main/execute.C: - more replacements '*new VBool' to
                   8302:          'VBool::get' - checks for ^break[], ^continue[] and
                   8303:          parser.interrupted were optimised
                   8304: 
                   8305:        * src/classes/string.C: - number of params.count() calls was
                   8306:          slightly reduced
                   8307: 
                   8308: 2009-04-23  misha
                   8309: 
                   8310:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8311:          make it x64 friendly
                   8312: 
                   8313:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8314:          parser is x64 friendly now
                   8315: 
                   8316: 2009-04-22  misha
                   8317: 
                   8318:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   8319:          exceeding record size was added
                   8320: 
                   8321:        * src/classes/file.C: - use vregex object instead of direct calls
                   8322:          methods from pcre lib
                   8323: 
                   8324:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   8325:          classes/string.C: - use vregex object instead of direct calls
                   8326:          methods from pcre lib
                   8327: 
                   8328:        * src/: include/pa_common.h, main/pa_common.C: - method
                   8329:          print_pcre_exec_error_text was moved to class vregex
                   8330: 
                   8331:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   8332:          was added
                   8333: 
                   8334:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   8335:          - class vregex was added
                   8336: 
                   8337: 2009-04-21  misha
                   8338: 
                   8339:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   8340: 
                   8341:        * src/: types/pa_junction.h, types/pa_value.C,
                   8342:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   8343:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   8344:          junction-optimisation (destructors)
                   8345: 
                   8346:        * src/include/pa_array.h: - free under if now
                   8347: 
                   8348: 2009-04-19  misha
                   8349: 
                   8350:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   8351: 
                   8352: 2009-04-18  misha
                   8353: 
                   8354:        * src/include/pa_version.h:
                   8355:          :q :
                   8356: 
                   8357:          CV:
                   8358:          ----------------------------------------------------------------------
                   8359: 
                   8360:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   8361:          refactoring
                   8362: 
                   8363:        * src/: include/pa_array.h, include/pa_hash.h,
                   8364:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   8365: 
                   8366:        * src/include/pa_memory.h: - define for using destructors was added
                   8367: 
                   8368:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8369:          main/execute.C: - some junctions will be cached now
                   8370: 
                   8371:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   8372: 
                   8373:        * src/include/pa_array.h: - inline was added to destructor
                   8374: 
                   8375:        * src/types/pa_method.h: - comment was changed
                   8376: 
                   8377: 2009-04-17  misha
                   8378: 
                   8379:        * src/: include/pa_array.h, include/pa_hash.h,
                   8380:          types/pa_vmethod_frame.h: - destructors were added
                   8381: 
                   8382:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   8383:          renamed to always_use_result
                   8384: 
                   8385:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   8386:          compiler: full backward compatibility is better
                   8387: 
                   8388:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   8389:          result in var's hash
                   8390: 
                   8391:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8392:          optimisation in method_frame
                   8393: 
                   8394:        * src/include/pa_array.h: - optimisation in array (allocate
                   8395:          elements only when needed)
                   8396: 
                   8397:        * src/types/pa_vresponse.C: - check for $response:headers field
                   8398:          before looking at custom fields
                   8399: 
                   8400:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   8401:          not needed to check existance var with name 'result' in var's
                   8402:          hash
                   8403: 
                   8404:        * src/main/compile.y: - compiler was changed: now it detects
                   8405:          writings to $result and set flag writo_to_result in method
                   8406: 
                   8407:        * src/classes/string.C: - little optimisation: no needed to write
                   8408:          number with lang
                   8409: 
                   8410:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   8411:          used for read utf8-strings were renamed - is_escaped was renamed
                   8412:          to isEscaped (to the same name convention)
                   8413: 
                   8414:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   8415:          write_to_result added. compiler get this info from code.
                   8416: 
                   8417: 2009-04-16  misha
                   8418: 
                   8419:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   8420:          String only before 1st write
                   8421: 
                   8422:        * src/include/pa_string.h: - not needed template removed
                   8423: 
                   8424:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   8425:          types/pa_vjunction.C, types/pa_vproperty.C,
                   8426:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   8427:          main/pa_request.C, classes/bool.C, classes/double.C,
                   8428:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   8429:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   8430:          bool objects)
                   8431: 
                   8432: 2009-04-15  misha
                   8433: 
                   8434:        * src/lib/cord/cordxtra.c: - more optimisation
                   8435: 
                   8436:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   8437:          optimisation
                   8438: 
                   8439:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   8440:          then get and can sometime be used)
                   8441: 
                   8442:        * src/main/pa_string.C: - String::length optimisation
                   8443: 
                   8444:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   8445:          these methods read different strings
                   8446: 
                   8447:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8448:          fresult_initial_void removed + some optimisation - if $result
                   8449:          defined we don't write to context anymore
                   8450: 
                   8451:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   8452:          need just skip char)
                   8453: 
                   8454:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8455:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   8456:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   8457: 
                   8458:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   8459:          instance
                   8460: 
                   8461: 2009-04-11  misha
                   8462: 
                   8463:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   8464: 
                   8465:        * tests/197.html: - test for parser://test in xml was added
                   8466: 
                   8467:        * src/classes/string.C: - small optimisation
                   8468: 
                   8469:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   8470:          optimisation
                   8471: 
                   8472: 2009-04-10  misha
                   8473: 
                   8474:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   8475:          to pcre-7.8
                   8476: 
                   8477:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   8478: 
                   8479:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   8480:          added
                   8481: 
                   8482:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   8483:          $request:CLASS_NAME were added
                   8484: 
                   8485:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   8486:          were added
                   8487: 
                   8488:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   8489:          $env:CLASS_NAME were added
                   8490: 
                   8491:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   8492:          '@todo' now
                   8493: 
                   8494:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   8495:          compirer
                   8496: 
                   8497:        * src/main/pa_string.C: - little code cleanup
                   8498: 
                   8499:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   8500:          during PCRE compile/execute
                   8501: 
                   8502:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   8503:          normalizing todo-comments: '@todo' now
                   8504: 
                   8505:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   8506: 
                   8507:        * src/main/pa_charset.C: - type changed for making compiler happy
                   8508: 
                   8509: 2009-03-10  misha
                   8510: 
                   8511:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   8512:          in main()
                   8513: 
                   8514: 2009-02-01  misha
                   8515: 
                   8516:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   8517:          boundary
                   8518: 
                   8519: 2009-01-25  misha
                   8520: 
                   8521:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   8522: 
                   8523:        * src/classes/file.C: - more changes for parsing different number
                   8524:          of params for file::load
                   8525: 
                   8526:        * tests/193.html: - tests for exception while base64-decode binary
                   8527:          to string was added
                   8528: 
                   8529:        * tests/192.html: - tests for file::load with different number of
                   8530:          options
                   8531: 
                   8532:        * src/classes/math.C: - ups. forgot '+1'
                   8533: 
                   8534:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   8535:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   8536:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   8537:          (new option $.encode[multipart-form/data] should be specified) -
                   8538:          $.method[] option for file::load now is not case-sensitive
                   8539: 
                   8540:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   8541:          new taint language L_FILE_POST was added
                   8542: 
                   8543:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   8544:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   8545:          stuff was moved to separate files
                   8546: 
                   8547: 2009-01-23  misha
                   8548: 
                   8549:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   8550:          spaces to tabs were converted
                   8551: 
                   8552: 2009-01-12  misha
                   8553: 
                   8554:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   8555:          now
                   8556: 
                   8557:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   8558:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   8559:          their names
                   8560: 
                   8561:        * src/main/pa_common.C: - changes in formating
                   8562: 
                   8563:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   8564:          their names
                   8565: 
                   8566:        * src/include/pa_http.h: - some spaces were converted to tabs
                   8567: 
                   8568:        * src/include/pa_common.h: - some constants changed their names
                   8569: 
                   8570:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   8571:          little code rewriting
                   8572: 
                   8573:        * src/types/pa_vfile.C: - little code rewriting
                   8574: 
                   8575:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   8576:          types/pa_value.h: - some formating changes
                   8577: 
                   8578:        * src/include/pa_common.h: - some formating spaces transformed to
                   8579:          tabs
                   8580: 
                   8581:        * src/classes/string.C: - exception while base64-decode binary to a
                   8582:          string
                   8583: 
                   8584: 2009-01-11  misha
                   8585: 
                   8586:        * configure.in: - version changed to 3.3.1b
                   8587: 
                   8588: 2008-09-05  misha
                   8589: 
                   8590:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   8591:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   8592: 
                   8593: 2008-09-04  misha
                   8594: 
                   8595:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   8596:          anymore
                   8597: 
                   8598:        * src/classes/op.C: - exception with 'invalid taint language' not
                   8599:          typeless anylonger
                   8600: 
                   8601:        * src/classes/image.C: - some exceptions while operations with
                   8602:          image not typeless anymore
                   8603: 
                   8604:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   8605:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   8606:          operations with files not typeless anymore
                   8607: 
                   8608:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   8609:          types/pa_vdate.h: - exceptions while checking date range not
                   8610:          typeless anymore
                   8611: 
                   8612:        * src/include/pa_exception.h: - exception type string for invalid
                   8613:          date range was added
                   8614: 
                   8615: 2008-09-03  misha
                   8616: 
                   8617:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   8618:          operations not typeless anymore
                   8619: 
                   8620:        * src/include/pa_exception.h: - exception type for pce operations
                   8621:          was added
                   8622: 
                   8623:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   8624:          and .CLASS_NAME insite classes
                   8625: 
                   8626:        * src/classes/table.C: - don't save table header whiile
                   8627:          ^table.save[append;filename] if file exists
                   8628: 
                   8629: 2008-09-02  misha
                   8630: 
                   8631:        * src/main/compile.y, src/main/compile_tools.h,
                   8632:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   8633:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   8634:          renamed to partial and it login changed: we must mark class as
                   8635:          partial for allow their modifications in future.
                   8636: 
                   8637: 2008-08-29  misha
                   8638: 
                   8639:        * tests/results/022.processed: - testing taint[regex] in mask for
                   8640:          file:list
                   8641: 
                   8642:        * tests/022.html: - testing taint[regex] in mask for file:list
                   8643: 
                   8644:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   8645:          for file:list was added
                   8646: 
                   8647:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   8648:          file:list
                   8649: 
                   8650: 2008-08-26  misha
                   8651: 
                   8652:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   8653:          last derived object
                   8654: 
                   8655:        * src/classes/image.C: - many strings "image.format" replaced by
                   8656:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   8657:          understand some more exif tags
                   8658: 
                   8659:        * src/include/pa_exception.h: - string "image.format" was added
                   8660: 
                   8661: 2008-08-21  misha
                   8662: 
                   8663:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   8664:          pcre_exec text error
                   8665: 
                   8666:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   8667:          added
                   8668: 
                   8669:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   8670:          text error was added
                   8671: 
                   8672: 2008-08-19  misha
                   8673: 
                   8674:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   8675:          namespace while debug execution as well
                   8676: 
                   8677:        * tests/: 015.html, results/015.processed: - test for escaping some
                   8678:          parser chars was added
                   8679: 
                   8680: 2008-08-18  misha
                   8681: 
                   8682:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   8683:          $caller.self.field + default getter in one class was added
                   8684: 
                   8685:        * tests/: 189.html, results/189.processed: - test for
                   8686:          ^date::create[date object]
                   8687: 
                   8688:        * tests/: 188.html, results/188.processed: - tests for match with
                   8689:          UTF-8 strings
                   8690: 
                   8691:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   8692:          ^string.match[]
                   8693: 
                   8694:        * ChangeLog: - parser 3.3.0 beta13
                   8695: 
                   8696: 2008-08-15  misha
                   8697: 
1.116     moko     8698:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   8699:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   8700:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   8701:          dftables.c: - old PCRE files removed
1.95      moko     8702: 
                   8703:        * src/lib/pcre/config.h: - configuration for PCRE library
                   8704: 
                   8705:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8706:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   8707: 
                   8708:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   8709:          library and set flag UTF8 if $request:charset is UTF-8
                   8710: 
                   8711:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   8712:          include/pa_config_fixed.h: - moved to new PCRE library
                   8713: 
                   8714:        * src/: main/main.vcproj, types/types.vcproj,
                   8715:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   8716:          win32\pcre instead of parser3\src\lib\pcre
                   8717: 
                   8718:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   8719:          main/compile.C, main/compile.y, main/compile_tools.C,
                   8720:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   8721:          opcodes were moved to separate namespace
                   8722: 
                   8723: 2008-08-14  misha
                   8724: 
                   8725:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   8726: 
                   8727:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   8728:          tainting
                   8729: 
                   8730: 2008-08-11  misha
                   8731: 
                   8732:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   8733:          $caller.self, $caller.self.field and $caller.self.field[value]
                   8734:          were added
                   8735: 
                   8736:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   8737:          runtime as well (for $caller.self)
                   8738: 
                   8739: 2008-07-25  misha
                   8740: 
                   8741:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   8742:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   8743:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   8744:          tests with international characters
                   8745: 
                   8746: 2008-07-23  misha
                   8747: 
                   8748:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   8749:          file::load[...;http://
                   8750: 
                   8751:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   8752:          now everywhere in separate namespace
                   8753: 
                   8754:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   8755:          for vars
                   8756: 
                   8757:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   8758:          can be escaped by '^'
                   8759: 
                   8760: 2008-07-22  misha
                   8761: 
                   8762:        * src/classes/string.C, tests/186.html: - names changes:
                   8763:          escape=>js-escape, unescape=>js-unescape
                   8764: 
                   8765: 2008-07-21  misha
                   8766: 
                   8767:        * tests/results/186.processed: - test for string escape/unescape
                   8768: 
                   8769:        * tests/186.html: - test for string escape/unescape
                   8770: 
                   8771:        * src/classes/string.C: - string has escape and unescape methods
                   8772:          now
                   8773: 
                   8774:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   8775:          added
                   8776: 
                   8777:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   8778:          method-layers added (with different params)
                   8779: 
                   8780: 2008-07-18  misha
                   8781: 
                   8782:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   8783:          was added
                   8784: 
                   8785:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   8786: 
                   8787:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   8788:          ^string.pos[substr](offset) -- 2nd param accepted now
                   8789: 
                   8790:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   8791:          strings
                   8792: 
                   8793: 2008-07-17  misha
                   8794: 
                   8795:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8796:          helper length added for mid for small optimisation
                   8797: 
                   8798: 2008-07-16  misha
                   8799: 
                   8800:        * tests/: 185.html, results/185.processed: - tests for
                   8801:          length/left/right/mid/pos with utf-8 strings
                   8802: 
                   8803:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   8804:          utf-8 strings
                   8805: 
                   8806:        * src/main/untaint.C: - comments removed
                   8807: 
                   8808:        * src/: include/pa_string.h, main/pa_string.C,
                   8809:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   8810:          with pos/mid for strings in utf-8 were added
                   8811: 
                   8812: 2008-07-15  misha
                   8813: 
                   8814:        * tests/: 184.html, results/184.processed: - test for case body as
                   8815:          expression: $var(^switch(1){^case(1)(true)..})
                   8816: 
                   8817:        * src/classes/op.C: - case body can be expression now:
                   8818:          $var(^switch(1){^case(1)(true)..})
                   8819: 
                   8820:        * tests/: results/183.processed, 183.html: - added test for testing
                   8821:          new cookie encoding (%uXXXX)
                   8822: 
                   8823:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   8824:          decoding for backward compatibility they decoded from %XX in
                   8825:          request:charset too
                   8826: 
                   8827:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   8828:          - cookie class now decode cookies before first access after last
                   8829:          request:charset changing (as form class).
                   8830: 
                   8831:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   8832:          as %uXXXX - before transcode calculate required space for dest
                   8833:          string. it reduce mem usage for transcode
                   8834: 
                   8835:        * src/include/pa_charset.h: - added method escape for escaping
                   8836:          cookies as %uXXXX
                   8837: 
                   8838:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   8839:          was added. will used for escaping cookies as %uXXXX
                   8840: 
                   8841:        * src/include/pa_common.h: - escape method has new option for skip
                   8842:          converting '+' to a space char
                   8843: 
                   8844:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   8845:          transcode - escape method has new option for skip converting '+'
                   8846:          to a space char
                   8847: 
                   8848: 2008-07-08  misha
                   8849: 
                   8850:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   8851:          (no UE if more then 1 case matches anylonger) - optimization:
                   8852:          doing searching.as_string() || searching.as_double() only once
                   8853: 
                   8854: 2008-07-04  misha
                   8855: 
                   8856:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   8857:          now ^date::create[date object] works
                   8858: 
                   8859:        * src/classes/string.C: - left and right added as aliases for start
                   8860:          and end in ^string.trim[]
                   8861: 
                   8862: 2008-07-03  misha
                   8863: 
                   8864:        * src/classes/file.C: - allow $.limit for file::sql as well
                   8865: 
                   8866:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   8867:          send limit=1 to query for use sql specifics authomatically
                   8868: 
                   8869:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   8870:          if $.limit value if empty. autoconvert it as everywere
                   8871: 
                   8872: 2008-07-02  misha
                   8873: 
                   8874:        * configure.in: - time to change version number to 3.3.0 %-)
                   8875: 
                   8876:        * src/include/pa_version.h: - time to change version number to
                   8877:          3.3.0 %-)
                   8878: 
                   8879: 2008-06-26  misha
                   8880: 
                   8881:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8882:          $.limit(0) fixes
                   8883: 
                   8884:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   8885:          - $.limit(0) fixes
                   8886: 
                   8887:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   8888:          new API)
                   8889: 
                   8890:        * src/: include/pa_sql_driver_manager.h,
                   8891:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   8892:          classes/op.C: - document_root added
                   8893: 
                   8894:        * src/main/compile.tab.C: - error message was changed
                   8895: 
                   8896: 2008-06-25  misha
                   8897: 
                   8898:        * src/main/compile.y: - error message was changed
                   8899: 
                   8900: 2008-06-24  misha
                   8901: 
                   8902:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   8903: 
                   8904:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   8905:          tests for @OPTIONS\nappend
                   8906: 
                   8907:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   8908: 
                   8909:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   8910: 
                   8911:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   8912: 
                   8913:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   8914:          compile.y
                   8915: 
                   8916: 2008-06-17  misha
                   8917: 
                   8918:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   8919:          compilation: ^if(default){true. it's incorrect. must be
                   8920:          exception}
                   8921: 
                   8922: 2008-06-16  misha
                   8923: 
                   8924:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   8925:          checking external reference loading with 'http://localhost'
                   8926:          prefix while creating xdoc
                   8927: 
                   8928:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   8929:          ^math:long2ip[] and ^math:ip2long[]
                   8930: 
                   8931:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   8932:          added which use scalar stateless class method when user object
                   8933:          used in scalar context - use get_scalar_value when user object
                   8934:          requested in scalar context
                   8935: 
                   8936:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8937:          can't compare with 0 sprintf result
                   8938: 
                   8939:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8940:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8941:          with internal switch between local/global vars
                   8942: 
                   8943:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8944:          specified
                   8945: 
                   8946:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8947:          pa_vstateless_object.h: - stateless class and object now has
                   8948:          private scalar field and getter/setter for working with it
                   8949: 
                   8950:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8951:          moved to inet static class
                   8952: 
                   8953:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8954:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8955: 
                   8956:        * tests/: 180.html, results/180.processed: - tests for
                   8957:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8958: 
                   8959:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8960: 
                   8961: 2008-06-11  misha
                   8962: 
                   8963:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8964:          need cut BOM code and remove DOS newline chars. but don't
                   8965:          transcode it anyway.
                   8966: 
                   8967:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8968:          main/pa_http.C: - option for disable transcoding while file_read
                   8969:          and file_read_text added
                   8970: 
                   8971: 2008-06-10  misha
                   8972: 
                   8973:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8974:          classes in 1 file
                   8975: 
                   8976:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8977:          classes now.
                   8978: 
                   8979:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8980:          classes now. internals.
                   8981: 
                   8982:        * src/main/pa_request.C: - compile return list of classes now. try
                   8983:          call @conf and @auto for each returned class
                   8984: 
                   8985:        * src/include/pa_request.h: - compile return list of classes now
                   8986: 
                   8987:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8988:          return list of classes when compile buf)
                   8989: 
                   8990: 2008-06-07  misha
                   8991: 
                   8992:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8993:          param -- form
                   8994: 
                   8995:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8996:          3rd param: form. needed for get post_charset
                   8997: 
                   8998:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8999:          added
                   9000: 
                   9001:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   9002:          types/pa_vform.C, types/pa_vform.h: - some polish
                   9003: 
                   9004: 2008-06-06  misha
                   9005: 
                   9006:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   9007:          charset and decode chars from it but not from response:charset
                   9008: 
                   9009:        * src/main/pa_http.C: - detect_charset moved out of here
                   9010: 
                   9011:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   9012:          methods moved here - unescape_chars accepn one charset now
                   9013: 
                   9014:        * src/main/pa_http.C: - new constants used - don't allow
                   9015:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   9016:          charset info while ^file::load[;http://;$.method[POST]] - option
                   9017:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   9018:          disabling charset during post
                   9019: 
                   9020:        * src/types/pa_vform.C: - new constants used
                   9021: 
                   9022:        * src/include/pa_common.h: - some constants were added
                   9023: 
                   9024:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   9025:          instead of StrEqNc
                   9026: 
                   9027:        * src/main/pa_common.C: - new method for caseless search
                   9028:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   9029: 
                   9030:        * src/include/pa_common.h: - new method for caseless search
                   9031:          c-substring in c-string
                   9032: 
                   9033: 2008-06-05  misha
                   9034: 
                   9035:        * tests/results/178.processed: - test for testing default getter
                   9036: 
                   9037:        * tests/178.html: - test for testing default getter
                   9038: 
                   9039:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   9040:          for test for testing default getter
                   9041: 
                   9042:        * src/main/execute.C: - default getter soul
                   9043: 
                   9044:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   9045:          requested objects' field not found
                   9046: 
                   9047:        * src/types/pa_vclass.C: - register default getter if defined - get
                   9048:          default getter if requested field not found
                   9049: 
                   9050:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   9051:          added
                   9052: 
                   9053:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9054:          pointer to default getter and methods for get/set it were added
                   9055: 
                   9056:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   9057:          auto_name field (for default getter)
                   9058: 
                   9059: 2008-06-04  misha
                   9060: 
                   9061:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   9062:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   9063:          it to libxml "as is"
                   9064: 
                   9065: 2008-06-03  misha
                   9066: 
                   9067:        * src/main/pa_common.C: - use store_Char instead of
                   9068:          transcodeCharFromUTF8
                   9069: 
                   9070:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   9071:          store_Char added, transcodeCharFromUTF8 -- removed
                   9072: 
                   9073: 2008-06-02  misha
                   9074: 
                   9075:        * tests/: results/177.processed, 177.html: - test for checking
                   9076:          .[acm]date after local ^file::load[] was added
                   9077: 
                   9078:        * tests/: results/176.processed, 176.html: - test for checking
                   9079:          @OPTION\locals + @method[vars][locals] added
                   9080: 
                   9081:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   9082: 
                   9083: 2008-05-30  misha
                   9084: 
                   9085:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   9086:          @OPTION\nlocals + @method[vars][;locals;] were added
                   9087: 
                   9088:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   9089:          moved to separate method op_code - switch from VMethodFrame to
                   9090:          VMethodFrameGlobal + VMethodFrameLocal
                   9091: 
                   9092:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   9093:          was moved to separate method op_code
                   9094: 
                   9095:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   9096:          VMethodFrame now
                   9097: 
                   9098:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   9099:          all_vars_local as well
                   9100: 
                   9101:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   9102:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   9103:          VMethodFrame were added: one (global) works as VMethodFrame
                   9104:          before and second (local) write all vars in self vars scope
                   9105: 
                   9106:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   9107: 
                   9108: 2008-05-29  misha
                   9109: 
                   9110:        * tests/: 129.html, results/129.processed: - more tests for
                   9111:          ^table.hash[]
                   9112: 
                   9113:        * src/classes/hash.C: - ^hash::sql has a new option:
                   9114:          $.type[hash|string|table] as ^table.hash[] one.
                   9115: 
                   9116:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   9117:          executed anyway after try or catch section
                   9118: 
                   9119: 2008-05-27  misha
                   9120: 
                   9121:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   9122:          must not fail if $.distinct(1) wasn't specified
                   9123: 
                   9124: 2008-05-26  misha
                   9125: 
                   9126:        * src/classes/op.C: - allow ^throw[my type]
                   9127: 
                   9128: 2008-05-22  misha
                   9129: 
                   9130:        * configure.in, configure: - version number updated to 3.2.4b
                   9131: 
                   9132:        * src/classes/: op.C, string.C: - trim format string before
                   9133:          eval/format
                   9134: 
                   9135:        * tests/: results/175.processed, 175.html: - more tests for
                   9136:          different format strings in .format[]
                   9137: 
                   9138:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   9139:          as well (not only %XX)
                   9140: 
                   9141:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   9142:          charset specified - checks for format before print number
                   9143:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   9144:          (instead of tabs) removed
                   9145: 
                   9146:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   9147:          charset specified
                   9148: 
                   9149:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   9150:          char in requested charset from utf code was added
                   9151: 
                   9152: 2008-05-19  misha
                   9153: 
                   9154:        * tests/: 174.html, results/174.processed: - test for
                   9155:          ^hashfile.cleanup[] added
                   9156: 
                   9157:        * src/classes/hashfile.C: - optimization: don't create any key or
                   9158:          value variable if it's name weren't specified
                   9159:          (^hf.foreach[;v]{...})
                   9160: 
                   9161: 2008-05-16  misha
                   9162: 
                   9163:        * src/classes/hash.C: - optimization: don't create any key variable
                   9164:          if variable name wasn't specified (^h.foreach[;v]{...})
                   9165: 
                   9166: 2008-05-15  misha
                   9167: 
                   9168:        * src/classes/op.C: - small changes
                   9169: 
                   9170:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   9171: 
                   9172:        * src/classes/hash.C: - calculate var_context once before foreach
                   9173: 
                   9174: 2008-05-14  misha
                   9175: 
                   9176:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   9177:          ^hashfile.foreach[;]{} fixed
                   9178: 
                   9179:        * src/classes/: hash.C, table.C: - little optimisation
                   9180: 
                   9181:        * src/classes/file.C: - bugfix: double absolute path while loading
                   9182:          file
                   9183: 
                   9184:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   9185:          were added
                   9186: 
                   9187:        * buildall-with-xml: - moving to libxslt 1.1.24
                   9188: 
                   9189: 2008-04-30  misha
                   9190: 
                   9191:        * src/classes/file.C: - stat file while loading (local only) so
                   9192:          .adate, .mdate and .cdate available without additional ::stat
                   9193: 
                   9194: 2008-04-28  misha
                   9195: 
                   9196:        * src/classes/file.C: - $.name and $.content-type available for
                   9197:          stated file
                   9198: 
                   9199: 2008-04-14  misha
                   9200: 
                   9201:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   9202: 
                   9203:        * src/include/pa_version.h: - new version number in head
                   9204: 
                   9205: 2008-04-10  misha
                   9206: 
                   9207:        * tests/: 080.html, results/080.processed: - cut '0' from
                   9208:          exponential part because of on diff OS it differ (20 or 020 for
                   9209:          ex)
                   9210: 
                   9211:        * tests/: 119.html, results/119.processed: - check for encoding
                   9212:          while creating xdoc
                   9213: 
                   9214: 2008-04-09  misha
                   9215: 
                   9216:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   9217: 
                   9218:        * src/main/pa_common.C: - comment added
                   9219: 
                   9220:        * src/classes/date.C: - little refactoring
                   9221: 
                   9222: 2008-04-07  misha
                   9223: 
                   9224:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   9225:          style of ^table.save[]: prepare one big string and sabe it at
                   9226:          once. it's safe on freebsd 4.x but use much more memory.
                   9227: 
                   9228:        * buildall-with-xml, buildall-without-xml: - option
                   9229:          --disable-stringstream added (under comment. use it on freebsd
                   9230:          4.x)
                   9231: 
                   9232: 2008-02-22  misha
                   9233: 
                   9234:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   9235:          specified together in file::load[;http] - get back transcoding
                   9236:          $.body[] in file::load[;http]
                   9237: 
                   9238: 2008-02-21  misha
                   9239: 
                   9240:        * src/classes/date.C: - ^date.gmt-string[] was added
                   9241: 
                   9242:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   9243:          moved to pa_common.h
                   9244: 
                   9245:        * src/include/pa_common.h: - method for output date in RFC 822
                   9246:          format moved here from pa_value.C
                   9247: 
                   9248:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   9249:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   9250: 
                   9251: 2008-02-20  misha
                   9252: 
                   9253:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   9254:          specified charset while ^file::load[...;http://...] (L_URI
                   9255:          instead of L_HTTP_HEADER) - $.cookies param available in
                   9256:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   9257:          response yet) (cookies not transcoded as common $cookies)
                   9258: 
                   9259: 2008-02-19  misha
                   9260: 
                   9261:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   9262:          $response:field values because in this case
                   9263:          $response:locateion[http://...] don't works.
                   9264: 
                   9265: 2008-02-15  misha
                   9266: 
                   9267:        * src/classes/op.C: - little refactoring
                   9268: 
                   9269:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   9270: 
                   9271:        * src/main/pa_request.C: - force taint values of $response:field
                   9272: 
                   9273: 2008-02-14  misha
                   9274: 
                   9275:        * src/main/pa_request.C: - $response:field transcoded to
                   9276:          $response:charset before escaping now
                   9277: 
                   9278:        * src/main/pa_http.C: - some outdated comments removed
                   9279: 
                   9280:        * src/classes/date.C: - lastdat -> last-day
                   9281: 
                   9282:        * src/classes/date.C: - ^date:lastday(year;month) and
                   9283:          ^date.lastday[] were added - little code refactoring - comments
                   9284:          changes
                   9285: 
                   9286:        * tests/: 159.html, results/159.processed: - test for number of
                   9287:          days in February
                   9288: 
                   9289:        * src/types/pa_value.C: - fixes in code formatting
                   9290: 
                   9291:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   9292:          and comments
                   9293: 
                   9294: 2008-02-13  misha
                   9295: 
                   9296:        * src/main/pa_common.C: - bugfix for february at leap year
                   9297: 
                   9298: 2008-01-28  misha
                   9299: 
                   9300:        * tests/: 160.html, results/160.processed: - more test for cache
                   9301:          added
                   9302: 
                   9303:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   9304:          unhandled exception
                   9305: 
                   9306: 2008-01-25  misha
                   9307: 
                   9308:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   9309:          bug when hashfile became inavailable after memory:compact)
                   9310: 
                   9311:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   9312: 
                   9313: 2008-01-22  misha
                   9314: 
                   9315:        * src/classes/table.C: - little refactiring and exception texts
                   9316:          changes in method ^table.hash[]
                   9317: 
                   9318:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   9319: 
                   9320: 2008-01-21  misha
                   9321: 
                   9322:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   9323:          file::exec/cgi
                   9324: 
                   9325:        * src/classes/file.C: - bugfix: core while processing headers if
                   9326:          executed cgi script don't return content
                   9327: 
                   9328: 2008-01-18  misha
                   9329: 
                   9330:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   9331: 
                   9332:        * src/include/pa_version.h, configure.in: - version number updated
                   9333:          to '3.2.3b'
                   9334: 
                   9335: 2007-12-28  misha
                   9336: 
                   9337:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   9338:          hash.contains
                   9339: 
                   9340: 2007-12-27  misha
                   9341: 
                   9342:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9343:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   9344:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   9345:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   9346:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9347:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   9348:          src/targets/cgi/parser3.vcproj,
                   9349:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   9350:          back to VS2003 because of Apache 1.3 module can't work if it was
                   9351:          built in VS 2005.  with cgi all file so VS2003 project files can
                   9352:          be easy converted to the new format.
                   9353: 
                   9354: 2007-12-04  misha
                   9355: 
                   9356:        * src/types/pa_vcode_frame.h: - changes in comment
                   9357: 
                   9358: 2007-11-29  misha
                   9359: 
                   9360:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   9361:          intercept strings any longer
                   9362: 
                   9363:        * tests/: 173.html, results/173.processed: - tests for
                   9364:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   9365:          but not in main code frame
                   9366: 
                   9367:        * tests/: 172.html, results/172.processed: - more tests for pass
                   9368:          objects from code frames
                   9369: 
                   9370: 2007-11-27  misha
                   9371: 
                   9372:        * tests/: 152.html, results/152.processed: - tests for converting
                   9373:          strings 'true'/'false' to bool were added
                   9374: 
                   9375:        * tests/152.html: - added checks for converting strings
                   9376:          'true'/'false' to bool
                   9377: 
                   9378:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   9379:          not only strings with numbers but with values 'true'/'false' as
                   9380:          well
                   9381: 
                   9382:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   9383:          for parser3.log increased
                   9384: 
                   9385:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   9386: 
                   9387:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   9388: 
                   9389:        * src/include/pa_types.h: - constant with buffer size for
                   9390:          parser3.log added
                   9391: 
                   9392: 2007-11-16  misha
                   9393: 
                   9394:        * tests/cat.sh: - script for tests for file::exec/cgi
                   9395: 
                   9396:        * tests/171.html: - tests for file::exec/cgi
                   9397: 
                   9398:        * tests/results/171.processed: - tests results for file::exec/cgi
                   9399: 
                   9400: 2007-11-15  misha
                   9401: 
                   9402:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   9403: 
                   9404:        * src/classes/file.C: - .body must be set before analyzing cgi
                   9405:          headers
                   9406: 
                   9407:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   9408:          only if exec/cgi return anything.
                   9409: 
                   9410: 2007-11-14  misha
                   9411: 
                   9412:        * operators.txt: - info about new text|binary option for
                   9413:          file::exec/cgi was added
                   9414: 
                   9415:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   9416:          ^file:exec[[text|binary];script;...]
                   9417: 
                   9418:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   9419:          classes/string.C, classes/table.C: - more text strings moved to
                   9420:          the one place
                   9421: 
                   9422: 2007-11-09  misha
                   9423: 
                   9424:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   9425: 
                   9426:        * ChangeLog: - $request:argv [patch from Sumo]
                   9427: 
                   9428:        * operators.txt: - $request:argv
                   9429: 
                   9430:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   9431:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   9432: 
                   9433: 2007-10-25  misha
                   9434: 
                   9435:        * buildall-with-xml, buildall-without-xml: - options preparations
                   9436:          for ./configure rewrited
                   9437: 
                   9438:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   9439:          error occure in unhandled_exception finally fixed
                   9440: 
                   9441: 2007-10-23  misha
                   9442: 
                   9443:        * tests/: 170.html, results/170.processed: - test for
                   9444:          @method[][result]
                   9445: 
                   9446:        * operators.txt: - added info about node.prefix and
                   9447:          node.namespaceURI
                   9448: 
                   9449:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   9450: 
                   9451:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   9452:          added for node and attribute
                   9453: 
                   9454: 2007-10-22  misha
                   9455: 
                   9456:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   9457: 
                   9458:        * src/main/pa_request.C: - added const content-transfer-encoding
                   9459: 
                   9460:        * src/include/pa_request.h: - added const content-transfer-encoding
                   9461:          - ups. constants must be in lowercase (for search)
                   9462: 
                   9463:        * src/types/pa_vmail.C: - more constants used -
                   9464:          content-transfer-encoding: 8bit added
                   9465: 
                   9466:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   9467: 
                   9468:        * src/include/pa_request.h: - more constants
                   9469: 
                   9470:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   9471:          ommit anymore if $.content-disposition was specified - little
                   9472:          refactoring
                   9473: 
                   9474:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   9475: 
                   9476: 2007-10-17  misha
                   9477: 
                   9478:        * operators.txt: - info about
                   9479:          table::create[nameless]{data}[>options<] was added
                   9480: 
                   9481:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   9482:          compile method don't put this method in methods table anymore.
                   9483:          in other case the parser coredumped if @unhandled_exception
                   9484:          method can't be compiled because of parser.compile error.
                   9485: 
                   9486:        * src/main/execute.C: - little code reformating
                   9487: 
                   9488:        * src/main/pa_request.C: - little code reformating - comment
                   9489:          changed
                   9490: 
                   9491: 2007-10-16  misha
                   9492: 
                   9493:        * tests/: 035.html, results/035.processed: - tests
                   9494:          table::create[]{}[options] added
                   9495: 
                   9496:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   9497:          options (only $.seperator[] yet)
                   9498: 
                   9499: 2007-10-10  misha
                   9500: 
                   9501:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   9502:          some code changes
                   9503: 
                   9504: 2007-10-02  misha
                   9505: 
                   9506:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   9507:          then three time as much. but base64 encoding method still use
                   9508:          less memory anyway.
                   9509: 
                   9510: 2007-09-17  misha
                   9511: 
                   9512:        * operators.txt: - added info about $cookie:fields
                   9513: 
                   9514:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   9515: 
                   9516:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   9517:          common
                   9518: 
                   9519:        * src/include/pa_common.h: - some stuff for use with .for_each
                   9520:          moved here
                   9521: 
                   9522:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   9523: 
                   9524: 2007-09-14  misha
                   9525: 
                   9526:        * buildall-with-xml: - new xml libs again =)
                   9527: 
                   9528: 2007-08-28  misha
                   9529: 
                   9530:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   9531:          ^string.split[...][v][column name] were added
                   9532: 
                   9533:        * tests/: 168.html, 169.html, results/168.processed,
                   9534:          results/169.processed: - tests for ^table.columns[[column name]]
                   9535:          and ^string.split[...][v][column name] were added
                   9536: 
                   9537:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   9538:          was added
                   9539: 
                   9540:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   9541:          name]]
                   9542: 
                   9543:        * src/include/pa_exception.h: - error text message for
                   9544:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   9545: 
                   9546: 2007-08-27  misha
                   9547: 
                   9548:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   9549:          body ^taint[sql][something] outside of connect
                   9550: 
                   9551:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   9552:          outside of connect
                   9553: 
                   9554:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   9555:          added (commented by default)
                   9556: 
                   9557: 2007-08-20  misha
                   9558: 
                   9559:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   9560:          was added
                   9561: 
                   9562:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   9563:          duplicated exception text strings were removed
                   9564: 
                   9565:        * src/include/pa_exception.h: - more exception text strings moved
                   9566:          here
                   9567: 
                   9568:        * src/classes/table.C: - some duplicate exceptions' text strings
                   9569:          removed
                   9570: 
                   9571:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   9572:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   9573:          removed
                   9574: 
                   9575:        * src/include/pa_exception.h: - some exception text strings movet
                   9576:          to pa_exception
                   9577: 
                   9578:        * tests/: 149.html, results/149.processed: - test for
                   9579:          ^xnode.hasAttributes[] was added - some code changes
                   9580: 
                   9581:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   9582:          added
                   9583: 
                   9584: 2007-08-17  misha
                   9585: 
                   9586:        * tests/: results/006.processed, results/059.processed, 006.html,
                   9587:          059.html: - more tests for match
                   9588: 
                   9589:        * tests/: 129.html, results/129.processed: - tests for
                   9590:          ^table.hash[...][$.type[string|hash|table]] added
                   9591: 
                   9592:        * src/targets/cgi/parser3.C: - little syntax changes
                   9593: 
                   9594:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   9595:          syntax changes
                   9596: 
                   9597:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   9598:          messages in parser3.log switched off by default. If someone
                   9599:          really still need it: use $SIGPIPE(1)
                   9600: 
                   9601: 2007-08-08  misha
                   9602: 
                   9603:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   9604:          files by default since now
                   9605: 
                   9606: 2007-08-07  misha
                   9607: 
                   9608:        * buildall-without-xml: - some option syntax changes
                   9609: 
                   9610:        * buildall-with-xml: - compile libxml2 without http support - some
                   9611:          option syntax changes
                   9612: 
                   9613:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   9614: 
                   9615: 2007-08-06  misha
                   9616: 
                   9617:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   9618: 
                   9619:        * tests/: 160.html, results/160.processed: - cache test was
                   9620:          rewrited
                   9621: 
                   9622: 2007-07-06  misha
                   9623: 
                   9624:        * tests/: 153.html, results/153.processed: - added test for
                   9625:          ^math:sha1[string]
                   9626: 
                   9627:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   9628:          transcoded
                   9629: 
                   9630:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   9631:          were added
                   9632: 
                   9633: 2007-06-28  misha
                   9634: 
                   9635:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   9636:          some incorrect chars
                   9637: 
                   9638: 2007-06-19  misha
                   9639: 
                   9640:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   9641:          were moved on top because of gcc 4 had a problems during
                   9642:          building.
                   9643: 
                   9644: 2007-06-18  misha
                   9645: 
                   9646:        * tests/results/019.processed: - new image commited
                   9647: 
                   9648: 2007-06-09  misha
                   9649: 
                   9650:        * src/classes/: op.C, table.C: - in while and table.select method
                   9651:          as_expression used now
                   9652: 
                   9653:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   9654: 
                   9655: 2007-06-08  misha
                   9656: 
                   9657:        * tests/: 166.html, results/166.processed: - test for
                   9658:          ^match[...][n]
                   9659: 
                   9660:        * tests/: 165.html, results/165.processed: - tests for loops
                   9661: 
                   9662:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   9663:          because of no speed/memory optimisation but some proglems with
                   9664:          long cycles occure
                   9665: 
                   9666: 2007-06-06  misha
                   9667: 
                   9668:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   9669:          ^table.select(true) and ^table.select(1) didn't works because of
                   9670:          awaiting junction-param only. fixed.
                   9671: 
                   9672: 2007-05-24  misha
                   9673: 
                   9674:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   9675:          with 0.5 secs interval
                   9676: 
                   9677:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   9678:          locking system now on unix
                   9679: 
                   9680:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   9681:          system locks which wait till other threads release it but try get
                   9682:          lock, if fail wait 1 sec and make 10 attempts.
                   9683: 
                   9684:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   9685:          were added
                   9686: 
                   9687:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   9688:          opening files
                   9689: 
                   9690:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   9691:          after our classes on unix it can't be build
                   9692: 
                   9693:        * src/types/pa_vhashfile.C: - not needed code removed
                   9694: 
                   9695: 2007-05-23  misha
                   9696: 
                   9697:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   9698:          include/pa_common.h: - cosmetic changes
                   9699: 
                   9700: 2007-05-18  misha
                   9701: 
                   9702:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   9703:          often. it's give some speed increasing
                   9704: 
                   9705:        * tests/results/160.processed: - returned time corrected
                   9706: 
                   9707:        * tests/160.html: - time increased because on unix 1 mean nothing
                   9708:          :(
                   9709: 
                   9710:        * operators.txt: - added info about ^hash.contain[key]
                   9711: 
                   9712:        * src/classes/hash.C: - added ^hash.contain[key]
                   9713: 
                   9714:        * src/include/pa_hash.h: - added method for checking key exists in
                   9715:          hash
                   9716: 
                   9717: 2007-05-07  misha
                   9718: 
                   9719:        * src/include/pa_string.h: - was compilation error during build on
                   9720:          freebsd4
                   9721: 
                   9722: 2007-05-03  misha
                   9723: 
                   9724:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   9725:          for ^table.hash[]
                   9726: 
                   9727:        * src/classes/file.C: - comment removed
                   9728: 
                   9729: 2007-04-26  misha
                   9730: 
                   9731:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   9732:          real files doesn't opened in place anymore
                   9733: 
                   9734: 2007-04-24  misha
                   9735: 
                   9736:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   9737: 
                   9738:        * src/include/pa_exception.h: "static" removed
                   9739: 
                   9740: 2007-04-23  misha
                   9741: 
                   9742:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   9743: 
                   9744:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   9745:          ^math:log(N)) - ^math:lg(N)
                   9746: 
                   9747:        * tests/: 097.html, results/097.processed: - charsets converstion
                   9748:          during ^file::load[text;http://...] added
                   9749: 
                   9750:        * tests/: 164.html, results/164.processed: - check for set expires
                   9751:          as a date
                   9752: 
                   9753:        * tests/: 164.html, results/164.processed: - test for hashfile
                   9754: 
                   9755:        * src/classes/hashfile.C: - little comment changes
                   9756: 
                   9757:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   9758:          access
                   9759: 
                   9760:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   9761:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   9762:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   9763:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   9764:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   9765:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9766:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   9767:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   9768:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   9769:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   9770:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   9771:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9772:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   9773:          "parser.runtime" strings were removed
                   9774: 
                   9775:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   9776:          now.
                   9777: 
                   9778:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   9779: 
                   9780:        * src/include/pa_exception.h: - string constant with
                   9781:          "parser.runtime" text was added
                   9782: 
                   9783: 2007-04-20  misha
                   9784: 
                   9785:        * operators.txt: - some comments changing
                   9786: 
                   9787:        * operators.txt: - added info about .^hashfile.release[],
                   9788:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   9789: 
                   9790:        * configure: =cheching for unsetenv
                   9791: 
                   9792:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   9793:          ^hashfile.release[] were added
                   9794: 
                   9795:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   9796:          ^string.match[][] understand new option now: return number of
                   9797:          matches but not table wit results
                   9798: 
                   9799:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   9800:          reopen now
                   9801: 
                   9802:        * src/classes/op.C: - bug. must be false
                   9803: 
                   9804:        * configure.in: - checking for unsetenv was added
                   9805: 
                   9806:        * src/types/pa_vform.C: - some comments
                   9807: 
                   9808: 2007-04-18  misha
                   9809: 
                   9810:        * buildall-with-xml: moving to libxml2-2.6.28
                   9811: 
                   9812:        * buildall-with-xml, buildall-without-xml: added commented lines
                   9813:          with --disable-safe-mode option
                   9814: 
                   9815:        * operators.txt: - info about $form:files
                   9816: 
                   9817: 2007-04-17  misha
                   9818: 
                   9819:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   9820:          $form:files was added
                   9821: 
                   9822:        * tests/: 163.html, results/163.processed: removing auto format
                   9823: 
                   9824:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   9825: 
                   9826: 2007-04-16  misha
                   9827: 
                   9828:        * tests/: 163.html, results/163.processed: - test for .int[],
                   9829:          floor, round, ceiling and .format[]
                   9830: 
                   9831:        * src/classes/file.C: - little optimization for getting args in
                   9832:          exec/cgi
                   9833: 
                   9834: 2007-04-13  misha
                   9835: 
                   9836:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   9837:          specified now as s table with one column
                   9838: 
                   9839: 2007-03-27  misha
                   9840: 
                   9841:        * tests/: 162.html, results/162.processed: - test for
                   9842:          ^table.select(^condition[$t])
                   9843: 
                   9844:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   9845: 
                   9846:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   9847: 
                   9848:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   9849:          161_windows1251.txt: - added test for
                   9850:          ^file::load[text;/local/file.txt;$.charset[...]]
                   9851: 
                   9852:        * tests/: results/013.processed, 013.html: - added test for
                   9853:          checking $._default value while hash modifications
                   9854: 
                   9855:        * tests/: 160.html, results/160.processed: - add test for
                   9856:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   9857: 
                   9858: 2007-03-22  misha
                   9859: 
                   9860:        * src/include/pa_common.h: - "charset" string defined for
                   9861:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   9862: 
                   9863:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   9864:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   9865:          added - not needed transcodes were removed from
                   9866:          ^file::load[...;http://...]
                   9867: 
                   9868:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   9869:          added
                   9870: 
                   9871:        * src/classes/date.C: - date.week was fixed
                   9872: 
                   9873:        * operators.txt: - added info about date.weekyear
                   9874: 
                   9875:        * tests/: 159.html, results/159.processed: - tests for date.week
                   9876:          and date.weekyear added
                   9877: 
                   9878: 2007-03-15  misha
                   9879: 
                   9880:        * src/classes/table.C: - enclose column numbers for nameless tables
                   9881:          as well
                   9882: 
                   9883: 2007-03-14  misha
                   9884: 
                   9885:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   9886: 
                   9887:        * src/classes/table.C: - table.save optimization: now required much
                   9888:          less memory
                   9889: 
                   9890: 2007-03-13  misha
                   9891: 
                   9892:        * tests/results/: 158.processed, 158.processes: - tests for
                   9893:          table.save/table.load
                   9894: 
                   9895:        * tests/: 158.html, results/158.processes: - tests for
                   9896:          table.save/table.load
                   9897: 
                   9898:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   9899: 
                   9900:        * buildall-with-xml: - pattern needed now for building
                   9901: 
                   9902:        * tests/results/097.processed: - added test results for xdoc::load
                   9903:          & xdoc::load[http://...]
                   9904: 
                   9905:        * tests/097.html: - added test for xdoc::load
                   9906: 
                   9907: 2007-03-12  misha
                   9908: 
                   9909:        * tests/: 107.html, results/107.processed: - added test for xpath
                   9910:          '//man'
                   9911: 
                   9912: 2007-03-01  misha
                   9913: 
                   9914:        * tests/: 097.html, results/097.processed: - added test for
                   9915:          creating xdoc from file
                   9916: 
                   9917:        * tests/: results/157.processed, 157.html: - added test for
                   9918:          file:move
                   9919: 
                   9920: 2007-02-28  misha
                   9921: 
                   9922:        * src/classes/xdoc.C: - another attempt
                   9923: 
                   9924:        * src/classes/xdoc.C: - roll back last changes for a while
                   9925: 
                   9926:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   9927: 
                   9928:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   9929: 
                   9930:        * tests/results/099.processed: - ever send content-disposition to
                   9931:          client with file
                   9932: 
                   9933:        * tests/157.html: + test for file:copy
                   9934: 
                   9935: 2007-02-26  misha
                   9936: 
                   9937:        * src/classes/file.C: - some similar strings moved to #define
                   9938:          instead of to be copy/pasted many times
                   9939: 
                   9940:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9941:          #define
                   9942: 
                   9943: 2007-02-20  misha
                   9944: 
                   9945:        * configure.in: - added some strings for sqlite detection
                   9946: 
                   9947: 2007-02-19  misha
                   9948: 
                   9949:        * operators.txt: - some comments changes
                   9950: 
                   9951:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9952: 
                   9953: 2007-02-17  misha
                   9954: 
                   9955:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9956: 
                   9957:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9958:          change console behaviour
                   9959: 
                   9960: 2007-02-12  misha
                   9961: 
                   9962:        * src/targets/cgi/parser3.C: - don't print headers if
                   9963:          $console:line[data] was used during cgi execution.
                   9964: 
                   9965:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9966:          marked as 'true' if class was used.
                   9967: 
                   9968:        * tests/: 152.html, results/152.processed: - more types was added
                   9969:          to test 152
                   9970: 
                   9971:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9972:          adding 'bool' (^if($image){} caused exception)
                   9973: 
                   9974: 2007-02-09  misha
                   9975: 
                   9976:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9977: 
                   9978:        * tests/: 152.html, results/152.processed: - test rewrited
                   9979: 
                   9980:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9981:          bugfix. I broke xdoc & xnode in expression
                   9982: 
                   9983: 2007-02-08  misha
                   9984: 
                   9985:        * tests/: 152.html, results/152.processed: - add test for checking
                   9986:          'def' for void, string, bool, int & double
                   9987: 
                   9988: 2007-02-07  misha
                   9989: 
                   9990:        * operators.txt: - ^file:base64[filespec]  was added
                   9991: 
                   9992:        * tests/results/153.processed: - result test for
                   9993:          ^file:base64[filespec]  was updated
                   9994: 
                   9995:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9996: 
                   9997:        * src/types/pa_vconsole.h: - little optimization
                   9998: 
                   9999:        * src/classes/file.C: - ^file:base64[filespec]
                   10000: 
                   10001:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   10002: 
                   10003:        * src/include/pa_common.h: - declarations for
                   10004:          ^file:base64[filespec]
                   10005: 
                   10006:        * src/types/pa_vcookie.C: - little optimization
                   10007: 
                   10008: 2007-02-06  misha
                   10009: 
                   10010:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   10011:          were temporary commented
                   10012: 
                   10013:        * src/types/pa_vbool.h: - bugfix
                   10014: 
                   10015:        * tests/156.html: - added test for bool cookie
                   10016: 
                   10017:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   10018: 
                   10019:        * tests/: 155.html, results/155.processed: - added test for check
                   10020:          $.encloser[] option for table save/load
                   10021: 
                   10022:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   10023: 
                   10024: 2007-02-05  misha
                   10025: 
                   10026:        * tests/results/152.processed: - newline at the end was missed
                   10027: 
                   10028:        * tests/results/141.processed: - math:md5 must be lowercased
                   10029: 
                   10030:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   10031: 
                   10032: 2007-02-03  misha
                   10033: 
                   10034:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   10035:          test for bool added and some content length fixes
                   10036: 
                   10037:        * tests/152.html: - test for bool added
                   10038: 
                   10039:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   10040: 
                   10041:        * operators.txt: - info bool class was added
                   10042: 
1.116     moko     10043:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     10044:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   10045:          classes/string.C, classes/void.C, classes/xnode.C,
                   10046:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   10047:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   10048:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   10049:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10050:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   10051:          types/types.vcproj: - bool class was added
                   10052: 
                   10053:        * src/main/pa_request.C: - fix
                   10054: 
                   10055: 2007-01-18  misha
                   10056: 
                   10057:        * src/: main/pa_string.C, classes/string.C: - return table during
                   10058:          ^string.match[][] even if no matched found.
                   10059: 
                   10060: 2006-12-20  misha
                   10061: 
                   10062:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   10063:          http://www.parser.ru/forum/?id=55598 ]
                   10064: 
                   10065: 2006-12-19  misha
                   10066: 
                   10067:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   10068:          details: http://www.parser.ru/forum/?id=52359
                   10069: 
                   10070:        * src/main/pa_request.C: - always set content-disposition for
                   10071:          $response:body[hash here]. more details:
                   10072:          http://www.parser.ru/forum/?id=52130
                   10073: 
                   10074: 2006-12-07  misha
                   10075: 
                   10076:        * operators.txt: - added info about bool params in cookie set
                   10077: 
                   10078:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   10079:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   10080:          ]
                   10081: 
                   10082:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   10083:          was added
                   10084: 
                   10085: 2006-12-02  misha
                   10086: 
                   10087:        * src/classes/file.C: - file_block_read used instead of native read
                   10088: 
                   10089:        * src/main/pa_common.C: - added file_block_read with read error
                   10090:          detection - file_block_read used instead of native read
                   10091: 
                   10092:        * src/include/pa_common.h: - added file_block_read declaration
                   10093: 
                   10094: 2006-12-01  misha
                   10095: 
                   10096:        * operators.txt: - info about $var.CLASS_NAME was added
                   10097: 
                   10098:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10099:          $var.CLASS_NAME added
                   10100: 
                   10101:        * operators.txt: - added info about ^file:copy[]
                   10102: 
                   10103:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   10104: 
                   10105: 2006-11-20  misha
                   10106: 
                   10107:        * src/classes/date.C: - bug fix :)
                   10108: 
                   10109: 2006-11-17  misha
                   10110: 
                   10111:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   10112:          to static
                   10113: 
                   10114:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   10115:          small changes in crc32 calculation
                   10116: 
                   10117:        * src/classes/date.C: - not needed code was removed
                   10118: 
                   10119: 2006-11-16  misha
                   10120: 
                   10121:        * src/types/pa_vmail.C: - fix missed brakes
                   10122: 
                   10123:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   10124:          multipart/related instead of multipart/mixed if file have
                   10125:          $.content-id[]
                   10126: 
                   10127: 2006-11-15  misha
                   10128: 
                   10129:        * src/types/pa_vdouble.h: abs -> fabs
                   10130: 
                   10131: 2006-11-14  misha
                   10132: 
                   10133:        * operators.txt: - added info about ^file.md5[] and
                   10134:          ^file:md5[file-name]
                   10135: 
                   10136:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   10137:          added
                   10138: 
                   10139:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   10140:          FILE_BUFFER_SIZE
                   10141: 
                   10142:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   10143: 
                   10144:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   10145:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   10146: 
                   10147:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   10148:          values was fixed
                   10149: 
                   10150: 2006-11-13  misha
                   10151: 
                   10152:        * operators.txt: - added info about ^math:crc32[string],
                   10153:          ^file:crc32[file-name] & ^file.crc32[]
                   10154: 
                   10155:        * src/classes/math.C: - added ^math:crc32[string]
                   10156: 
                   10157:        * src/classes/file.C: - some comments were changed - added
                   10158:          ^file:crc32[file-name] and ^file.crc32[]
                   10159: 
                   10160:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   10161:          crc32 calculation added
                   10162: 
                   10163: 2006-11-03  misha
                   10164: 
                   10165:        * src/include/pa_array.h: - not needed variable removed
                   10166: 
                   10167:        * tests/: 150.html, 151.html, results/150.processed,
                   10168:          results/151.processed: - 2 tests were added
                   10169: 
                   10170:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   10171:          with $.reverse(1) were fixed
                   10172: 
                   10173:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   10174:          query converted to $.charset during ^file::load[http://...]
                   10175: 
                   10176: 2006-11-02  misha
                   10177: 
                   10178:        * src/include/pa_table.h: ups. forget '=' char
                   10179: 
                   10180:        * src/include/pa_table.h: - one more fix in
                   10181:          .locate[...][$.reverse(1)]
                   10182: 
                   10183: 2006-11-01  misha
                   10184: 
                   10185:        * src/classes/math.C: - bug fix, details:
                   10186:          http://www.parser.ru/forum/?id=53360
                   10187: 
                   10188:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   10189:          false for all records )[$.reverse(1)]
                   10190: 
                   10191:        * src/main/pa_http.C: - second param for this mid method is length
                   10192:          but not end_index so this method has error and can't detect
                   10193:          charsets in next content-types: Content-type: text/html;
                   10194:          charset="windows-1251" Content-type: text/html;
                   10195:          charset="windows-1251"; Content-type: text/html;
                   10196:          charset=windows-1251;
                   10197: 
                   10198:          only Content-type: text/html; charset=windows-1251 was fine
                   10199: 
                   10200: 2006-10-31  misha
                   10201: 
                   10202:        * src/classes/file.C: - empty args in file::exec removed now
                   10203: 
                   10204: 2006-09-03  paf
                   10205: 
                   10206:        * src/classes/file.C: proper tainting of
                   10207:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   10208: 
                   10209: 2006-06-09  paf
                   10210: 
                   10211:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   10212: 
                   10213:        * src/classes/table.C: formatting
                   10214: 
                   10215:        * src/classes/table.C: incorporated patch from misha: Sent:
                   10216:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   10217:          ignoring string options for ^table.save[]
                   10218: 
                   10219:        * src/classes/hash.C: incorporated patch from misha Sent:
                   10220:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   10221:          $hash._default disappear while
                   10222: 
                   10223:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   10224:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   10225: 
                   10226:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   10227:          PM Subject: patch for base64 in ^mail:send[] %-)
                   10228: 
                   10229: 2006-04-09  paf
                   10230: 
                   10231:        * src/main/compile.tab.C: ` change compiled
                   10232: 
                   10233:        * gnu.vcproj, operators.txt, parser3.sln,
                   10234:          src/classes/classes.vcproj, src/classes/file.C,
                   10235:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   10236:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10237:          src/classes/xnode.C, src/include/pa_array.h,
                   10238:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10239:          src/include/pa_memory.h, src/include/pa_request.h,
                   10240:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10241:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10242:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10243:          src/lib/pcre/pcre_dftables.vcproj,
                   10244:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10245:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10246:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10247:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10248:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10249:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10250:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10251:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10252:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10253:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10254:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10255:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10256:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   10257:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10258:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10259:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   10260:          ^menu, ^hash/hashfile.foreach
                   10261: 
                   10262:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10263:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10264:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10265:          src/classes/xnode.C, src/include/pa_array.h,
                   10266:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10267:          src/include/pa_memory.h, src/include/pa_request.h,
                   10268:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10269:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10270:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10271:          src/lib/pcre/pcre_dftables.vcproj,
                   10272:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10273:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10274:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10275:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10276:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10277:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10278:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10279:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10280:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10281:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10282:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10283:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10284:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10285:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10286:          tests/descript.ion: ! switched to VS2005 (projects and
                   10287:          object<info explicitly typed>.for_each(, info)) +
                   10288:          $response:field[] setting void means removing + grammar $name`
                   10289:          name stops now, for mysql `$field` + started ^break[]
                   10290:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   10291:          foreach) + all log messages += [uri=, method=, cl=]
                   10292: 
                   10293:        * buildall-with-xml: merged . ftp paths update
                   10294: 
                   10295:        * buildall-with-xml: . ftp paths update
                   10296: 
                   10297: 2006-03-04  paf
                   10298: 
                   10299:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   10300:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   10301: 
                   10302:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   10303:          Igor Zinkovsky for detailed report]
                   10304: 
                   10305: 2006-03-01  paf
                   10306: 
                   10307:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10308:          \n to ' ' in
                   10309: 
                   10310: 2006-02-18  paf
                   10311: 
                   10312:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10313:          \n to ' ' in
                   10314: 
                   10315:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   10316: 
                   10317: 2006-02-03  paf
                   10318: 
                   10319:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   10320:          base64
                   10321: 
                   10322:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   10323: 
                   10324: 2006-01-20  paf
                   10325: 
                   10326:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10327:          economy fix
                   10328: 
                   10329:        * src/classes/: table.C: merged from HEAD ! bugfix
                   10330:          ^table.save[$.encloser-s now handled properly
                   10331: 
                   10332:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   10333:          handled properly
                   10334: 
                   10335: 2006-01-19  paf
                   10336: 
                   10337:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   10338:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   10339:          helps a lot in our case: after transform we want
                   10340:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   10341: 
                   10342:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10343:          economy fix
                   10344: 
                   10345:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   10346:          activates merging of free memory blocks which helps a lot in our
                   10347:          case: after transform we want CORD(main.result)->cstr[big
                   10348:          malloc]->transcode[big malloc]
                   10349: 
                   10350: 2006-01-17  paf
                   10351: 
                   10352:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   10353:          before reading them. got rid of reallocs = became quicker and
                   10354:          less fragmentated
                   10355: 
                   10356: 2005-12-29  paf
                   10357: 
1.116     moko     10358:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   10359:          configure, configure.in, src/include/pa_version.h,
                   10360:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     10361:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   10362:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   10363:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   10364:          src/lib/ltdl/missing: . merged from 3.2.1
                   10365: 
1.116     moko     10366:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   10367:          packaged when 'make dist', so do configure companion files in
                   10368:          src/lib/ltdl
                   10369: 
                   10370:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   10371:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   10372:          missing: . now config_auto.h is created with configure [were
                   10373:          constant]
1.95      moko     10374: 
                   10375:        * INSTALL: . references to documentation and some clarification
                   10376: 
                   10377:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   10378:          indication
                   10379: 
1.116     moko     10380:        * Makefile.am: . dist+=buildall*
1.95      moko     10381: 
                   10382: 2005-12-28  paf
                   10383: 
                   10384:        * configure: . 3.2.1
                   10385: 
                   10386:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   10387:          simplify build process, see INSTALL
                   10388: 
                   10389: 2005-12-26  paf
                   10390: 
                   10391:        * configure: ver
                   10392: 
                   10393:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   10394:          version
                   10395: 
                   10396: 2005-12-21  paf
                   10397: 
                   10398:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   10399:          compiled with bison 1.875b, it reports unexpected token names
                   10400: 
                   10401: 2005-12-19  paf
                   10402: 
                   10403:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   10404:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   10405: 
                   10406:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   10407:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   10408:          src/main/main.vcproj, src/main/pa_globals.C,
                   10409:          src/targets/cgi/parser3.vcproj,
                   10410:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   10411:          configure, configure.in, src/include/pa_version.h: . killing
                   10412:          gdome [what a relief]
                   10413: 
                   10414:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   10415:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   10416:          run_parser.sh, results/001.processed, results/002.processed,
                   10417:          results/003.processed, results/004.processed,
                   10418:          results/005.processed, results/006.processed,
                   10419:          results/008.processed, results/009.processed,
                   10420:          results/010.processed, results/011.processed,
                   10421:          results/012.processed, results/013.processed,
                   10422:          results/014.processed, results/015.processed,
                   10423:          results/016.processed, results/017.processed,
                   10424:          results/018.processed, results/020.processed,
                   10425:          results/021.processed, results/022.processed,
                   10426:          results/023.processed, results/024.processed,
                   10427:          results/025.processed, results/026.processed,
                   10428:          results/027.processed, results/028.processed,
                   10429:          results/029.processed, results/030.processed,
                   10430:          results/031.processed, results/032.processed,
                   10431:          results/033.processed, results/034.processed,
                   10432:          results/035.processed, results/036.processed,
                   10433:          results/037.processed, results/038.processed,
                   10434:          results/039.processed, results/040.processed,
                   10435:          results/041.processed, results/042.processed,
                   10436:          results/043.processed, results/044.processed,
                   10437:          results/045.processed, results/046.processed,
                   10438:          results/047.processed, results/048.processed,
                   10439:          results/049.processed, results/050.processed,
                   10440:          results/051.processed, results/052.processed,
                   10441:          results/053.processed, results/054.processed,
                   10442:          results/055.processed, results/056.processed,
                   10443:          results/057.processed, results/058.processed,
                   10444:          results/059.processed, results/060.processed,
                   10445:          results/061.processed, results/062.processed,
                   10446:          results/063.processed, results/064.processed,
                   10447:          results/065.processed, results/066.processed,
                   10448:          results/067.processed, results/068.processed,
                   10449:          results/069.processed, results/070.processed,
                   10450:          results/071.processed, results/072.processed,
                   10451:          results/073.processed, results/074.processed,
                   10452:          results/075.processed, results/076.processed,
                   10453:          results/077.processed, results/078.processed,
                   10454:          results/079.processed, results/080.processed,
                   10455:          results/081.processed, results/082.processed,
                   10456:          results/083.processed, results/084.processed,
                   10457:          results/085.processed, results/086.processed,
                   10458:          results/087.processed, results/088.processed,
                   10459:          results/089.processed, results/090.processed,
                   10460:          results/091.processed, results/092.processed,
                   10461:          results/093.processed, results/094.processed,
                   10462:          results/095.processed, results/096.processed,
                   10463:          results/097.processed, results/099.processed,
                   10464:          results/100.processed, results/101.processed,
                   10465:          results/102.processed, results/104.processed,
                   10466:          results/105.processed, results/106.processed,
                   10467:          results/107.processed, results/108.processed,
                   10468:          results/109.processed, results/110.processed,
                   10469:          results/111.processed, results/112.processed,
                   10470:          results/113.processed, results/114.processed,
                   10471:          results/115.processed, results/117.processed,
                   10472:          results/119.processed, results/120.processed,
                   10473:          results/121.processed, results/122.processed,
                   10474:          results/123.processed, results/124.processed,
                   10475:          results/125.processed, results/126.processed,
                   10476:          results/127.processed, results/128.processed,
                   10477:          results/129.processed, results/130.processed,
                   10478:          results/131.processed, results/132.processed,
                   10479:          results/133.processed, results/134.processed,
                   10480:          results/135.processed, results/136.processed,
                   10481:          results/138.processed, results/139.processed,
                   10482:          results/140.processed, results/141.processed,
                   10483:          results/142.processed, results/143.processed,
                   10484:          results/144.processed, results/145.processed,
                   10485:          results/146.processed, results/147.processed,
                   10486:          results/148.processed, results/149.processed, results/auto.p: .
                   10487:          now works if we turn off default auto.p
                   10488: 
1.116     moko     10489:        * configure: . makes
1.95      moko     10490: 
                   10491:        * src/types/pa_vxnode.C: . less warnings
                   10492: 
                   10493:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   10494:          tests/145.html, tests/149.html, tests/descript.ion,
                   10495:          tests/outputs/d.cmd, tests/results/142.processed,
                   10496:          tests/results/143.processed, tests/results/144.processed,
                   10497:          tests/results/145.processed, tests/results/146.processed,
                   10498:          tests/results/147.processed, tests/results/148.processed,
                   10499:          tests/results/149.processed: . removed .nodeValue from all node
                   10500:          types other than 5 (grabbed piece from gdome)
                   10501: 
                   10502:        * tests/: 137.html, results/137.processed: . not handled this case
                   10503:          yet. code does not hang from inserting parent into child,
                   10504:          considering thing minor issue -- nodes are removed from source
                   10505:          anyway, don't know why shold that be an error after all
                   10506: 
                   10507:        * src/targets/cgi/parser3.C: . style
                   10508: 
                   10509:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   10510:          xdoc too [were barking "not element"]
                   10511: 
                   10512: 2005-12-16  paf
                   10513: 
                   10514:        * tests/: 146.html, 147.html, 148.html: . more tests
                   10515: 
                   10516:        * src/classes/xnode.C: . also bark on possible errors
                   10517: 
                   10518:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   10519:          props
                   10520: 
                   10521:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   10522:          main/compile.y: merged from HEAD ! fixed overoptimized
                   10523:          ^call(false) case. (confused it with ^call[] case)
                   10524: 
                   10525:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   10526:          ^call(false) case. (confused it with ^call[] case)
                   10527: 
                   10528:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   10529: 
                   10530:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   10531:          results/001.processed, results/002.processed,
                   10532:          results/003.processed, results/004.processed,
                   10533:          results/005.processed, results/006.processed,
                   10534:          results/008.processed, results/009.processed,
                   10535:          results/010.processed, results/011.processed,
                   10536:          results/012.processed, results/013.processed,
                   10537:          results/014.processed, results/015.processed,
                   10538:          results/016.processed, results/017.processed,
                   10539:          results/018.processed, results/019.processed,
                   10540:          results/020.processed, results/021.processed,
                   10541:          results/022.processed, results/023.processed,
                   10542:          results/024.processed, results/025.processed,
                   10543:          results/026.processed, results/027.processed,
                   10544:          results/028.processed, results/029.processed,
                   10545:          results/030.processed, results/031.processed,
                   10546:          results/032.processed, results/033.processed,
                   10547:          results/034.processed, results/035.processed,
                   10548:          results/036.processed, results/037.processed,
                   10549:          results/038.processed, results/039.processed,
                   10550:          results/040.processed, results/041.processed,
                   10551:          results/042.processed, results/043.processed,
                   10552:          results/044.processed, results/045.processed,
                   10553:          results/046.processed, results/047.processed,
                   10554:          results/048.processed, results/049.processed,
                   10555:          results/050.processed, results/051.processed,
                   10556:          results/052.processed, results/053.processed,
                   10557:          results/054.processed, results/055.processed,
                   10558:          results/056.processed, results/057.processed,
                   10559:          results/058.processed, results/059.processed,
                   10560:          results/060.processed, results/061.processed,
                   10561:          results/062.processed, results/063.processed,
                   10562:          results/064.processed, results/065.processed,
                   10563:          results/066.processed, results/067.processed,
                   10564:          results/068.processed, results/069.processed,
                   10565:          results/070.processed, results/071.processed,
                   10566:          results/072.processed, results/073.processed,
                   10567:          results/074.processed, results/075.processed,
                   10568:          results/076.processed, results/077.processed,
                   10569:          results/078.processed, results/079.processed,
                   10570:          results/080.processed, results/081.processed,
                   10571:          results/082.processed, results/083.processed,
                   10572:          results/084.processed, results/085.processed,
                   10573:          results/086.processed, results/087.processed,
                   10574:          results/088.processed, results/089.processed,
                   10575:          results/090.processed, results/091.processed,
                   10576:          results/092.processed, results/093.processed,
                   10577:          results/094.processed, results/095.processed,
                   10578:          results/096.processed, results/097.processed,
                   10579:          results/099.processed, results/101.processed,
                   10580:          results/102.processed, results/104.processed,
                   10581:          results/105.processed, results/106.processed,
                   10582:          results/107.processed, results/108.processed,
                   10583:          results/109.processed, results/110.processed,
                   10584:          results/111.processed, results/112.processed,
                   10585:          results/113.processed, results/114.processed,
                   10586:          results/115.processed, results/116.processed,
                   10587:          results/117.processed, results/118.processed,
                   10588:          results/119.processed, results/120.processed,
                   10589:          results/121.processed, results/122.processed,
                   10590:          results/123.processed, results/124.processed,
                   10591:          results/125.processed, results/126.processed,
                   10592:          results/127.processed, results/128.processed,
                   10593:          results/129.processed, results/130.processed,
                   10594:          results/131.processed, results/132.processed,
                   10595:          results/133.processed, results/134.processed,
                   10596:          results/135.processed, results/136.processed,
                   10597:          results/137.processed, results/138.processed,
                   10598:          results/139.processed, results/140.processed,
                   10599:          results/141.processed: . refreshed old tests, made them work
                   10600:          without auto.p (in utf8) . things noted: . gif got encoded
                   10601:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   10602:          some strange year)
                   10603: 
                   10604:        * INSTALL: . revived linux libgc fix
                   10605: 
                   10606:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   10607:          glib/gdome in INSTALL and patches]
                   10608: 
                   10609:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10610:          include/pa_charset.h, include/pa_config_includes.h,
                   10611:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   10612:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   10613:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   10614:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   10615:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   10616:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   10617:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10618:          types/pa_vxnode.h: . started killing gdome
                   10619: 
                   10620: 2005-12-13  paf
                   10621: 
                   10622:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   10623:          @unhandled_exception thrown another exception, print correct
                   10624:          origin (earlier code in catch of exception inside of
                   10625:          @unhandled_exception grabbed parent_frame(original_exception)
                   10626:          origin and printed it, instead of true origin)
                   10627: 
                   10628:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   10629:          another exception, print correct origin (earlier code in catch of
                   10630:          exception inside of @unhandled_exception grabbed
                   10631:          parent_frame(original_exception) origin and printed it, instead
                   10632:          of true origin)
                   10633: 
                   10634: 2005-12-09  paf
                   10635: 
                   10636:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   10637:          detection problem, due to change in gc6.4 code
                   10638: 
                   10639:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   10640:          ignored in ^string.matched :(
                   10641: 
                   10642:        * src/main/pa_string.C: ! regex tainting were ignored in
                   10643:          ^string.matched :(
                   10644: 
                   10645:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   10646:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   10647:          src/main/compile.y, src/main/compile_tools.h,
                   10648:          src/main/pa_charset.C, src/main/pa_common.C,
                   10649:          src/main/pa_globals.C, src/main/pa_string.C,
                   10650:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   10651:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   10652: 
                   10653: 2005-12-08  paf
                   10654: 
                   10655:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   10656:          500 chars now handled OK [were wrapped on 500th char according to
                   10657:          rfc, but sendmail failed to unwrap it properly]
                   10658: 
                   10659:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   10660:          handled OK [were wrapped on 500th char according to rfc, but
                   10661:          sendmail failed to unwrap it properly]
                   10662: 
                   10663:        * src/targets/isapi/parser3isapi.C: . less warnings
                   10664: 
                   10665:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   10666:          since 3.1.5
                   10667: 
                   10668:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   10669:          link fixes
                   10670: 
                   10671:        * src/: classes/date.C, include/pa_config_fixed.h,
                   10672:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   10673:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   10674:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   10675: 
                   10676:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   10677:          [in current storage scheme there's no place for them. someday we
                   10678:          can add third CORD to store origins and special version of parser
                   10679:          which stores origins there [separate binary]]
                   10680: 
                   10681: 2005-12-07  paf
                   10682: 
                   10683:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   10684: 
                   10685:        * src/include/pa_version.h: makefiles
                   10686: 
                   10687:        * src/include/pa_version.h: . not beta
                   10688: 
                   10689:        * configure, configure.in, src/include/pa_version.h: not beta
                   10690: 
                   10691: 2005-12-06  paf
                   10692: 
                   10693:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   10694:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   10695:          decided to undo the change ^call[$void] passes void. now it will
                   10696:          pass empty string again.
                   10697: 
                   10698:        * src/main/: compile.tab.C, compile.y: . version readded
                   10699: 
                   10700:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   10701:          = ^switch[void] problem
                   10702: 
                   10703: 2005-12-01  paf
                   10704: 
                   10705:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   10706:          caused ^case[string] to be coerced to double since searching
                   10707:          value were not string (it was vvoid)
                   10708: 
                   10709:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   10710:          ^case[string] to be coerced to double since searching value were
                   10711:          not string (it was vvoid)
                   10712: 
                   10713:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   10714:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   10715: 
                   10716: 2005-11-30  paf
                   10717: 
                   10718:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   10719:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   10720: 
                   10721:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   10722:          putenv("TZ="), on unix works only putenv("TZ")
                   10723: 
                   10724:        * INSTALL: . xml libs versions updated
                   10725: 
                   10726:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   10727:          claims that fixed a lot there // 20040920 for now both
                   10728:          workarounds needed. wait for new libxml/xsl versions
                   10729: 
                   10730: 2005-11-28  paf
                   10731: 
                   10732:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   10733:          columns==0
                   10734: 
                   10735:        * src/classes/table.C: ! nameless table has columns==0
                   10736: 
                   10737:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   10738:          earlier [was totally wrong]
                   10739: 
                   10740:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   10741:          wrong]
                   10742: 
                   10743: 2005-11-25  paf
                   10744: 
                   10745:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   10746:          undoing for now...
                   10747: 
                   10748:        * src/include/pa_version.h: -this reduces speed(table::load),
                   10749:          strange. undoing
                   10750: 
                   10751:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   10752: 
                   10753:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   10754: 
                   10755:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   10756:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   10757:          this speeds things up and saves memory a LOT! (not noticed
                   10758:          negative effect on syntetic tests, future will tell...)
                   10759: 
                   10760:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   10761:          changed gc_malloc implementation, which obscured profiling
                   10762: 
                   10763:        * src/classes/table.C: merged from HEAD: + optimized
                   10764:          table::load/sql, now row ArrayString-s allocated with
                   10765:          columns.count() elements and don't always grow from
                   10766:          count=3[realloc,realloc]
                   10767: 
                   10768:        * src/classes/table.C: + optimized table::load/sql, now row
                   10769:          ArrayString-s allocated with columns.count() elements and don't
                   10770:          always grow from count=3[realloc,realloc]
                   10771: 
                   10772:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   10773:          buffer after save
                   10774: 
                   10775:        * src/classes/table.C: . ^table.save unused buffer after save
                   10776: 
                   10777: 2005-11-24  paf
                   10778: 
                   10779:        * configure.in: . merged glib2-config patch
                   10780: 
                   10781:        * configure.in: + trying to find glib2-config
                   10782: 
                   10783:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10784:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   10785:          file/dir_readable to simple file/dir_exist, this would help in
                   10786:          situations "class not found because .p file has bad rights" << in
                   10787:          that case error would be explicit "access denied to 'this' file"
                   10788: 
1.116     moko     10789:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     10790: 
                   10791:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10792:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   10793:          to simple file/dir_exist, this would help in situations "class
                   10794:          not found because .p file has bad rights" << in that case error
                   10795:          would be explicit "access denied to 'this' file"
                   10796: 
                   10797:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   10798:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10799:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   10800:          ^file::exec/cgi[script;$.charset[changed]
                   10801:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10802:          encoded in $.charset charset
                   10803: 
                   10804:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   10805:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10806:          encoded in $.charset charset
                   10807: 
                   10808:        * src/: include/Makefile.am, include/pa_common.h,
                   10809:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10810:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   10811:          separate file [preparation for
                   10812:          ^file::cgi[script;$.form[$.field1[]
                   10813: 
                   10814: 2005-11-22  paf
                   10815: 
                   10816:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   10817: 
                   10818:        * acinclude.m4, configure.in: . merged underquting fixes
                   10819: 
1.116     moko     10820:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     10821: 
                   10822:        * src/classes/op.C: . overmerged a little
                   10823: 
                   10824:        * src/main/compile.tab.C: Makefile
                   10825: 
                   10826:        * src/main/: pa_common.C: . less gcc warnings
                   10827: 
                   10828:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   10829:          now reports original exception if we have no old cache
                   10830: 
                   10831:        * src/classes/op.C: + $exception.handled[cache] now reports
                   10832:          original exception if we have no old cache
                   10833: 
                   10834:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   10835:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   10836:          \^$.[]|()?*+{}
                   10837: 
                   10838:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   10839:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   10840: 
                   10841:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10842:          getenv-ed variable, which does not work both on win32&unix.
                   10843:          copied old TZ value now
                   10844: 
                   10845:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   10846:          stored pointer to getenv-ed variable, which does not work both on
                   10847:          win32&unix. copied old TZ value now
                   10848: 
                   10849:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10850:          getenv-ed variable, which does not work both on win32&unix.
                   10851:          copied old TZ value now
                   10852: 
                   10853:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   10854:          access to internal hash
                   10855: 
                   10856:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   10857:          hash
                   10858: 
                   10859:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   10860:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10861:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10862:          very large block" messages to only important onces
                   10863: 
                   10864:        * src/targets/isapi/parser3isapi.C: +
                   10865:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10866:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10867:          very large block" messages to only important onces
                   10868: 
                   10869:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   10870:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10871: 
                   10872:        * src/classes/string.C: + removed limitation on
                   10873:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10874: 
                   10875:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   10876:          with ?params or $.form option" limitation
                   10877: 
                   10878:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   10879:          $.form option" limitation
                   10880: 
                   10881:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10882:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   10883:          ^file::base64[encoded] decode
                   10884: 
                   10885:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10886:          main/pa_common.C: + ^file.base64[] encode +
                   10887:          ^file::base64[encoded] decode
                   10888: 
                   10889:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   10890:          ^string:base64[encoded] decode
                   10891: 
                   10892:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   10893:          ^string:base64[in] encode + ^string.base64[] decode
                   10894: 
                   10895: 2005-11-21  paf
                   10896: 
                   10897:        * src/classes/file.C: + merged from HEAD:
                   10898:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10899: 
                   10900:        * src/classes/file.C: +
                   10901:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10902: 
                   10903:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   10904:          differes from :download, it does not return content-disposition
                   10905:          at all now [previusely it returned valueless content-disposition]
                   10906: 
                   10907:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   10908:          :download, it does not return content-disposition at all now
                   10909:          [previusely it returned valueless content-disposition]
                   10910: 
                   10911:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   10912:          literals, reverted to just vvod, recreating empty array with each
                   10913:          void_value token. that's absolutely needed, since that array
                   10914:          grows
                   10915: 
                   10916:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10917:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10918:          types/pa_vmethod_frame.h: + merged: expression literals:
                   10919:          true/false. ^format[$.indent(true)]
                   10920: 
                   10921:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10922:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10923:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   10924:          ^format[$.indent(true)]
                   10925: 
                   10926:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10927:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10928:          i386-pc-win32)"
                   10929: 
                   10930:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10931:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10932:          i386-pc-win32)"
                   10933: 
                   10934: 2005-11-18  paf
                   10935: 
                   10936:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10937:          null}[$.default(123)] will now return default value
                   10938: 
                   10939:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10940:          expiration time
                   10941: 
                   10942:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10943:          time
                   10944: 
                   10945:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10946:          failed << Exception.problem_source pointed to local var!
                   10947: 
                   10948:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10949:          Exception.problem_source pointed to local var!
                   10950: 
                   10951:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10952:          now loads VFile.ptr!=0, so such files can be saved now
                   10953: 
                   10954:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10955:          loads VFile.ptr!=0, so such files can be saved now
                   10956: 
                   10957:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10958:          only . and .. now removed from list [were removed all .*]
                   10959: 
                   10960:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10961:          .. now removed from list [were removed all .*]
                   10962: 
                   10963:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10964:          open error now checked, were not :( [stole that piece from apache
                   10965:          1.3 sources]
                   10966: 
                   10967:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10968:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10969: 
                   10970:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10971:          untainting of @main result if returned by $result or
                   10972:          $response:body
                   10973: 
                   10974:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10975:          result if returned by $result or $response:body
                   10976: 
                   10977:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10978:          issue: now tries to guess content-length and allocates one big
                   10979:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10980:          leaving lots of holes behind]
                   10981: 
                   10982:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10983:          fixed file load memory issue: now tries to guess content-length
                   10984:          and allocates one big piece if possible [regretfully gc_realloc
                   10985:          works as malloc+free, leaving lots of holes behind]
                   10986: 
                   10987: 2005-11-16  paf
                   10988: 
                   10989:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10990:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10991:          table::save with enclosers now doubles them: "->"" !
                   10992:          table::save/load do not remove elements from options hash
                   10993: 
                   10994:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10995:          [were overoptimized ^if(double_literal), compiler confused
                   10996:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10997: 
                   10998:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10999:          [were overoptimized ^if(double_literal), compiler confused
                   11000:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11001: 
                   11002:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   11003:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   11004:          "->"" ! table::save/load do not remove elements from options hash
                   11005: 
                   11006: 2005-11-03  paf
                   11007: 
1.116     moko     11008:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   11009:          compilation, not all makefiles liked that
1.95      moko     11010: 
                   11011: 2005-08-30  paf
                   11012: 
                   11013:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   11014: 
                   11015:        * src/classes/op.C: . speedup check of [DEFAULT]
                   11016: 
                   11017: 2005-08-26  paf
                   11018: 
                   11019:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   11020: 
                   11021:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   11022: 
                   11023:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   11024:          complains about bad!=nameless
                   11025: 
                   11026:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   11027:          about bad!=nameless
                   11028: 
                   11029:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   11030:          optional options were allowed to be empty. were checked
                   11031:          if(is_string), changed to !defined||is_string to allow void
                   11032: 
                   11033:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   11034:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   11035:          options were allowed to be empty. were checked if(is_string),
                   11036:          changed to !defined||is_string to allow void
                   11037: 
                   11038:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   11039:          as_junction where they needed as_int/double, so failed with
                   11040:          recent "(const) now no junction" optimization
                   11041: 
                   11042:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   11043:          merged ! many classes/*  used as_junction where they needed
                   11044:          as_int/double, so failed with recent "(const) now no junction"
                   11045:          optimization
                   11046: 
                   11047:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   11048:          classes/op.C, classes/string.C, classes/table.C,
                   11049:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   11050:          used as_junction where they needed as_int/double, so failed with
                   11051:          recent "(const) now no junction" optimization
                   11052: 
                   11053: 2005-08-24  paf
                   11054: 
                   11055:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   11056:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   11057:          stripped it
                   11058: 
                   11059: 2005-08-09  paf
                   11060: 
                   11061:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11062:          not cleared
                   11063: 
                   11064:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11065:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11066:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11067:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11068:          classes/response.C, classes/string.C, classes/table.C,
                   11069:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11070:          include/pa_array.h, include/pa_cache_managers.h,
                   11071:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11072:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11073:          include/pa_dictionary.h, include/pa_dir.h,
                   11074:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11075:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11076:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11077:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11078:          include/pa_sapi.h, include/pa_socks.h,
                   11079:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11080:          include/pa_stack.h, include/pa_string.h,
                   11081:          include/pa_stylesheet_connection.h,
                   11082:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11083:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11084:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11085:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11086:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11087:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11088:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11089:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11090:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11091:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11092:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11093:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11094:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11095:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11096:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11097:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11098:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11099:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   11100:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   11101:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11102:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11103:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11104:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11105:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   11106:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11107:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   11108:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   11109:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11110:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11111:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11112:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11113:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11114:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11115:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11116:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11117:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11118:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11119:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   11120: 
                   11121:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11122:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   11123:          speedup consequent checks in vmethod_frame
                   11124: 
                   11125:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11126:          not cleared
                   11127: 
                   11128:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   11129:          params: 50 max (were 10)
                   11130: 
                   11131:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   11132:          params: 50 max (were 10)
                   11133: 
                   11134:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11135:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   11136:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   11137:          empty string) ! simplified (double) speedup consequent checks in
                   11138:          vmethod_frame
                   11139: 
                   11140:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   11141:          optimized constants in expressions vstring->vdouble + optimized
                   11142:          ^call(vdouble), no junction creation, no calls later
                   11143: 
                   11144: 2005-08-08  paf
                   11145: 
                   11146:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   11147:          compile_tools.h: merged + optimized constants in expressions
                   11148:          vstring->vdouble + optimized ^call(vdouble), no junction
                   11149:          creation, no calls later
                   11150: 
                   11151:        * src/types/pa_vdouble.h: merged . double values without fractional
                   11152:          part now default printed as %.0f instead of %g
                   11153: 
                   11154:        * src/types/pa_vdouble.h: . double values without fractional part
                   11155:          now default printed as %.0f instead of %g
                   11156: 
                   11157:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   11158:          cause an exception
                   11159: 
                   11160:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   11161:          exception
                   11162: 
                   11163:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   11164:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11165:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11166:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11167:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   11168:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11169:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11170:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11171:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11172:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11173:          merged VJunction(new Junction) optimization from 3.1.4
                   11174: 
                   11175:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   11176:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   11177:          Junction(params)) to new VJunction(params), thousands of mallocs
                   11178:          removed
                   11179: 
                   11180: 2005-08-05  paf
                   11181: 
                   11182:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   11183:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   11184:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   11185:          creation, no calls later
                   11186: 
                   11187:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11188:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11189:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11190:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11191:          classes/response.C, classes/string.C, classes/table.C,
                   11192:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11193:          include/pa_array.h, include/pa_cache_managers.h,
                   11194:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11195:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11196:          include/pa_dictionary.h, include/pa_dir.h,
                   11197:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11198:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11199:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11200:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11201:          include/pa_sapi.h, include/pa_socks.h,
                   11202:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11203:          include/pa_stack.h, include/pa_string.h,
                   11204:          include/pa_stylesheet_connection.h,
                   11205:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11206:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11207:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11208:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11209:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11210:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   11211:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11212:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11213:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11214:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11215:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   11216:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11217:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11218:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11219:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11220:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11221:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11222:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11223:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11224:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11225:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11226:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11227:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11228:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   11229:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11230:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11231:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   11232:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11233:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11234:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11235:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11236:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11237:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11238:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11239:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11240:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11241:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   11242: 
                   11243:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   11244:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   11245:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11246:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   11247:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11248:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   11249:          optimized constants in expressions vstring->vdouble
                   11250: 
                   11251: 2005-07-29  paf
                   11252: 
                   11253:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   11254: 
                   11255:        * src/types/pa_vclass.C: + property getter can now be overridden
                   11256: 
                   11257:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   11258:          bug fix: static parent fields were not replaced in case
                   11259:          $derived:field[put] + property setter can now be overridden
                   11260: 
                   11261: 2005-07-28  paf
                   11262: 
                   11263:        * configure, configure.in, src/classes/classes.h,
                   11264:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   11265:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   11266:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11267:          src/classes/xnode.h, src/include/pa_hash.h,
                   11268:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     11269:          src/types/Makefile.am, src/types/pa_method.h,
                   11270:          src/types/pa_value.h, src/types/pa_vclass.C,
                   11271:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   11272:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   11273:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   11274:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   11275:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   11276:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11277:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   11278:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   11279:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   11280:          src/types/pa_vstateless_class.h,
1.95      moko     11281:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   11282:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11283:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   11284:          dynamic_fields_join
                   11285: 
                   11286:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   11287:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   11288:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11289:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11290:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11291:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11292:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11293:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11294:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   11295:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   11296:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   11297:          restored its checks in vobject.put_element->static fields |
                   11298:          dynamic properties
                   11299: 
                   11300: 2005-07-27  paf
                   11301: 
                   11302:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   11303:          is some old code containing @set_name $name
                   11304: 
                   11305:        * src/types/pa_vobject.h: . fixed warning
                   11306: 
                   11307:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     11308:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     11309: 
                   11310:        * src/: classes/xnode.C, include/pa_hash.h,
                   11311:          types/pa_vstateless_class.C: ! new asserts were all false.
                   11312:          regretfully reverted them all to checks
                   11313: 
                   11314:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11315:          classes/op.C, main/execute.C, types/pa_method.h,
                   11316:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11317:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11318:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11319:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11320:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11321:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11322:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11323:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11324:          joined_dynamic_fields: removed unused param from put_method
                   11325:          (returned to 3 params)
                   11326: 
                   11327:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   11328:          joined_dynamic_fields: dynamic get/set works with overriding
                   11329:          props [alpha2]
                   11330: 
                   11331:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   11332:          works [alfa]
                   11333: 
                   11334:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11335:          classes/op.C, include/pa_hash.h, main/execute.C,
                   11336:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11337:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11338:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11339:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11340:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11341:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11342:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11343:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11344:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11345:          joined_dynamic_fields: just compiled
                   11346: 
                   11347:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11348:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11349:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   11350:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   11351:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   11352: 
                   11353:        * src/types/pa_vobject.C: . object setters [only started, does not
                   11354:          work yet]
                   11355: 
                   11356:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   11357:          object setters [only started, does not work yet]
                   11358: 
                   11359: 2005-07-26  paf
                   11360: 
                   11361:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   11362:          works [alpha2]. for classes. todo: for objects
                   11363: 
                   11364:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   11365:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11366:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11367:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11368:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11369:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11370:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11371:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11372:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11373:          properties: set works [alpha1]
                   11374: 
                   11375: 2005-07-25  paf
                   11376: 
                   11377:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   11378:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   11379:          properties: started, get works [alpha1, other approach]
                   11380: 
                   11381:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   11382:          properties: started, get works [alpha2]
                   11383: 
                   11384:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   11385:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   11386: 
                   11387: 2005-07-15  paf
                   11388: 
                   11389:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   11390:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   11391:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11392:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11393:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11394:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   11395:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11396:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11397:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11398:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11399:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   11400:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   11401:          [getters work but think of changing them too to precaching]
                   11402: 
                   11403: 2005-07-08  paf
                   11404: 
                   11405:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   11406:          gpf
                   11407: 
                   11408: 2005-06-28  paf
                   11409: 
                   11410:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   11411:          in passing empty strings to file::exec/cgi environment
                   11412: 
                   11413: 2005-06-06  paf
                   11414: 
                   11415:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   11416:          ^table:sql ^hash:sql now DO process $.bind option
                   11417: 
                   11418: 2005-05-24  paf
                   11419: 
                   11420:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   11421:          $.limit] now work again [support was broken in 3.1.4]
                   11422: 
                   11423:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   11424:          ALL_INTERIOR_POINTERS
                   11425: 
                   11426: 2005-05-12  paf
                   11427: 
                   11428:        * configure: 3.1.5beta
                   11429: 
                   11430:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   11431: 
                   11432:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   11433:          $.limit] now work again [support was broken in 3.1.4]
                   11434: 
                   11435:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   11436:          line-width  [was refusing to fill if line-width >1, thanks to
                   11437:          Seras <seras@pinxit.lt> for repro case
                   11438: 
                   11439: 2005-04-25  paf
                   11440: 
                   11441:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   11442:          correctly
                   11443: 
                   11444: 2005-04-19  paf
                   11445: 
                   11446:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   11447:          in VString violating invariant!!
                   11448: 
                   11449:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   11450:          getenv("TZ")==null
                   11451: 
                   11452: 2005-04-08  paf
                   11453: 
                   11454:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   11455:          bugfix: when there is no char in charset one byte produces 6
                   11456:          (&#255; <<max). increased buffer size!
                   11457: 
                   11458: 2005-03-23  paf
                   11459: 
                   11460:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   11461:          ^date.sql-string now takes TZ into account
                   11462: 
                   11463: 2005-03-16  paf
                   11464: 
                   11465:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   11466:          gcc 3.4
                   11467: 
                   11468:        * src/types/pa_vhash.C: . warning about eof eol
                   11469: 
                   11470: 2005-02-17  paf
                   11471: 
                   11472:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   11473:          seconds)
                   11474: 
                   11475: 2005-02-02  paf
                   11476: 
                   11477:        * src/classes/xnode.C: beauty: removed needless includes
                   11478: 
                   11479: 2005-01-31  paf
                   11480: 
                   11481:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   11482:          $.partNoNumber now alias to $.part1
                   11483: 
                   11484:        * src/types/pa_vmail.C: change: incoming letter part contains
                   11485:          "content-disposition" header with any value? now considering that
                   11486:          part to be "file#" [for text/plain text/html were $.text#
                   11487:          $.html#]
                   11488: 
                   11489:        * INSTALL: updatet to latest working versions available
                   11490: 
                   11491: 2005-01-20  paf
                   11492: 
                   11493:        * configure.in, src/include/pa_version.h: version
                   11494: 
                   11495: 2005-01-19  paf
                   11496: 
1.116     moko     11497:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   11498:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   11499:          couple warnings in parser3.C
1.95      moko     11500: 
                   11501: 2004-12-23  paf
                   11502: 
                   11503:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   11504: 
                   11505:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   11506:          dir to directory of script (when shbang used), not to directory
                   11507:          of its interpreter
                   11508: 
                   11509:        * src/include/pa_version.h: compiled on win32...
                   11510: 
                   11511:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   11512:          we need more hspace
                   11513: 
                   11514:        * configure, configure.in, src/include/pa_version.h: configured
                   11515:          host to pa_version. will be displayed everywhere
                   11516: 
                   11517:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   11518:          exception from being logged by setting $exception.handled(1)
                   11519: 
                   11520:        * operators.txt, src/classes/file.C: change:
                   11521:          ^file::sql{query}[[options]] options: $.name[file name]
                   11522:          $.content-type[application/what]
                   11523: 
                   11524:        * src/: include/pa_common.h, main/pa_common.C,
                   11525:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   11526:          new file
                   11527: 
                   11528:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   11529:          bugfix: table->hash now regards _default
                   11530: 
                   11531:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   11532:          created by accessing $name_of_method it acquired bad self=closest
                   11533:          methodframe; instead of proper self (current class)
                   11534: 
                   11535:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   11536:          hashfile produced bad cord
                   11537: 
                   11538: 2004-12-10  paf
                   11539: 
                   11540:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   11541:          subsequent failures though defined in .h
                   11542: 
                   11543:        * src/main/pa_common.C: comment on volatile
                   11544: 
                   11545:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   11546:          alarm function were not used since the beginning due to stupid
                   11547:          error [setsigjmp were not checked in configure.in]
                   11548: 
                   11549:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   11550:          unix too
                   11551: 
                   11552:        * src/main/pa_common.C: http: exception status of send/recv errors
                   11553:          change to most probable http.timeout
                   11554: 
                   11555:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   11556:          works [setsockopt on send/receive]
                   11557: 
                   11558: 2004-12-08  paf
                   11559: 
                   11560:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   11561:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   11562:          proper charset
                   11563: 
                   11564: 2004-11-24  paf
                   11565: 
                   11566:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   11567: 
                   11568:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   11569:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   11570: 
                   11571: 2004-11-12  paf
                   11572: 
                   11573:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   11574:          [since 3.0.4]
                   11575: 
                   11576: 2004-11-09  paf
                   11577: 
                   11578:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   11579:          writes basics to c:\parser3.log
                   11580: 
                   11581: 2004-10-21  paf
                   11582: 
                   11583:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   11584:          tainted strings [were returning clean onces]
                   11585: 
                   11586: 2004-10-15  paf
                   11587: 
                   11588:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   11589:          cycles(i=1; i=2), which was wrong, now does ONE
                   11590: 
                   11591: 2004-10-12  paf
                   11592: 
                   11593:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   11594: 
                   11595: 2004-10-07  paf
                   11596: 
                   11597:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   11598:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   11599:          release asserts
                   11600: 
                   11601:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   11602:          String.dump() to stdout in detailed form  [were String.v() in
                   11603:          short form]
                   11604: 
                   11605:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   11606:          \t\r\n as @#| and truncates long char sequences less
                   11607: 
                   11608: 2004-10-06  paf
                   11609: 
                   11610:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   11611:          win32 beauty: socket errors properly decoded
                   11612: 
                   11613: 2004-10-05  paf
                   11614: 
                   11615:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   11616:          request::configure_user/admin done always, even if no
                   11617:          file-to-process useful in @unhandled_exception [say, if they
                   11618:          would want to mail by SMTP something]
                   11619: 
                   11620:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   11621:          now performed prior to file loading [and @auto executing] thus
                   11622:          making $cookie:value available in @auto and in
                   11623:          @unhandled_exception when IIS is configured to run interpreter
                   11624:          even if no file exist
                   11625: 
                   11626: 2004-09-20  paf
                   11627: 
                   11628:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   11629:          somewhere where it should have called xmlMalloc and it calls
                   11630:          xmlFree when it should have not called it.  inserted two
                   11631:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   11632:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   11633:          author would fix all that.  until that day: we have SLOW garbage
                   11634:          collecting when many xml objects are alive hint: do
                   11635:          ^memory:compact[] before xdoc::create
                   11636: 
                   11637: 2004-09-17  paf
                   11638: 
                   11639:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   11640:          error from 3.0.8 version]
                   11641: 
                   11642: 2004-09-14  paf
                   11643: 
                   11644:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   11645:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   11646:          modified inside
                   11647: 
                   11648: 2004-09-13  paf
                   11649: 
                   11650:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   11651:          [were as octal]
                   11652: 
                   11653:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   11654:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   11655:          safety-check
                   11656: 
                   11657:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   11658:          [not something obscure from sdbm lib]
                   11659: 
                   11660:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   11661:          = strerror now returnes something and we can properly report that
                   11662:          to client
                   11663: 
                   11664:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   11665:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   11666: 
                   11667:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11668:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   11669:          not be unnecessary optimized away [ruining javascript]
                   11670: 
                   11671:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11672:          [tainted as-is]
                   11673: 
                   11674:        * src/classes/mail.C: bugfix: typo error
                   11675: 
                   11676: 2004-09-09  paf
                   11677: 
                   11678:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   11679:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   11680:          (bloody yandex.server)
                   11681: 
                   11682: 2004-09-06  paf
                   11683: 
                   11684:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   11685:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   11686:          encoded
                   11687: 
                   11688: 2004-09-01  paf
                   11689: 
                   11690:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   11691:          multipart/related outlook express have no problems showing
                   11692:          unrelated attachments.  todo: someday figure out a way of
                   11693:          multipart/mixed    multipart/related       text/html
                   11694:          image/xxx application/octet-stream << true attachments
                   11695: 
                   11696:        * src/types/pa_vmail.C: new:
                   11697:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   11698:          empty mail header fields removed from letter
                   11699: 
                   11700:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   11701:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   11702:          ^mail:send[    $.file[       $.any[header]
                   11703: 
                   11704: 2004-08-30  paf
                   11705: 
                   11706:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   11707:          warnings
                   11708: 
                   11709:        * src/main/pa_common.C: beauty: do not bother with charset
                   11710:          detection when ^file::load[binary
                   11711: 
                   11712: 2004-08-27  paf
                   11713: 
                   11714:        * src/main/pa_common.C: hack: for yandex.server http server
                   11715: 
                   11716: 2004-08-18  paf
                   11717: 
                   11718:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   11719:          possibly-chunked response
                   11720: 
                   11721: 2004-08-17  paf
                   11722: 
                   11723:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11724:          $f.content-type now = that of http response
                   11725: 
                   11726:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11727:          $f.content-type now = that of http response
                   11728: 
                   11729: 2004-07-30  paf
                   11730: 
                   11731:        * src/: include/pa_request.h, main/pa_request.C,
                   11732:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   11733:          win32: system&parser exceptions in release mode reported properly
                   11734:          parser exception in exception handler WERE mistakenly reported as
                   11735:          system exception, without details [in apache & isapi] +some
                   11736:          beauty in exception text
                   11737: 
                   11738:        * src/: include/pa_exception.h, main/pa_request.C,
                   11739:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   11740:          release mode reported properly parser exception in exception
                   11741:          handler WERE mistakenly reported as system exception, without
                   11742:          details
                   11743: 
                   11744:        * src/main/execute.C: beauty: simplified system exception handling
                   11745: 
                   11746: 2004-07-29  paf
                   11747: 
                   11748:        * src/classes/table.C: bugfix:
                   11749:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   11750:          were ignored, and \t used unconditionally]
                   11751: 
                   11752:        * src/types/Makefile.am: added vhash.c
                   11753: 
                   11754: 2004-07-28  paf
                   11755: 
                   11756:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   11757:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   11758:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   11759:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   11760:          failed on russian letters
                   11761: 
                   11762:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   11763:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   11764:          letters
                   11765: 
                   11766:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   11767:          as 'currentDirectory' parameter to CreateProcess
                   11768: 
                   11769: 2004-07-27  paf
                   11770: 
                   11771:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   11772:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   11773:          from release somewhere [to help searching for unhandled system
                   11774:          exceptions]
                   11775: 
                   11776:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   11777:          TZ shift
                   11778: 
                   11779:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   11780:          but also in ctor
                   11781: 
                   11782: 2004-07-26  paf
                   11783: 
                   11784:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   11785:          src/main/pa_request.C, src/types/pa_vfile.h,
                   11786:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11787:          src/types/types.vcproj: new: $response:body/download[
                   11788:          $.file[name on disk]    $.name[of file for user]
                   11789:          $.mdate[date of last-modified. default from directory] ]
                   11790: 
                   11791:        * src/classes/file.C: moving file:send somewhere else..
                   11792: 
                   11793:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   11794:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   11795:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   11796:          $response:download[ $.filename[filename] $.option[] ,, ]
                   11797: 
                   11798:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   11799: 
                   11800: 2004-07-21  paf
                   11801: 
                   11802:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   11803:          to several lines
                   11804: 
                   11805:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   11806: 
                   11807:          note: ms outlook[!express] shows only first 255 characters of
                   11808:          subject
                   11809: 
                   11810: 2004-07-15  paf
                   11811: 
                   11812:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   11813:          off]
                   11814: 
                   11815: 2004-07-14  paf
                   11816: 
                   11817:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   11818:          according to lang  [were: as-is]
                   11819: 
                   11820: 2004-07-07  paf
                   11821: 
                   11822:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   11823:          checked that
                   11824: 
                   11825:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   11826:          now untainted according to their languages.  were: as-is.
                   11827:          EVERYWHERE
                   11828: 
                   11829:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   11830:          environment string now untainted according to their languages.
                   11831:          were: as-is. EVERYWHERE
                   11832: 
                   11833:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11834:          untainted according to their languages.  were: as-is. on win32:
                   11835:          ok
                   11836: 
                   11837:        * parser3.vssscc: ...would not go unnoticed
                   11838: 
                   11839:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   11840:          fails. in case on input appears nonutf, those bytes will be
                   11841:          printed in %HH form. that can be easily decoded/recovered.
                   11842: 
                   11843:          this form is quite noticable, and hopefully would not go noticed
                   11844: 
                   11845: 2004-07-06  paf
                   11846: 
                   11847:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11848:          untainted according to their languages.  were: as-is. on win32:
                   11849:          ok
                   11850: 
                   11851: 2004-07-01  paf
                   11852: 
                   11853:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   11854:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   11855:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11856:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   11857:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   11858:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   11859:          option: global optimization ON
                   11860: 
                   11861:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   11862:          to do xdoc::create{invalid chars} standard disables chars less
                   11863:          then \x20, except tab, cr, lf.
                   11864: 
                   11865:          changed tainting so that those become '!'
                   11866: 
                   11867: 2004-06-25  paf
                   11868: 
                   11869:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11870:          int on odd address [prev bugfix failed due to superwize
                   11871:          optimizer, which turned memcpy into same 'ld' asm command]
                   11872: 
                   11873:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11874:          int on odd address
                   11875: 
                   11876: 2004-06-22  paf
                   11877: 
                   11878:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   11879: 
                   11880:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   11881:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11882:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   11883:          paf(:a)}[                $.bind[                         $.a[2]
                   11884:                 ]       ] output variables work.  todo: check in out
                   11885:          variables
                   11886: 
                   11887: 2004-06-18  paf
                   11888: 
                   11889:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   11890:          classes/table.C, classes/void.C, include/pa_globals.h,
                   11891:          include/pa_sql_connection.h, main/compile.tab.C,
                   11892:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   11893:                      $.bind[                         $.a[2]          ]
                   11894:          ] input variables work.  todo:output
                   11895: 
                   11896:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   11897:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   11898:          /_bug.html?404;http://hpsv/test/
                   11899:          --------------------------------------------------------------------------------
                   11900:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   11901:          --------------------------------------------------------------------------------
                   11902:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   11903: 
                   11904: 2004-06-16  paf
                   11905: 
                   11906:        * src/targets/cgi/parser3.C: new: iis specific
                   11907:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   11908:          $request:query
                   11909:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   11910:          $form:fields IIS-STATUS="404"
                   11911:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   11912: 
                   11913:          todo: isapi too
                   11914: 
                   11915: 2004-05-26  paf
                   11916: 
                   11917:        * src/include/pa_version.h: 3.1.3
                   11918: 
                   11919:        * operators.txt: beauty: removed outdated level 'table'
                   11920: 
                   11921:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11922: 
                   11923:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11924: 
                   11925:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11926:          classes/op.C: beauty: removed outdated level 'table'
                   11927: 
                   11928: 2004-05-25  paf
                   11929: 
                   11930:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11931:          implementation. mistery: how anything worked
                   11932: 
                   11933:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11934:          changed, it is now safe to use url if pointers to it are stored
                   11935:          to gc mem
                   11936: 
                   11937:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11938:          unknown errors reported and not cause SIGSEGV now
                   11939: 
                   11940: 2004-05-24  paf
                   11941: 
                   11942:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11943:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11944:          less memory: CORD_chars_block originally intended to ...  it was
                   11945:          good that CORD_chars_block were not used: it consumes more memory
                   11946:          [and, might be slow too] undoing that. [and removed that func so
                   11947:          that it would not confuse parser developer in future]
                   11948: 
                   11949:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11950:          less memory: CORD_chars_block originally intended to
                   11951:          speedup/reduce mem usage were forgotten, and were used stupid
                   11952:          CORD_chars
                   11953: 
                   11954:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11955: 
                   11956:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11957:          BIGENDIAN processors space-conserving mech failed, causing
                   11958:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11959:          (1|2|3));
                   11960: 
                   11961: 2004-05-14  paf
                   11962: 
                   11963:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11964:          bugfix: void now has vfile value, and $response:body[] works OK
                   11965: 
                   11966: 2004-05-12  paf
                   11967: 
                   11968:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11969:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11970:          sources to use is_defined() {return as_bool();} along VBool
                   11971: 
                   11972: 2004-05-11  paf
                   11973: 
                   11974:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11975:          referencing to local objects
                   11976: 
                   11977:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11978:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11979:          left intact
                   11980: 
                   11981: 2004-04-15  paf
                   11982: 
                   11983:        * src/classes/date.C: merged: beauty: unused var removed
                   11984: 
                   11985:        * src/classes/date.C: beauty: unused var removed
                   11986: 
                   11987:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11988:          provoked bug
                   11989: 
                   11990: 2004-04-09  paf
                   11991: 
                   11992:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11993: 
                   11994:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11995: 
                   11996: 2004-04-08  paf
                   11997: 
                   11998:        * src/classes/date.C: new: ^date::create[y-m-d
                   11999:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   12000: 
                   12001:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   12002: 
                   12003:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   12004:          to consult default catalog [usually, that file belongs to other
                   12005:          user/group]
                   12006: 
                   12007: 2004-04-06  paf
                   12008: 
                   12009:        * src/main/pa_common.C: beauty: gcc warning removed
                   12010: 
                   12011:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   12012:          accept that trick, trying other
                   12013: 
                   12014:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   12015:          explicit result problem
                   12016: 
                   12017:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   12018:          explicit result problem
                   12019: 
                   12020:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   12021:          explicit result problem
                   12022: 
                   12023:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   12024: 
                   12025:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   12026:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   12027:          failed
                   12028: 
                   12029:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12030:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12031:          gethostbyname failed with such 'domains'] now checked properly,
                   12032:          were: needless reverse/forward dns lookup
                   12033: 
                   12034:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12035:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12036:          gethostbyname failed with such 'domains'] now checked properly,
                   12037:          were: needless reverse/forward dns lookup
                   12038: 
                   12039:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   12040:          @method[][result] means "no string output here" moved to lexical
                   12041:          level [on grammar level it were too difficult]
                   12042: 
                   12043:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   12044:          src/main/compile.y, src/main/compile_tools.h,
                   12045:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   12046:          @method[][result] means "no string output here", implemented part
                   12047:          of that idea: compiler throws away string literal generation
                   12048:          code. and barks nonwhitespace chars
                   12049: 
                   12050:        * operators.txt: truth: removed comment about $ORIGIN
                   12051: 
                   12052: 2004-04-05  paf
                   12053: 
                   12054:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   12055:          src/include/pa_version.h, src/main/pa_common.C,
                   12056:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   12057: 
                   12058:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   12059:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   12060: 
                   12061:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   12062: 
                   12063:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   12064:          interfered with FAR console
                   12065: 
                   12066:        * configure, configure.in: 3.1.3
                   12067: 
                   12068:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   12069: 
                   12070:        * src/main/pa_common.C: removed warning
                   12071: 
                   12072:        * src/include/pa_version.h: 3.1.3
                   12073: 
                   12074: 2004-04-02  paf
                   12075: 
                   12076:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   12077: 
                   12078:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   12079:          allows to specify where to put parser log file
                   12080: 
                   12081: 2004-04-01  paf
                   12082: 
                   12083:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   12084:          without tab and enter were ignored
                   12085: 
                   12086:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   12087:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   12088:          main/pa_socks.C, targets/cgi/parser3.C,
                   12089:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   12090:          bugfix: sql connections now are disconnected
                   12091: 
                   12092: 2004-03-30  paf
                   12093: 
                   12094:        * src/classes/table.C: bugfix: table::load last line without tab
                   12095:          and enter were ignored
                   12096: 
                   12097:        * src/classes/table.C: bufix: if last table lines were commented,
                   12098:          gpfed
                   12099: 
                   12100:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   12101:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   12102:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   12103:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   12104:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   12105:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   12106:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   12107:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   12108:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   12109: 
                   12110: 2004-03-29  paf
                   12111: 
                   12112:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   12113:          causes gpf
                   12114: 
                   12115:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   12116:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   12117:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   12118:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   12119:          value.dox: translated to english
                   12120: 
                   12121: 2004-03-25  paf
                   12122: 
                   12123:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   12124:          parser3project dependency removed
                   12125: 
                   12126:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   12127:          bugfix: refused to compile without xml
                   12128: 
                   12129:        * src/types/pa_vform.C: beauty: removed warning
                   12130: 
                   12131:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   12132:          any folder [removed last ;) folder dependency]
                   12133: 
                   12134:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   12135:          folder [removed last ;) folder dependency]
                   12136: 
                   12137:        * src/include/pa_version.h: release
                   12138: 
                   12139:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   12140: 
                   12141:        * src/classes/table.C: beauty: comment& more meaningful error
                   12142:          message
                   12143: 
                   12144:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   12145:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   12146:          thing]
                   12147: 
                   12148: 2004-03-23  paf
                   12149: 
                   12150:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   12151:          and http status line parsing checked number of columns in table
                   12152:          [user reported an assert]
                   12153: 
                   12154:        * operators.txt: example: on hashfile
                   12155: 
                   12156:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   12157:          bugfix: junction reattach now actually reattaches a junction to
                   12158:          new wcontext [were only assigning it to junction, which caused
                   12159:          junction tracking to loose junction, and it's context were not
                   12160:          killed, and it tried to process in invalid context, gpf]
                   12161: 
                   12162:        * src/targets/cgi/parser3.C: debug helper added
                   12163: 
                   12164: 2004-03-19  paf
                   12165: 
                   12166:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   12167:          "type(type)" in braces
                   12168: 
                   12169: 2004-03-10  paf
                   12170: 
                   12171:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   12172:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12173:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   12174:          solution to search-in-namespaces problem:
                   12175:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   12176:          $nodes[^xdoc.select[//x:second]]
                   12177: 
                   12178:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   12179:          expression][[NAMESPACES HASH]] allows to search for info in
                   12180:          namespaces
                   12181: 
                   12182:          $nodes[^xdoc.select[//x:second][
                   12183:          $.x[http://pif.design.ru/] ]]
                   12184: 
                   12185: 2004-03-09  paf
                   12186: 
                   12187:        * operators.txt, src/main/pa_common.C: new:
                   12188:          ^file::load[...][options]         $.form[
                   12189:          !$.field1[string]
                   12190:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   12191:               ]         !$.body[string]
                   12192: 
                   12193:          GET ?here notGET(POST, HEAD, others) in content-type:
                   12194:          application/x-www-form-urlencoded
                   12195: 
                   12196:          todo: upload files ability
                   12197: 
                   12198:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   12199:          properly, done
                   12200: 
                   12201: 2004-03-05  paf
                   12202: 
                   12203:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   12204:          GET/POST $.form[$.fields started, not tested yet
                   12205:          todo:$.field[table] for multiple values
                   12206: 
                   12207:        * operators.txt: new: http:// options $.user $.password basic
                   12208:          authorization
                   12209: 
                   12210:        * src/main/pa_common.C: beauty: link to rtf added
                   12211: 
                   12212:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   12213:          new: http:// options $.user $.password basic authorization
                   12214: 
                   12215:        * src/main/pa_common.C: beauty: removed needless vars
                   12216: 
                   12217:        * operators.txt: new: pgsql option [like that recently added to
                   12218:          oracle driver]             ClientCharset=parser-charset <<
                   12219:          charset in which parser thinks client works
                   12220: 
                   12221:        * operators.txt: new: odbc option [like that recently added to
                   12222:          oracle driver]             ClientCharset=parser-charset <<
                   12223:          charset in which parser thinks client works
                   12224: 
                   12225:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   12226: 
                   12227:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   12228:          char!
                   12229: 
                   12230:        * etc/parser3.charsets/windows-1251.cfg: typo
                   12231: 
                   12232: 2004-03-04  paf
                   12233: 
                   12234:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   12235:          cached, sql transcoding now goes faster
                   12236: 
                   12237:        * operators.txt: new: mysql option [like that recently added to
                   12238:          oracle driver]             ClientCharset=parser-charset <<
                   12239:          charset in which parser thinks client works
                   12240: 
                   12241:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   12242:          typo error
                   12243: 
                   12244:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   12245:          chars commented
                   12246: 
                   12247: 2004-03-03  paf
                   12248: 
                   12249:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   12250:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   12251: 
                   12252: 2004-03-02  paf
                   12253: 
                   12254:        * operators.txt: new[update typo]:     !^void.left(n)
                   12255:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   12256:                nothing
                   12257: 
                   12258:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   12259:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   12260:                nothing
                   12261: 
                   12262:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   12263:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   12264:          row with columns:   first: data   second: file name   third:
                   12265:          content-type
                   12266: 
                   12267:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   12268:          ^connect gets properly escaped string, which can be passed to
                   12269:          request now this for mysql only. it's up to parser sql driver to
                   12270:          fix zeros properly
                   12271: 
                   12272:        * INSTALL: note: added on building apache with this option:
                   12273:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   12274: 
                   12275: 2004-03-01  paf
                   12276: 
                   12277:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   12278:          extension memory:compact befor processingrequest
                   12279: 
                   12280:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   12281:          call sole column of result
                   12282: 
                   12283:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   12284:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   12285:          pixel color
                   12286: 
                   12287:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   12288:          beauty: image -- less checks [were ugly impl]
                   12289: 
                   12290:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   12291:          negative values now considered bad
                   12292: 
                   12293:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   12294: 
                   12295:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   12296:          options now have unified defaults [after transform
                   12297:          indent/omit-xml-declaration/standalone 'default' erroreously
                   12298:          meant 'true']
                   12299: 
                   12300:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   12301:          added [on some platforms gethostbyname failed with such
                   12302:          'domains']
                   12303: 
                   12304:        * src/include/pa_config_auto.h.in: no select check, no define
                   12305: 
                   12306:        * src/classes/string.C: feature: ^string.trim both parameters may
                   12307:          be empty-strings, meaning kind=both chars=whitespaces
                   12308: 
                   12309:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   12310:          exist
                   12311: 
                   12312:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   12313:          exception if it is
                   12314: 
                   12315:        * src/classes/string.C: changed: ^string.trim [] << both,
                   12316:          whitespaces [start|both|end] << kind, whitespaces
                   12317:          [start|both|end;chars]  full
                   12318: 
                   12319: 2004-02-27  paf
                   12320: 
                   12321:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   12322:          method: ^string.trim[start|both|end[;chars]]        default
                   12323:          'chars' -- whitespace chars finished
                   12324: 
                   12325:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   12326:          src/main/pa_string.C: new method:
                   12327:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   12328:          whitespace chars   started, only start works
                   12329: 
                   12330:        * src/main/compile.C: bugfix: line numbers after
                   12331:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   12332:          signed
                   12333: 
                   12334:        * src/main/untaint.C: speed: there's no \n chars in output
                   12335:          [normally], so no need to optimize them they could be retrived
                   12336:          from databases, though. but 1. should be replaced 2. if not
                   12337:          optimized, no harm done
                   12338: 
                   12339:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   12340:          ^file::exec/cgi could return invalid status & zombie child can
                   12341:          remain for short period until process exists [very bad in
                   12342:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   12343: 
                   12344:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   12345:          malicious SMTP server to attack as by returning too long status
                   12346:          responses http://i2/tasks/edit/?id=4629448401140924947
                   12347: 
                   12348: 2004-02-26  paf
                   12349: 
                   12350:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   12351:          are         $.main[to what to rename @main]         $.file[file,
                   12352:          from which (user says) goes that CODE]         $.lineno(line
                   12353:          number in that file, where CODE starts. may be negative)
                   12354: 
                   12355:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12356:          src/main/compile.C, src/main/compile_tools.h,
                   12357:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   12358:          options] which are         $.main[to what to rename @main]
                   12359:          $.file[file, from which (user says) goes that CODE]
                   12360:          $.lineno(line number in that file, where CODE starts. may be
                   12361:          negative)
                   12362: 
                   12363: 2004-02-25  paf
                   12364: 
1.116     moko     12365:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   12366:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     12367: 
                   12368:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   12369:          produces hash of column=>1
                   12370: 
                   12371:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   12372:          with incomplete errno constants set
                   12373: 
                   12374: 2004-02-24  paf
                   12375: 
                   12376:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   12377:          "man select"
                   12378: 
                   12379:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   12380: 
                   12381:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   12382: 
                   12383:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   12384: 
1.116     moko     12385:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     12386: 
                   12387:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   12388:          unix: steps to work on unix [extracted 'to']
                   12389: 
                   12390:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   12391: 
                   12392:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   12393: 
1.116     moko     12394:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12395:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   12396:          unix [testing on solaris]
1.95      moko     12397: 
                   12398: 2004-02-20  paf
                   12399: 
                   12400:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   12401:          pointing that out
                   12402: 
                   12403:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   12404:          fixed again [same solution, mistanenly removed one line]
                   12405: 
                   12406: 2004-02-19  paf
                   12407: 
                   12408:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   12409:          date::create from bad datetime in spring daylightsaving hole now
                   12410:          OK for all platforms [on some platforms it failed]
                   12411: 
                   12412:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   12413:          in daylightsaving hole] now throws error
                   12414: 
                   12415:        * src/classes/date.C: comment: mistake fixed
                   12416: 
                   12417: 2004-02-18  paf
                   12418: 
                   12419:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   12420:          now renderes in $request:charset, but in header puts
                   12421:          $response:charset todo: make that default only so that coder
                   12422:          could override that
                   12423: 
                   12424:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   12425:          turns off omit-xml-declaration
                   12426: 
                   12427:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   12428:          /.xsl for sample
                   12429: 
                   12430: 2004-02-17  paf
                   12431: 
                   12432:        * src/classes/xdoc.C: beauty: needless helper class removed
                   12433: 
                   12434:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   12435:          copied extra time
                   12436: 
                   12437:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   12438:          part of libxml
                   12439: 
                   12440:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   12441:          libxml to do the work] <xsl:output        method="html"
                   12442:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   12443:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   12444:          />
                   12445: 
                   12446:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   12447: 
                   12448:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   12449:          caused assertion
                   12450: 
                   12451:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   12452:          could hang. now such add does nothing, sub clears $hash
                   12453: 
                   12454:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   12455:          not made quoted-printable
                   12456: 
                   12457:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   12458:          string invariant
                   12459: 
                   12460: 2004-02-16  paf
                   12461: 
                   12462:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   12463:          cleared [were not cleared properly]
                   12464: 
                   12465: 2004-02-13  paf
                   12466: 
1.116     moko     12467:        * src/include/pa_version.h: prerelease
1.95      moko     12468: 
                   12469:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   12470:          used, introducing dependencies timestamp check
                   12471: 
                   12472:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12473:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   12474:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   12475:          .xsl.stamp now not used, introducing dependencies timestamp check
                   12476: 
1.150     moko     12477:        * configure.in: auto.p: @conf made relative
1.95      moko     12478: 
                   12479: 2004-02-12  paf
                   12480: 
                   12481:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   12482:          ruined empty <input type=file> submits. parser thought there were
                   12483:          nameless empty file and $form:field got value of type 'file'
                   12484: 
                   12485:        * INSTALL: --without-threads
                   12486: 
                   12487:        * src/include/pa_sapi.h: 2004
                   12488: 
                   12489: 2004-02-11  paf
                   12490: 
                   12491:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12492:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12493:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12494:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12495:          classes/response.C, classes/string.C, classes/table.C,
                   12496:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12497:          include/pa_array.h, include/pa_cache_managers.h,
                   12498:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12499:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12500:          include/pa_dictionary.h, include/pa_dir.h,
                   12501:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12502:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12503:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12504:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12505:          include/pa_socks.h, include/pa_sql_connection.h,
                   12506:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   12507:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   12508:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12509:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12510:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12511:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12512:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12513:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12514:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12515:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12516:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12517:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12518:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12519:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12520:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12521:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   12522:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12523:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12524:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12525:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12526:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12527:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12528:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12529:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12530:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12531:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12532:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12533:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12534:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12535:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12536:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12537:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12538:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12539:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12540:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12541:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12542:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   12543: 
                   12544:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   12545:          debug version of gc.dll
                   12546: 
                   12547:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12548:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12549:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   12550:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   12551:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   12552:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   12553:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   12554:          processes
                   12555: 
                   12556:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   12557:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   12558:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   12559:          changes to reflect libxml xsl new folders
                   12560: 
                   12561:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12562:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12563:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   12564:          to reflect libxml xsl new folders
                   12565: 
                   12566:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12567:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12568:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   12569:          types/types.vcproj: started changes to reflect libxml xsl new
                   12570:          folders
                   12571: 
                   12572:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   12573:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12574:          src/main/compile.tab.C, src/main/main.vcproj,
                   12575:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   12576:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12577:          started changes to reflect libxml xsl new folders
                   12578: 
                   12579: 2004-02-10  paf
                   12580: 
                   12581:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   12582:          compile. recommened latest libxml up to date
                   12583: 
                   12584:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   12585:          pattern compilation errors", on which spent 4 hours worktime. use
                   12586:          versions higher than that. recommended now latest up to date
                   12587: 
                   12588: 2004-02-06  paf
                   12589: 
                   12590:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   12591:          beauty: unified destructing style
                   12592: 
                   12593:        * src/main/untaint.C: beauty: removed old def/ifdef
                   12594: 
                   12595:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   12596:          now
                   12597: 
                   12598: 2004-02-03  paf
                   12599: 
                   12600:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   12601:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   12602:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   12603:          then %ld/%lu
                   12604: 
                   12605:        * src/main/pa_common.C: typo: %l -> %u
                   12606: 
                   12607:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   12608:          in attributes or documents-results of transform now not &#04xx;
                   12609: 
                   12610:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   12611: 
                   12612:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   12613: 
                   12614:        * src/main/pa_charset.C: beauty: uncomment
                   12615:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   12616:          libraries
                   12617: 
                   12618: 2004-02-02  paf
                   12619: 
                   12620:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   12621:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   12622: 
                   12623:          $cookie:example[        $.value[]       $.expires[session]
                   12624:          $.path[/there/]         $.domain[test.com] ]
                   12625: 
                   12626:        * src/types/pa_vform.C: bugfix: empty values with
                   12627:          enctype=multipart/form-data now produce entries in $form:tables
                   12628:          <form method=post enctype=multipart/form-data> <input type=hidden
                   12629:          name=a> <input type=hidden name=b>
                   12630: 
                   12631:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   12632:          <hr> <pre>$request:body
                   12633: 
                   12634: 2004-01-30  paf
                   12635: 
                   12636:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   12637:          or documents-results of transform now not &#04xx;
                   12638: 
                   12639:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   12640:          produce exception.
                   12641: 
                   12642:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   12643:          bugfix: ^date::create[invalid fields now produce exception.
                   12644: 
                   12645:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   12646:          year] now produces exception. todo: check other fields
                   12647: 
                   12648: 2004-01-29  paf
                   12649: 
                   12650:        * src/include/pa_memory.h: typo error
                   12651: 
                   12652:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   12653:          more byte then specified, then zeroed it << useless and
                   12654:          potentially harmful(could gpf)
                   12655: 
                   12656: 2004-01-22  paf
                   12657: 
                   12658:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   12659: 
                   12660:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   12661:          optimization
                   12662: 
                   12663:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   12664:          [were bug: ^taint[1 & 2]="1 &2"
                   12665: 
                   12666:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   12667:          errors
                   12668: 
                   12669:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   12670:          overflow
                   12671: 
                   12672:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   12673:          error-reporting code * in parser-error reporting code [when no
                   12674:          @unhandled_exception defined]
                   12675: 
                   12676:          fixed in one place: my *snprintf override
                   12677: 
                   12678: 2004-01-13  paf
                   12679: 
                   12680:        * operators.txt: typo erro
                   12681: 
                   12682: 2003-12-25  paf
                   12683: 
                   12684:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   12685:          garbled  [pieces after zero bytes were removed]
                   12686: 
                   12687: 2003-12-22  paf
                   12688: 
1.116     moko     12689:        * src/include/Makefile.am: bugfix: removed from dist:
                   12690:          src/include/pa_config_auto.h which were configured for
1.95      moko     12691:          make-dist-platform and badly updated proper config file in target
                   12692:          [when .tar used for updating existing source tree]
                   12693: 
                   12694:        * ChangeLog, operators.txt, src/classes/op.C,
                   12695:          src/include/pa_sql_connection.h,
                   12696:          src/include/pa_sql_driver_manager.h,
                   12697:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   12698:          feature: sql introducing ability to transcode charsets
                   12699: 
                   12700: 2003-12-19  paf
                   12701: 
                   12702:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   12703:          error message
                   12704: 
                   12705:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   12706:          structure for libxml now allocated properly
                   12707: 
                   12708: 2003-12-17  paf
                   12709: 
                   12710:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   12711: 
                   12712:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   12713: 
                   12714:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   12715: 
                   12716:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   12717:          unreported xmlGenericErrors]
                   12718: 
                   12719: 2003-12-15  paf
                   12720: 
                   12721:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   12722:          works}
                   12723: 
                   12724: 2003-12-11  paf
                   12725: 
                   12726:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   12727:          id
                   12728:              !$status:tid thread id
                   12729: 
                   12730:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12731:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   12732:          bugfix(solaris): removed dependency on object initialization
                   12733:          order [one more place]
                   12734: 
                   12735:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12736:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   12737:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   12738:          understand that
                   12739: 
                   12740:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12741:          classes/xdoc.C, include/pa_cache_managers.h,
                   12742:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12743:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   12744:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   12745:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   12746:          ctor call [relying on implicit String::Body(cstr) call]
                   12747: 
                   12748:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   12749:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   12750:          object initialization order [two places]
                   12751: 
                   12752: 2003-12-10  paf
                   12753: 
                   12754:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   12755:          << time now ok
                   12756: 
                   12757:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   12758:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   12759:          operational
                   12760: 
                   12761:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   12762:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   12763:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   12764:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   12765:          back operational
                   12766: 
                   12767: 2003-12-02  paf
                   12768: 
                   12769:        * src/types/pa_vmail.C: bugfix:
                   12770:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   12771:          as-is forced]
                   12772: 
                   12773:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   12774:          exceptions out of libxml callbacks: reimplemented error handling
                   12775:          of http://localhost, parser://method and safemode check callbacks
                   12776: 
                   12777:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   12778:          [merged from HEAD]
                   12779: 
                   12780:        * src/classes/image.C: nothing: comment removed
                   12781: 
                   12782:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   12783:          addresses to int
                   12784: 
                   12785: 2003-12-01  paf
                   12786: 
                   12787:        * src/main/pa_xml_io.C: bugfix: typo
                   12788: 
                   12789:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   12790: 
                   12791:        * src/classes/xdoc.C: bugfix: typo
                   12792: 
                   12793:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   12794:          exception
                   12795: 
                   12796:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   12797: 
                   12798: 2003-11-28  paf
                   12799: 
                   12800:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   12801:          all xml documents read
                   12802: 
                   12803:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   12804: 
                   12805:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12806:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12807:          replaced original open mech of xdoc::create & co to use libxml
                   12808:          open, so that this would work for root document todo: safe mode
                   12809:          checks to libxml: ideally to some 1 point
                   12810: 
                   12811:        * src/main/pa_xml_io.C: comment
                   12812: 
                   12813:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   12814:          http://parser[abscent params]
                   12815: 
                   12816:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   12817:          works.  todo: maybe replace original open mech of xdoc::create &
                   12818:          co to use libxml open, so that this would work for root document
                   12819: 
                   12820:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   12821:          "parser://method/params/here"> <test>   &test^; </test> }]
                   12822: 
                   12823:          ^taint[^xdoc.string[]]
                   12824: 
                   12825:          @method[param] <!ENTITY test
                   12826:          "test-entity-value+$form:user+$param!">
                   12827: 
                   12828: 2003-11-27  paf
                   12829: 
                   12830:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   12831: 
                   12832:        * src/classes/date.C: bugfix: typo error
                   12833: 
                   12834: 2003-11-26  paf
                   12835: 
                   12836:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   12837:          src/main/Makefile.am, src/main/main.vcproj,
                   12838:          src/main/pa_globals.C, src/main/pa_request.C,
                   12839:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   12840:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   12841:          to pa_xml_io.C/h
                   12842: 
                   12843:        * src/types/pa_value.h: warnings: --
                   12844: 
                   12845: 2003-11-25  paf
                   12846: 
                   12847:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   12848:          whatever)
                   12849: 
                   12850:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   12851:          a, (c?x:y, z)
                   12852: 
                   12853:        * src/main/untaint.C: bugfix: consequences of not reading this
                   12854:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   12855:          <= 0 ==> none    */
                   12856: 
                   12857:        * src/include/pa_array.h: removed needless checks
                   12858: 
                   12859: 2003-11-24  paf
                   12860: 
                   12861:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   12862:          removed limit: now $form:xxx can be accessed anytime, even in
                   12863:          @auto/conf [and request/response:charset still can be changed
                   12864:          anytime]
                   12865: 
                   12866:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   12867:          now not transcodes response body
                   12868: 
                   12869:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   12870:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   12871:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   12872:          $xdoc.firstChild.firstChild.nodeValue[different]
                   12873:          ^taint[^xdoc.string[]]
                   12874: 
                   12875:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   12876:          workaround: static Hash::allocates -> static Hash_allocates
                   12877: 
                   12878: 2003-11-21  paf
                   12879: 
1.116     moko     12880:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   12881:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   12882:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     12883: 
                   12884:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   12885: 
                   12886:        * src/classes/mail.C: bugfix: typo
                   12887: 
                   12888:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     12889:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   12890:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   12891:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   12892:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     12893:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   12894: 
                   12895:        * src/main/pa_exec.C: bug in safe mode
                   12896: 
                   12897:        * src/include/Makefile.am: pa_xml_exception.h
                   12898: 
                   12899:        * src/targets/isapi/parser3isapi.C: more warnings --
                   12900: 
                   12901: 2003-11-20  paf
                   12902: 
                   12903:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   12904:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   12905:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   12906:          --
                   12907: 
                   12908:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   12909:          more warnings --
                   12910: 
                   12911:        * src/classes/xdoc.C: more warnings --
                   12912: 
                   12913:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   12914: 
                   12915:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   12916:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   12917: 
                   12918:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12919:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12920:          classes/table.C, include/pa_cache_managers.h,
                   12921:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12922:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12923:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12924:          --
                   12925: 
                   12926:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12927:          can't report problem (undefined @unhandled_exception) problem
                   12928:          source string were not reported
                   12929: 
                   12930:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12931:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12932:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12933:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12934:          classes/response.C, classes/string.C, classes/table.C,
                   12935:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12936:          include/pa_array.h, include/pa_cache_managers.h,
                   12937:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12938:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12939:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12940:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12941:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12942:          include/pa_request.h, include/pa_request_charsets.h,
                   12943:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12944:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12945:          include/pa_stack.h, include/pa_string.h,
                   12946:          include/pa_stylesheet_connection.h,
                   12947:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12948:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12949:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12950:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12951:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12952:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12953:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12954:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12955:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12956:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12957:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12958:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12959:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12960:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12961:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12962:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12963:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12964:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12965:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12966:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12967:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12968:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12969:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12970:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12971:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12972:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12973:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12974:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12975:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12976:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12977:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12978:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12979:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12980:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12981:          const IDENT
                   12982: 
                   12983:        * src/: include/pa_array.h, include/pa_pool.h,
                   12984:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12985:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12986:          types/pa_wcontext.h: more warnings --
                   12987: 
                   12988:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12989:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12990:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12991:          classes/memory.C, classes/op.C, classes/string.C,
                   12992:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12993:          include/pa_config_includes.h, include/pa_operation.h,
                   12994:          include/pa_sql_connection.h, include/pa_table.h,
                   12995:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12996:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12997:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12998:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12999:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   13000:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   13001:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   13002:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   13003:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   13004:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   13005:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   13006:          types/pa_vmail.C, types/pa_vobject.C,
                   13007:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13008:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13009:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   13010:          on all projects (except libltdl=off & libsdbm=level3) found
                   13011:          several unitialized vars
                   13012: 
                   13013: 2003-11-19  paf
                   13014: 
                   13015:        * src/classes/op.C: more ansi C++ comp
                   13016: 
                   13017:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13018:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   13019:          $exception.handled[cache] meaning "get expired cache, if any.
                   13020:          else error"}
                   13021: 
                   13022:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   13023:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   13024:          ^cache[...]{body}{catch code with $exception.cache field}
                   13025: 
                   13026: 2003-11-12  paf
                   13027: 
                   13028:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   13029:          [copy/paste bug]
                   13030: 
                   13031: 2003-11-11  paf
                   13032: 
                   13033:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   13034:          failed]
                   13035: 
                   13036: 2003-11-10  paf
                   13037: 
                   13038:        * src/types/pa_vconsole.h: flush
                   13039: 
                   13040:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   13041:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   13042:          read/write  [for nntp]
                   13043: 
                   13044:        * operators.txt: mysql: transaction support: ?autocommit=0
                   13045: 
                   13046:        * operators.txt: comment: updated
                   13047: 
                   13048:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   13049:          serialize version and exipire now removes entries
                   13050: 
                   13051:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   13052:          dir, if could]
                   13053: 
                   13054:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   13055:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   13056:          removes files altogether [and dir, if could]
                   13057: 
                   13058:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   13059:          nonexistent pair. .c coded that that was error. fixed
                   13060: 
                   13061:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   13062:          file.access [regretfull can't split it to different exceptions
                   13063:          without modifying sdbm source wich would prefer not to]
                   13064: 
                   13065: 2003-11-07  paf
                   13066: 
                   13067:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13068:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13069:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   13070:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   13071:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   13072:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   13073:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   13074:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   13075:          destructing objects at request processing end
                   13076: 
                   13077: 2003-11-06  paf
                   13078: 
                   13079:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   13080:          updates
                   13081: 
                   13082:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   13083:          to include sdbm
                   13084: 
1.116     moko     13085:        * src/include/: pa_config_includes.h, pa_version.h: our
                   13086:          replacements of max& co only for cpp
1.95      moko     13087: 
                   13088:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   13089:          upper dir, .am updated
                   13090: 
                   13091:        * tests/todo.txt: hashfile: done
                   13092: 
                   13093:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   13094:          expiration [time in value. todo: move time to key]
                   13095: 
                   13096:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   13097: 
                   13098:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   13099:          to do that in foreach, no errors, but surely wrong]
                   13100: 
                   13101:        * operators.txt, src/types/pa_vhashfile.C,
                   13102:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   13103: 
                   13104:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   13105:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   13106:          foreach
                   13107: 
                   13108:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13109:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   13110: 
                   13111:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13112:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   13113: 
                   13114:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   13115:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13116:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   13117:          get/put [raw]
                   13118: 
                   13119:        * src/: classes/op.C, main/pa_os.C: just linked
                   13120: 
                   13121:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   13122:          XmlException changes
                   13123: 
                   13124:        * src/: include/pa_charset.h, include/pa_globals.h,
                   13125:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   13126:          XmlException changes
                   13127: 
                   13128:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   13129: 
                   13130:        * src/: include/pa_common.h, include/pa_exception.h,
                   13131:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   13132:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   13133:          main/pa_xml_exception.C: locking move to pa_os [along with
                   13134:          pa_sleep] apr-impl locking done
                   13135: 
                   13136:        * configure, configure.in, operators.txt, parser3.sln,
                   13137:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   13138:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   13139:          src/include/pa_exception.h, src/include/pa_globals.h,
                   13140:          src/include/pa_memory.h, src/include/pa_version.h,
                   13141:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   13142:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   13143:          src/main/compile.tab.C, src/main/main.vcproj,
                   13144:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   13145:          src/types/Makefile.am, src/types/pa_vhash.C,
                   13146:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   13147:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   13148:          again with sdbm from apache
                   13149: 
                   13150: 2003-11-05  paf
                   13151: 
                   13152:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13153:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   13154:          \parser3project dir anymore
                   13155: 
                   13156:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   13157:          thoughtlessly from xalan]
                   13158: 
                   13159:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   13160:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   13161:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   13162: 
                   13163:        * src/main/helpers/CaseFolding.txt:
                   13164:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   13165: 
                   13166: 2003-11-04  paf
                   13167: 
                   13168:        * operators.txt: comment: ^mail:send[$.options[
                   13169: 
                   13170:        * src/classes/table.C: compiled on unix
                   13171: 
1.116     moko     13172:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     13173: 
                   13174:        * src/classes/mail.C: compiled on unix
                   13175: 
                   13176:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   13177:          src/types/pa_vmail.h:     !^mail:send[
                   13178:                  $.options[unix: string to append to sendmail command
                   13179:          line]
                   13180: 
                   13181:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   13182:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   13183:          $.encloser["] <nothing> by default
                   13184: 
                   13185:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   13186:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   13187:          default
                   13188: 
                   13189: 2003-11-03  paf
                   13190: 
                   13191:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   13192:          ^table::load[; options:         !$.column-separator[^#09]
                   13193:          !$.column-encloser["]
                   13194: 
                   13195:        * operators.txt, src/include/pa_config_fixed.h,
                   13196:          src/types/pa_vrequest.C: $request:document-root
                   13197: 
                   13198:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   13199:          [already included into uri=xxx]
                   13200: 
                   13201:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   13202:          ^image.gif[filename] for $response:download
                   13203: 
                   13204:        * src/classes/date.C: minor precaution
                   13205: 
                   13206:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   13207:              !^date.unix-timestamp[]
                   13208: 
                   13209: 2003-10-30  paf
                   13210: 
                   13211:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   13212:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   13213: 
                   13214:        * src/classes/: date.C, image.C: improvement diagnostics:
                   13215:          $now[^date::create[$undefined]] now is error
                   13216: 
                   13217:        * src/main/pa_common.C: read errors would now be reported 'actually
                   13218:          read -1 bytes'
                   13219: 
                   13220: 2003-10-24  paf
                   13221: 
                   13222:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   13223:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   13224:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   13225:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   13226: 
                   13227: 2003-10-22  paf
                   13228: 
                   13229:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   13230: 
                   13231: 2003-10-21  paf
                   13232: 
                   13233:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13234:          fixed: string.match[g] without <'> option produced columns with
                   13235:          NULL's, which gpf'ed at table.save time
                   13236: 
                   13237:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   13238:          recoursion' message with intensive throw-catches fixed: incorrect
                   13239:          name and line (one name upper then needed) in error message about
                   13240:          problems inside try block
                   13241: 
                   13242: 2003-10-10  paf
                   13243: 
                   13244:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   13245:          check offset argument for validity did that in String::Body::pos
                   13246:          myself http://i2/tasks/edit/?id=4577425257580789777
                   13247: 
                   13248: 2003-10-07  paf
                   13249: 
                   13250:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   13251:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   13252: 
                   13253: 2003-10-03  paf
                   13254: 
                   13255:        * parser3.sln, src/include/pa_dictionary.h,
                   13256:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   13257:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   13258:          precalculating cstr&length
                   13259: 
                   13260: 2003-10-02  paf
                   13261: 
                   13262:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13263:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13264:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   13265:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   13266: 
                   13267: 2003-09-30  paf
                   13268: 
                   13269:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   13270:          occurrances after lang-mismatched
                   13271: 
                   13272: 2003-09-29  paf
                   13273: 
                   13274:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   13275:          helper
                   13276: 
                   13277:        * src/main/pa_string.C: string::serialize bug fix with
                   13278:          zero-terminator
                   13279: 
                   13280:        * src/classes/table.C: ^nameless_table.save column row now has no
                   13281:          \t at the end
                   13282: 
                   13283:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13284:          @postprocess  now takes $response:body/download
                   13285: 
                   13286:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   13287:          error message
                   13288: 
                   13289:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   13290: 
                   13291:        * src/classes/table.C: bugfix: flip: must produce nameless
                   13292:          http://i2/tasks/edit/?id=4573405524674081244
                   13293: 
                   13294:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   13295:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   13296: 
                   13297:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   13298:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   13299: 
                   13300: 2003-09-26  paf
                   13301: 
                   13302:        * src/main/untaint.C: removed needless field
                   13303: 
                   13304:        * src/main/untaint.C: removed needless const
                   13305: 
                   13306:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   13307:          String.for_each bug fixed [omited one-char cases]
                   13308: 
                   13309:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   13310:          runtime-executor stack were cleared... BADLY
                   13311: 
                   13312:        * src/main/pa_string.C: ^stirng.replace code used old
                   13313:          param-convention on langs.append, fixed that search fo the like,
                   13314:          found none
                   13315: 
                   13316:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   13317:          string::serialize/deserialize implemented Language enum assigned
                   13318:          meaningful letters [more convinient for debugging. read warning
                   13319:          before adding/changing anything]
                   13320: 
                   13321: 2003-09-25  paf
                   13322: 
                   13323:        * src/: include/pa_string.h, include/pa_version.h,
                   13324:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   13325:          differences on unix
                   13326: 
                   13327:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   13328:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   13329:          src/classes/xdoc.C, src/classes/xnode.C,
                   13330:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   13331:          src/include/pa_charsets.h, src/include/pa_common.h,
                   13332:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   13333:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   13334:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   13335:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   13336:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   13337:          src/main/compile_tools.h, src/main/pa_charset.C,
                   13338:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   13339:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13340:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   13341:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   13342:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   13343:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   13344:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   13345: 
                   13346:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   13347:          functions aligned to that of eeparser3 look
                   13348: 
                   13349:        * src/lib/cord/cordprnt.c: removed warnings
                   13350: 
                   13351: 2003-09-24  paf
                   13352: 
                   13353:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13354:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   13355:          include/pa_cache_managers.h, include/pa_charset.h,
                   13356:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   13357:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13358:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13359:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   13360:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   13361:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13362:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   13363:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   13364:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   13365:          types/pa_vxnode.C: v() functions of String::Body,
                   13366:          String::Languages and String itself StringBody->String::Body
                   13367: 
                   13368:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13369:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   13370:          never optimized anything.  todo: somehow speed up harder cases:
                   13371:          concatenationA+concatenationB when last block of A and first of B
                   13372:          contain same letters
                   13373: 
                   13374:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13375:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   13376:          blocks of same char [CORD_append_block]
                   13377: 
                   13378:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13379:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   13380:          save space by extending blocks when appending block with c ==
                   13381:          lastblock.c
                   13382: 
                   13383:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   13384:          working yet :( but more working &understood :)
                   13385: 
                   13386:        * src/: classes/table.C, include/pa_string.h,
                   13387:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   13388: 
                   13389: 2003-09-23  paf
                   13390: 
                   13391:        * src/main/untaint.C: $a[ok!] $a works!
                   13392: 
                   13393:        * src/main/untaint.C: something even more works :)
                   13394: 
                   13395:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13396:          something more works :)
                   13397: 
                   13398:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13399:          lib/cord/cordxtra.c: something already works :)
                   13400: 
                   13401:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   13402:          serialize&deserialize
                   13403: 
                   13404:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13405:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   13406:          main/untaint.C: main idea implemented, details left
                   13407: 
                   13408: 2003-09-22  paf
                   13409: 
                   13410:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   13411: 
                   13412:        * src/classes/xnode.C: copy/paste comment bugfix
                   13413: 
                   13414:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   13415:          allocator returns 0, just die.
                   13416:          http://i2/tasks/edit/?id=4570798492410259445
                   13417: 
                   13418:        * src/classes/xdoc.C: copy/paste comment bugfix
                   13419: 
                   13420:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   13421:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   13422:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   13423:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   13424: 
                   13425:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   13426:          chars due to bitwise operation signed-char error]
                   13427: 
                   13428: 2003-09-19  paf
                   13429: 
                   13430:        * src/types/pa_wcontext.C: output message: more practical
                   13431:          suggestion
                   13432: 
                   13433:        * src/main/pa_common.C, operators.txt: merged
                   13434:          $f[^file::load[binary;http://...]] $f.tables
                   13435: 
                   13436: 2003-09-02  paf
                   13437: 
                   13438:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   13439:          flush stdout without referencing 'stdout' symbol. to hell with
                   13440:          non-ansi libraries without 'stdout' symbol
                   13441: 
                   13442:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   13443:          unix (users reported problems with some old libc)
                   13444: 
                   13445:        * src/types/pa_vdate.h: forgot initializer
                   13446: 
                   13447: 2003-09-01  paf
                   13448: 
                   13449:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   13450:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   13451:          zone]
                   13452: 
                   13453:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   13454: 
                   13455: 2003-08-19  paf
                   13456: 
                   13457:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   13458:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   13459:          simplified a little
                   13460: 
                   13461:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   13462:          [lost fix from 3.0.8]
                   13463: 
                   13464:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   13465:          visible here }
                   13466: 
                   13467:          bug fix
                   13468: 
                   13469:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   13470: 
                   13471:        * src/main/compile.tab.C: initialized couple of variables about
                   13472:          which user reported runtime problems when parser were compiled
                   13473:          with VC7, warning level4.  study shows that later in bison
                   13474:          they've fixed that. would migrate to latest bison someday
                   13475: 
                   13476:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   13477:          recoding headers)
                   13478: 
                   13479:        * src/types/pa_vmail.C: works as before, same charset problems:
                   13480:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   13481:          anything for now
                   13482: 
                   13483:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   13484:          problems with body
                   13485: 
                   13486:        * src/types/pa_vmail.C: mail_receive just compiled
                   13487: 
                   13488: 2003-08-18  paf
                   13489: 
                   13490:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13491:          main/main.vcproj, types/types.vcproj: win32: continued process
                   13492:          detaching from \parser3project directory
                   13493: 
                   13494:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   13495:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   13496:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   13497:          src/lib/pcre/pcre_dftables.dsp,
                   13498:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   13499:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13500:          src/types/types.dsp: moved to MSVC 7
                   13501: 
                   13502:        * gnu.vcproj.vspscc, parser3.vssscc,
                   13503:          src/classes/classes.vcproj.vspscc,
                   13504:          src/lib/cord/cord.vcproj.vspscc,
                   13505:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   13506:          src/lib/md5/md5.vcproj.vspscc,
                   13507:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   13508:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   13509:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   13510:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   13511:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   13512:          moved to MSVC 7
                   13513: 
                   13514:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   13515:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   13516:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   13517:          src/lib/pcre/pcre_dftables.vcproj,
                   13518:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   13519:          src/targets/cgi/parser3.vcproj,
                   13520:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13521:          new VS project files
                   13522: 
                   13523:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   13524:          .NET to detect Jalindi Igloo capabilities.
                   13525: 
                   13526:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     13527:          src/classes/classes.awk, src/doc/footer.htm,
                   13528:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   13529:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     13530:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   13531:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   13532: 
                   13533: 2003-08-15  paf
                   13534: 
                   13535:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13536:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   13537: 
                   13538:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13539:          non-ascii <yyy> now encoded correctly
                   13540: 
                   13541: 2003-07-29  paf
                   13542: 
1.116     moko     13543:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   13544:          dist
1.95      moko     13545: 
                   13546:        * src/types/pa_vmail.C: just started --with-mail-receive
                   13547: 
                   13548: 2003-07-28  paf
                   13549: 
1.116     moko     13550:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   13551:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     13552: 
                   13553:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   13554: 
                   13555: 2003-07-25  paf
                   13556: 
                   13557:        * src/doc/footer.htm: year
                   13558: 
                   13559: 2003-07-24  paf
                   13560: 
                   13561:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   13562:          fix
                   13563: 
                   13564:        * src/include/pa_version.h: release
                   13565: 
1.116     moko     13566:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     13567: 
                   13568:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   13569:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   13570:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   13571:          getting rid of win32xml pseudo project
                   13572: 
                   13573:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   13574: 
1.116     moko     13575:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   13576:          configure.in, operators.txt, parser3.dsw,
1.95      moko     13577:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     13578:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     13579:          src/classes/classes.C, src/classes/classes.awk,
                   13580:          src/classes/classes.dsp, src/classes/classes.h,
                   13581:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13582:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13583:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13584:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13585:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13586:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13587:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   13588:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     13589:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   13590:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13591:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   13592:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   13593:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   13594:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13595:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13596:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   13597:          src/include/pa_operation.h, src/include/pa_pool.h,
                   13598:          src/include/pa_pragma_pack_begin.h,
1.95      moko     13599:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   13600:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   13601:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   13602:          src/include/pa_sql_connection.h,
                   13603:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   13604:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   13605:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13606:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     13607:          src/include/pa_uue.h, src/lib/Makefile.am,
                   13608:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   13609:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   13610:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   13611:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     13612:          src/lib/cord/include/ec.h,
                   13613:          src/lib/cord/include/private/Makefile.am,
                   13614:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     13615:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   13616:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     13617:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     13618:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   13619:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13620:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   13621:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   13622:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13623:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   13624:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     13625:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   13626:          src/main/pa_request.C, src/main/pa_socks.C,
                   13627:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13628:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     13629:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   13630:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   13631:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   13632:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   13633:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   13634:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   13635:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     13636:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   13637:          src/targets/isapi/parser3isapi.dsp,
                   13638:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     13639:          src/types/pa_junction.h, src/types/pa_method.h,
                   13640:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     13641:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13642:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13643:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13644:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13645:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13646:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13647:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13648:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   13649:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   13650:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   13651:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13652:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13653:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13654:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13655:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13656:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13657:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13658:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13659:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13660:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13661:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13662:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13663:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   13664:          HEAD
                   13665: 
                   13666:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   13667:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   13668:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   13669:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   13670:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   13671:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   13672:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   13673:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   13674:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   13675:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   13676:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   13677:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   13678:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   13679:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   13680:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   13681:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   13682:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   13683:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   13684:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   13685:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   13686:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   13687:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   13688:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   13689:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   13690:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   13691:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   13692:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   13693:          outputs/create-dir, results/001.processed, results/002.processed,
                   13694:          results/003.processed, results/004.processed,
                   13695:          results/005.processed, results/006.processed,
                   13696:          results/007.processed, results/008.processed,
                   13697:          results/009.processed, results/010.processed,
                   13698:          results/011.processed, results/012.processed,
                   13699:          results/013.processed, results/014.processed,
                   13700:          results/015.processed, results/016.processed,
                   13701:          results/017.processed, results/018.processed,
                   13702:          results/019.processed, results/020.processed,
                   13703:          results/021.processed, results/022.processed,
                   13704:          results/023.processed, results/024.processed,
                   13705:          results/025.processed, results/026.processed,
                   13706:          results/027.processed, results/028.processed,
                   13707:          results/029.processed, results/030.processed,
                   13708:          results/031.processed, results/032.processed,
                   13709:          results/033.processed, results/034.processed,
                   13710:          results/035.processed, results/036.processed,
                   13711:          results/037.processed, results/038.processed,
                   13712:          results/039.processed, results/040.processed,
                   13713:          results/041.processed, results/042.processed,
                   13714:          results/043.processed, results/044.processed,
                   13715:          results/045.processed, results/046.processed,
                   13716:          results/047.processed, results/048.processed,
                   13717:          results/049.processed, results/050.processed,
                   13718:          results/051.processed, results/052.processed,
                   13719:          results/053.processed, results/054.processed,
                   13720:          results/055.processed, results/056.processed,
                   13721:          results/057.processed, results/058.processed,
                   13722:          results/059.processed, results/060.processed,
                   13723:          results/061.processed, results/062.processed,
                   13724:          results/063.processed, results/064.processed,
                   13725:          results/065.processed, results/066.processed,
                   13726:          results/067.processed, results/068.processed,
                   13727:          results/069.processed, results/070.processed,
                   13728:          results/071.processed, results/072.processed,
                   13729:          results/073.processed, results/074.processed,
                   13730:          results/075.processed, results/076.processed,
                   13731:          results/077.processed, results/078.processed,
                   13732:          results/079.processed, results/080.processed,
                   13733:          results/081.processed, results/082.processed,
                   13734:          results/083.processed, results/084.processed,
                   13735:          results/085.processed, results/086.processed,
                   13736:          results/087.processed, results/088.processed,
                   13737:          results/089.processed, results/090.processed,
                   13738:          results/091.processed, results/092.processed,
                   13739:          results/093.processed, results/094.processed,
                   13740:          results/095.processed, results/096.processed,
                   13741:          results/097.processed, results/098.processed,
                   13742:          results/099.processed, results/100.processed,
                   13743:          results/101.processed, results/102.processed,
                   13744:          results/103.processed, results/104.processed,
                   13745:          results/105.processed, results/106.processed,
                   13746:          results/107.processed, results/108.processed,
                   13747:          results/109.processed, results/110.processed,
                   13748:          results/111.processed, results/112.processed,
                   13749:          results/113.processed, results/114.processed,
                   13750:          results/115.processed, results/116.processed,
                   13751:          results/117.processed, results/118.processed,
                   13752:          results/119.processed, results/120.processed,
                   13753:          results/121.processed, results/122.processed,
                   13754:          results/123.processed, results/124.processed,
                   13755:          results/125.processed, results/126.processed,
                   13756:          results/127.processed, results/128.processed,
                   13757:          results/129.processed, results/130.processed,
                   13758:          results/131.processed, results/132.processed,
                   13759:          results/133.processed, results/134.processed,
                   13760:          results/135.processed, results/136.processed,
                   13761:          results/137.processed, results/138.processed,
                   13762:          results/139.processed, results/140.processed,
                   13763:          results/141.processed: merged(copied) to HEAD from template_gc
                   13764: 
                   13765:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   13766:          towards \parser3project not having to be in root
                   13767: 
                   13768:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   13769:          module compiled [were minor unnecessary changes in lib/md5
                   13770:          interface]
                   13771: 
                   13772:        * src/include/pa_version.h: release
                   13773: 
                   13774:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   13775: 
                   13776:        * src/classes/math.C: merged uuid bugfix
                   13777: 
                   13778:        * tests/: 141.html, results/141.processed: fixed bug with
                   13779:          too-small-a-buffer
                   13780: 
                   13781:        * src/classes/math.C: uuid bugfix
                   13782: 
                   13783:        * tests/: 141.html, Makefile, results/005.processed,
                   13784:          results/030.processed, results/075.processed,
                   13785:          results/078.processed: to reflect date format change (were -
                   13786:          become ' ')
                   13787: 
                   13788:        * src/classes/math.C: uuid bugfix
                   13789: 
                   13790:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   13791:          debug/release changes
                   13792: 
                   13793:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   13794: 
                   13795: 2003-07-23  paf
                   13796: 
                   13797:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13798:          renamed a little [to move to comman naming conv]
                   13799: 
1.116     moko     13800:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   13801:          build
1.95      moko     13802: 
                   13803:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   13804:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13805:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   13806:          stack top_index() fixed
                   13807: 
                   13808:        * src/main/pa_globals.C: minor style changes
                   13809: 
                   13810:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   13811:          closing/caching fixed [connections were not closed/put to cache]
                   13812: 
                   13813: 2003-07-22  paf
                   13814: 
                   13815:        * INSTALL: gc part updated stightly
                   13816: 
                   13817:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   13818:          new sapi interface
                   13819: 
                   13820:        * src/classes/file.C: comment on OS
                   13821: 
                   13822:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   13823:          one deeper in cord lib]
                   13824: 
                   13825:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   13826: 
                   13827:        * src/main/pa_memory.C: out of memory is no longer coredump
                   13828: 
                   13829:        * INSTALL: disable-threads adviced
                   13830: 
                   13831: 2003-07-21  paf
                   13832: 
1.116     moko     13833:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     13834: 
                   13835:        * src/classes/file.C: file::exec/cgi environment variables now must
                   13836:          be UPPERCASE and A-Z 0-9 _-
                   13837: 
                   13838:        * src/classes/file.C: env passing fixed
                   13839: 
                   13840:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   13841: 
                   13842:        * src/main/pa_common.C: http:// CRLF now
                   13843: 
                   13844: 2003-07-02  paf
                   13845: 
                   13846:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   13847:          fields to reflect their real meaning
                   13848: 
                   13849: 2003-06-27  paf
                   13850: 
                   13851:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   13852:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   13853:          file::exec/cgi .charset
                   13854: 
                   13855: 2003-06-26  paf
                   13856: 
                   13857:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   13858:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   13859:          src/classes/table.C: fixed several uninitialized local
                   13860:          structures.  notably ^hash.foreach now inserts delimiters
                   13861:          properly [were inserting it before first body]
                   13862: 
                   13863: 2003-06-24  paf
                   13864: 
                   13865:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   13866: 
                   13867: 2003-06-20  paf
                   13868: 
                   13869:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13870:          src/main/pa_globals.C: introducing
                   13871:          $f[^file::load[binary;http://...]] $f.tables
                   13872: 
                   13873: 2003-06-06  paf
                   13874: 
                   13875:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   13876:          table. [were method lookup: inconsistent]
                   13877: 
                   13878: 2003-06-02  paf
                   13879: 
                   13880:        * src/include/pa_memory.h: empty string clone fixed to return
                   13881:          writable memory
                   13882: 
                   13883:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   13884:          were not appended] which violated string invariant
                   13885: 
                   13886: 2003-05-30  paf
                   13887: 
                   13888:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   13889:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   13890: 
                   13891:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   13892:          GMT  ; RFC 822, updated by RFC 1123
                   13893: 
                   13894:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   13895:          targets/isapi/parser3isapi.C: initialized request_info properly
                   13896: 
                   13897:        * src/classes/xnode.C: found minor bug, commended for future
                   13898: 
                   13899: 2003-05-28  paf
                   13900: 
                   13901:        * src/classes/form.C: request_info.content_length can't be <0,
                   13902:          size_t for some time
                   13903: 
                   13904: 2003-05-26  paf
                   13905: 
                   13906:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   13907:          forgotten <0 changed to !=STRING_NOT_FOUND
                   13908: 
                   13909:        * src/classes/math.C: merged ffffu from HEAD
                   13910: 
                   13911: 2003-05-11  paf
                   13912: 
                   13913:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   13914: 
                   13915:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   13916:          premature doc free.  transformed document had xmlDoc reference
                   13917:          stored to non-gc-memory (libgdome) added holding-reference
                   13918: 
                   13919: 2003-04-29  paf
                   13920: 
                   13921:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13922:          found that that's perfectly normal.
                   13923: 
                   13924: 2003-04-25  paf
                   13925: 
                   13926:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13927: 
                   13928:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13929: 
                   13930:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13931:          print anything.  changed to quicker and simplier code
                   13932: 
                   13933:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13934:          strict a check]
                   13935: 
                   13936:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13937: 
                   13938: 2003-04-24  paf
                   13939: 
                   13940:        * src/include/pa_table.h: too strict assert loosened
                   13941: 
                   13942:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13943:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13944:          report
                   13945: 
                   13946: 2003-04-21  paf
                   13947: 
1.116     moko     13948:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13949: 
                   13950:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13951:          memory
                   13952: 
                   13953:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13954:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13955: 
                   13956:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13957: 
                   13958:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13959:          types/pa_vmail.C: attributed_meaning_to_string added
                   13960:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13961:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13962:          made that param obligatory
                   13963: 
                   13964:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13965:          fixed [assert helped]
                   13966: 
                   13967:        * src/include/pa_string.h: assert added [looking for bug]
                   13968: 
                   13969:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13970:          names on Win32 considered disk-global
                   13971: 
                   13972:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13973:          considered disk-global
                   13974: 
                   13975: 2003-04-18  paf
                   13976: 
                   13977:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13978:          filenames
                   13979: 
                   13980:        * src/main/untaint.C: enabled '~' letter in filenames
                   13981: 
                   13982: 2003-04-16  paf
                   13983: 
                   13984:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13985: 
                   13986:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13987:          HEAD
                   13988: 
1.116     moko     13989:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13990: 
                   13991: 2003-04-15  paf
                   13992: 
                   13993:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13994:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13995:          tests/results/141.processed: merged from head ^math:uuid[]
                   13996:          ^math:uid64[] ^math:md5[string]
                   13997: 
                   13998:          test added: 141.html
                   13999: 
                   14000:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   14001: 
                   14002:        * src/classes/math.C: ^math:uuid[]
                   14003: 
                   14004:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   14005: 
                   14006:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14007:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   14008: 
                   14009:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   14010:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   14011:          ^file::load[mode;name;     $.offset     $.limit
                   14012: 
                   14013: 2003-04-14  paf
                   14014: 
                   14015:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14016:          started ^math:md5
                   14017: 
                   14018:        * src/classes/table.C, src/include/pa_array.h,
                   14019:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   14020:          tests/results/140.processed: table $.reverse option works in
                   14021:          create&co table $.distinct[tables] bug fix merged
                   14022: 
                   14023:        * src/: classes/table.C, include/pa_table.h: table
                   14024:          $.distinct[tables] bug fixed
                   14025: 
                   14026:        * src/classes/table.C: more warnings
                   14027: 
                   14028:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   14029:          removed checks in table::set_current, moved them back to
                   14030:          table::locate implemented table::create/join ñ $.reverse
                   14031: 
                   14032:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   14033:          removed checks in table::set_current, moved them back to
                   14034:          table::locate
                   14035: 
                   14036: 2003-04-11  paf
                   14037: 
                   14038:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14039:          src/include/pa_array.h, src/include/pa_common.h,
                   14040:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14041:          src/include/pa_table.h, src/main/pa_request.C,
                   14042:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14043:          src/main/pa_table.C: merged from HEAD from
                   14044:          before_append_array_limit_sense_change to
                   14045:          after_append_array_limit_sense_change
                   14046: 
                   14047:        * src/classes/table.C: typo
                   14048: 
                   14049:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14050:          src/include/pa_array.h, src/include/pa_common.h,
                   14051:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   14052:          src/include/pa_table.h, src/main/pa_array.C,
                   14053:          src/main/pa_globals.C, src/main/pa_request.C,
                   14054:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14055:          src/main/pa_table.C: append_array_limit_sense_change locate
                   14056:          accepts options same as create new option: $.reverse(1)   [do not
                   14057:          work in table::create]
                   14058: 
                   14059:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   14060:          (stat xxx,
                   14061: 
                   14062:        * src/classes/: table.C: typo
                   14063: 
                   14064:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   14065:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   14066:          results/130.processed, results/131.processed,
                   14067:          results/132.processed, results/133.processed,
                   14068:          results/134.processed, results/135.processed,
                   14069:          results/136.processed, results/137.processed,
                   14070:          results/138.processed, results/139.processed: added few mustfail
                   14071:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   14072:          date/time 132.html mustfail: access to junction outside of
                   14073:          context 133.html mustfail: access to junction outside of context,
                   14074:          case version 134.html mustfail: hash: adding a key inside of
                   14075:          foreach 135.html mustfail: modifying system class 136.html
                   14076:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   14077:          appendChild without import 138.html mustfail: invalid encoding
                   14078:          inside of xml 139.html mustfail: bad XPath
                   14079: 
                   14080:        * operators.txt, src/classes/table.C, tests/084.html,
                   14081:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   14082:          tests/129.html, tests/results/125.processed,
                   14083:          tests/results/126.processed, tests/results/127.processed,
                   14084:          tests/results/128.processed, tests/results/129.processed: merged
                   14085:          from HEAD ^table.hash[key][$.distinct[tables]]
                   14086: 
                   14087:          maked appropriate tests [changed one old nonconforming]
                   14088: 
                   14089:        * operators.txt, src/classes/table.C:
                   14090:          ^table.hash[key][$.distinct[tables]]
                   14091: 
                   14092:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14093:          merged fix for found very old xml (dom) bug: were passing
                   14094:          domString objects and later ERROREOUSLY freed them
                   14095: 
                   14096:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   14097:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   14098:          libgdome bug can not be worked around
                   14099: 
                   14100: 2003-04-10  paf
                   14101: 
                   14102:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14103:          found very old xml (dom) bug: were passing domString objects and
                   14104:          later ERROREOUSLY freed them
                   14105: 
                   14106:        * src/doc/string.dox, src/include/pa_memory.h,
                   14107:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   14108:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   14109:          tests/123.html, tests/124.html, tests/results/001.processed,
                   14110:          tests/results/002.processed, tests/results/003.processed,
                   14111:          tests/results/004.processed, tests/results/005.processed,
                   14112:          tests/results/006.processed, tests/results/008.processed,
                   14113:          tests/results/009.processed, tests/results/010.processed,
                   14114:          tests/results/011.processed, tests/results/012.processed,
                   14115:          tests/results/013.processed, tests/results/014.processed,
                   14116:          tests/results/015.processed, tests/results/016.processed,
                   14117:          tests/results/017.processed, tests/results/018.processed,
                   14118:          tests/results/020.processed, tests/results/021.processed,
                   14119:          tests/results/022.processed, tests/results/023.processed,
                   14120:          tests/results/024.processed, tests/results/025.processed,
                   14121:          tests/results/026.processed, tests/results/027.processed,
                   14122:          tests/results/028.processed, tests/results/029.processed,
                   14123:          tests/results/030.processed, tests/results/031.processed,
                   14124:          tests/results/032.processed, tests/results/033.processed,
                   14125:          tests/results/034.processed, tests/results/035.processed,
                   14126:          tests/results/036.processed, tests/results/037.processed,
                   14127:          tests/results/038.processed, tests/results/039.processed,
                   14128:          tests/results/040.processed, tests/results/041.processed,
                   14129:          tests/results/042.processed, tests/results/043.processed,
                   14130:          tests/results/044.processed, tests/results/045.processed,
                   14131:          tests/results/046.processed, tests/results/047.processed,
                   14132:          tests/results/048.processed, tests/results/049.processed,
                   14133:          tests/results/050.processed, tests/results/051.processed,
                   14134:          tests/results/052.processed, tests/results/053.processed,
                   14135:          tests/results/054.processed, tests/results/055.processed,
                   14136:          tests/results/056.processed, tests/results/057.processed,
                   14137:          tests/results/058.processed, tests/results/059.processed,
                   14138:          tests/results/060.processed, tests/results/061.processed,
                   14139:          tests/results/062.processed, tests/results/063.processed,
                   14140:          tests/results/064.processed, tests/results/065.processed,
                   14141:          tests/results/066.processed, tests/results/067.processed,
                   14142:          tests/results/068.processed, tests/results/069.processed,
                   14143:          tests/results/070.processed, tests/results/071.processed,
                   14144:          tests/results/072.processed, tests/results/073.processed,
                   14145:          tests/results/074.processed, tests/results/075.processed,
                   14146:          tests/results/076.processed, tests/results/077.processed,
                   14147:          tests/results/078.processed, tests/results/079.processed,
                   14148:          tests/results/080.processed, tests/results/081.processed,
                   14149:          tests/results/082.processed, tests/results/083.processed,
                   14150:          tests/results/084.processed, tests/results/085.processed,
                   14151:          tests/results/086.processed, tests/results/087.processed,
                   14152:          tests/results/088.processed, tests/results/089.processed,
                   14153:          tests/results/090.processed, tests/results/091.processed,
                   14154:          tests/results/092.processed, tests/results/093.processed,
                   14155:          tests/results/094.processed, tests/results/095.processed,
                   14156:          tests/results/096.processed, tests/results/097.processed,
                   14157:          tests/results/101.processed, tests/results/102.processed,
                   14158:          tests/results/104.processed, tests/results/105.processed,
                   14159:          tests/results/106.processed, tests/results/107.processed,
                   14160:          tests/results/108.processed, tests/results/109.processed,
                   14161:          tests/results/110.processed, tests/results/111.processed,
                   14162:          tests/results/112.processed, tests/results/113.processed,
                   14163:          tests/results/114.processed, tests/results/115.processed,
                   14164:          tests/results/116.processed, tests/results/117.processed,
                   14165:          tests/results/118.processed, tests/results/119.processed,
                   14166:          tests/results/120.processed, tests/results/121.processed,
                   14167:          tests/results/122.processed, tests/results/123.processed,
                   14168:          tests/results/124.processed: new convention: char* never 0.
                   14169:          assert in cord on that
                   14170: 
                   14171:        * src/main/pa_charset.C: couple more asserts
                   14172: 
                   14173:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   14174:          speedup
                   14175: 
                   14176:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   14177:          added [may be those is the case now?]
                   14178: 
                   14179:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14180:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14181:          hope]
                   14182: 
                   14183:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14184:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14185:          hope]
                   14186: 
                   14187:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   14188: 
                   14189: 2003-04-09  paf
                   14190: 
                   14191:        * src/classes/date.C: merged ^date.roll changes
                   14192: 
                   14193:        * src/classes/date.C: ^date.roll bug fix
                   14194: 
                   14195:        * src/classes/date.C: ^date.roll now throws less errors: month
                   14196:          shifts handles end of month situation by reducing day number
                   14197:          hour-hole shift reduces hour to recover
                   14198: 
                   14199:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   14200:          Sort by function time
                   14201: 
                   14202:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   14203:          http://   $.charset[] param done
                   14204: 
                   14205:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   14206:          added [after volatile fix. passes on win&intel-solaris]
                   14207: 
                   14208: 2003-04-08  paf
                   14209: 
                   14210:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   14211:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   14212:          include/pa_common.h, include/pa_request_charsets.h,
                   14213:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14214:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   14215:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   14216:          types/pa_vresponse.C: started http://   $.charset[] param and
                   14217:          http response charset detection just compiled.  todo:test
                   14218: 
                   14219:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   14220: 
                   14221:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   14222:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   14223:          types/pa_vmail.C: changed transcode param converntion  along with
                   14224:          string creating convention -- all strings are zero-terminated,
                   14225:          this allowed to fix one remaining String("123", 2) case
                   14226: 
                   14227:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14228:          classes/op.C, classes/string.C, classes/table.C,
                   14229:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   14230:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   14231:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14232:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   14233:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   14234:          violated String::invariant. started fixing [not compiled now]
                   14235: 
                   14236:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14237:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   14238:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   14239:          improvements & optimizations
                   14240: 
                   14241:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   14242:          :(]
                   14243: 
                   14244:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   14245:          [for it's a pointer really]
                   14246: 
                   14247:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   14248:          'n' param. worked that around
                   14249: 
                   14250:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   14251:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   14252:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   14253:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   14254:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   14255: 
                   14256:          Thanks for the bug report and patch.
                   14257: 
                   14258:          I hadn't looked at this code in a while.  Reading it now, it
                   14259:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   14260:          comply with the invariant, though that may not matter a lot.  I
                   14261:          changed that, too.
                   14262: 
                   14263:          Hans
                   14264: 
                   14265: 2003-04-07  paf
                   14266: 
                   14267:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   14268:          merged from head:safe mode error message now includes numbers
                   14269: 
                   14270:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14271:          problem: as_double returns it's result in fp-register compiler
                   14272:          optimizes access to that register after b->as_double, and just
                   14273:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14274:          from memory.  _SAME_ double values do not match here.  when
                   14275:          forced to REload fp-register, values do match.
                   14276: 
                   14277:          tried to make them volatile.
                   14278: 
                   14279:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14280:          problem: as_double returns it's result in fp-register compiler
                   14281:          optimizes access to that register after b->as_double, and just
                   14282:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14283:          from memory.  _SAME_ double values do not match here.  when
                   14284:          forced to REload fp-register, values do match.
                   14285: 
                   14286:          tried to make them volatile.
                   14287: 
                   14288:        * src/types/pa_vobject.h: small style change
                   14289: 
                   14290:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   14291: 
                   14292:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   14293:          mode error message now includes numbers
                   14294: 
                   14295:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   14296:          now causes death
                   14297: 
                   14298: 2003-04-04  paf
                   14299: 
                   14300:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   14301:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   14302:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   14303:          Sent: Thursday, January 23, 2003 9:14 AM
                   14304: 
                   14305:          huge speedup on ^file::cgi with big result
                   14306: 
                   14307:        * src/classes/table.C: sort table with 0 rows bug fixed
                   14308: 
                   14309:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   14310:          fix http://i2/tasks/edit/?id=4493701604654042676
                   14311: 
                   14312:          @main[] $with_default[  $.a[1]  $._default[default from
                   14313:          with_default] ] ^show[$with_default]
                   14314: 
                   14315:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14316:          =$to_add_to.xxx=<br>
                   14317: 
                   14318:          ^show[$to_add_to]
                   14319: 
                   14320:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14321:          ^show[$cloned]
                   14322: 
                   14323:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14324: 
                   14325:          }  <hr>
                   14326: 
                   14327:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   14328:          http://i2/tasks/edit/?id=4493701604654042676
                   14329: 
                   14330:          @main[] $with_default[  $.a[1]  $._default[default from
                   14331:          with_default] ] ^show[$with_default]
                   14332: 
                   14333:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14334:          =$to_add_to.xxx=<br>
                   14335: 
                   14336:          ^show[$to_add_to]
                   14337: 
                   14338:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14339:          ^show[$cloned]
                   14340: 
                   14341:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14342: 
                   14343:          }  <hr>
                   14344: 
                   14345:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   14346:          http://i2/tasks/edit/?id=4507350336410850921
                   14347: 
                   14348:        * src/classes/xdoc.C: memory allocation func bugfix
                   14349:          http://i2/tasks/edit/?id=4499303470368629745
                   14350: 
                   14351:        * src/classes/math.C: allowed random 1...
                   14352: 
                   14353:        * src/classes/math.C: allowed random 0..
                   14354: 
                   14355:        * src/main/pa_globals.C: exif mem leak
                   14356:          http://i2/tasks/edit/?id=4480590323629807263
                   14357: 
                   14358:        * src/: classes/classes.dsp, main/main.dsp,
                   14359:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   14360:          fix http://i2/tasks/edit/?id=4493946731322521294
                   14361:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   14362: 
                   14363:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14364:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   14365:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   14366:          links to xml libs made relative, no need to unpack parser3project
                   14367:          to /parser3project.
                   14368: 
                   14369:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   14370:          column more precise - tab handling bug fixed
                   14371: 
                   14372:        * src/main/: compile.tab.C, compile.y: more understandable error
                   14373:          message in case @CLASS with more then one line inside
                   14374: 
                   14375:        * src/targets/cgi/parser3.C: more understandable error message in
                   14376:          case of errors in @unhandled_exception
                   14377: 
                   14378: 2003-04-03  paf
                   14379: 
                   14380:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   14381:          src/main/compile.tab.C, src/main/compile.y,
                   14382:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14383:          src/main/execute.C, src/main/pa_request.C: debug info format
                   14384:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   14385: 
                   14386:          higher limits:   file number (max: 255)   line number (max:
                   14387:          64535)   column number (max: 255)
                   14388: 
                   14389:        * src/classes/math.C: top limit
                   14390: 
                   14391:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   14392:          precise parse error position in case of
                   14393: 
                   14394:          ^bug ]
                   14395: 
                   14396:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   14397:          changed to realities, and passed [bug fixed]
                   14398: 
                   14399:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   14400:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   14401:          main/compile_tools.h, main/pa_request.C: introducing
                   14402:          ^process...[main-method-alias]
                   14403: 
                   14404:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   14405:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14406:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   14407:          params receive zero reference, but they are expected not to look
                   14408:          there]
                   14409: 
                   14410:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14411:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   14412:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14413:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14414:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14415:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14416:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   14417:          [methods without params receive zero reference, but they are
                   14418:          expected not to look there]
                   14419: 
                   14420:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14421:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   14422:          ^process...[filename] useful for better error reporting
                   14423:          [file/line/col]
                   14424: 
                   14425:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   14426:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   14427:          '%s', it 2. method undefined in case of ^void[]
                   14428: 
                   14429:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14430:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   14431:          handling done. now we have error columns todo: test it
                   14432: 
                   14433:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   14434:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   14435: 
                   14436:          this makes life easier: were: bad stack order -- were in
                   14437:          exception catch unwind order, which didn't match execution order
                   14438: 
                   14439:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   14440: 
                   14441:          @first[] ^throw[a;1]
                   14442: 
                   14443:          showed throw a first throw b try
                   14444: 
                   14445:          which is no good
                   14446: 
                   14447:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14448:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   14449:          trace reset after handled exception [old bug fixed]
                   14450: 
                   14451:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   14452:          fixed.  position reporting made precise [both, in parse erros and
                   14453:          runtime errors]
                   14454: 
                   14455: 2003-04-02  paf
                   14456: 
                   14457:        * src/: include/pa_operation.h, include/pa_request.h,
                   14458:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14459:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14460:          main/pa_exception.C, main/pa_request.C: debug info: started
                   14461:          using.  todo:complete
                   14462: 
                   14463:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   14464:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14465:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14466:          main/pa_request.C: prepared debug info todo:use it
                   14467: 
                   14468:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   14469:          return Operation class->union after switching from autoptrs.
                   14470: 
                   14471:        * tests/: Makefile, results/108.processed, results/117.processed:
                   14472:          meta considered OK [it's up to coder now to remove it not needed]
                   14473: 
                   14474:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   14475:          Dictionary constructor when moved to gc]
                   14476: 
                   14477:        * src/main/pa_common.C: uncommented http:// file loading
                   14478: 
                   14479:        * src/include/pa_array.h, src/main/execute.C,
                   14480:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   14481:          fix [gdGrowingBuf]
                   14482: 
                   14483:        * configure.in, src/lib/Makefile.am: removed patches
                   14484: 
                   14485:        * configure, src/include/pa_config_auto.h.in,
                   14486:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   14487: 
                   14488:        * src/main/pa_common.C: uncommented http:// file loading
                   14489: 
                   14490:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   14491:          xdoc::create/load
                   14492: 
                   14493:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   14494:          classes/string.C, classes/table.C, classes/void.C,
                   14495:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   14496:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   14497:          String::String(str,helper_length) are checked.  found/fixed one
                   14498:          place: $request:body now zero-terminated,
                   14499: 
                   14500:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   14501:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   14502:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   14503:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14504:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14505:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   14506:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14507:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   14508:          easily optimizable)
                   14509: 
                   14510:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   14511:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   14512: 
                   14513:        * src/: include/pa_array.h, include/pa_stack.h,
                   14514:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   14515:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   14516:          become assertion iterator in methodframe filler
                   14517: 
                   14518:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   14519:          targets/cgi/parser3.C: array::get/put inlined
                   14520: 
                   14521:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   14522:          gc_substitute_memory_management_functions +installed CORD_oom
                   14523:          function
                   14524: 
                   14525:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   14526:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14527:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   14528:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   14529:          assertions started configure.in --enable-assertions
                   14530: 
                   14531: 2003-04-01  paf
                   14532: 
                   14533:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   14534:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   14535:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   14536:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   14537:          gc misses that and collects valid memory fixed by remembering
                   14538:          xmlDoc from dom object in xdoc.  todo: do something with
                   14539:          premature free of xdoc with xnodes/node values referring into it
                   14540: 
                   14541:        * src/classes/: mail.C: typo fix
                   14542: 
                   14543:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   14544:          changes
                   14545: 
                   14546:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   14547:          main/pa_memory.C: moved memory debugging to global level: to
                   14548:          pa_gc_malloc
                   14549: 
                   14550:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   14551:          debugging showed no errors. todo: debug parser memory
                   14552: 
                   14553:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   14554:          configurations
                   14555: 
                   14556:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   14557:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   14558:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14559:          types/types.dsp: prepared xml-static configuration
                   14560: 
                   14561: 2003-03-31  paf
                   14562: 
                   14563:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   14564:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   14565:          xml lib memory debugging, simple checks failed: it seems that
                   14566:          library does realloc(bad ptr), and recording those ptrs in heap
                   14567:          [for debugging] was bad: heap situation changes = everything
                   14568:          works fine
                   14569: 
                   14570:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   14571:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   14572:          limit of 10 user-defined charsets]
                   14573: 
                   14574: 2003-03-28  paf
                   14575: 
                   14576:        * src/main/execute.C: execution stack copied to local register
                   14577:          variable, removed lots [~2e7) of memory accesses
                   14578: 
                   14579: 2003-03-27  paf
                   14580: 
                   14581:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   14582:          works in debug, but fails in release todo: fix that
                   14583: 
                   14584:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   14585:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   14586:          replacement from gc branch
                   14587: 
                   14588:        * src/main/pa_exec.C: introducing append_help_length [radical
                   14589:          improvement here]
                   14590: 
                   14591:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   14592:          'not recommened' in gc.h, on win32 noticed no difference]
                   14593: 
                   14594:        * src/include/pa_array.h: returned checked array get [were disabled
                   14595:          for debugging] result:not slower [don't understand that, it were
                   14596:          INLINED] todo: find out a way of inlining it!
                   14597: 
                   14598:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   14599:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   14600:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   14601:          convention changed: all resulting strings are zero-terminated
                   14602: 
                   14603:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14604:          classes/string.C, classes/table.C, classes/void.C,
                   14605:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   14606:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   14607:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   14608:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14609:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   14610:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   14611:          append_help_length [radical improvement here]
                   14612: 
                   14613:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   14614:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   14615:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   14616:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   14617:          even slower
                   14618: 
                   14619:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   14620:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   14621:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   14622:          clients of &get(): most to use non-ref version, some[in tight
                   14623:          places] to get_unchecked_ref
                   14624: 
                   14625:        * src/doc/memory.dox: forgot to add
                   14626: 
                   14627:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   14628:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   14629:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   14630:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   14631:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   14632:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   14633:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   14634:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   14635:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   14636:          func] other Array & removed
                   14637: 
                   14638: 2003-03-26  paf
                   14639: 
                   14640:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   14641:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   14642:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   14643:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14644:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   14645:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   14646:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14647:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   14648:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14649:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   14650:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   14651:          pre-evaluated .count() in some places
                   14652: 
                   14653:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14654:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   14655:          types/types.dsp: .dsp profiling updated
                   14656: 
                   14657:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   14658:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   14659:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   14660: 
                   14661:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   14662:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   14663:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   14664:          use lib/gc,lib/cord
                   14665: 
1.116     moko     14666:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   14667:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     14668:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   14669:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   14670:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14671:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     14672:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     14673:          src/lib/cord/include/Makefile.am,
1.116     moko     14674:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   14675:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   14676:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14677:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   14678:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   14679:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   14680:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   14681:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   14682:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   14683:          funcs ported pa_exec
1.95      moko     14684: 
                   14685:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   14686: 
                   14687:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   14688:          bundled gc includes
                   14689: 
                   14690:        * src/: classes/op.C, include/pa_array.h,
                   14691:          include/pa_sql_connection.h, include/pa_string.h,
                   14692:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   14693:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   14694:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   14695:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   14696:          first real site (aval)]
                   14697: 
                   14698: 2003-03-25  paf
                   14699: 
                   14700:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14701:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   14702:          process
                   14703: 
                   14704:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   14705:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   14706: 
                   14707:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   14708: 
                   14709:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   14710:          src/types/pa_value.h, src/types/pa_vfile.h,
                   14711:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14712:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   14713:          tests/results/121.processed: untaint.C L_URI
                   14714: 
                   14715:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   14716:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   14717:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   14718:          src/types/pa_vmemory.h: ^memory:compact[]
                   14719: 
                   14720:        * tests/results/109.processed: it was a bug in parser. updated 109
                   14721:          test result
                   14722: 
                   14723:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   14724: 
                   14725:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   14726:          tests/results/107.processed: fixed dom language [values are now
                   14727:          considered tainted.  it was a bug in parser. updated 107 test
                   14728:          result
                   14729: 
                   14730:        * src/classes/xdoc.C: fixed transform params
                   14731: 
                   14732:        * src/: include/pa_stylesheet_manager.h,
                   14733:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   14734: 
                   14735:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   14736:          overloads for structure handling
                   14737: 
                   14738:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   14739:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   14740:          StringBody(0) ambiguilty, introducting static
                   14741:          StringBody::Format(int)
                   14742: 
                   14743:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   14744:          linked
                   14745: 
                   14746:        * src/types/pa_vxdoc.C: vxdoc compiled
                   14747: 
                   14748:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   14749:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   14750:          finalizers isntalled
                   14751: 
                   14752:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   14753:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   14754:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14755:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   14756:          compiled todo: xnode.C / finalizers
                   14757: 
                   14758:        * src/doc/string.dox: updated: new string internals
                   14759: 
                   14760: 2003-03-24  paf
                   14761: 
                   14762:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14763:          include/pa_charset.h, include/pa_config_fixed.h,
                   14764:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   14765:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   14766:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   14767:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   14768:          types/pa_vxnode.h: started XML
                   14769: 
                   14770:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   14771: 
                   14772:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14773:          include/pa_string.h, main/pa_common.C,
                   14774:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   14775: 
                   14776:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14777:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   14778:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14779:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   14780:          for eq STRING_NOT_FOUND
                   14781: 
                   14782:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   14783:          optimize bit implemented
                   14784: 
                   14785:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14786:          String::ArrayFragment::append_positions fixed
                   14787: 
                   14788:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   14789:          String::this_starts fixed
                   14790: 
                   14791:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   14792: 
                   14793:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   14794:          hashcode implemented fully, including per-char callback [it can
                   14795:          be - substr CORD node]
                   14796: 
                   14797:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   14798:          rewritten to rewalloc with 100byte buf ahead
                   14799: 
                   14800:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   14801:          src/include/pa_string.h, src/main/compile.tab.C,
                   14802:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   14803:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   14804:          CORD_ec [bad] would rewrite as realloc now
                   14805: 
                   14806:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14807:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   14808:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14809:          include/pa_common.h, include/pa_request.h,
                   14810:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   14811:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   14812:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   14813:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   14814:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   14815:          types/pa_vstateless_class.h: 2*2 worked :)
                   14816: 
                   14817:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   14818:          src/include/pa_exec.h, src/include/pa_string.h,
                   14819:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   14820:          passed OK
                   14821: 
                   14822:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14823:          types/pa_value.C: all linked todo: debug
                   14824: 
                   14825:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   14826:          types/pa_vstateless_class.C: all compiled.  todo:link
                   14827: 
                   14828:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   14829: 
                   14830:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   14831: 
                   14832:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   14833: 
                   14834:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   14835: 
                   14836:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   14837:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   14838:          pa_vstateless_class.C, pa_vstateless_class.h:
                   14839:          pa_vstateless_class.C compiled
                   14840: 
                   14841:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   14842:          types/pa_vmath.C: pa_vmail.C compiled
                   14843: 
                   14844:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   14845: 
                   14846:        * src/types/pa_vform.C: pa_vform.C compiled
                   14847: 
                   14848:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   14849: 
                   14850:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   14851:          pa_vstateless_class.C: pa_vcookie.C compiled
                   14852: 
                   14853:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   14854:          types/pa_vhash.h: pa_value.C compiled
                   14855: 
                   14856:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   14857:          classes.lib main.lib compiled
                   14858: 
                   14859:        * src/classes/void.C: void.C compiled
                   14860: 
                   14861:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   14862:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   14863:          compiled
                   14864: 
                   14865:        * src/: classes/string.C, include/pa_request.h,
                   14866:          include/pa_string.h, main/pa_string.C: string.C compiled
                   14867: 
                   14868:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   14869:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   14870:          main/pa_request.C, main/pa_string.C: op.C compiled
                   14871: 
                   14872:        * src/classes/: math.C, op.C: math.C compiled
                   14873: 
                   14874:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   14875:          types/pa_vmail.h: mail.C compiled
                   14876: 
                   14877:        * src/classes/: int.C, table.C: int.C compiled
                   14878: 
                   14879:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   14880:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   14881:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   14882:          compiled
                   14883: 
                   14884:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14885:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   14886:          include/pa_sql_connection.h: hash.C compiled
                   14887: 
                   14888:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   14889:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14890:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14891:          classes/math.C, classes/op.C, classes/response.C,
                   14892:          classes/string.C, classes/table.C, classes/void.C,
                   14893:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   14894:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14895:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   14896:          file.C table.C compiled
                   14897: 
                   14898:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   14899:          main/untaint.C: main.lib compiled
                   14900: 
                   14901: 2003-03-21  paf
                   14902: 
                   14903:        * src/: classes/op.C, include/pa_cache_managers.h,
                   14904:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14905:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   14906:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   14907:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   14908:          compiled
                   14909: 
                   14910:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   14911:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   14912:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14913:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   14914:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   14915:          pa_request.C compiled
                   14916: 
                   14917:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14918:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14919:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14920:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14921:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14922:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14923:          compiled
                   14924: 
                   14925:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14926:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14927:          on unix
                   14928: 
                   14929:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14930:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14931:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14932:          pa_charsets.C compiled
                   14933: 
                   14934:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14935:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14936:          main/compile.y, main/execute.C, main/pa_common.C,
                   14937:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14938:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14939:          types/pa_vmethod_frame.h: execute.C compiled
                   14940: 
                   14941:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14942:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14943:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14944:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14945:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14946:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14947:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14948:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14949:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14950:          include/pa_stylesheet_connection.h,
                   14951:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14952:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14953:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14954:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14955:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14956:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14957:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14958:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14959:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14960:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14961:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14962:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14963:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14964:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14965:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14966:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14967:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14968:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14969:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14970:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14971:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14972:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14973:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14974:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14975:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14976:          [C++ CORD wrapper]
                   14977: 
                   14978:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14979: 
                   14980:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14981:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14982: 
                   14983:          command line, env values, input got transcoded before call
                   14984:          stdout, stderr got transcoded after call
                   14985: 
                   14986:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14987:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14988: 
                   14989:        * src/main/pa_common.C: } typo bug fix
                   14990: 
                   14991:        * src/main/pa_common.C: } typo bug fix
                   14992: 
                   14993: 2003-03-20  paf
                   14994: 
                   14995:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14996:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14997: 
                   14998:        * src/include/pa_string.h: more tests
                   14999: 
                   15000:        * src/main/pa_string.C: string.pos fixed
                   15001: 
1.116     moko     15002:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   15003:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   15004:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   15005:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   15006:          replaces
1.95      moko     15007: 
                   15008:        * src/: classes/image.C, include/pa_dictionary.h,
                   15009:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15010:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   15011:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   15012:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   15013: 
                   15014:        * src/include/pa_string.h: warning
                   15015: 
                   15016:        * src/include/pa_string.h: this_starts fixed
                   15017: 
                   15018:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   15019:          new String ctor & append params convention
                   15020: 
                   15021:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   15022:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   15023:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   15024:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   15025:          main/pa_exception.C, main/pa_exec.C,
                   15026:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15027:          main/pa_stylesheet_manager.C, main/untaint.C,
                   15028:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   15029:          types/pa_vmail.C: more tests OK
                   15030: 
                   15031:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   15032:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   15033:          gc/exit runned OK
                   15034: 
                   15035:        * src/types/pa_vmail.C: another naming problem: should not name
                   15036:          vars like that: unpredictable close caused problems with later
                   15037:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   15038:          descriptors missing on startup: stdin; Bad file number
                   15039: 
                   15040:          todo: find out why so many filters(stream) here. probably wrong?
                   15041: 
                   15042:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   15043:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   15044:          main/untaint.C: test compiled
                   15045: 
                   15046:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   15047:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   15048:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   15049:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   15050:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   15051:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15052:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   15053:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   15054:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   15055:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   15056: 
                   15057:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   15058:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   15059:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   15060:          src/include/pa_memory.h, src/include/pa_request.h,
                   15061:          src/include/pa_request_charsets.h,
                   15062:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   15063:          src/main/compile.tab.C, src/main/execute.C,
                   15064:          src/main/pa_charset.C, src/main/pa_common.C,
                   15065:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15066:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15067:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   15068:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   15069:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   15070:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15071:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   15072:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15073:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   15074:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   15075:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15076:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   15077:          pa_common.C [done, without http for now]
                   15078: 
                   15079: 2003-03-19  paf
                   15080: 
                   15081:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   15082:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   15083:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   15084:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   15085:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   15086:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   15087:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   15088:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   15089:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15090:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   15091:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   15092:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15093:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15094:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15095:          types/pa_wwrapper.h: started test
                   15096: 
1.116     moko     15097:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   15098:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     15099: 
                   15100:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   15101:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   15102:          it
                   15103: 
                   15104:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   15105:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   15106:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   15107:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   15108:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   15109:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   15110:          types/pa_vmethod_frame.h, types/types.dsp: string
                   15111:          reimplementation with cord+array<fragment>: 70%
                   15112: 
                   15113: 2003-03-18  paf
                   15114: 
                   15115:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15116:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   15117:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   15118:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   15119:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   15120:          can ignore lang in cmp and pos really,             but would
                   15121:          split properly!
                   15122: 
                   15123:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   15124:          cord part made parser/src/lib: it's not compiled into libgc by
                   15125:          default
                   15126: 
                   15127:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   15128:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15129:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15130:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15131:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15132:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15133:          src/classes/xnode.C, src/classes/xnode.h,
                   15134:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   15135:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15136:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   15137:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15138:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15139:          src/include/pa_memory.h, src/include/pa_pool.h,
                   15140:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   15141:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   15142:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15143:          src/include/pa_stylesheet_connection.h,
                   15144:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15145:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   15146:          src/main/compile.C, src/main/compile.tab.C,
                   15147:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15148:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   15149:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15150:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15151:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   15152:          src/main/pa_pool.C, src/main/pa_request.C,
                   15153:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15154:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   15155:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   15156:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   15157:          src/types/pa_junction.h, src/types/pa_method.h,
                   15158:          src/types/pa_value.C, src/types/pa_value.h,
                   15159:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15160:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15161:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15162:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15163:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15164:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15165:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15166:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   15167:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15168:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15169:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15170:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15171:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15172:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15173:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15174:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15175:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15176:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15177:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15178:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15179:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15180:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   15181:          gc: PA_Object done lots of replacements also
                   15182: 
                   15183:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   15184:          gc logging
                   15185: 
                   15186: 2003-03-17  paf
                   15187: 
                   15188:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15189:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   15190:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   15191:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15192:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   15193:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   15194:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   15195:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15196:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15197:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   15198:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   15199:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   15200:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   15201:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   15202:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15203:          types/pa_vxnode.h: libgc attempt
                   15204: 
                   15205: 2003-03-13  paf
                   15206: 
                   15207:        * src/: include/pa_sql_driver_manager.h,
                   15208:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   15209:          called
                   15210: 
                   15211:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   15212:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   15213:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   15214:          types/pa_value.h, types/pa_vobject.h,
                   15215:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   15216:          set_base, set_derived simplified [counter leaks fixed]
                   15217: 
                   15218:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   15219:          src/types/types.dsp: incorporated status class patch From:
                   15220:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   15221:          2003 8:14 AM
                   15222: 
                   15223:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   15224:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   15225:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   15226: 
                   15227: 2003-03-12  paf
                   15228: 
1.116     moko     15229:        * configure, configure.in, src/lib/ltdl/configure,
                   15230:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     15231:          lib/ltdl/Makefile now created by /configure.in only [were by
                   15232:          lib/ltdl/configure.in OVERWRITE]
                   15233: 
1.116     moko     15234:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   15235:          linkage fixed for g++ 3.2.2
1.95      moko     15236: 
                   15237:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   15238:          on using privately declared class [fixed]
                   15239: 
                   15240:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   15241:          3.2 rightliy complained on using privately declared class [fixed]
                   15242: 
                   15243:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   15244:          sigpipe before request constructor now causes death
                   15245: 
                   15246:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   15247:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   15248:          not cause exception in exception handler
                   15249: 
1.116     moko     15250:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   15251:          now default links libstdc++ statically.  that can be overriden by
                   15252:          --with-dynamic-stdcpp
1.95      moko     15253: 
                   15254: 2003-03-11  paf
                   15255: 
                   15256:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   15257:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   15258:          necessity of libstdc++
                   15259: 
                   15260:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15261: 
                   15262:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15263: 
                   15264: 2003-03-08  paf
                   15265: 
                   15266:        * tests/Makefile: make install & co
                   15267: 
                   15268:        * src/: include/pa_request.h, classes/op.C: removing
                   15269:          vclass,object.h -> pa_request.h dependency
                   15270: 
                   15271:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   15272:          main/pa_request.C: removing vform,response,cookie.h ->
                   15273:          pa_request.h dependency
                   15274: 
                   15275:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   15276:          dependency [testing...]
                   15277: 
                   15278:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   15279:          return 0; fixed
                   15280: 
                   15281:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   15282:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   15283: 
                   15284:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   15285: 
                   15286:        * src/main/pa_request.C: forgotten: ifdef XML
                   15287: 
                   15288:        * src/main/pa_request.C: forgotten: ifdef XML
                   15289: 
                   15290:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   15291:          win32 and run memleak tests again
                   15292: 
                   15293:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   15294:          old xml lib-- it's internal memory handling has faults
                   15295: 
                   15296:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   15297:          problems when transcode from charset A to A.
                   15298: 
                   15299:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   15300:          todo: still problems when transcode from charset A to A.
                   15301: 
                   15302:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   15303:          classes/table.C, include/pa_array.h,
                   15304:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   15305:          started full-scale-site-test [~ http://parser.ru sources]
                   15306: 
                   15307:          some fixes
                   15308: 
                   15309:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   15310:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15311:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   15312:          results/110.processed, results/111.processed,
                   15313:          results/112.processed, results/113.processed,
                   15314:          results/114.processed, results/115.processed,
                   15315:          results/116.processed, results/117.processed,
                   15316:          results/118.processed, results/119.processed,
                   15317:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   15318:          selectSingle 111 xdoc.create from tainted & 112
                   15319:          xdoc.create/output with russian attr value 113 xpath
                   15320:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   15321:          116 output media-type change 117 transform by dom stylesheet 118
                   15322:          empty transform result 119 dom setAttribute 120 nbsp letter
                   15323:          output
                   15324: 
                   15325:          =END OF PREPARED XML TESTS=
                   15326: 
                   15327: 2003-03-07  paf
                   15328: 
                   15329:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15330:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   15331:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   15332:          transform with params [bugs fixed]
                   15333: 
                   15334:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   15335:          from copy/paste bug
                   15336: 
                   15337:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15338:          src/include/pa_request.h, src/main/execute.C,
                   15339:          src/main/pa_charset.C, src/main/pa_exception.C,
                   15340:          src/main/pa_globals.C, src/main/pa_request.C,
                   15341:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15342:          src/types/pa_vxnode.C, tests/107.html,
                   15343:          tests/results/107.processed: xml: test: 107 bug fixes
                   15344: 
                   15345:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15346:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15347:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   15348: 
                   15349:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   15350:          string
                   15351: 
                   15352:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   15353:          mem alloc functions used for different cases [libxml, libxsl]
                   15354: 
                   15355:        * src/classes/classes.C: fixed: prevent system classes from
                   15356:          modification to lock ALL the classes, not only directly used
                   15357: 
                   15358:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   15359:          linked
                   15360: 
                   15361:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   15362: 
                   15363: 2003-03-06  paf
                   15364: 
                   15365:        * src/classes/xdoc.C: xdoc.C 50%
                   15366: 
                   15367:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   15368:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15369:          main/pa_globals.C, main/pa_request.C,
                   15370:          main/pa_stylesheet_manager.C: xnode.C compiled
                   15371: 
                   15372:        * src/: include/pa_stylesheet_connection.h,
                   15373:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   15374:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   15375: 
                   15376:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   15377:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   15378:          xml: stylesheet&manager STARTED
                   15379: 
                   15380:        * src/: include/pa_globals.h, main/pa_charset.C,
                   15381:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   15382: 
                   15383:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   15384:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   15385:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   15386:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   15387:          charsets
                   15388: 
                   15389:        * tests/023.html: in some cases it rounded up badly. postponing
                   15390:          solution of that problem, making more simple test
                   15391: 
                   15392:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   15393:          -kb now
                   15394: 
                   15395:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15396:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   15397:          moved to charsets.C
                   15398: 
                   15399: 2003-03-05  paf
                   15400: 
                   15401:        * src/classes/string.C, src/include/pa_string.h,
                   15402:          src/main/pa_string.C, tests/105.html,
                   15403:          tests/results/105.processed: String::match bug fixed
                   15404: 
                   15405:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   15406:          tests/results/104.processed: ^bpt operator added [does int3 in
                   15407:          debug build on win32]
                   15408: 
                   15409:        * tests/: 057.html, results/057.processed: test bug fixed
                   15410: 
1.116     moko     15411:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     15412: 
                   15413:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   15414:          missing
                   15415: 
1.116     moko     15416:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   15417:          forgotten files added to Makes
1.95      moko     15418: 
                   15419:        * ltmain.sh: ltmain.sh added
                   15420: 
                   15421:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15422:          change undone ;(
                   15423: 
                   15424:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15425:          made static
                   15426: 
                   15427:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     15428:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   15429:          todo:make linker happy
1.95      moko     15430: 
                   15431:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   15432:          env param made optional
                   15433: 
                   15434: 2003-03-04  paf
                   15435: 
                   15436:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   15437:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   15438: 
                   15439:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   15440:          results/103.processed: tests: 103 image.copy transparence test
                   15441: 
                   15442:        * src/main/execute.C, tests/101.html, tests/102.html,
                   15443:          tests/results/101.processed, tests/results/102.processed: tests:
                   15444:          101 method/variable name conflict test 102 form fields change
                   15445:          should not not change anything [bug fix]
                   15446: 
                   15447:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   15448:          results/099.processed, results/100.processed: tests: 57 date
                   15449:          create 2002: added 99,100 response:body/download
                   15450: 
                   15451:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   15452:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   15453: 
                   15454:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   15455:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   15456:          fixed]
                   15457: 
                   15458:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   15459:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   15460:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   15461:          image EXIF  [bug fixed]
                   15462: 
                   15463:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   15464:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   15465:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   15466:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   15467:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   15468:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   15469:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   15470:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   15471:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   15472:          tests/094.html, tests/095.html, tests/results/061.processed,
                   15473:          tests/results/062.processed, tests/results/063.processed,
                   15474:          tests/results/064.processed, tests/results/065.processed,
                   15475:          tests/results/066.processed, tests/results/067.processed,
                   15476:          tests/results/068.processed, tests/results/069.processed,
                   15477:          tests/results/070.processed, tests/results/071.processed,
                   15478:          tests/results/072.processed, tests/results/073.processed,
                   15479:          tests/results/074.processed, tests/results/075.processed,
                   15480:          tests/results/076.processed, tests/results/077.processed,
                   15481:          tests/results/078.processed, tests/results/080.processed,
                   15482:          tests/results/081.processed, tests/results/082.processed,
                   15483:          tests/results/083.processed, tests/results/084.processed,
                   15484:          tests/results/085.processed, tests/results/086.processed,
                   15485:          tests/results/087.processed, tests/results/088.processed,
                   15486:          tests/results/089.processed, tests/results/090.processed,
                   15487:          tests/results/091.processed, tests/results/092.processed,
                   15488:          tests/results/093.processed, tests/results/094.processed,
                   15489:          tests/results/095.processed, tests/079.html,
                   15490:          tests/results/079.processed: tests: 61 file::stat size 62
                   15491:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   15492:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   15493:          string.match simple on long 68 string.match normalized simple on
                   15494:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   15495:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   15496:          date arithmetics 75 response date values/attributes 76 string.pos
                   15497:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   15498:          with local 80 scientific numeric literal in string autoconvert 81
                   15499:          xor: logical and numerical 82 for delims 83 menu delims 84
                   15500:          table.hash distinct 85 long string  replace 86 throw+catch
                   15501:          current language preserve 87 bit shifts 88 junction tests +
                   15502:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   15503:          91 $caller test 92 junction is + def junction tests 93 $caller
                   15504:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   15505: 
                   15506:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   15507:          fixed] 60 string eq string [bug fixed]
                   15508: 
                   15509:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   15510:          058.html, 058_paf2000.png, 059.html, 060.html,
                   15511:          results/053.processed, results/054.processed,
                   15512:          results/055.processed, results/056.processed,
                   15513:          results/057.processed, results/058.processed,
                   15514:          results/059.processed, results/060.processed: test: 53
                   15515:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   15516:          date.create[string] 58 image.measure[png]
                   15517: 
                   15518:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   15519:          outputs/051.processed, results/052.processed: test: 52
                   15520:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   15521:          task: fix that
                   15522: 
                   15523: 2003-03-03  paf
                   15524: 
                   15525:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   15526:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   15527:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   15528:          outputs/049.processed, outputs/050.processed,
                   15529:          outputs/051.processed, results/001.processed,
                   15530:          results/002.processed, results/003.processed,
                   15531:          results/005.processed, results/006.processed,
                   15532:          results/008.processed, results/009.processed,
                   15533:          results/011.processed, results/012.processed,
                   15534:          results/013.processed, results/014.processed,
                   15535:          results/015.processed, results/016.processed,
                   15536:          results/017.processed, results/020.processed,
                   15537:          results/021.processed, results/022.processed,
                   15538:          results/024.processed, results/025.processed,
                   15539:          results/026.processed, results/027.processed,
                   15540:          results/028.processed, results/029.processed,
                   15541:          results/030.processed, results/031.processed,
                   15542:          results/049.processed, results/050.processed,
                   15543:          results/051.processed, results/043.processed,
                   15544:          results/044.processed, results/045.processed,
                   15545:          results/046.processed, results/047.processed,
                   15546:          results/048.processed: tests: 43,44,45 date rolls 46
                   15547:          autoevaluating junction 47 table.select 48 name with subvar 49
                   15548:          hash-creating switch 50 process 51 started parent/child, works as
                   15549:          it were but it were NOT GOOD, created separate task  to fix that
                   15550: 
                   15551:        * tests/: 042.html, results/042.processed: test: 42
                   15552:          exception.handled
                   15553: 
                   15554:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   15555:          expression
                   15556: 
                   15557:        * tests/: 040.html, results/040.processed: test: 39 method result
                   15558:          of type table 40 method param junction auto evaluate
                   15559: 
                   15560:        * tests/: 039.html, results/039.processed: test: 37 method result
                   15561:          of type table
                   15562: 
                   15563:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   15564:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   15565:          tests/038.html, tests/results/033.processed,
                   15566:          tests/results/034.processed, tests/results/035.processed,
                   15567:          tests/results/036.processed, tests/results/037.processed,
                   15568:          tests/results/038.processed: tests: 33 string.replace 34
                   15569:          string.upper 35 table created 36 local/global vars with juntions
                   15570:          37 table clone 38 math PI & number formatting
                   15571: 
                   15572:          math class registring typo fixed
                   15573: 
                   15574:        * src/classes/op.C, src/include/pa_request.h,
                   15575:          src/include/pa_string.h, src/main/execute.C,
                   15576:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   15577:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   15578:          tests/032.html, tests/results/032.processed: uchar changed to
                   15579:          String_UL in all places [was not everywhere] untaint test: 032
                   15580: 
                   15581:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   15582:          tests/results/004.processed, tests/parser-cygwin.sh,
                   15583:          tests/parser-unix.sh: removed -H command line key, now testing
                   15584:          using .sh file with SERVER_SOFTWARE=xxx
                   15585: 
                   15586: 2003-02-26  paf
                   15587: 
                   15588:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   15589:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   15590:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   15591:          tests/results/024.processed, tests/results/025.processed,
                   15592:          tests/results/026.processed, tests/results/027.processed,
                   15593:          tests/results/028.processed, tests/results/029.processed,
                   15594:          tests/results/030.processed, tests/results/031.processed: fixed
                   15595:          bug with name_cstr mutable CharPtr more tests
                   15596: 
                   15597:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   15598:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   15599:          << abort.  die now just exits
                   15600: 
                   15601:        * src/classes/classes.awk, src/classes/classes.h,
                   15602:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15603:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15604:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15605:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15606:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15607:          src/classes/xnode.C, src/include/pa_memory.h,
                   15608:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   15609:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   15610:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   15611:          tests/017.html, tests/018.html, tests/019.html,
                   15612:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   15613:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   15614:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   15615:          tests/results/015.processed, tests/results/016.processed,
                   15616:          tests/results/017.processed, tests/results/018.processed,
                   15617:          tests/results/019.processed, tests/results/020.processed,
                   15618:          tests/results/021.processed, tests/results/022.processed,
                   15619:          tests/results/023.processed: methoded_array now contains all Mxxx
                   15620:          classes SAPI::get_env now returns info on pool more tests
                   15621: 
                   15622:        * src/include/pa_array.h, src/include/pa_hash.h,
                   15623:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   15624:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   15625:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   15626:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   15627:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   15628:          tests/results/001.processed, tests/results/002.processed,
                   15629:          tests/results/003.processed, tests/results/004.processed,
                   15630:          tests/results/005.processed, tests/results/006.processed,
                   15631:          tests/results/007.processed, tests/results/008.processed,
                   15632:          tests/results/009.processed, tests/results/010.processed,
                   15633:          tests/results/011.processed, tests/results/012.processed,
                   15634:          tests/results/013.processed, tests/results/014.processed: hash
                   15635:          cloning fixed
                   15636: 
                   15637: 2003-02-25  paf
                   15638: 
                   15639:        * src/main/pa_common.C: typo fixed
                   15640: 
                   15641: 2003-02-24  paf
                   15642: 
                   15643:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   15644:          [one remained]
                   15645: 
                   15646:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   15647:          [should have been get_string(&pool)] todo: check other such calls
                   15648: 
                   15649:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   15650:          test10, bad lookups
                   15651: 
                   15652:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   15653:          object got destructed, and xxx points to sky
                   15654: 
                   15655:        * ChangeLog, src/classes/string.C: match bug fixed
                   15656: 
                   15657:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   15658:          $.charset[specified] now
                   15659: 
                   15660:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15661:          which failed to handle sigsetjmp+throw: crashed inside of
                   15662:          pre-throw code.  rewritten simplier [though duplicating
                   15663:          closesocket code]
                   15664: 
                   15665:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15666:          which failed to handle sigsetjmp+throw: crashed inside of
                   15667:          pre-throw code.  rewritten simplier [though duplicating
                   15668:          closesocket code]
                   15669: 
                   15670: 2003-02-21  paf
                   15671: 
                   15672:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   15673:          $cookie:name[$.expires[date << can be now]]
                   15674: 
                   15675:          written makefile with regression tests [raw]
                   15676: 
                   15677:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   15678:          tests' only [it's not forcing CGI mode now] now use -H to output
                   15679:          CGI header when parser used in command line [useful for tests
                   15680:          also]
                   15681: 
                   15682:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   15683:          switches on CGI mode, and is used in regression tests
                   15684: 
                   15685:        * src/: include/pa_request.h, main/pa_request.C,
                   15686:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   15687:          fixed
                   15688: 
                   15689:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   15690:          handling pa_*
                   15691: 
                   15692:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   15693:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   15694:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   15695:          memory handling files
                   15696: 
                   15697:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   15698: 
                   15699:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   15700:          compiles OK test to show benefits of free
                   15701: 
                   15702:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15703:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   15704:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15705:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   15706:          use pool [as the one in ^process]
                   15707: 
                   15708:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   15709:          -- some must use pool [as the one in ^process]
                   15710: 
                   15711: 2003-02-20  paf
                   15712: 
                   15713:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15714:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15715:          classes/math.C, classes/op.C, classes/response.C,
                   15716:          classes/string.C, classes/table.C, classes/void.C,
                   15717:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   15718:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   15719:          string cmp fixed
                   15720: 
                   15721:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   15722:          values passed OK now
                   15723: 
                   15724: 2003-02-19  paf
                   15725: 
                   15726:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   15727:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   15728:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   15729:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   15730:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   15731:          all remaning leaks resulted from pooled::malloc calls [excluding
                   15732:          in gd -- planning complete rewrite extremely ugly code]
                   15733: 
                   15734:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   15735:          files
                   15736: 
                   15737: 2003-02-17  paf
                   15738: 
                   15739:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15740:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15741:          classes/response.C, classes/string.C, classes/table.C,
                   15742:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   15743:          include/pa_stylesheet_connection.h,
                   15744:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   15745:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   15746:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   15747:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15748:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15749:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   15750:          of unitialized simple-typed field
                   15751: 
                   15752:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   15753:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   15754:          simple-typed field fixed.  todo: find&kill all like that one
                   15755: 
                   15756:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   15757:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   15758:          debug output fixed
                   15759: 
                   15760:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   15761:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   15762:          object_ptr from delete[them]
                   15763: 
                   15764:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   15765:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   15766:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   15767:          main/pa_charset.C, main/pa_common.C,
                   15768:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15769:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15770:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   15771:          calls
                   15772: 
                   15773:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   15774:          couple mem leaks rusulted from old pooled::malloc usage.
                   15775:          todo:find more like those
                   15776: 
                   15777:        * src/main/: compile.C, compile_tools.C: 2*2!
                   15778: 
                   15779:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   15780:          stackItem fixed [there were no string on stack before]
                   15781: 
                   15782:        * src/: main/execute.C, main/pa_request.C,
                   15783:          types/pa_vmethod_frame.C: first letters out OK
                   15784: 
                   15785:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   15786:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   15787:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   15788:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   15789:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   15790:          type not initialized with zeros :( while class fields of class
                   15791:          types initialized with default constructors.  learn C++
                   15792: 
                   15793:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   15794:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   15795:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   15796:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   15797:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   15798: 
                   15799: 2003-02-14  paf
                   15800: 
                   15801:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   15802:          13 link errors
                   15803: 
                   15804:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   15805:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   15806:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   15807:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   15808:          errors :)
                   15809: 
                   15810:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   15811:          classes/hash.C, classes/mail.C, classes/op.C,
                   15812:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   15813:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   15814:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   15815:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   15816: 
                   15817:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   15818:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   15819:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   15820:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   15821:          types/pa_vint.h, types/types.dsp: op compiled
                   15822: 
                   15823:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   15824:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   15825:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   15826: 
                   15827: 2003-02-07  paf
                   15828: 
                   15829:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   15830: 
                   15831: 2003-02-06  paf
                   15832: 
                   15833:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   15834:          mail compiled
                   15835: 
                   15836:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   15837:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   15838:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   15839: 
                   15840:        * src/classes/: file.C, form.C: form compiled
                   15841: 
                   15842:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   15843:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   15844:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   15845: 
                   15846:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   15847:          types/pa_vmath.h: math compiled [win32]
                   15848: 
                   15849:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   15850:          types/pa_vstring.h: hash compiled
                   15851: 
                   15852: 2003-02-04  paf
                   15853: 
                   15854:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   15855:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15856:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   15857:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   15858:          types/pa_vhash.h: hash 50% compiled
                   15859: 
                   15860:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15861:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   15862:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15863:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   15864:          main/pa_string.C: date compiled
                   15865: 
                   15866:        * src/classes/: classes.dsp, double.C: double compiled
                   15867: 
                   15868:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15869:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   15870:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15871:          classes/string.C, classes/table.C, classes/void.C,
                   15872:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   15873:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   15874:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   15875:          compiled
                   15876: 
                   15877:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15878:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15879:          classes/math.C, classes/op.C, classes/response.C,
                   15880:          classes/string.C, classes/table.C, classes/void.C,
                   15881:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15882:          types/pa_vvoid.h: void  compiled :)
                   15883: 
                   15884:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   15885:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15886:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15887:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   15888:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   15889:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   15890:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   15891:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   15892:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   15893:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   15894:          value_includes.h
                   15895: 
                   15896:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   15897:          trying to remove stupid value_includes.h
                   15898: 
                   15899:        * src/main/pa_exec.C: pa_exec compiled on win32
                   15900: 
                   15901:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   15902: 
                   15903:        * src/: include/pa_globals.h, include/pa_request.h,
                   15904:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   15905:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   15906:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   15907:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   15908:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   15909: 
                   15910:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   15911:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   15912:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   15913: 
                   15914:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   15915:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   15916:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   15917:          compiled
                   15918: 
                   15919:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15920:          name conflicts)
                   15921: 
                   15922:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15923:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15924:          yelds "virtual memory exhausted" while trying to compile
                   15925:          execute.C [eating up to 127MB]
                   15926: 
                   15927: 2003-02-03  paf
                   15928: 
                   15929:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15930:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15931:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15932:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15933:          types/pa_vint.h, types/pa_vjunction.h,
                   15934:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15935:          started gcc compiling pa_common compiled
                   15936: 
                   15937:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15938:          main/pa_exception.C: exception gcc change #1
                   15939: 
1.116     moko     15940:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15941:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15942: 
                   15943:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15944: 
                   15945:        * src/types/pa_vtable.C: vtable compiled
                   15946: 
                   15947:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15948: 
                   15949:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15950:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15951: 
                   15952:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15953: 
                   15954:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15955: 
                   15956:        * src/types/pa_vrequest.C: vrequest compiled
                   15957: 
                   15958:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15959:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15960: 
                   15961:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15962:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15963:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15964:          compiled
                   15965: 
                   15966:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15967: 
                   15968:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15969:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15970:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15971:          compiled
                   15972: 
                   15973:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15974:          main.lib - 0 error(s), 0 warning(s)
                   15975: 
                   15976:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15977:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15978: 
                   15979: 2003-01-31  paf
                   15980: 
                   15981:        * src/: include/pa_array.h, include/pa_operation.h,
                   15982:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15983:          types/pa_vjunction.h: started last file from main library:
                   15984:          execute
                   15985: 
                   15986:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15987:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15988:          main/pa_request.C, targets/cgi/parser3.C,
                   15989:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15990:          types/pa_vhash.h: pa_request compiled
                   15991: 
                   15992:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15993:          include/pa_globals.h, include/pa_request.h,
                   15994:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15995:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15996:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15997:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15998:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15999:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16000:          types/types.dsp: most pa_request compiled
                   16001: 
                   16002:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16003:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16004:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16005:          classes/op.C, classes/response.C, classes/string.C,
                   16006:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16007:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16008:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16009:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16010:          include/pa_dictionary.h, include/pa_dir.h,
                   16011:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16012:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   16013:          include/pa_pool.h, include/pa_request.h,
                   16014:          include/pa_request_charsets.h, include/pa_request_info.h,
                   16015:          include/pa_sapi.h, include/pa_socks.h,
                   16016:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16017:          include/pa_stack.h, include/pa_string.h,
                   16018:          include/pa_stylesheet_connection.h,
                   16019:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16020:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16021:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16022:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   16023:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   16024:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16025:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16026:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16027:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   16028:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16029:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16030:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16031:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16032:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16033:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   16034:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   16035:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16036:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16037:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16038:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   16039:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   16040:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16041:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16042:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16043:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16044:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16045:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16046:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16047:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16048:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16049:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16050:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16051:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16052:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16053:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16054:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16055:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   16056: 
                   16057:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   16058:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   16059:          src/include/pa_charsets.h, src/include/pa_common.h,
                   16060:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   16061:          src/include/pa_exec.h, src/include/pa_pool.h,
                   16062:          src/include/pa_request.h, src/include/pa_sapi.h,
                   16063:          src/include/pa_sql_connection.h,
                   16064:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16065:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   16066:          src/main/compile.tab.C, src/main/compile_tools.C,
                   16067:          src/main/compile_tools.h, src/main/main.dsp,
                   16068:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   16069:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   16070:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16071:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16072:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   16073:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   16074:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   16075:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16076:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16077:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   16078:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   16079:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   16080:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16081:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16082:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16083:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16084:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16085:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16086:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   16087:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   16088:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   16089:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   16090:          died, long live StringPtr
                   16091: 
                   16092: 2003-01-30  paf
                   16093: 
                   16094:        * src/: include/pa_charset.h, include/pa_request.h,
                   16095:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   16096:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   16097:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   16098: 
                   16099:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   16100:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   16101:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   16102:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16103:          types/types.dsp: vstateless_class compiled
                   16104: 
                   16105:        * src/main/compile.C: compile compiled
                   16106: 
                   16107:        * src/: include/pa_array.h, include/pa_operation.h,
                   16108:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   16109:          main/pa_table.C: compile_tools compiled
                   16110: 
                   16111:        * src/: include/pa_operation.h, main/compile.y,
                   16112:          main/compile_tools.C, main/compile_tools.h: started
                   16113:          compile_tools. vagues ideas of how to free compiled code
                   16114: 
                   16115:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   16116:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   16117:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   16118:          compiled
                   16119: 
                   16120: 2003-01-29  paf
                   16121: 
                   16122:        * src/: include/pa_globals.h, include/pa_request.h,
                   16123:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16124:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16125:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   16126:          compiled
                   16127: 
                   16128:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   16129:          now
                   16130: 
                   16131:        * src/: include/pa_array.h, include/pa_exception.h,
                   16132:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   16133: 
                   16134:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   16135:          compiled
                   16136: 
                   16137:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16138:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   16139:          types/pa_vfile.h: vfile compiled
                   16140: 
                   16141:        * src/: include/pa_common.h, include/pa_globals.h,
                   16142:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   16143:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16144:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   16145: 
                   16146:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   16147:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   16148:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16149:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16150:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   16151: 
                   16152:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   16153:          main/main.dsp, main/untaint.C: more compiled
                   16154: 
                   16155:        * src/: include/pa_charsets.h, include/pa_request.h,
                   16156:          include/pa_request_info.h, include/pa_string.h,
                   16157:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   16158:          types/pa_vresponse.h: vrequest compiled
                   16159: 
                   16160:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   16161:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   16162:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   16163: 
                   16164:        * src/: classes/classes.h, include/pa_charset.h,
                   16165:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   16166:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   16167:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   16168:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   16169:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   16170:          types/pa_vrequest.C, types/pa_vrequest.h,
                   16171:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   16172:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   16173: 
                   16174:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   16175:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16176:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   16177:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   16178:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16179:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   16180:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16181:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16182:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   16183: 
                   16184: 2003-01-28  paf
                   16185: 
                   16186:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   16187:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   16188:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   16189:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   16190:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   16191:          compile_tools
                   16192: 
                   16193:        * src/: include/pa_charset.h, include/pa_exception.h,
                   16194:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   16195:          untaint compiled
                   16196: 
                   16197:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   16198:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   16199:          more compiled.  struck with string::store_to needing to know
                   16200:          source/client charsets
                   16201: 
                   16202:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   16203:          types/pa_vfile.h: uue compiled
                   16204: 
                   16205:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   16206:          table compiled
                   16207: 
                   16208:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   16209:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   16210: 
                   16211:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16212:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   16213:          introduced]
                   16214: 
                   16215:        * src/: classes/date.C, include/pa_charset.h,
                   16216:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   16217:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   16218:          pa_charsets compiled
                   16219: 
                   16220:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   16221:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   16222: 
                   16223:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   16224:          common compiled
                   16225: 
                   16226:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   16227:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   16228: 
                   16229:        * src/: include/pa_array.h, include/pa_charset.h,
                   16230:          include/pa_charsets.h, include/pa_pool.h,
                   16231:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16232:          include/pa_stack.h, include/pa_string.h,
                   16233:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   16234:          sql_driver_manager compiled
                   16235: 
                   16236:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   16237:          letter i with two dots added to koi, all ukranian letters added
                   16238:          to win1251.
                   16239: 
                   16240:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   16241:          abscent from koi]
                   16242: 
                   16243: 2003-01-27  paf
                   16244: 
                   16245:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16246:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16247:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16248:          sql/pa_sql_driver.h: paused on sql_manager
                   16249: 
                   16250:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   16251:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16252:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   16253:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   16254: 
                   16255:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   16256:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16257:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   16258:          main/pa_table.C: table compiled
                   16259: 
                   16260:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   16261:          cache_managers compiled
                   16262: 
                   16263:        * src/: include/pa_array.h, include/pa_charset.h,
                   16264:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   16265: 
                   16266:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   16267: 
                   16268:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   16269:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16270:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   16271:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   16272:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   16273: 
                   16274: 2003-01-24  paf
                   16275: 
                   16276:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   16277:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   16278:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16279:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   16280:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   16281:          types/pa_vint.h, types/pa_vjunction.h,
                   16282:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16283:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   16284: 
                   16285:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   16286:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   16287:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   16288:          main/pa_string.C, main/pa_table.C: string compiled
                   16289: 
                   16290:        * src/: include/pa_array.h, include/pa_common.h,
                   16291:          include/pa_dictionary.h, include/pa_exception.h,
                   16292:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   16293:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   16294:          main/pa_string.C: dictionary compiled
                   16295: 
                   16296: 2003-01-23  paf
                   16297: 
                   16298:        * src/: include/pa_array.h, include/pa_common.h,
                   16299:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16300:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   16301:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   16302:          types/pa_value.h: resurrected pool in new sense: now it's
                   16303:          factory, producing&accounting memory chunks for read[autofree]
                   16304:          buffers
                   16305: 
                   16306:        * src/: include/pa_array.h, include/pa_exception.h,
                   16307:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   16308:          main/pa_exception.C, main/pa_table.C: table compiled
                   16309: 
                   16310:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   16311:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   16312:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   16313:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   16314:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   16315:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   16316:          main/pa_table.C: aint that easy
                   16317: 
                   16318:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   16319:          main/main.dsp: continued with Hash
                   16320: 
                   16321:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   16322:          stack] now. and exception can be reported OK now [can be reported
                   16323:          outside of pro c with that stack]
                   16324: 
                   16325: 2003-01-22  paf
                   16326: 
                   16327:        * src/: include/pa_array.h, include/pa_charset.h,
                   16328:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   16329:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   16330:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   16331:          base: contains references_count.  auto_ptr template calls
                   16332:          add_ref/release
                   16333: 
                   16334: 2003-01-21  paf
                   16335: 
                   16336:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16337:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16338:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16339:          classes/op.C, classes/response.C, classes/string.C,
                   16340:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16341:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16342:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16343:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16344:          include/pa_dictionary.h, include/pa_dir.h,
                   16345:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16346:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16347:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16348:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16349:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16350:          include/pa_stack.h, include/pa_string.h,
                   16351:          include/pa_stylesheet_connection.h,
                   16352:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16353:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16354:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16355:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   16356:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16357:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16358:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16359:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16360:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16361:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16362:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16363:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16364:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16365:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16366:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16367:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16368:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   16369:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16370:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16371:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16372:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16373:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16374:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16375:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16376:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16377:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16378:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16379:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16380:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16381:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16382:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16383:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16384:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   16385:          2002->2003
                   16386: 
                   16387: 2003-01-16  paf
                   16388: 
                   16389:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   16390:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   16391: 
                   16392:        * operators.txt, src/include/pa_config_fixed.h,
                   16393:          src/main/pa_common.C: http request now return status. and not
                   16394:          fail on status!=200
                   16395: 
                   16396: 2003-01-15  paf
                   16397: 
                   16398:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   16399: 
                   16400: 2003-01-14  paf
                   16401: 
                   16402:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   16403:          mkinstalldirs: removed some ancient files [they in / really]
                   16404: 
                   16405:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   16406:          regretfully needed patch in two places.  in config_fixed.h made
                   16407:          stubs for lib to compile in MSVC
                   16408: 
                   16409: 2003-01-13  paf
                   16410: 
                   16411:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   16412:          configure.in(libtool) hacks
                   16413: 
1.116     moko     16414:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     16415:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   16416:          ltdl.h: moved to latest libtool (1.4.3)
                   16417: 
                   16418: 2003-01-10  paf
                   16419: 
                   16420:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   16421: 
                   16422:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   16423:          patches.        libxml2 >= 2.5.1
                   16424:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   16425:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   16426:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16427: 
                   16428:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   16429:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   16430:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   16431:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16432: 
                   16433: 2003-01-09  paf
                   16434: 
                   16435:        * INSTALL: xml,xslt,gdome lib urls updated
                   16436: 
                   16437:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     16438:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     16439:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     16440:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   16441:          1.7.2
1.95      moko     16442: 
                   16443:        * depcomp: moving to automake 1.7.2
                   16444: 
                   16445: 2002-12-27  paf
                   16446: 
                   16447:        * src/include/pa_version.h: 0007
                   16448: 
                   16449:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   16450:          outdated parts, made links to language docs
                   16451: 
                   16452:        * src/include/pa_config_auto.h.in: comment
                   16453: 
                   16454: 2002-12-26  paf
                   16455: 
                   16456:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   16457:          not contain trailing / fixed.
                   16458: 
                   16459:        * INSTALL: changing SAFE_MODE politics
                   16460: 
                   16461:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   16462: 
                   16463:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   16464: 
                   16465: 2002-12-25  paf
                   16466: 
                   16467:        * src/main/pa_globals.C: optimized-xml
                   16468: 
                   16469:        * src/main/pa_globals.C: optimized-as-is
                   16470: 
                   16471: 2002-12-24  paf
                   16472: 
                   16473:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   16474:          fixed [were really called with zero size when .html?a=&b=]
                   16475: 
                   16476:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   16477:          with --with-sendmail
                   16478: 
                   16479:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   16480:          fixed]
                   16481: 
                   16482: 2002-12-23  paf
                   16483: 
                   16484:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   16485:          ignoring parameters & were storing only string with default
                   16486:          expires
                   16487: 
                   16488:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   16489:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   16490:          December 23, 2002 4:22 AM Subject: bug â
                   16491:          Charset::transcode_buf2xchar
                   16492: 
                   16493: 2002-12-20  paf
                   16494: 
                   16495:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   16496:          non-cgi [script] runs
                   16497: 
                   16498: 2002-12-19  paf
                   16499: 
                   16500:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16501:          [tested on elik]] moreover, it's not needed there [parser
                   16502:          registers charsets itself]
                   16503: 
                   16504:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16505:          [tested on elik]]
                   16506: 
                   16507:        * operators.txt, src/include/pa_globals.h,
                   16508:          src/include/pa_request.h, src/main/pa_globals.C,
                   16509:          src/main/pa_request.C: $response:download
                   16510: 
                   16511:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   16512:          compiler [win32]].
                   16513: 
                   16514: 2002-12-18  paf
                   16515: 
                   16516:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   16517: 
                   16518: 2002-12-17  paf
                   16519: 
                   16520:        * src/targets/cgi/parser3.C: merged die&iis changes
                   16521: 
                   16522:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   16523:          to exit(1) 2. more flexible iilegal call check
                   16524: 
                   16525: 2002-12-16  paf
                   16526: 
                   16527:        * ltmain.sh: some automakes silly insist on having this handy
                   16528: 
                   16529:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16530:          'p' bug fix
                   16531: 
                   16532: 2002-12-15  paf
                   16533: 
                   16534:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16535:          'p'
                   16536: 
                   16537:        * configure.in, src/include/pa_config_auto.h.in,
                   16538:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   16539:          from branch 6 to HEAD
                   16540: 
                   16541:        * src/main/compile.C: removed warning
                   16542: 
                   16543:        * src/main/pa_common.C: ftruncate having checked
                   16544: 
                   16545:        * configure.in, src/include/pa_version.h: new version
                   16546: 
                   16547: 2002-12-14  paf
                   16548: 
                   16549:        * src/classes/table.C: removed unnecessary code
                   16550: 
                   16551:        * src/sql/pa_sql_driver.h: exception type fixed
                   16552: 
                   16553: 2002-12-09  paf
                   16554: 
                   16555:        * src/types/pa_vvoid.h: $void.store[now] error
                   16556: 
                   16557:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16558: 
                   16559:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   16560:          tries to write core dump
                   16561: 
                   16562:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16563: 
                   16564:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16565:          classes/void.C, main/pa_sql_driver_manager.C,
                   16566:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16567:          handlers #2
                   16568: 
                   16569:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   16570:          exception handling mech in sql handlers
                   16571: 
                   16572:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   16573:          handlers
                   16574: 
                   16575:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16576:          classes/void.C, main/pa_sql_driver_manager.C,
                   16577:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16578:          handlers
                   16579: 
1.116     moko     16580:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   16581:          to write makefile which used libtool to install things, which is
                   16582:          not needed
1.95      moko     16583: 
                   16584: 2002-12-06  paf
                   16585: 
                   16586:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   16587:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   16588: 
                   16589: 2002-12-05  paf
                   16590: 
                   16591:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   16592:          cc/bcc OK now
                   16593: 
                   16594:        * src/main/untaint.C: mail header closed properly
                   16595: 
                   16596:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   16597:          header ',' allowed.  still bugs in smtp [only one receiptient
                   16598:          works, cc, bcc ignored now, and MAILED ;)]
                   16599: 
                   16600:          [strncpy killed, memnchr used]
                   16601: 
                   16602:        * src/main/pa_table.C: table-copy now current=0
                   16603: 
                   16604:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   16605:          lowlevel proc
                   16606: 
                   16607:        * src/targets/cgi/parser3.C: more checks on
                   16608:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16609:          checked that now
                   16610: 
                   16611:        * src/targets/cgi/parser3.C: more checks on
                   16612:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16613:          checked that now
                   16614: 
                   16615:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   16616:          out-of-mem errors reached log]
                   16617: 
                   16618:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   16619:          mail:send MIME-Version default
                   16620: 
                   16621:        * src/main/main.dsp: pa_version included into main.dsp
                   16622: 
                   16623: 2002-12-04  paf
                   16624: 
                   16625:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   16626: 
                   16627:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   16628:          lib/libltdl -> lib/ltdl Win32 changes. s
                   16629: 
                   16630:        * src/classes/classes.awk: more strict *.C$
                   16631: 
                   16632:        * gnu.dsp: restored
                   16633: 
1.116     moko     16634:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   16635:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   16636:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   16637:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   16638:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   16639:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   16640:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   16641:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   16642:          now created with /configure, not ltdl/configure, so it does have
                   16643:          no problems with automake.  ltdl/configure
                   16644:          AC_OUTPUT(Makefile<<removed)
1.95      moko     16645: 
                   16646: 2002-12-02  paf
                   16647: 
                   16648:        * operators.txt: removed outdated status:db
                   16649: 
                   16650:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   16651:          src/main/pa_common.C, src/main/pa_request.C,
                   16652:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   16653:          tainted parts becomes http-header
                   16654: 
                   16655: 2002-11-29  paf
                   16656: 
                   16657:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   16658:          dates now objects of type date
                   16659: 
                   16660:        * src/classes/image.C: file.seek removed [it were used in image.C
                   16661:          only, and for parser user this  means that jpeg image has bad
                   16662:          size in fragment's header] now used image.format
                   16663: 
                   16664:        * src/: include/pa_common.h, main/pa_common.C,
                   16665:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   16666:          now handled exactly like $response:header values.  e.g. can be
                   16667:          hash [can have subattributes] & contain date values.
                   16668: 
                   16669:        * src/main/pa_common.C: http:// param values lang forced URI
                   16670: 
                   16671:        * src/main/pa_common.C: http:// tainted partes now %xx
                   16672: 
                   16673: 2002-11-28  paf
                   16674: 
                   16675:        * operators.txt: http.timeout
                   16676: 
                   16677:        * src/classes/image.C: ^image.length now counts interchar space.
                   16678:          plus space after last char
                   16679: 
                   16680:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   16681: 
                   16682:        * src/classes/image.C: ^image.font width measurer now scans full
                   16683:          height [were -1]
                   16684: 
                   16685:        * configure.in: stopped double libltdl/Makefile generation
                   16686: 
                   16687:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   16688:          chars [one top horizontal line of 1pixel height were missing]
                   16689: 
                   16690:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   16691:          'false' to go into (Hash *) parameter
                   16692: 
                   16693: 2002-11-27  paf
                   16694: 
                   16695:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   16696:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   16697:          returns content-disposition: >>attachment<<
                   16698: 
                   16699:        * src/classes/image.C: ^image.font << bad font file-size now
                   16700:          properly reported
                   16701: 
                   16702: 2002-11-26  paf
                   16703: 
                   16704:        * src/main/pa_request.C: fixed lang in reponse header
                   16705: 
                   16706:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   16707: 
                   16708:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   16709:          made exception: http.status with source=bad status#
                   16710: 
                   16711: 2002-11-25  paf
                   16712: 
                   16713:        * configure.in, src/classes/image.C,
                   16714:          src/include/pa_config_auto.h.in,
                   16715:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     16716:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   16717:          const void related probs fixed
1.95      moko     16718: 
                   16719:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   16720: 
                   16721:          $file[^file::load[http://there]] $file.SERVER
                   16722: 
                   16723:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   16724:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   16725:          http options [invalid onces now reported] made default
                   16726:          user-agent: paf
                   16727: 
                   16728:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   16729:          src/classes/xdoc.C, src/include/pa_common.h,
                   16730:          src/include/pa_globals.h, src/main/pa_common.C,
                   16731:          src/main/pa_globals.C, src/main/pa_request.C,
                   16732:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   16733:          now understand http:// prefix and additional params, sample:
                   16734:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   16735:          $.USER-AGENT[parser3] ]]
                   16736: 
                   16737: 2002-11-22  paf
                   16738: 
                   16739:        * src/classes/image.C, src/include/pa_globals.h,
                   16740:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   16741:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   16742:          $image.exif.DateTime & co
                   16743: 
                   16744: 2002-11-21  paf
                   16745: 
                   16746:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   16747:          _PASS_APPENDED)
                   16748: 
                   16749:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   16750:          EXIF information [were big block and it's size were considered
                   16751:          negative :(]
                   16752: 
                   16753:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   16754:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   16755:          internals rewritten. no there's reader.seek, and all's ready for
                   16756:          EXIF extraction [now we fail to measure files with EXIF info]
                   16757: 
                   16758:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   16759:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   16760:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   16761: 
                   16762: 2002-11-20  paf
                   16763: 
                   16764:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   16765: 
                   16766:        * configure.in, src/include/pa_config_auto.h.in,
                   16767:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   16768:          comment
                   16769: 
                   16770:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   16771: 
                   16772:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16773:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   16774:          currently processed document SIGPIPE >> interrupts request
                   16775:          processing [exception = DB rollback]
                   16776: 
                   16777:        * src/main/pa_exec.C: comment
                   16778: 
                   16779:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   16780: 
                   16781:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   16782:          << disable HTTP-POST repassing
                   16783: 
                   16784:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16785:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   16786:          pipe read errors now checked
                   16787: 
                   16788: 2002-11-19  paf
                   16789: 
                   16790:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   16791:          CGI: Illegal call
                   16792: 
                   16793: 2002-11-01  paf
                   16794: 
                   16795:        * src/main/execute.C: comment
                   16796: 
                   16797: 2002-10-31  paf
                   16798: 
                   16799:        * src/main/execute.C: found out why, checked that for now.  todo:
                   16800:          find out a way for that user could do that
                   16801: 
                   16802:        * src/types/pa_vstateless_object.h: object put replaces static
                   16803:          parent if any
                   16804: 
                   16805:        * src/types/pa_vobject.C: object put replaces static parent if any
                   16806: 
                   16807:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16808:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   16809:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16810:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16811:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16812:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16813:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16814:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16815:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16816:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16817:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16818:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16819:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16820:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16821:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16822:          types/pa_wwrapper.h: static fix merged
                   16823: 
                   16824:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   16825:          $virtual_fields in dynamic, but one can reach derived
                   16826:          static[class] variable from base
                   16827: 
                   16828:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16829:          types/pa_vobject.C, types/pa_vobject.h,
                   16830:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   16831:          statics, left $virtual_fields in dynamic
                   16832: 
                   16833:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   16834:          one can't remember derivates in base class: there's so many of
                   16835:          them.  also there can be no virtual method calls in static
                   16836:          classes
                   16837: 
                   16838:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16839:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   16840:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16841:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16842:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16843:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16844:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16845:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16846:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16847:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16848:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16849:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16850:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16851:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16852:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16853:          types/pa_wwrapper.h: static call $self fixed
                   16854: 
                   16855:        * src/main/execute.C: comment
                   16856: 
                   16857:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   16858:          ^process[$caller.self]{...} now compiles to last derived object
                   16859:          part of that 'self'
                   16860: 
                   16861: 2002-10-29  paf
                   16862: 
                   16863:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   16864:          re-passing [iis to blame]
                   16865: 
                   16866:        * src/classes/string.C: changed string.save to pass current sql
                   16867:          connection to cstr thus one can ^connect[some server]{
                   16868:          $s[insert into table x (x) values (^taint[sql]{value})]
                   16869:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   16870:          properly escaped.  [tried in mssql->mysql export->import of
                   16871:          binary data]
                   16872: 
                   16873: 2002-10-25  paf
                   16874: 
                   16875:        * src/types/pa_vresponse.C: case insensitive response user fields
                   16876:          get/put
                   16877: 
                   16878:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16879:          types/pa_vresponse.C: saving for maybe-future
                   16880: 
                   16881: 2002-10-23  paf
                   16882: 
                   16883:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   16884:          ^table.hash(expr)...
                   16885: 
                   16886:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   16887: 
                   16888: 2002-10-22  paf
                   16889: 
                   16890:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   16891:          VForm::Append...(...Value)
                   16892: 
                   16893:        * src/main/execute.C: $.name outside of $name[...] checked
                   16894: 
                   16895:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   16896:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   16897: 
                   16898: 2002-10-21  paf
                   16899: 
                   16900:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   16901:          $form:qtail $form:imap.x/y
                   16902: 
                   16903:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   16904:          "?value&...", "...&value&...", "...&value"
                   16905: 
                   16906:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   16907: 
                   16908:        * operators.txt, src/classes/file.C: /some/page.html:
                   16909:          ^file:fullpath[a.gif] => /some/a.gif
                   16910: 
                   16911: 2002-10-17  paf
                   16912: 
                   16913:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   16914:          a little: logical not and bitwise negation precedence made
                   16915:          highest, << and >> bitshits precedence made equal [were << higher
                   16916:          than >>]
                   16917: 
                   16918:        * src/classes/op.C: exception handling fixed [were bad with
                   16919:          contexts]
                   16920: 
                   16921: 2002-10-16  paf
                   16922: 
                   16923:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16924:          main/pa_request.C: Request::self considered equal to
                   16925:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16926:          VMethodFrame.self()
                   16927: 
                   16928:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16929:          $hash in open field now gives old good error meesage
                   16930: 
                   16931: 2002-10-15  paf
                   16932: 
                   16933:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16934:          use ^if($junction is junction){was and now true}
                   16935: 
                   16936:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16937:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16938:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16939:          points to place where value left xml library and came to parser:
                   16940:          place of dom field extraction/call
                   16941: 
                   16942:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16943:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16944:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16945:          allowing $junction.xxx at compile time
                   16946: 
                   16947:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16948:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16949:          objects also considered [were only classes]
                   16950: 
                   16951:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16952:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16953:          with CLASS self.  [   (request&method_frame).self temporarily
                   16954:          changed   ]
                   16955: 
                   16956:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16957:          no exception to native calls.  for&foreach changed to use
                   16958:          method_frame.caller for their var's name context
                   16959: 
                   16960:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16961:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16962:          compiling to system classes disabled
                   16963: 
                   16964:        * operators.txt, src/classes/op.C:
                   16965:          ^process[$caller.CLASS]{code-string} added
                   16966: 
                   16967:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16968:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16969:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16970:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16971:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16972:          introducing $caller
                   16973: 
                   16974:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16975:          find them lower by inheritance tree
                   16976: 
                   16977:        * src/types/pa_vjunction.C: ident
                   16978: 
                   16979: 2002-10-14  paf
                   16980: 
                   16981:        * src/classes/op.C: process compiles to code's class class
                   16982: 
                   16983:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16984:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16985:          main/compile.y, main/execute.C, main/pa_request.C,
                   16986:          types/pa_vstateless_class.h: operators now main-class-methods
                   16987: 
                   16988:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16989:          better stack trace [has "call" & co there]
                   16990: 
                   16991:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16992:          operators @auto now executed in MAIN context
                   16993: 
                   16994:        * src/main/execute.C: operator execution context now = MAIN, not
                   16995:          closest stack frame
                   16996: 
                   16997:          @touchit[] $i[after]
                   16998: 
                   16999:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   17000:          were 'after'
                   17001: 
                   17002:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   17003:          'after'
                   17004: 
                   17005:        * src/main/execute.C: comment
                   17006: 
                   17007:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   17008:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   17009:          action]
                   17010: 
                   17011:        * src/types/pa_vxnode.C: misreplace fixed
                   17012: 
                   17013:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17014:          src/types/pa_vstatus.C, operators.txt:
                   17015:          $status:rusage.tv_secs/usecs introduced
                   17016: 
                   17017: 2002-10-09  paf
                   17018: 
                   17019:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   17020:          on empty string [or uses (default)]
                   17021: 
                   17022: 2002-10-08  paf
                   17023: 
                   17024:        * src/main/untaint.C: mail header quoted printable changed after
                   17025:          RFC reread
                   17026: 
                   17027:        * operators.txt: plan on ^if(method
                   17028: 
                   17029:        * src/types/pa_vxnode.C: misreplace
                   17030: 
                   17031: 2002-09-24  paf
                   17032: 
1.116     moko     17033:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     17034: 
                   17035:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   17036:          mailreceive would compile on freebsd now
                   17037: 
                   17038:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   17039:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     17040:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   17041:          mailreceive would compile on freebsd now
1.95      moko     17042: 
                   17043:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   17044:          changed: now there are only few chars are untainted: * ? ' " < >
                   17045:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   17046:          one should use ^untaint[uri]{...} now]
                   17047: 
                   17048:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   17049:          $list.name, not tainted as filespec
                   17050: 
                   17051:          @russianindex[] #dir with files with russian-lang names
                   17052:          $where[dir]
                   17053: 
                   17054:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   17055:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   17056: 
                   17057: 2002-09-23  paf
                   17058: 
                   17059:        * src/types/pa_vdouble.h: double->int round added
                   17060: 
                   17061:        * src/classes/date.C: date bug fix, now
                   17062:          round(floatDays*secondsPerDay)
                   17063: 
                   17064:        * src/classes/date.C: date bug fix, now
                   17065:          round(floatDays*secondsPerDay)
                   17066: 
                   17067: 2002-09-20  paf
                   17068: 
                   17069:        * src/main/execute.C: code junction calls disabled [before: code
                   17070:          was compiled in such a way, that there were no code-junctions in
                   17071:          OP_CALL]
                   17072: 
                   17073:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   17074: 
                   17075:          @badjunctioncallinside[code] ^code[]
                   17076: 
                   17077:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   17078:          expanding to include ^junction.method
                   17079: 
                   17080:        * src/main/pa_common.C: -d "DIR/" now true
                   17081: 
                   17082:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   17083:          as internal xdoc encoding, and after decoding attributes set by
                   17084:          dom functions now encoded OK, not as digital entities
                   17085: 
                   17086:        * src/classes/xdoc.C: empty transform result, being taken as file
                   17087:          now returns empty file, not raises stupid error about "stat-ed
                   17088:          file"
                   17089: 
                   17090:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   17091:          allowed
                   17092: 
                   17093:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   17094:          write iterators now:
                   17095: 
                   17096:          ^user-foreach[key;value]{$key=$value<br>}
                   17097: 
                   17098:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17099:          $code.value($i*2)       $code }
                   17100: 
                   17101:        * src/main/compile_tools.h: mistype
                   17102: 
1.116     moko     17103:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   17104:          thus taking linking options configure changes into account [were:
                   17105:          ignoring]
1.95      moko     17106: 
                   17107:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   17108:          $junction.get/put(1) one can write iterators now:
                   17109: 
                   17110:          ^user-foreach[key;value]{$key=$value<br>}
                   17111: 
                   17112:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17113:          $code.value($i*2)       $code }
                   17114: 
                   17115:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17116:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17117:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   17118:          introducing $junction.get/put(1) one can write iterators now:
                   17119: 
                   17120:          ^user-foreach[key;value]{$key=$value<br>}
                   17121: 
                   17122:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17123:          $code.value($i*2)       $code }
                   17124: 
                   17125: 2002-09-19  paf
                   17126: 
1.116     moko     17127:        * Makefile.am: new: make commit
1.95      moko     17128: 
                   17129:        * aclocal.m4: forced to be older
                   17130: 
                   17131: 2002-09-18  paf
                   17132: 
                   17133:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   17134:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   17135: 
                   17136:        * src/: include/pa_common.h, include/pa_request.h,
                   17137:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   17138:          - now this - fatal error
                   17139: 
                   17140:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   17141:          that one can pass binary data there
                   17142: 
                   17143:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17144:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17145:          classes/op.C, classes/response.C, classes/string.C,
                   17146:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17147:          include/pa_request.h: pa_request contexts made privated, plus
                   17148:          get_{self/method_frame} to read.  Request_context_saver used in
                   17149:          ^try to save flang too.  [were not saved]
                   17150: 
                   17151:        * src/types/pa_vresponse.C: header value chains joined before
                   17152:          output, this should help $.subject[$var $var] from being
                   17153:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   17154: 
                   17155: 2002-09-17  paf
                   17156: 
                   17157:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   17158:          removed changes, operators executed with calling self.  lots of
                   17159:          code with ^include code relies on defined/defining self variables
                   17160: 
                   17161:          $a[1] ^include[print_a.p] print_a.p: $a
                   17162: 
                   17163:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   17164: 
                   17165:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   17166:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17167:          types/pa_vstateless_class.h: operators now executed with MAIN
                   17168:          self.  it's for ^include sake, too strong a change
                   17169: 
                   17170:        * src/classes/op.C: made place for ^process to compile it's code to
                   17171:          in case of no self
                   17172: 
                   17173:        * src/main/execute.C: found ancient param to Junction, removed.
                   17174:          allowed passing self to native_code_operators [for ^process to
                   17175:          work, she needs self]
                   17176: 
                   17177:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   17178:          types/pa_vstateless_class.h: found ancient param to Junction,
                   17179:          removed.  allowed passing self to native_code_operators [for
                   17180:          ^process to work, she needs self]
                   17181: 
                   17182:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   17183:          types/pa_value.h, types/pa_vmethod_frame.h,
                   17184:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   17185:          checked that in VMethodFrame get/put and $self.
                   17186: 
                   17187:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   17188:          copy options options checked, wrong option now fatal error
                   17189: 
                   17190:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   17191:          pieces boundaries]
                   17192: 
1.150     moko     17193:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17194:          .dll on cygwin, .so in other cases)
1.95      moko     17195: 
                   17196:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17197:          .dll on cygwin, .so in other cases)
                   17198: 
                   17199:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   17200:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   17201:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   17202:          record taken [were last]
                   17203: 
                   17204:        * src/: classes/hash.C, classes/table.C,
                   17205:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   17206:          now errors
                   17207: 
                   17208:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   17209: 
                   17210:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   17211:          ,2,3]
                   17212: 
                   17213: 2002-09-16  paf
                   17214: 
                   17215:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   17216:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   17217:          stdout to be binary.  now detected closest header break.
                   17218: 
                   17219:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   17220:          closed right
                   17221: 
                   17222: 2002-09-13  paf
                   17223: 
                   17224:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   17225:          src/main/compile_tools.h: (expression #comment)
                   17226: 
                   17227:          (multiline expression #comment  line2  #comment )
                   17228: 
                   17229:          (expression #comment with (brackets) comment) << OK
                   17230: 
                   17231:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   17232:          bitwise !|| numerical xor now [preparing for expression
                   17233:          #comments]
                   17234: 
                   17235:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   17236:          error
                   17237: 
                   17238:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   17239:          cheched in pa_socks.C
                   17240: 
1.116     moko     17241:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17242:          HAVE_WINSOCK_H created in configure.in
1.95      moko     17243: 
                   17244:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   17245:          cookie date now clean [were mistakenly tainted & that worked bad
                   17246:          with opera -- 'happily' that worked OK with msie]
                   17247: 
                   17248: 2002-09-12  paf
                   17249: 
                   17250:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   17251:          VClass get_element now first looks to fields, next to methods &
                   17252:          co todo: the rest reason: more speed
                   17253: 
                   17254:        * src/main/untaint.C: quoted printable encoding stops before
                   17255:          \s*<...>$
                   17256: 
                   17257:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   17258:          stops before <...>$
                   17259: 
                   17260: 2002-09-11  paf
                   17261: 
                   17262:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   17263:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   17264:          forgot to check users of those funcs. not all were using that
                   17265:          return value convention
                   17266: 
                   17267:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   17268:          windows-1254 added
                   17269: 
                   17270: 2002-09-10  paf
                   17271: 
                   17272:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   17273:          VCodeFrame parent param were specified badly
                   17274: 
                   17275:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   17276:          WWrapper which used in constructing objects(second param to sql
                   17277:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   17278:          code in hash to survivi
                   17279: 
                   17280:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   17281:          param to execute [stack said 'thanks']
                   17282: 
                   17283:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   17284:          types/pa_value.h, types/pa_vcode_frame.h,
                   17285:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17286:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   17287:          responsibility to wcontext
                   17288: 
                   17289:        * src/classes/file.C: decided not to log exec's with stderr, that
                   17290:          could be warnings, and it's up to scritper to log/show them
                   17291: 
                   17292:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   17293:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   17294:          double/string converstion, which were loosing time&precesion
                   17295: 
                   17296:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   17297:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   17298:          case of unfinished in buffer processing, causing accidental
                   17299:          transcode stop [in case that source enc != utf-8 & there is
                   17300:          incomplete utf-8 sequence at the end of 16000block iside of
                   17301:          libxml lib] tfm readed & code updated
                   17302: 
                   17303: 2002-09-04  paf
                   17304: 
                   17305:        * configure: makes with sjlj
                   17306: 
                   17307:        * INSTALL, src/include/pa_config_fixed.h,
                   17308:          src/include/pa_sql_connection.h,
                   17309:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   17310:          checked.  on win32 it made default
                   17311: 
                   17312:        * src/include/pa_config_auto.h.in: sjlj define
                   17313: 
                   17314:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   17315:          can not work with longjump/throw pair, and one must switch that
                   17316:          on there.  todo: detect that automatically]
                   17317: 
                   17318:        * src/types/pa_vxnode.C: removed too strong checks of
                   17319:          xnode.elements.  now, for instance, if element does not have any
                   17320:          attributes, $xnode.attributes is void, not error
                   17321: 
                   17322: 2002-09-02  paf
                   17323: 
                   17324:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   17325:          removed double_result, didn't help
                   17326: 
                   17327:        * src/main/execute.C: double_result made to move that var away from
                   17328:          hungry g++ optimizer (-O2), before: it were optimized and
                   17329:          comparison operators worked badly
                   17330: 
                   17331:        * src/types/pa_vdate.h: removed debug
                   17332: 
1.116     moko     17333:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     17334: 
                   17335:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   17336:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   17337:          unknown reason.
                   17338: 
                   17339: 2002-08-29  paf
                   17340: 
                   17341:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   17342:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   17343:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   17344:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   17345:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   17346:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   17347:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   17348:          [called less frequent, allowed to remove ugly
                   17349:          Junction.change_context-s from many places, switch,
                   17350:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   17351:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   17352:          [speed up]
                   17353: 
                   17354: 2002-08-28  paf
                   17355: 
                   17356:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   17357:          tainted
                   17358: 
                   17359:        * src/types/pa_vcookie.C: fixed cookie delete when
                   17360:          $cookie:name[$.value[]]
                   17361: 
                   17362:        * operators.txt, src/classes/string.C:
                   17363:          ^string.split[delim[;options]]
                   17364: 
                   17365: 2002-08-27  paf
                   17366: 
1.116     moko     17367:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     17368: 
                   17369:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   17370:          delimiter
                   17371: 
                   17372:        * INSTALL: recommended latest gmime 1.0.5
                   17373: 
                   17374: 2002-08-26  paf
                   17375: 
                   17376:        * configure, configure.in: apache13/hook added to make dist.
                   17377: 
                   17378: 2002-08-23  paf
                   17379: 
                   17380:        * src/: include/pa_common.h, main/pa_common.C,
                   17381:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   17382:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   17383:          whatever] it's error now
                   17384: 
                   17385: 2002-08-21  paf
                   17386: 
1.116     moko     17387:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     17388: 
                   17389:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17390:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   17391:          class".  compiled as if here they named base class
                   17392: 
                   17393:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   17394:          cloning constructor]
                   17395: 
                   17396:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   17397: 
1.150     moko     17398:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     17399:          $mail.received.file.value.content-type fixed
                   17400: 
                   17401: 2002-08-20  paf
                   17402: 
                   17403:        * src/classes/file.C: fixed language of file:file result
                   17404: 
                   17405:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   17406:          from 3.0.0005
                   17407: 
                   17408:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   17409: 
                   17410:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   17411:          3.0.0005
                   17412: 
                   17413:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   17414: 
                   17415: 2002-08-19  paf
                   17416: 
                   17417:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   17418:          work now
                   17419: 
                   17420:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   17421:          error in xnode, which were not catched in xdoc]
                   17422: 
                   17423:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   17424:          prepared:        // validate each document after load/create (?)
                   17425:                 //xmlDoValidityCheckingDefaultValue = 1;
                   17426: 
                   17427: 2002-08-15  paf
                   17428: 
                   17429:        * src/classes/classes.h: write to static var caused useless
                   17430:          Exception, introduced Methoded::put_element wich consumes those
                   17431: 
                   17432:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   17433:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   17434:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   17435:          $response:field[date] $response:field[$.xxx[date]]
                   17436: 
                   17437:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17438:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   17439:          ^hash::sql{bad}
                   17440: 
                   17441:        * operators.txt: $request:body unprecessed POST request body
                   17442: 
                   17443:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   17444: 
                   17445:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   17446:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   17447: 
                   17448:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   17449:          src/include/pa_request.h, src/main/pa_pool.C,
                   17450:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   17451:          $request:body r.post_data now const
                   17452: 
                   17453:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   17454:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   17455:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   17456:          types/pa_vtable.h: instead of type() checking everywhere used
                   17457:          Value.as now user descendants can be used in params.
                   17458: 
                   17459:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   17460:          ^if($xtable) now OK
                   17461: 
                   17462:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   17463:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   17464:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   17465: 
                   17466: 2002-08-14  paf
                   17467: 
                   17468:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   17469:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17470:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17471:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17472:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17473:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17474:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17475:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17476:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17477:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17478:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17479:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17480:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17481:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   17482:          & VClass
                   17483: 
                   17484:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   17485: 
                   17486:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   17487:          removed fixopt stupidity. on stupid linux use cd /document/root
                   17488:          ../cgi/parser3 script
                   17489: 
                   17490:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   17491:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   17492: 
                   17493:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   17494:          fixopt.h: fixopt now preprocesses command line params, splitting
                   17495:          them by space, excluding argv[0], argv[argc-1]
                   17496: 
                   17497:        * src/targets/cgi/parser3.C: -f config file
                   17498: 
                   17499:        * src/targets/cgi/parser3.C: fixed .log file dir
                   17500: 
                   17501: 2002-08-13  paf
                   17502: 
                   17503:        * src/types/pa_vobject.C: allow override parent variables, useful
                   17504:          for form descendants [in vobject too, were in vclass]
                   17505: 
                   17506:        * src/types/pa_vclass.C: allow override parent variables, useful
                   17507:          for form descendants
                   17508: 
                   17509:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   17510:          overwritten in derived(table)
                   17511: 
                   17512:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17513:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   17514:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17515:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17516:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17517:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17518:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17519:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17520:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17521:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17522:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17523:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17524:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17525:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17526:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   17527:          Value::get_element(..., bool looking_down) [needed to exclude
                   17528:          endless recoursion]
                   17529: 
                   17530:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   17531:          fix bug with put endless recoursion todo: check 'as'
                   17532: 
                   17533:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   17534:          reorganized modules todo: fix bug with put endless recoursion
                   17535:          todo: check 'as'
                   17536: 
                   17537:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   17538:          in derived(table)
                   17539: 
                   17540:        * src/types/pa_vobject.h: derived classes can have fields of their
                   17541:          own now
                   17542: 
                   17543:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   17544:          fixed error message on using non-created table
                   17545: 
                   17546:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   17547:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   17548:          main/compile.C, main/compile.tab.C, main/execute.C,
                   17549:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17550:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17551:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17552:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17553:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   17554:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17555:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17556:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17557:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17558:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17559:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17560:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17561:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   17562:          looking down/up tree todo: fix error message on non-constructed
                   17563:          parents
                   17564: 
                   17565: 2002-08-12  paf
                   17566: 
                   17567:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   17568:          derived OK
                   17569: 
                   17570:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   17571:          thorough testing
                   17572: 
                   17573:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   17574:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17575:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17576:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   17577:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   17578:          ^base:create[] dynamic call rewritten todo: thorough testing
                   17579: 
                   17580:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   17581:          now instantates base class, remembers it and saves child in
                   17582:          parent VObject.get_class now returns last child = downward
                   17583:          virtual calls OK
                   17584: 
                   17585:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17586:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17587:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   17588:          types/pa_vobject.h, types/pa_vresponse.h,
                   17589:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17590:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   17591:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   17592:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   17593:          instance]
                   17594: 
                   17595:        * src/main/pa_request.C: $response:body[file] content-type check
                   17596:          fixed [were bad when content-type is hash]
                   17597: 
                   17598: 2002-08-09  paf
                   17599: 
                   17600:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17601:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   17602: 
                   17603: 2002-08-08  paf
                   17604: 
                   17605:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   17606:          src/main/pa_globals.C: year column in month calendar [week year]
                   17607: 
                   17608:        * src/main/execute.C: error reporting on object writes to MAIN
                   17609:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   17610: 
                   17611:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   17612:          $date.daylightsaving
                   17613: 
                   17614:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   17615:          use tainted data now. only she must specify the language.
                   17616: 
                   17617:          ^mail:send[     $.from[paf@mail.design.ru]
                   17618:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   17619:                $.text[^taint[uri][ìîñêâà]=] ]
                   17620: 
                   17621:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   17622:          now prints more precise origin
                   17623: 
                   17624:        * src/include/pa_string.h: String::first_char now not fails on
                   17625:          empty strings ^if(-f '') now ok and in 3 other places.
                   17626: 
                   17627:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   17628:          String::first_char now not fails on empty strings ^if(-f '') now
                   17629:          ok and in 3 other places.
                   17630: 
                   17631: 2002-08-07  paf
                   17632: 
                   17633:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   17634:          fixed
                   17635: 
                   17636:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   17637: 
                   17638:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   17639:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17640:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   17641:          mistakenly not completely transparent to object writes.
                   17642:          $hash[^if(1){$hash}] now works
                   17643: 
                   17644:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   17645:          now erasing cache file [there were bad check on that]
                   17646: 
                   17647:        * src/: classes/classes.dsp, classes/table.C,
                   17648:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   17649:          all Debug dirs in .dsp now named 'Debug'
                   17650: 
1.116     moko     17651:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     17652: 
                   17653:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   17654: 
                   17655:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   17656: 
                   17657:        * src/types/pa_vmail.C: mail:send empty  email checked
                   17658: 
                   17659: 2002-08-06  paf
                   17660: 
                   17661:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17662:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17663:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   17664: 
                   17665:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   17666:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   17667:          #  $.default() }
                   17668: 
                   17669:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   17670: 
                   17671:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17672:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   17673:          $file.content-type [instead of .mime-type] now works for
                   17674:          file::stat also
                   17675: 
                   17676:        * src/main/pa_request.C: case insensitive mime_type_of
                   17677: 
                   17678: 2002-08-05  paf
                   17679: 
                   17680:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   17681: 
                   17682:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   17683: 
                   17684:        * operators.txt: comment on date:calendar week column
                   17685: 
                   17686:        * src/main/pa_common.C: write checked
                   17687: 
                   17688:        * src/main/: pa_common.C: write checked
                   17689: 
                   17690:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   17691: 
                   17692:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   17693:          month calendar week column [ISO 8601 Week Numbers]
                   17694: 
                   17695: 2002-08-02  paf
                   17696: 
                   17697:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   17698:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   17699:          DEBUG*
                   17700: 
                   17701:        * configure, configure.in, src/include/pa_version.h: release
                   17702:          3_0_0005
                   17703: 
                   17704:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   17705:          multipart post fixed
                   17706: 
                   17707:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   17708:          response transcoded source->client only when text/* or simple
                   17709:          onoverridden $response:body
                   17710: 
                   17711: 2002-08-01  paf
                   17712: 
                   17713:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17714:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17715:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17716:          classes/op.C, classes/response.C, classes/string.C,
                   17717:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17718:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17719:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17720:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   17721:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17722:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   17723:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   17724:          include/pa_socks.h, include/pa_sql_connection.h,
                   17725:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17726:          include/pa_string.h, 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,
                   17730:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   17731:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17732:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17733:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17734:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17735:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17736:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17737:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17738:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17739:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17740:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17741:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17742:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17743:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   17744:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   17745:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17746:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   17747:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17748:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17749:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17750:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   17751:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17752:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17753:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17754:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17755:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17756:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17757:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17758:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     17759:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     17760: 
                   17761:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   17762:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   17763:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17764:          classes/math.C, classes/op.C, classes/response.C,
                   17765:          classes/string.C, classes/table.C, classes/void.C,
                   17766:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17767:          include/pa_array.h, include/pa_cache_managers.h,
                   17768:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17769:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17770:          include/pa_dictionary.h, include/pa_dir.h,
                   17771:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17772:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17773:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17774:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17775:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17776:          include/pa_stack.h, include/pa_string.h,
                   17777:          include/pa_stylesheet_connection.h,
                   17778:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17779:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17780:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   17781:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17782:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   17783:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17784:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17785:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17786:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17787:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17788:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17789:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17790:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17791:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17792:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17793:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17794:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17795:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   17796:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17797:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17798:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17799:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17800:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17801:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17802:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17803:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17804:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17805:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17806:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17807:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17808:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17809:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17810:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17811:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   17812:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   17813:          types/Makefile.am: ident.C* removed
                   17814: 
                   17815:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   17816:          file:find[/can/do/this/now.txt]
                   17817: 
                   17818:        * src/targets/cgi/parser3.C: usage to stdout now
                   17819: 
                   17820: 2002-07-31  paf
                   17821: 
                   17822:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   17823: 
                   17824:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   17825:          default "postmaster"
                   17826: 
                   17827:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   17828:          -f postmaster now default sendmail key word "postmaster"
                   17829:          replaced to $.from
                   17830: 
                   17831: 2002-07-30  paf
                   17832: 
1.116     moko     17833:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   17834:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     17835: 
                   17836:        * src/main/pa_charset.C: comment
                   17837: 
                   17838:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   17839:          table, &#decimal;
                   17840: 
                   17841:        * src/main/pa_request.C: comment
                   17842: 
                   17843:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   17844:          paragraf]
                   17845: 
                   17846: 2002-07-11  paf
                   17847: 
                   17848:        * src/main/pa_exec.C: build command line badly added params twice
                   17849:          [and first time without ' ']. double wrong. fixed.
                   17850: 
                   17851:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   17852:          wich parser did not provide = reported badly.  fixed that.
                   17853: 
                   17854:        * src/classes/mail.C: $MAIL[ # xxx ]
                   17855: 
                   17856:          now ok
                   17857: 
                   17858:        * operators.txt: plan: sql detailed exception
                   17859: 
                   17860: 2002-07-01  paf
                   17861: 
                   17862:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   17863:          [MForm.configure_admin were called when request.main_class ==0
                   17864: 
                   17865:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   17866: 
                   17867:        * src/classes/form.C: content_length type fix
                   17868: 
                   17869: 2002-06-30  paf
                   17870: 
                   17871:        * src/classes/mail.C: merged from 4
                   17872: 
                   17873:        * src/classes/mail.C: restored $MAIL
                   17874: 
                   17875: 2002-06-28  paf
                   17876: 
                   17877:        * configure, configure.in: removed paths.h
                   17878: 
1.116     moko     17879:        * configure, src/include/pa_version.h,
1.95      moko     17880:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   17881:          merged, makes updated
                   17882: 
                   17883:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   17884:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17885:          src/include/pa_pool.h, src/include/pa_version.h,
                   17886:          src/main/pa_charset.C, src/main/pa_pool.C,
                   17887:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   17888:          src/types/pa_vmail.C: merged latest updates to head
                   17889: 
                   17890: 2002-06-27  paf
                   17891: 
                   17892:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17893:          not error now
                   17894: 
                   17895:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17896:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17897:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17898:          ^xdoc::create[[uri]]... base uri for document being created,
                   17899:          imports and other relative file names would be relative to this
                   17900:          uri default uri=path_translated
                   17901: 
                   17902:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   17903: 
                   17904: 2002-06-26  paf
                   17905: 
                   17906:        * configure, configure.in, src/include/pa_version.h:
                   17907:          release_3_0_0004
                   17908: 
                   17909:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17910:          0 now
                   17911: 
                   17912:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17913: 
                   17914: 2002-06-25  paf
                   17915: 
                   17916:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17917:          considered bad number now
                   17918: 
                   17919:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17920:          now
                   17921: 
                   17922:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17923:          name: optimize
                   17924: 
                   17925:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17926:          library configured
                   17927: 
                   17928:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17929: 
1.150     moko     17930:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   17931:          ^math:crypt updated to generate random salt when needed and to
                   17932:          call system crypt() if not $apr1$ prefix
1.95      moko     17933: 
                   17934: 2002-06-24  paf
                   17935: 
                   17936:        * INSTALL: --with-static/shared-mailreceive described
                   17937: 
                   17938:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17939: 
1.116     moko     17940:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17941:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17942:          src/types/pa_vmail.C: $mail:received makes update
                   17943: 
                   17944:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17945:          WITH_MAILRECEIVE
                   17946: 
                   17947:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17948: 
                   17949:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17950:          option, for $mail:receive
                   17951: 
                   17952:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17953:          introducting $message:received ^mail:send rewritten with backward
                   17954:          comp
                   17955: 
                   17956:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17957:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17958:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17959:          now
                   17960: 
                   17961:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17962:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17963:          src/include/pa_request.h, src/include/pa_string.h,
                   17964:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17965:          src/main/pa_globals.C, src/main/pa_request.C,
                   17966:          src/main/pa_string.C, src/main/pa_uue.C,
                   17967:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17968:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17969:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17970:          uue to separate file introducting $message:received ^mail:send
                   17971:          rewritten with backward comp
                   17972: 
                   17973: 2002-06-21  paf
                   17974: 
1.116     moko     17975:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17976:          co changes
1.95      moko     17977: 
1.116     moko     17978:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17979:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17980:          restructure .in and .am files appropriate changes
1.95      moko     17981: 
                   17982:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17983:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17984:          targets ^math:crypt[password;$apr1$salt]
                   17985: 
                   17986:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17987:          src/Makefile.am, src/classes/Makefile.am,
                   17988:          src/classes/classes.dsp, src/classes/math.C,
                   17989:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17990:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17991:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17992:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17993:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17994:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17995:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17996:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17997:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17998:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17999:          src/lib/pcre/pcre_parser_ctype.dsp,
                   18000:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   18001:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   18002:          src/main/compile.tab.C, src/main/main.dsp,
                   18003:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   18004:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   18005:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   18006:          to libs/ added libs/md5 which is linked to non-apache targets
                   18007:          ^math:crypt[password;$apr1$salt]
                   18008: 
                   18009: 2002-06-20  paf
                   18010: 
1.150     moko     18011:        * INSTALL, configure, configure.in, operators.txt,
                   18012:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   18013:          src/include/pa_globals.h, src/include/pa_request.h,
                   18014:          src/main/execute.C, src/main/pa_request.C,
                   18015:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18016:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   18017:          file:justname&co & @auto/conf[filespec
1.95      moko     18018: 
                   18019:        * operators.txt, src/classes/file.C:
                   18020:          !^file:dirname[/a/some.tar.gz]=/a
                   18021:              !^file:dirname[/a/b/]=/a
                   18022:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   18023:              !^file:justname[/a/some.tar.gz]=some.tar
                   18024:              !^file:justext[/a/some.tar.gz]=gz
                   18025: 
                   18026:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18027:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   18028:          @conf/auto[filespec]
                   18029: 
1.116     moko     18030:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     18031: 
1.150     moko     18032:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     18033:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   18034:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   18035: 
                   18036: 2002-06-18  paf
                   18037: 
                   18038:        * configure, configure.in, src/include/pa_version.h: version to
                   18039:          configure.in
                   18040: 
                   18041:        * INSTALL: reflected .conf.dist dir change
                   18042: 
1.150     moko     18043:        * Makefile.am, configure, configure.in,
1.116     moko     18044:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     18045:          .in & *.am updated
                   18046: 
                   18047:        * src/classes/file.C: strncasecmp
                   18048: 
                   18049:        * src/classes/file.C: strcasecmp
                   18050: 
1.150     moko     18051:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     18052: 
                   18053:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   18054:          insensitive check now
                   18055: 
                   18056:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   18057: 
                   18058:        * configure, configure.in, src/include/pa_pool.h,
                   18059:          src/include/pa_types.h: pack configure.in detection simplified.
                   18060:          figured out that gcc on sparc not that stupid as thought
                   18061:          previously: on sparc: when it sees packed class it modifies it's
                   18062:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   18063:          operations [st, lduh] so packed must be all parts of packed
                   18064:          class, i.e. it's parents&fields(classes).  for now it's only
                   18065:          String that packed and what was wrong is that it's parent -
                   18066:          Pooled, were not packed. fixed that.
                   18067: 
                   18068: 2002-06-14  paf
                   18069: 
                   18070:        * operators.txt: more precise xml-to-text options
                   18071: 
                   18072:        * operators.txt, src/types/pa_vxnode.C: xnode
                   18073:          attribute_node.name/value xnode pi.node.data
                   18074: 
                   18075: 2002-06-12  paf
                   18076: 
1.116     moko     18077:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   18078:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     18079: 
                   18080:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   18081:          src/include/pa_globals.h, src/include/pa_request.h,
                   18082:          src/main/compile.tab.C, src/main/pa_globals.C,
                   18083:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   18084:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   18085: 
                   18086:        * src/classes/mail.C: sendmail -ti [default now]
                   18087: 
                   18088:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   18089:          to be strings. for convinient #ing
                   18090: 
                   18091:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   18092:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   18093: 
                   18094:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   18095:          main/pa_globals.C, main/pa_request.C: @conf
                   18096: 
                   18097: 2002-06-11  paf
                   18098: 
                   18099:        * src/classes/file.C: check simplified
                   18100: 
                   18101:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   18102:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   18103:          valid prefix
                   18104: 
                   18105:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   18106:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   18107:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   18108: 
                   18109: 2002-06-10  paf
                   18110: 
                   18111:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   18112:          src/main/pa_common.C: lock failures reported now
                   18113: 
                   18114:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   18115:          string->double @ compile time were not-enough-checking...
                   18116: 
                   18117:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   18118:          autoconvert now ignored
                   18119: 
                   18120:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   18121:          check
                   18122: 
                   18123:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   18124:          $response:body content-type:name
                   18125: 
                   18126:        * configure, configure.in: hpux check, nsl link, no socket
                   18127: 
                   18128:        * operators.txt: old merge conflict removed
                   18129: 
                   18130:        * configure, configure.in: pack even address access on sparc&co
                   18131:          arch checked in configure
                   18132: 
                   18133:        * configure, src/include/pa_version.h: makes
                   18134: 
                   18135:        * configure, configure.in, src/include/pa_version.h: makes
                   18136: 
                   18137:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   18138:          with charset even when all letters were 7bit one
                   18139: 
                   18140:        * src/main/pa_common.C: merged fixed -d (bug)
                   18141: 
                   18142:        * src/main/pa_common.C: fixed -d (bug)
                   18143: 
                   18144: 2002-06-03  paf
                   18145: 
                   18146:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   18147:          src/classes/classes.dsp, src/main/compile.tab.C,
                   18148:          src/main/main.dsp, src/main/pa_globals.C,
                   18149:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   18150:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   18151:          .dsp-s along with reorganized cvs modules dirs structure
                   18152: 
                   18153:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18154:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   18155:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   18156:          modules
                   18157: 
                   18158: 2002-05-28  paf
                   18159: 
                   18160:        * src/targets/cgi/parser3.C: info.uri now ""
                   18161: 
                   18162: 2002-05-17  paf
                   18163: 
                   18164:        * src/classes/: table.C: ^table.save << checked empty
                   18165:          pre/match/post columns
                   18166: 
                   18167: 2002-05-16  paf
                   18168: 
                   18169:        * src/classes/image.C: image::measure can png now
                   18170: 
                   18171: 2002-05-15  paf
                   18172: 
                   18173:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   18174:          added
                   18175: 
                   18176:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   18177: 
                   18178:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   18179:          %H[:%M[:%S]]]]]] [-%m now
                   18180: 
                   18181: 2002-05-14  paf
                   18182: 
                   18183:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   18184: 
                   18185: 2002-05-07  paf
                   18186: 
                   18187:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   18188:          src/include/pa_globals.h, src/include/pa_request.h,
                   18189:          src/include/pa_table.h, src/main/compile.tab.C,
                   18190:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   18191:          src/main/pa_request.C, src/main/pa_table.C,
                   18192:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   18193:          src/targets/isapi/parser3isapi.dsp,
                   18194:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   18195:          name2number field now &.  main_method_name now on Request pool
                   18196:          rather on global_pool [Junction+VJunction created on same pool as
                   18197:          name = were created on global pool, causing mem leaks]
                   18198: 
                   18199:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   18200:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   18201:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   18202:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   18203:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18204:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   18205:          field now &.  main_method_name now on Request pool rather on
                   18206:          global_pool [Junction+VJunction created on same pool as name =
                   18207:          were created on global pool, causing mem leaks]
                   18208: 
                   18209: 2002-05-06  paf
                   18210: 
                   18211:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18212:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18213:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18214: 
                   18215:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18216:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18217:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18218: 
                   18219: 2002-04-30  paf
                   18220: 
                   18221:        * configure, src/include/pa_version.h: version now not b
                   18222: 
                   18223:        * src/targets/cgi/parser3.C: request.uri now never 0
                   18224: 
                   18225: 2002-04-29  paf
                   18226: 
                   18227:        * configure.in: removed b
                   18228: 
                   18229:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   18230:          Exception::comment/type checked in (), no there's no empty
                   18231:          type/comment by default
                   18232: 
                   18233:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   18234:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   18235:          src/doc/value.dox, src/include/pa_exception.h,
                   18236:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   18237:          0001
                   18238: 
                   18239: 2002-04-26  paf
                   18240: 
                   18241:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   18242:          size reduced
                   18243: 
                   18244: 2002-04-25  paf
                   18245: 
                   18246:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   18247:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   18248:          now that took into account
                   18249: 
                   18250:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   18251:          01:03:04]
                   18252: 
                   18253:        * ChangeLog, operators.txt, src/classes/date.C:
                   18254:          ^date::create[2002-12-33 01:03:04]
                   18255: 
                   18256:        * ChangeLog: updated changelog
                   18257: 
                   18258:        * src/classes/table.C: removed restriction on column count to
                   18259:          ^table.hash to work, now must be >0 [were >1]
                   18260: 
                   18261: 2002-04-24  paf
                   18262: 
                   18263:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18264:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18265:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   18266:          targets
                   18267: 
                   18268: 2002-04-23  paf
                   18269: 
                   18270:        * operators.txt, src/classes/string.C:
                   18271:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   18272:          "junction used outside of context"]
                   18273: 
                   18274: 2002-04-22  paf
                   18275: 
                   18276:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   18277:          src/main/pa_string.C, src/types/pa_vstring.C,
                   18278:          src/types/pa_vstring.h: ^string.optimize[]
                   18279: 
                   18280:        * src/: include/pa_globals.h, include/pa_table.h,
                   18281:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   18282:          table template
                   18283: 
                   18284:        * src/classes/: string.C: optimize removed from string
                   18285:          .left/right/pos
                   18286: 
                   18287:        * src/main/execute.C: rolled back to
                   18288:          before_killing_userjunction_contexts
                   18289: 
                   18290:        * src/main/execute.C: user junctions context killed
                   18291: 
                   18292:        * src/main/execute.C: junctions to local contexts got
                   18293:          cleanized&checked later
                   18294: 
                   18295: 2002-04-19  paf
                   18296: 
                   18297:        * src/: classes/string.C, include/pa_request.h,
                   18298:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   18299:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   18300:          prior to .left .right .mid .pos .match when that is profitable,
                   18301:          and always before .replace when $ORIGINS(1) optimization disabled
                   18302:          economy from not wasting mem on lots of strings which occur by
                   18303:          lots of String:mid calls to get parts of source string between
                   18304:          found_occurances
                   18305: 
                   18306:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   18307:          ^file:list
                   18308: 
                   18309:        * src/: include/pa_globals.h, include/pa_table.h,
                   18310:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   18311:          globalized, not created @ each ^match anymore economy:
                   18312:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   18313: 
                   18314:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   18315:          removed from each String::match replace iteration, and made
                   18316:          stacked sizeof(VTable)=12bytes economy on each replace code
                   18317: 
                   18318:        * src/doc/footer.htm: 2001,
                   18319: 
                   18320:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18321:          string.match[]['] option enables generation of $match.prematch
                   18322:          .match .postmatch columns
                   18323: 
                   18324:        * src/main/pa_string.C: String::match options analized without
                   18325:          cstr-ing them now
                   18326: 
                   18327:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   18328:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   18329:          config updated to doxygen 1.2.15, created helper which fixes
                   18330:          minor bugs in chm project files & htm tree.  changed extension to
                   18331:          .htm
                   18332: 
                   18333: 2002-04-18  paf
                   18334: 
                   18335:        * src/doc/doxygen.cfg: .chi generation disabled
                   18336: 
                   18337:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   18338:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   18339:          fields&methods
                   18340: 
                   18341:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   18342:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   18343:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   18344:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   18345:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   18346:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   18347:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18348:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   18349:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   18350:          VStateless_class to VObject
                   18351: 
                   18352:        * src/: main/pa_request.C, types/pa_valiased.h,
                   18353:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18354:          types/pa_vstring.h: VStateless_string_object speicalized light
                   18355:          version of VStateless_object
                   18356: 
                   18357:        * src/classes/op.C: ^throw comment param made optional
                   18358: 
                   18359:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   18360:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   18361:          and implemented down in VClass, fclass_alias removed,
                   18362: 
                   18363:        * src/types/pa_value.C: forced to cut that from .h because of
                   18364:          VStateless_class usage [undefined in .h]
                   18365: 
                   18366:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18367:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18368:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   18369:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   18370:          on each CALL]
                   18371: 
                   18372:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   18373:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   18374:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   18375:          classes/response.C, classes/string.C, classes/table.C,
                   18376:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   18377:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   18378:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   18379:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   18380:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18381:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   18382:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   18383:          removed Value::fname
                   18384: 
                   18385: 2002-04-17  paf
                   18386: 
                   18387:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18388:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   18389:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   18390:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   18391:          state, PTHROW freshen to throw & co
                   18392: 
                   18393:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   18394: 
                   18395:        * src/classes/op.C: taint local result var bug fixed
                   18396: 
                   18397: 2002-04-16  paf
                   18398: 
                   18399:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   18400:          Attic asm.txt as most interesting
                   18401: 
                   18402:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   18403:          check, preventing content-length: 0 from appearing
                   18404: 
                   18405:        * src/main/execute.C: $result in @main now taken into account as in
                   18406:          usual functions
                   18407: 
                   18408:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   18409:          & @unhandled_exception now taken into account as in usual
                   18410:          functions
                   18411: 
                   18412:        * src/doc/postbuild.txt: instructions on post .html build
                   18413: 
                   18414:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   18415: 
                   18416:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   18417:          tainted
                   18418: 
                   18419:        * src/main/pa_request.C: uri in error log
                   18420: 
                   18421:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   18422:          cheched date:create(days) param for validity [later were assumed
                   18423:          valid and crashed on invalid onces]
                   18424: 
                   18425:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18426:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   18427:          and used that for removing VString wrapper
                   18428: 
                   18429:        * src/classes/op.C: exception2vhash file now tainted
                   18430: 
                   18431:        * src/classes/op.C: _process pseudo origin copied from local var to
                   18432:          heap
                   18433: 
                   18434:        * src/classes/op.C: extra check on empty file in origin in _execute
                   18435: 
                   18436: 2002-04-15  paf
                   18437: 
                   18438:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   18439: 
                   18440:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   18441:          functions
                   18442: 
                   18443:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   18444:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   18445:          started dual write_xxx_lang functions, if checked & works
                   18446: 
                   18447:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   18448:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   18449:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   18450:          unnecessary VString shells
                   18451: 
                   18452:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   18453:          prev changes]
                   18454: 
                   18455:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18456:          classes/table.C, include/pa_request.h, main/execute.C,
                   18457:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18458:          StringOrValue wcontext result, now ready for dual writes
                   18459: 
                   18460:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   18461:          checked that
                   18462: 
                   18463:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18464:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   18465:          changed to OP_WRITE_VALUE in var get cases
                   18466: 
                   18467:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   18468:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   18469:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18470:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   18471:          switch in hash constructor fixed [were problems with using of
                   18472:          stacked wwrapper after it's death]
                   18473: 
                   18474: 2002-04-12  paf
                   18475: 
                   18476:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   18477: 
                   18478: 2002-04-11  paf
                   18479: 
                   18480:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   18481:          Request::process_internal codeFrame & wwrapper stacked [not
                   18482:          wasting  heap anymore]
                   18483: 
                   18484: 2002-04-10  paf
                   18485: 
                   18486:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   18487:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   18488:          classes/string.C, classes/table.C, classes/void.C,
                   18489:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   18490:          main/pa_string.C: killed Request::process() wrapping
                   18491:          VString(String) in case we need only String
                   18492: 
                   18493:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18494:          killed 8 bytes from String.head
                   18495: 
                   18496: 2002-04-09  paf
                   18497: 
                   18498:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   18499:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   18500:          local*/char b[...];      a=b; situations
                   18501: 
                   18502:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   18503: 
                   18504:        * src/classes/xdoc.C: xslt params fixed
                   18505: 
                   18506:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   18507:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   18508:          not pool.malloc(MAX_NUMBER) but really neaded
                   18509: 
                   18510:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   18511:          int/double.int/double(default)
                   18512: 
                   18513: 2002-04-04  paf
                   18514: 
                   18515:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   18516:          [when reconstructing pieces were split by
                   18517:          max_integral(piece.size), thus some strings to replace happen to
                   18518:          be split into two = not replaced)
                   18519: 
                   18520:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   18521:          standalone version = current dir
                   18522: 
                   18523:        * src/targets/cgi/parser3.C: document root in standalone version =
                   18524:          current dir
                   18525: 
                   18526: 2002-04-03  paf
                   18527: 
                   18528:        * configure, configure.in: more checks on nonexistent charset
                   18529: 
1.116     moko     18530:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     18531: 
                   18532: 2002-04-02  paf
                   18533: 
                   18534:        * src/main/compile.C: parser.compile [exception name more like in
                   18535:          doc]
                   18536: 
                   18537: 2002-04-01  paf
                   18538: 
                   18539:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   18540:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   18541:          .content-type.charset, not .charset
                   18542: 
                   18543: 2002-03-29  paf
                   18544: 
                   18545:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   18546: 
                   18547:        * operators.txt, src/classes/date.C: ^date::create now may not
                   18548:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   18549:          days' year.  | 31.05->31.04   roll
                   18550: 
                   18551: 2002-03-28  paf
                   18552: 
                   18553:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   18554:          src/include/pa_globals.h, src/include/pa_hash.h,
                   18555:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   18556:          ^cache(seconds)    ^cache[date] }
                   18557: 
                   18558:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   18559:          param
                   18560: 
                   18561: 2002-03-27  paf
                   18562: 
                   18563:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   18564:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   18565:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   18566:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   18567:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   18568:          src/classes/xnode.C, src/include/pa_exception.h,
                   18569:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   18570:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   18571:          src/main/pa_array.C, src/main/pa_charset.C,
                   18572:          src/main/pa_charsets.C, src/main/pa_common.C,
                   18573:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   18574:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   18575:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   18576:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   18577:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18578:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   18579:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   18580:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   18581:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   18582:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   18583:          src/types/pa_wwrapper.h: assigned exception types
                   18584: 
                   18585:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   18586:          src/include/pa_request.h, src/main/execute.C,
                   18587:          src/main/pa_request.C: decided agains resetting exception_trace,
                   18588:          just changed name
                   18589: 
                   18590: 2002-03-26  paf
                   18591: 
                   18592:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   18593:          fixed
                   18594: 
                   18595:        * src/classes/op.C: forced language of $source field of exception
                   18596:          to 'tainted', so that sql-langed-frags could be outputed outside
                   18597:          of connect
                   18598: 
                   18599:        * operators.txt: removed date.roll limit of +-1 offset
                   18600: 
                   18601:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   18602: 
                   18603:        * operators.txt, src/classes/date.C: fixed date roll on
                   18604:          daylightsaving days mktime took into account tm_isdst flag, which
                   18605:          remained from BEFORE roll, but should have been reset
                   18606: 
                   18607: 2002-03-25  paf
                   18608: 
                   18609:        * operators.txt, src/targets/cgi/parser3.C:
                   18610:          http_site_config_filespec
                   18611: 
                   18612:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   18613:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   18614:          with any/both --disable-foreign-group-files --disable-execs
                   18615: 
                   18616:        * INSTALL: "--with=sendmail=COMMAND" comment
                   18617: 
                   18618:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   18619:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     18620:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   18621:          disables execs also.  introducing --sendmail
1.95      moko     18622: 
                   18623:        * operators.txt: pgsql options comment
                   18624: 
                   18625:        * INSTALL: comment on --disable-link-stdcpp
                   18626: 
1.116     moko     18627:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18628:          libstdc++ link skipping configure option
1.95      moko     18629: 
                   18630:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   18631:          with error were put to cache with 'marked_to_rollback' flag, all
                   18632:          consequent even OK requests rolled back
                   18633: 
                   18634: 2002-03-22  paf
                   18635: 
                   18636:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   18637:          false return
                   18638: 
                   18639:        * operators.txt: few comments on sets
                   18640: 
                   18641: 2002-03-18  paf
                   18642: 
                   18643:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   18644:          src/include/pa_globals.h, src/include/pa_request.h,
                   18645:          src/include/pa_stack.h, src/main/pa_globals.C,
                   18646:          src/main/pa_request.C: introducing ^try
                   18647: 
                   18648:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   18649:          types/pa_vdouble.h: removed some tested @tests
                   18650: 
                   18651: 2002-03-15  paf
                   18652: 
                   18653:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   18654: 
                   18655: 2002-03-13  paf
                   18656: 
                   18657:        * src/main/pa_exception.C: checked not-pooled malloc
                   18658: 
                   18659: 2002-03-11  paf
                   18660: 
                   18661:        * INSTALL, configure, configure.in,
                   18662:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   18663: 
                   18664:        * src/main/pa_common.C: --disable-foreign-group-files
                   18665: 
                   18666:        * INSTALL: --disable-execs
                   18667: 
                   18668:        * src/main/pa_exec.C: --disable-execs
                   18669: 
                   18670:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18671:          --disable-execs
                   18672: 
                   18673:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   18674: 
                   18675:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   18676:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   18677: 
                   18678: 2002-03-05  paf
                   18679: 
                   18680:        * operators.txt, src/classes/date.C: date week calendar columns
                   18681:          named
                   18682: 
                   18683:        * operators.txt, src/classes/date.C: date week calendar columns
                   18684:          named
                   18685: 
                   18686:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   18687:          requires headers to be terminated with \r\n manually [refuses to
                   18688:          separate header/body itself]
                   18689: 
                   18690:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18691:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   18692: 
                   18693: 2002-03-04  paf
                   18694: 
                   18695:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   18696:          in PASS language
                   18697: 
                   18698:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   18699:          deserialize checks on broken file
                   18700: 
                   18701:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   18702:          parser3isapi.dsp: isapi updated
                   18703: 
                   18704: 2002-03-01  paf
                   18705: 
                   18706:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   18707: 
                   18708: 2002-02-28  paf
                   18709: 
                   18710:        * src/main/untaint.C: removed some debug comments
                   18711: 
                   18712:        * src/main/pa_charsets.C: when placing charset to cache using
                   18713:          global name now [were request]
                   18714: 
                   18715:        * configure, configure.in: apache module updated
                   18716: 
                   18717:        * src/main/pa_string.C: origin by first piece preferred before last
                   18718:          piece
                   18719: 
                   18720: 2002-02-27  paf
                   18721: 
                   18722:        * src/main/pa_charset.C: size_t
                   18723: 
                   18724:        * INSTALL: shared/static-xml with-pathlink
                   18725: 
                   18726:        * operators.txt: SMTP comment
                   18727: 
                   18728: 2002-02-26  paf
                   18729: 
                   18730:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   18731: 
                   18732:        * src/classes/xnode.C: in some situation, xpath query returned
                   18733:          result with type NODESET, but empty nodeset member field, checked
                   18734:          that
                   18735: 
                   18736: 2002-02-22  paf
                   18737: 
                   18738:        * INSTALL: without-zlib comment
                   18739: 
                   18740:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   18741: 
                   18742:        * configure, configure.in: glib###.a detection fixed
                   18743: 
                   18744:        * INSTALL: hashfile removed from INSTALL
                   18745: 
1.116     moko     18746:        * Makefile.am: make update
1.95      moko     18747: 
                   18748:        * src/main/pa_string.C: string iterators fixed again, so were
                   18749:          String::join_chain
                   18750: 
                   18751:        * src/main/pa_string.C: string iterators fixed again, so were
                   18752:          String::join_chain
                   18753: 
                   18754:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   18755:          fixed again, so were String::join_chain
                   18756: 
                   18757:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   18758: 
                   18759:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   18760:          "session"
                   18761: 
1.116     moko     18762:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18763:          --with-shared-xml --with-static-xml
1.95      moko     18764: 
                   18765:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18766:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18767:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   18768:          xalan&xml
                   18769: 
                   18770:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   18771: 
                   18772:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   18773:          src/types/types.dsp: removed hashfile support from sources for
                   18774:          now
                   18775: 
1.116     moko     18776:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     18777:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     18778:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   18779:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   18780:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     18781:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     18782:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   18783:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   18784:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     18785: 
                   18786: 2002-02-21  paf
                   18787: 
                   18788:        * src/main/untaint.C: removed debug code, activated commented-for
                   18789:          debug parts
                   18790: 
1.116     moko     18791:        * Makefile.am: make cvsupdate
1.95      moko     18792: 
                   18793:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18794:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   18795:          append_row, not at link zero now string to string appending works
                   18796: 
                   18797: 2002-02-20  paf
                   18798: 
                   18799:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   18800:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   18801:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   18802: 
                   18803:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18804:          economy: 22%
                   18805: 
                   18806:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18807:          space uptimized: string::link_row removed
                   18808: 
                   18809:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   18810:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   18811:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18812:          types/pa_vstring.h: speed uptimized: string::is_empty
                   18813: 
                   18814:        * operators.txt, src/include/pa_common.h,
                   18815:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   18816:          src/include/pa_types.h, src/main/compile.tab.C,
                   18817:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   18818:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   18819:          string append optimiziation idea and estimates
                   18820: 
                   18821: 2002-02-19  paf
                   18822: 
                   18823:        * src/classes/math.C: not used directly [but erroreously reported
                   18824:          that 'is', thus registering twice&other probs]
                   18825: 
                   18826:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   18827:          to node [element]
                   18828: 
                   18829:        * src/main/compile.C: without string_origins parse error
                   18830:          file+line+col possible
                   18831: 
                   18832:        * src/main/: compile.C: without string_origins not worked
                   18833: 
                   18834: 2002-02-18  paf
                   18835: 
                   18836:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   18837:          trick i've installed into double::as_string
                   18838: 
                   18839:        * src/main/pa_globals.C: extern "C" was removed too fast
                   18840: 
                   18841:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18842:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18843:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   18844:          with string/nonstring values, now in expressions double/int
                   18845:          values are passed as-is, without stupid tostring/fromstring
                   18846:          conversions
                   18847: 
                   18848:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   18849:          __cplusplus } #endif
                   18850: 
                   18851:        * src/main/compile.tab.C: bison env set so one could compile
                   18852:          without cygwin installed
                   18853: 
                   18854:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18855:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   18856:          gnome xml libs parser .dsp-s changed accordingly
                   18857: 
                   18858:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   18859: 
                   18860:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   18861:          with backward comp
                   18862: 
                   18863:        * src/classes/math.C: math:random range check fixed
                   18864: 
                   18865:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   18866: 
                   18867:        * INSTALL: local install comment
                   18868: 
1.116     moko     18869:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     18870: 
1.116     moko     18871:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   18872:          src/include/pa_config_auto.h.in,
                   18873:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   18874:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     18875: 
                   18876:        * operators.txt: \ comment
                   18877: 
                   18878: 2002-02-13  paf
                   18879: 
                   18880:        * src/include/pa_config_includes.h: sys/time time both included
                   18881:          now.  vaguely remember confilicts on this on some system [not on
                   18882:          six|ablv] so when would see them again would think up proper
                   18883:          check
                   18884: 
1.116     moko     18885:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18886:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18887: 
                   18888:        * src/main/pa_common.C: truncation never occured when writing files
                   18889:          on unix [since i've changed cache mech] fix
                   18890: 
                   18891:        * src/main/pa_common.C: strnchr: sanity check added
                   18892: 
                   18893:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18894: 
                   18895:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18896:          baltic charset file generated, in generation script ispunct check
                   18897:          added
                   18898: 
                   18899: 2002-02-08  paf
                   18900: 
1.116     moko     18901:        * src/: include/Makefile.am, sql/Makefile.am,
                   18902:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18903: 
                   18904:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18905:          forgotten
                   18906: 
                   18907:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18908: 
                   18909:        * INSTALL, README: install&others updated
                   18910: 
                   18911:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18912: 
1.116     moko     18913:        * Makefile.am, configure, configure.in,
                   18914:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18915:          src/classes/Makefile.am, src/main/Makefile.am,
                   18916:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18917:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18918:          works
1.95      moko     18919: 
                   18920:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18921:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18922:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18923:          classes/math.C, classes/op.C, classes/response.C,
                   18924:          classes/string.C, classes/table.C, classes/void.C,
                   18925:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18926:          include/pa_array.h, include/pa_cache_managers.h,
                   18927:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18928:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18929:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18930:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18931:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18932:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18933:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18934:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18935:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18936:          include/pa_stack.h, include/pa_string.h,
                   18937:          include/pa_stylesheet_connection.h,
                   18938:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18939:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18940:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18941:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18942:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18943:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18944:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18945:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18946:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18947:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18948:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18949:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18950:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18951:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18952:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18953:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18954:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18955:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18956:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18957:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18958:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18959:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18960:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18961:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18962:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18963:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18964:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18965:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18966:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18967:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18968:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18969:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18970:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18971: 
                   18972:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18973:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18974:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18975:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18976:          classes/string.C, classes/table.C, classes/void.C,
                   18977:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18978:          include/pa_array.h, include/pa_cache_managers.h,
                   18979:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18980:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18981:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18982:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18983:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18984:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18985:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18986:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18987:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18988:          include/pa_stack.h, include/pa_string.h,
                   18989:          include/pa_stylesheet_connection.h,
                   18990:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18991:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18992:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18993:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18994:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18995:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18996:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18997:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18998:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18999:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19000:          main/pa_status_provider.C, main/pa_string.C,
                   19001:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19002:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19003:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19004:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19005:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19006:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19007:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19008:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19009:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19010:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19011:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19012:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19013:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19014:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19015:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19016:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19017:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19018:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19019:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19020:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19021:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   19022:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   19023: 
                   19024: 2002-02-07  paf
                   19025: 
                   19026:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   19027: 
1.116     moko     19028:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19029:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   19030:          added yet another locking function: fcntl
1.95      moko     19031: 
                   19032:        * config.sub: on cygwin configure passes it with strange i1586
                   19033:          const, hacked it to mean i586
                   19034: 
                   19035:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   19036:          disabled $if reference due to conflicts with local variables
                   19037: 
                   19038:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   19039:          xdoc::set obsolete now, now xdoc::create, with both sences
                   19040: 
                   19041:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19042:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19043:          table::create now // 'set' name obsolete now table clone.
                   19044: 
                   19045:        * operators.txt, src/classes/string.C,
                   19046:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   19047:          ^int/double/string.format now can be called with normal []
                   19048:          brackets, not stupid {} as it were implemented for some strange
                   19049:          reason.  retaining backward compatibility due to some
                   19050:          already-implemented servers
                   19051: 
                   19052:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   19053:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   19054:          operators now detected by check at name_without_curly_rdive_read
                   19055:          rule whether diving code constists only of
                   19056:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   19057:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   19058:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   19059: 
                   19060: 2002-02-06  paf
                   19061: 
                   19062:        * configure, configure.in: prefix expanded, grr
                   19063: 
                   19064:        * operators.txt, src/classes/mail.C: mail:send config changed
                   19065: 
                   19066: 2002-02-05  paf
                   19067: 
                   19068:        * operators.txt: regex options commented
                   19069: 
                   19070:        * src/main/: pa_exec.C: argv0 now correct
                   19071: 
                   19072:        * src/types/pa_vstatus.C: status:rusage 3
                   19073: 
                   19074:        * src/types/pa_vstatus.C: status:rusage 2
                   19075: 
                   19076:        * operators.txt: status:rusage described int operators
                   19077: 
                   19078:        * src/types/pa_vstatus.C: status:rusage 1
                   19079: 
                   19080:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   19081:          src/types/types.dsp: status:rusage
                   19082: 
                   19083:        * configure.in, operators.txt, src/classes/file.C,
                   19084:          src/classes/op.C, src/include/pa_common.h,
                   19085:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   19086:          src/main/pa_common.C: rewritten ^cache to use
                   19087:          non-blocking-exclusive-caches
                   19088: 
                   19089:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   19090:          [speed impact. was off for debugging purpose, but forgotten
                   19091:          afterwards]
                   19092: 
                   19093: 2002-02-01  paf
                   19094: 
                   19095:        * src/classes/op.C: file_write does EX lock after create, while
                   19096:          file_read does SH after open, so there's a moment after create
                   19097:          but before EX lock when read can sneak into, and read
                   19098:          just-created-for-writing-and-not-yet-locked file, added a check
                   19099:          for that in ^cache...read
                   19100: 
                   19101: 2002-01-31  paf
                   19102: 
                   19103:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   19104:          ^xxx:
                   19105: 
                   19106:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   19107:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   19108: 
                   19109:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   19110:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   19111:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   19112:          operators check 6.1 rewritten. now check is done at compile time
                   19113: 
                   19114:        * src/main/execute.C: operators check 5 floated up old error of
                   19115:          staying in 'entered class/object' state after $a($a..) it
                   19116:          prevented operators from being called thereafter
                   19117: 
                   19118:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19119:          main/execute.C: operators check 4 floated up old error of staying
                   19120:          in 'entered object' state after ^a.a(a) it prevented operators
                   19121:          from being called thereafter
                   19122: 
                   19123:        * src/main/execute.C: operators check 3 floated up old error of
                   19124:          staying in 'entered class' state after $a:a(a) it prevented
                   19125:          operators from being called thereafter
                   19126: 
                   19127:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   19128:          floated up old error of staying in 'entered class' state after
                   19129:          $a:a[a] it prevented operators from being called thereafter
                   19130: 
                   19131:        * src/main/execute.C: operators check, thay mistakenly seen in
                   19132:          $class:operator   $object.operators contexts
                   19133: 
                   19134:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   19135:          win32
                   19136: 
1.116     moko     19137:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   19138:          src/classes/Makefile.am, src/main/Makefile.am,
                   19139:          src/targets/cgi/Makefile.am,
1.95      moko     19140:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     19141:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     19142: 
1.116     moko     19143:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   19144:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   19145:          configure, configure.in, form.txt, ident.awk, install-sh,
                   19146:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   19147:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     19148:          etc/parser3.charsets/Makefile.am,
                   19149:          etc/parser3.charsets/koi8-r.cfg,
                   19150:          etc/parser3.charsets/windows-1250.cfg,
                   19151:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     19152:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   19153:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   19154:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   19155:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     19156:          straightened installation scripts procedure made
                   19157:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   19158:          change
                   19159: 
                   19160: 2002-01-30  paf
                   19161: 
                   19162:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   19163:          removed] those comments were a mistake, and prevented libltdl
                   19164:          from function properly
                   19165: 
                   19166: 2002-01-29  paf
                   19167: 
1.116     moko     19168:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   19169:          creation [modified acinclude.m4 which were creating int into just
                   19170:          assignment LIBTOOL=../libtool] added default system
                   19171:          config&charsetts prepared 'make install', now it installs
                   19172:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   19173:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     19174:          $sysconfdir/parser3.charsets respectively
                   19175: 
                   19176:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   19177:          main/pa_globals.C: few forgotten ifdef XML added
                   19178: 
                   19179: 2002-01-28  paf
                   19180: 
1.116     moko     19181:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     19182:          removed
                   19183: 
                   19184:        * src/main/pa_exception.C: dom|generic error output fix
                   19185: 
                   19186:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   19187: 
                   19188:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   19189: 
                   19190:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   19191:          [fixed as_node helper func to accept docs]
                   19192: 
                   19193:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   19194:          xdoc.importNode 0
                   19195: 
                   19196:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   19197: 
                   19198: 2002-01-25  paf
                   19199: 
                   19200:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   19201:          @SPECIAL now works OK
                   19202: 
                   19203:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   19204: 
                   19205:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   19206:          violation that added
                   19207: 
                   19208:        * src/classes/hash.C: unified  hash::sql, now
                   19209:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   19210: 
                   19211:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   19212:          ^file:lock[filename]{code}
                   19213: 
                   19214:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19215:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   19216:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   19217:          to some pa_common funcs
                   19218: 
                   19219:        * src/: include/pa_charset.h, main/pa_globals.C:
                   19220:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   19221: 
                   19222:        * src/: include/pa_charset.h, main/pa_charset.C,
                   19223:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   19224:          not stupid illegal define
                   19225: 
                   19226: 2002-01-24  paf
                   19227: 
                   19228:        * src/include/pa_version.h: changed version number
                   19229: 
                   19230:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19231:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19232:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19233:          main/pa_db_connection.C, main/pa_db_table.C,
                   19234:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   19235:          hashfile without logfiles
                   19236: 
                   19237:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19238:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   19239:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   19240:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   19241:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   19242:          cluttered disk without huge need]
                   19243: 
                   19244:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   19245:          handy macro, which is strangly abscent in dome lib
                   19246: 
                   19247:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   19248: 
                   19249:        * src/classes/xdoc.C: checked empty response
                   19250: 
                   19251:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   19252:          /, not self node]
                   19253: 
                   19254:        * src/classes/xnode.C: xnode.select returns array always now, in
                   19255:          case 'nothing found' returns empty array
                   19256: 
                   19257:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   19258:          be more tender with ctrl/c/v
                   19259: 
                   19260: 2002-01-23  paf
                   19261: 
                   19262:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   19263:          substituted.         // 2. when dom tree with entites goes under
                   19264:          transform text nodes        // got [erroreosly] cut on first
                   19265:          entity occurance
                   19266: 
                   19267:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   19268:          twice-converting
                   19269: 
                   19270:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   19271:          'e' in output this is for regretful twice-converting here:
                   19272:          $a(double value) when they write double falue  they convert it to
                   19273:          string first, thus %g were losing precesion.
                   19274: 
                   19275:          todo: think up some way to remove double->string string->double
                   19276:          twice-converting
                   19277: 
                   19278:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   19279:          %.20E now default float format this is for regretful
                   19280:          twice-converting here: $a(double value) when they write double
                   19281:          falue  they convert it to string first, thus %g were losing
                   19282:          precesion.
                   19283: 
                   19284:          todo: think up some way to remove double->string string->double
                   19285:          twice-converting
                   19286: 
                   19287:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19288:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   19289:          reasons in comment inside
                   19290: 
                   19291:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   19292:          statically linked]
                   19293: 
                   19294:        * src/: include/pa_exception.h, main/compile.tab.C,
                   19295:          main/pa_exception.C: removed exception va_list constructor.  1.
                   19296:          not needed anymore 2. there were a conflict[causing errors]
                   19297:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   19298:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   19299:          ctor(, va_list) which, of course, caused gpf
                   19300: 
                   19301:        * src/main/pa_globals.C: removed debug xslt messages
                   19302: 
                   19303: 2002-01-22  paf
                   19304: 
                   19305:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19306:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   19307:          helps compiling stylesheet properly.  example: this refused to
                   19308:          work,             <b>&laquo;<xsl:value-of select="@title"
                   19309:          />&raquo;</b> stranly worked only this way:
                   19310:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   19311: 
                   19312:          docs says "set it to 1", never going into details, so I decided
                   19313:          to try NOT to do that
                   19314: 
                   19315:        * src/classes/table.C: join behaived badly in case named tables
                   19316:          structure mismatched: 0 strings sneaked into dest failing
                   19317:          afterwards.  replaced them with empty strings
                   19318: 
                   19319: 2002-01-21  paf
                   19320: 
                   19321:        * src/main/pa_charset.C: checked empty transcoders in
                   19322:          transcode_cstr|buf
                   19323: 
                   19324:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   19325: 
                   19326:        * src/classes/xdoc.C: transform error source now
                   19327:          stylesheet_filespec
                   19328: 
1.116     moko     19329:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     19330:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   19331:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     19332:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   19333:          gnome
1.95      moko     19334: 
                   19335:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19336:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   19337:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   19338:          xslt generic error 1
                   19339: 
                   19340:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   19341:          xml generic message 1
                   19342: 
                   19343:        * src/classes/table.C: ^table::load empty lines or #comments before
                   19344:          headline
                   19345: 
                   19346:        * src/: include/pa_array.h, include/pa_globals.h,
                   19347:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   19348:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   19349:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   19350:          errors 0
                   19351: 
                   19352: 2002-01-16  paf
                   19353: 
                   19354:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   19355:          classes/table.C, classes/void.C, classes/xdoc.C,
                   19356:          include/pa_db_connection.h, include/pa_request.h,
                   19357:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19358:          include/pa_stylesheet_connection.h,
                   19359:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   19360:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19361:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   19362:          stylesheet_connection auto destroyers to remaining gnome objects
                   19363: 
                   19364:        * src/classes/xdoc.C: few comments
                   19365: 
                   19366: 2002-01-15  paf
                   19367: 
                   19368:        * src/classes/xdoc.C: xdoc   file   save   string
                   19369: 
                   19370:          ready.  todo: error handling
                   19371: 
                   19372:        * src/classes/xdoc.C: xdoc save rewritten using
                   19373:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   19374:          result
                   19375: 
                   19376:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   19377:          started output options parsing
                   19378: 
                   19379: 2002-01-14  paf
                   19380: 
                   19381:        * src/classes/xdoc.C: method
                   19382: 
                   19383:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19384:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19385:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   19386:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   19387:          xslt transform0.  TODO:   use output options   handle errors
                   19388: 
                   19389:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   19390: 
                   19391: 2002-01-11  paf
                   19392: 
                   19393:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19394:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19395:          partial logical && || evaluation
                   19396: 
                   19397:        * src/classes/xnode.C: xpath selectNodes
                   19398: 
                   19399:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   19400:          string/number/bool
                   19401: 
                   19402:        * src/classes/xnode.C: xpath selectNode 2
                   19403: 
                   19404:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   19405:          xpath selectNode 1
                   19406: 
                   19407: 2002-01-10  paf
                   19408: 
                   19409:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   19410: 
                   19411:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19412:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   19413:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   19414:          refcounter]
                   19415: 
                   19416: 2001-12-29  paf
                   19417: 
                   19418:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   19419:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   19420:          glib works 0
                   19421: 
                   19422: 2001-12-28  paf
                   19423: 
                   19424:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   19425:          main/pa_exception.C: started glib transcoders
                   19426: 
                   19427:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   19428: 
                   19429:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   19430:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   19431:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   19432:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   19433:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   19434:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   19435:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   19436:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   19437: 
                   19438: 2001-12-27  paf
                   19439: 
                   19440:        * src/: include/pa_charset.h, include/pa_common.h,
                   19441:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   19442:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   19443:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19444:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19445:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   19446:          from xalan&xerces, started the process.  globals [initialization
                   19447:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   19448:          calls
                   19449: 
                   19450:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   19451:          anymore
                   19452: 
                   19453: 2001-12-26  paf
                   19454: 
                   19455:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   19456:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   19457:          key globalized [bug]
                   19458: 
                   19459: 2001-12-25  paf
                   19460: 
                   19461:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   19462:          main/pa_string.C: table set & append changed splitting languages,
                   19463:          separators now can be clean AND as-is same to mail command line
                   19464:          $MAIN:MAIL.progX arguments
                   19465: 
                   19466: 2001-12-24  paf
                   19467: 
                   19468:        * src/classes/mail.C: one parted text messages - no multipart
                   19469:          mime-type anymore.  for convinient if $.attach-ments
                   19470: 
                   19471:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   19472:          main/pa_string.C: read from cache size check updated
                   19473: 
                   19474:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   19475: 
                   19476: 2001-12-21  paf
                   19477: 
                   19478:        * src/classes/date.C: date:sql-string now returns localtime
                   19479: 
                   19480:        * src/main/pa_request.C: $result in @main actually not working, to
                   19481:          hell with it for now
                   19482: 
                   19483:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   19484:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   19485:          @postprocess @exception
                   19486: 
                   19487:        * src/main/execute.C: junction evaluation canceled - endless
                   19488:          recursion detected
                   19489: 
                   19490: 2001-12-19  paf
                   19491: 
                   19492:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   19493:          intermediate
                   19494: 
                   19495:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   19496: 
                   19497:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   19498: 
                   19499:        * src/classes/op.C: ^cache keypath now relative
                   19500: 
                   19501:        * src/classes/mail.C: changed weighting prior to sort
                   19502: 
                   19503:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   19504:          were missing
                   19505: 
                   19506: 2001-12-17  paf
                   19507: 
                   19508:        * src/main/pa_charset.C: ifndef XML were bad type
                   19509: 
                   19510:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   19511:          outdated unset services_pool
                   19512: 
                   19513:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   19514:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   19515:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   19516: 
                   19517:        * src/main/untaint.C: allowed space in filespec
                   19518: 
                   19519:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   19520: 
                   19521:        * src/classes/image.C: no govno
                   19522: 
                   19523:        * src/classes/image.C: govno
                   19524: 
                   19525: 2001-12-16  paf
                   19526: 
                   19527:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   19528: 
                   19529:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   19530:          charset_connection&manager replaced by charset&charsets
                   19531: 
                   19532:        * src/main/pa_charset.C: name_cstr 0
                   19533: 
                   19534:        * src/main/untaint.C: uri lang now knows about client/source
                   19535:          charsets
                   19536: 
                   19537:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   19538:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19539:          include/pa_array.h, include/pa_cache_managers.h,
                   19540:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   19541:          include/pa_common.h, include/pa_db_connection.h,
                   19542:          include/pa_db_manager.h, include/pa_db_table.h,
                   19543:          include/pa_dictionary.h, include/pa_exception.h,
                   19544:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   19545:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   19546:          include/pa_sapi.h, include/pa_socks.h,
                   19547:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19548:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19549:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19550:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   19551:          main/pa_charset.C, main/pa_charset_connection.C,
                   19552:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   19553:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19554:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   19555:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   19556:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19557:          types/types.dsp: introducing Charset
                   19558: 
                   19559: 2001-12-14  paf
                   19560: 
                   19561:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   19562:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   19563:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   19564:          uri lang
                   19565: 
                   19566:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   19567: 
                   19568:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   19569: 
                   19570:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   19571:          defalts_name global
                   19572: 
                   19573:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   19574:          include/pa_request.h, main/main.dsp,
                   19575:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19576:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   19577:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   19578:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   19579:          changed charset model.  now important: $request:charset
                   19580:          $response:charset while $response:content-type.charset become
                   19581:          unimportant [informational]
                   19582: 
                   19583: 2001-12-13  paf
                   19584: 
                   19585:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   19586: 
                   19587:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   19588:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   19589:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   19590:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   19591:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   19592:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19593: 
                   19594:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   19595:          auto_ptr part other way, because of stupid gcc 2.96
                   19596:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   19597:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   19598:          FormatterListener] /usr/include/g++-3/memory:48:
                   19599:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   19600:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19601: 
                   19602:        * src/classes/xdoc.C: removed extra inc
                   19603: 
                   19604:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   19605: 
                   19606:        * src/include/pa_types.h: msvc head debugging flag
                   19607: 
                   19608:        * src/classes/xdoc.C: freed up listener
                   19609: 
                   19610:        * src/classes/string.C: change msg '... code is not code'
                   19611: 
                   19612:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   19613:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19614:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   19615:          [past/future prob]
                   19616: 
                   19617:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19618:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   19619:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19620:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   19621: 
                   19622:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   19623:          main/pa_string.C: removed signed mismatch warnings
                   19624: 
                   19625:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   19626:          'expires' from header outputs
                   19627: 
                   19628:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   19629:          row ptr
                   19630: 
                   19631:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   19632:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   19633: 
                   19634:        * src/classes/xdoc.C: lang list updated
                   19635: 
                   19636: 2001-12-10  paf
                   19637: 
                   19638:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   19639: 
                   19640:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   19641:          erase files like that, knowing their full name introducing   //
                   19642:          theoretical problem with, for instance, "_2B" and "." fragments,
                   19643:          // they would yield the same    // because
                   19644:          need_file_encode('_')=false  // but we need to delete such files
                   19645:          somehow, getting names from ^index
                   19646: 
                   19647:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   19648:          string::join_chank break]
                   19649: 
                   19650: 2001-12-07  paf
                   19651: 
                   19652:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   19653:          include/pa_common.h, include/pa_config_auto.h.in,
                   19654:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19655:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   19656:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   19657:          types/pa_vhashfile.C: merged from r14_simple_cache
                   19658: 
                   19659:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   19660:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   19661:             lduh  [ %i2 + 1 ], %l0
                   19662: 
                   19663:          bus error, fixed that
                   19664: 
                   19665:        * src/main/pa_string.C: strange string deserialize bug on
                   19666:          client[pmts], a bit shortened,
                   19667: 
                   19668:        * src/include/pa_config_auto.h.in: makes
                   19669: 
                   19670:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   19671:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   19672:          file write shared lock file read
                   19673: 
                   19674:        * src/: classes/op.C, include/pa_common.h,
                   19675:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   19676: 
                   19677: 2001-12-06  paf
                   19678: 
                   19679:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19680:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   19681: 
                   19682:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   19683:          info
                   19684: 
                   19685:        * src/classes/hashfile.C: removed transaction from ^cache
                   19686: 
                   19687: 2001-12-05  paf
                   19688: 
                   19689:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   19690:          IIS5 there were a prob with illegal call check
                   19691: 
                   19692: 2001-12-04  paf
                   19693: 
                   19694:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19695:          main/pa_request.C: measures to log
                   19696: 
                   19697: 2001-11-23  paf
                   19698: 
                   19699:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19700:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   19701:          types/pa_vhashfile.C: merged from _0014, 1
                   19702: 
                   19703:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19704:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   19705:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   19706:          ^cache(33) would change
                   19707: 
                   19708:          0660 bits in file_write & hashfile create
                   19709: 
                   19710:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   19711:          after pa_string optimization]
                   19712: 
                   19713: 2001-11-22  paf
                   19714: 
                   19715:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   19716:          table.offset[whence]
                   19717: 
                   19718:        * src/classes/op.C: process cstr(,connection)
                   19719: 
                   19720:        * src/classes/op.C: process now gets its body on current language,
                   19721:          not as-is
                   19722: 
                   19723:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   19724: 
                   19725:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   19726:          bit
                   19727: 
1.116     moko     19728:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     19729: 
                   19730: 2001-11-21  paf
                   19731: 
                   19732:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   19733:          <xsl:output output options made identical to xsl:output
                   19734:          attributes exclusion:    cdata-section-elements what xalan can do
                   19735:          but that not used now:    it can escape and remove CDATA sections
                   19736: 
                   19737:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   19738:          produced by xslt
                   19739: 
                   19740:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   19741: 
                   19742:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   19743: 
                   19744:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   19745:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   19746:          default language for {code}, it happen to change it's language
                   19747:          from CLEAN, so later refused to split by CLEAN \t
                   19748: 
                   19749: 2001-11-20  paf
                   19750: 
1.116     moko     19751:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   19752:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     19753:          bottom of dependeces, so that errors would popup quicklier, fixed
                   19754:          line numbering in table::sql
                   19755: 
                   19756: 2001-11-19  paf
                   19757: 
                   19758:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   19759:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   19760:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19761:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   19762:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   19763:          at wcontext.write
                   19764: 
1.116     moko     19765:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     19766:          _set_new_handler
                   19767: 
1.116     moko     19768:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   19769:          set_new_handler in apache&isapi
1.95      moko     19770: 
                   19771: 2001-11-16  paf
                   19772: 
                   19773:        * src/targets/cgi/parser3.C: pool debug @ die
                   19774: 
                   19775:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   19776:          removed 8 bytes from String, 2 bytes from
                   19777:          string::chunk::row::item
                   19778: 
                   19779:        * src/main/pa_string.C: removed 1+4 bytes from String
                   19780: 
                   19781:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19782:          types/pa_vstring.C: removed 1+4 bytes from String
                   19783: 
                   19784:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   19785:          0
                   19786: 
                   19787:        * src/: include/pa_globals.h, include/pa_string.h,
                   19788:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   19789:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   19790:          targets/cgi/parser3.C: introducing estimating
                   19791:          String::cstr_bufsize, 0
                   19792: 
                   19793:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   19794: 
                   19795:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   19796: 
                   19797:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19798:          include/pa_pool.h: die in pool::fail
                   19799: 
                   19800: 2001-11-15  paf
                   19801: 
                   19802:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   19803:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   19804:          dynamic buffer re-back now with counter
                   19805: 
                   19806:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   19807:          static buffer back
                   19808: 
                   19809:        * src/targets/cgi/parser3.C: std::
                   19810: 
                   19811:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   19812:          include/pa_config_includes.h: setnewhandler check
                   19813: 
1.116     moko     19814:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19815: 
                   19816:        * src/targets/cgi/parser3.C: set_new_handler started
                   19817: 
                   19818: 2001-11-14  paf
                   19819: 
                   19820:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19821:          was wrong
                   19822: 
                   19823:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19824:          was wrong
                   19825: 
                   19826:        * src/main/pa_request.C: z
                   19827: 
                   19828:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   19829:          full returns win32 -1 solaris >buffer_size
                   19830: 
                   19831:          checked all that
                   19832: 
                   19833:        * src/classes/op.C: ^untaint{body} as-is default now
                   19834: 
                   19835:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19836:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   19837:          with no_bad_constructors_try
                   19838: 
                   19839:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19840:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   19841:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   19842:          $bred[^int::int[]]
                   19843: 
                   19844:          now VObject creation moved into overriden
                   19845:          VClass::create_new_value, thus 0 from create_new_value means that
                   19846:          class has no ctors
                   19847: 
                   19848: 2001-11-13  paf
                   19849: 
                   19850:        * src/classes/classes.C: returned accedently removed if in foreach
                   19851:          callbacks [when hash no-0-restructure]
                   19852: 
                   19853: 2001-11-12  paf
                   19854: 
                   19855:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   19856:          passed as-is to method, xalan makes & into &amp; itself
                   19857: 
                   19858:        * src/classes/date.C: date.roll parser2 alg used
                   19859: 
                   19860:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   19861:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19862:          main/pa_dictionary.C, main/pa_hash.C,
                   19863:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   19864:          now does not containt 0 values. put 0 actullay removes.  no check
                   19865:          on 0 value in foreach now required
                   19866: 
                   19867: 2001-11-11  paf
                   19868: 
                   19869:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   19870: 
                   19871:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   19872: 
                   19873:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   19874:          driver initialize not const
                   19875: 
                   19876: 2001-11-10  paf
                   19877: 
                   19878:        * src/main/pa_exec.C: doc
                   19879: 
                   19880: 2001-11-09  paf
                   19881: 
                   19882:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   19883:          param properly
                   19884: 
                   19885:        * src/classes/string.C: string.save now does untainting before
                   19886:          saving
                   19887: 
                   19888:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19889:          still cstr oriented]
                   19890: 
                   19891:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19892:          line endings fixing got rid of cstr, now must work ok with post
                   19893:          multipart
                   19894: 
                   19895:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19896:          not file  also now
                   19897: 
                   19898: 2001-11-08  paf
                   19899: 
                   19900:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19901:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19902:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19903:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19904:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19905:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19906:          call virtual from second parent]
                   19907: 
1.116     moko     19908:        * src/: include/pa_common.h, main/Makefile.am,
                   19909:          targets/cgi/pa_pool.C: makes
1.95      moko     19910: 
                   19911:        * src/: include/pa_request.h, main/pa_request.C,
                   19912:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19913:          'status' class enabler
                   19914: 
                   19915:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   19916: 
                   19917:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19918:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19919:          include/pa_stylesheet_manager.h, main/main.dsp,
                   19920:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19921:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19922:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19923:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19924:          todo: apache 'status' class enabler
                   19925: 
                   19926: 2001-11-05  paf
                   19927: 
                   19928:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19929:          debug to normal
                   19930: 
                   19931:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19932:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19933:          check cleaned cache items manually. few more checks.
                   19934: 
                   19935:          expiring to 0 time was wrong, changed to 'now' time
                   19936: 
                   19937:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19938:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19939:          on apache already done :)
                   19940: 
                   19941:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19942:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19943:          cache items manually
                   19944: 
                   19945:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19946:          parser_multithreaded check was wrong
                   19947: 
                   19948:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19949:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19950:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19951:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19952:          classes/string.C, classes/table.C, classes/void.C,
                   19953:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19954:          include/pa_array.h, include/pa_charset_connection.h,
                   19955:          include/pa_charset_manager.h, include/pa_common.h,
                   19956:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19957:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19958:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19959:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19960:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19961:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19962:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19963:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19964:          include/pa_stack.h, include/pa_string.h,
                   19965:          include/pa_stylesheet_connection.h,
                   19966:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19967:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19968:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19969:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19970:          main/pa_charset_manager.C, main/pa_common.C,
                   19971:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19972:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19973:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19974:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19975:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19976:          main/pa_status_provider.C, main/pa_string.C,
                   19977:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19978:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19979:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19980:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19981:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19982:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19983:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19984:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19985:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19986:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19987:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19988:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19989:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19990:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19991:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19992:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19993:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19994:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19995:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19996:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19997:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19998:          $status:db fixed used not initialized in db_connection & db_table
                   19999: 
                   20000:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   20001:          $status:charset
                   20002: 
                   20003:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   20004:          include/pa_stylesheet_connection.h,
                   20005:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   20006:          types/pa_vstatus.h: $status:stylesheet
                   20007: 
                   20008:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   20009:          include/pa_request.h, include/pa_sql_connection.h,
                   20010:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20011:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   20012:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20013:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20014:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   20015:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   20016: 
                   20017: 2001-11-01  paf
                   20018: 
                   20019:        * src/include/pa_config_auto.h.in: makes
                   20020: 
                   20021:        * src/main/pa_hash.C: removed old extra include
                   20022: 
                   20023:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   20024:          checks [for hp, there are such in math.h]
                   20025: 
                   20026:        * src/classes/op.C: ^for endless loop check strightened
                   20027: 
                   20028:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   20029:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   20030:          co can use r.root to write their i & key,value there
                   20031: 
                   20032:        * src/classes/op.C: detected for var storage bug, fixed.
                   20033:          todo:foreach
                   20034: 
                   20035:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   20036:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   20037:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   20038:          changing of hash inside of foreach
                   20039: 
                   20040:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   20041:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   20042:          were hash.foreach
                   20043: 
                   20044:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   20045:          types/pa_vstring.C, types/pa_vstring.h:
                   20046:          ^foreach[key|value]{body}[[separator]|{separator}]
                   20047: 
                   20048:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   20049:          types/pa_vcookie.C: ^hash.delete[key]
                   20050: 
                   20051: 2001-10-31  paf
                   20052: 
                   20053:        * src/main/: compile.C, pa_common.C: completely empty file now
                   20054:          considered "read", not ignored [not perfect trick used]
                   20055: 
                   20056:        * src/main/pa_common.C: simplier common ifdefs
                   20057: 
                   20058:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   20059: 
                   20060:        * src/main/pa_db_connection.C: z
                   20061: 
                   20062:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   20063:          lockdetector flags
                   20064:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   20065: 
                   20066:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   20067:          from accidental show [imagine user forgot @exception]
                   20068: 
                   20069:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   20070: 
                   20071:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   20072:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   20073:          main/pa_common.C: ^string.save[[append;]path]
                   20074: 
                   20075:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20076:          main/execute.C: \ in expression: int divide 10/3=3
                   20077: 
                   20078:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   20079:          inside of ^cache
                   20080: 
                   20081:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   20082:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   20083:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   20084:          needed
                   20085: 
                   20086: 2001-10-30  paf
                   20087: 
                   20088:        * src/: classes/classes.dsp, main/main.dsp,
                   20089:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20090:          types/types.dsp: enabled debug incremental compile
                   20091: 
                   20092:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20093:          form post data line endings not reformatted now.
                   20094: 
                   20095:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   20096:          now required [had bug when file= has no value]
                   20097: 
                   20098:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   20099:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   20100:          cstr(asis) default param removed
                   20101: 
                   20102:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   20103: 
                   20104:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   20105: 
                   20106:        * src/include/pa_dir.h: LOAD_DIR fixed
                   20107: 
                   20108:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   20109:          was broken} fix_line_breaks
                   20110: 
                   20111:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   20112:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   20113:          packed with #pragma pack
                   20114: 
1.116     moko     20115:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     20116: 
                   20117: 2001-10-29  paf
                   20118: 
                   20119:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   20120: 
                   20121:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   20122:          string hash.puts
                   20123: 
                   20124:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   20125: 
                   20126:        * src/include/pa_sql_connection.h: there were one wrong
                   20127:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   20128: 
                   20129:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   20130:          param.someday either ifdef or remove it
                   20131: 
                   20132:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   20133: 
                   20134:        * src/main/untaint.C: optimizing returned after debugging
                   20135: 
                   20136:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20137:          main/untaint.C: memory hunging #pragma pack(1)
                   20138: 
                   20139:          16 419 844 13 169 394
                   20140: 
                   20141:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20142:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   20143:          places [todo:Array]
                   20144: 
                   20145:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   20146:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   20147:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   20148: 
                   20149:          total 5 652 652/158731 total 5 469 332/158731
                   20150: 
                   20151:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   20152:          Array:: without cache in get/put now
                   20153: 
                   20154:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   20155:          18:25:27 2001] total 5 652 652/158731
                   20156: 
                   20157:        * src/: include/pa_string.h, main/pa_string.C,
                   20158:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   20159:          now
                   20160: 
                   20161:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   20162:          18:11:53 2001] total 5796092/158731
                   20163: 
                   20164:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   20165:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   20166:          key ref now
                   20167: 
                   20168:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   20169:          17:11:17 2001] total 16867948/202658
                   20170: 
                   20171:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   20172:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   20173:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20174:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20175:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   20176:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   20177:          string::as_int/double now usually uses stack, not heap [200K out
                   20178:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   20179: 
                   20180:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   20181:          hiding bug]
                   20182: 
                   20183:        * src/Makefile.am: .am order
                   20184: 
                   20185:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   20186:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20187:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   20188:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20189:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   20190:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   20191:          required "friend class"
                   20192: 
                   20193:          ../include/pa_request.h:51: friend declaration requires
                   20194:          class-key, i.e. `friend    class Temp_lang'
                   20195: 
                   20196:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   20197:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   20198:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   20199: 
                   20200:          the idea is to #1 jump to C++ some function to main body, where
                   20201:          every function stack frame has exception unwind information and
                   20202:          from there... #2 propagate_exception()
                   20203: 
                   20204: 2001-10-28  paf
                   20205: 
                   20206:        * src/main/pa_db_connection.C: removed old consts
                   20207: 
                   20208:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   20209:          with wrong type/cast]
                   20210: 
                   20211:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   20212:          translation
                   20213: 
1.116     moko     20214:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     20215:          remember to build DB2 with -fexceptions!!!
                   20216: 
                   20217:        * src/main/pa_db_table.C: DB_RMW defed
                   20218: 
                   20219:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   20220:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20221:          include/pa_db_table.h, main/pa_db_connection.C,
                   20222:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   20223: 
                   20224: 2001-10-27  paf
                   20225: 
                   20226:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20227:          include/pa_db_table.h, main/pa_db_connection.C,
                   20228:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   20229:          types/pa_vhashfile.C: DB2 ifdefs
                   20230: 
1.116     moko     20231:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   20232:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     20233:          makes with DB2
                   20234: 
1.116     moko     20235:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   20236:          types/Makefile.am: makes db
1.95      moko     20237: 
                   20238:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   20239:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   20240:          globals.C
                   20241: 
                   20242:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20243:          include/pa_db_table.h, main/pa_db_connection.C,
                   20244:          main/pa_db_table.C: ^hashfile.clear[]
                   20245: 
                   20246:        * src/classes/classes.awk: no $ in var names
                   20247: 
                   20248:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   20249:          connection&table [forgotten calls]
                   20250: 
                   20251: 2001-10-26  paf
                   20252: 
                   20253:        * src/main/pa_db_connection.C: db checkpoints
                   20254: 
                   20255:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   20256:          checkpoints
                   20257: 
                   20258:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   20259:          default. but entities still reparsed. todo: tothink
                   20260: 
                   20261:        * src/main/pa_db_connection.C: db recover mech 2
                   20262: 
                   20263:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20264:          include/pa_db_manager.h, include/pa_db_table.h,
                   20265:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20266:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   20267:          types/pa_vhashfile.h: db connections & tables now cached at
                   20268:          create time & multithreaded
                   20269: 
                   20270:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   20271:          parsed_source
                   20272: 
                   20273:        * src/main/pa_db_connection.C: about to remove connection from
                   20274:          vhashfile
                   20275: 
                   20276:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   20277:          transaction commit/rollback responsibility left to parent [as it
                   20278:          sould - else there were a bug with double free]
                   20279: 
                   20280:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   20281:          responsibility left to parent [as it sould - else there were a
                   20282:          bug with double free]
                   20283: 
                   20284: 2001-10-25  paf
                   20285: 
                   20286:        * src/: classes/hashfile.C, include/pa_common.h,
                   20287:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20288:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   20289:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   20290:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   20291:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   20292:          yet]
                   20293: 
                   20294:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   20295: 
                   20296:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   20297:          transaction parent passed
                   20298: 
                   20299: 2001-10-24  parser
                   20300: 
1.116     moko     20301:        * src/classes/Makefile.am: makes
1.95      moko     20302: 
                   20303:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   20304:          isapi/pool_storage.h: pool_storage fixed
                   20305: 
                   20306:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   20307:          types/pa_vform.h: form fix_line_breaks
                   20308: 
1.116     moko     20309:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     20310: 
                   20311:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   20312:          targets/cgi/pool_storage.h: makes
                   20313: 
                   20314:        * src/sql/pa_sql_driver.h: version
                   20315: 
                   20316:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   20317:          types/pa_vform.C, types/pa_vform.h: .am
                   20318: 
                   20319:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   20320:          this: DB_RMW Acquire write locks instead of read locks when doing
                   20321:          the retrieval. Setting this flag may decrease the likelihood of
                   20322:          deadlock during a read-modify-write cycle by immediately
                   20323:          acquiring the write lock during the read part of the cycle so
                   20324:          that another thread of control acquiring a read lock for the same
                   20325:          item, in its own read-modify-write cycle, will not result in
                   20326:          deadlock
                   20327: 
                   20328:        * src/targets/isapi/parser3isapi.dsp: doc
                   20329: 
                   20330:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   20331: 
                   20332:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   20333: 
                   20334:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20335:          main/pa_db_connection.C: hashfile expired deleted from db when
                   20336:          get & iterate
                   20337: 
                   20338:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   20339:          expiring 1
                   20340: 
                   20341:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   20342: 
                   20343:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   20344:          db_connection not bothers with key when not returning expired
                   20345:          data
                   20346: 
                   20347:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20348:          types/pa_vhashfile.C: db_cursor constructor public now
                   20349: 
                   20350:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20351:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   20352:          stamped, todo: put_element analize
                   20353: 
                   20354:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   20355:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   20356:          serialize. todo stamp
                   20357: 
                   20358: 2001-10-23  parser
                   20359: 
                   20360:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   20361:          classes/image.C, classes/mail.C, classes/response.C,
                   20362:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20363:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   20364:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   20365:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   20366:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   20367:          types/pa_vtable.C: ^hashfile.hash[]
                   20368: 
                   20369:        * src/: classes/hashfile.C, classes/xdoc.C,
                   20370:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   20371:          main/pa_globals.C: ifdefs so it compiled without db
                   20372: 
                   20373:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20374:          include/pa_db_manager.h, main/pa_db_connection.C,
                   20375:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   20376:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   20377:          ^hashfile.delete[key]
                   20378: 
                   20379: 2001-10-22  parser
                   20380: 
                   20381:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   20382:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   20383: 
                   20384:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   20385:          classes/xnode.C, include/pa_charset_connection.h,
                   20386:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20387:          include/pa_exception.h, include/pa_sapi.h,
                   20388:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20389:          include/pa_stylesheet_connection.h,
                   20390:          include/pa_stylesheet_manager.h,
                   20391:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20392:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20393:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   20394:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20395:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   20396:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   20397:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   20398:          types/types.dsp: hashfile 0
                   20399: 
                   20400:        * src/types/pa_vhashfile.C: z
                   20401: 
                   20402:        * src/: classes/classes.dsp, classes/hashfile.C,
                   20403:          include/pa_config_fixed.h, main/execute.C,
                   20404:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   20405:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   20406: 
                   20407:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   20408: 
                   20409:        * src/: include/pa_exception.h, include/pa_request.h,
                   20410:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   20411:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20412:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   20413: 
                   20414: 2001-10-19  parser
                   20415: 
                   20416:        * src/include/pa_pool.h: header
                   20417: 
                   20418:        * src/main/pa_pool.C: auto compiled on gcc
                   20419: 
                   20420:        * src/classes/image.C: comment
                   20421: 
1.116     moko     20422:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     20423: 
                   20424:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20425:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20426:          types/pa_vxnode.h: xnode clone got freed
                   20427: 
                   20428:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20429:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   20430:          can free up xalandomstring resulting from pool::transcode
                   20431: 
                   20432:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   20433:          include/pa_config_fixed.h, include/pa_exception.h,
                   20434:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   20435:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   20436:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   20437:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   20438:          from non-xml compile
                   20439: 
                   20440:        * src/main/pa_request.C: pool:: context - get_context
                   20441: 
                   20442:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20443:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20444:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20445:          classes/string.C, classes/table.C, classes/void.C,
                   20446:          include/pa_config_fixed.h, include/pa_exception.h,
                   20447:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   20448:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20449:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   20450:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   20451:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20452:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20453:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20454:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   20455:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   20456:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   20457:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   20458:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   20459:          exceptions 0
                   20460: 
                   20461:        * src/classes/classes.awk: $ removed
                   20462: 
                   20463: 2001-10-18  parser
                   20464: 
                   20465:        * src/types/pa_vcookie.C: cookie:CLASS
                   20466: 
                   20467:        * src/main/main.dsp: project
                   20468: 
                   20469:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   20470:          set_document & ctor question "who owns document" solved
                   20471: 
                   20472:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   20473: 
                   20474:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20475:          main/pa_pool.C: encoding in dom creating funcs
                   20476: 
                   20477:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   20478:          be transformed now
                   20479: 
                   20480:        * src/classes/xdoc.C: dom created by create can be transformed now
                   20481: 
                   20482:        * src/classes/xdoc.C: z
                   20483: 
                   20484:        * src/classes/xdoc.C: comment
                   20485: 
                   20486:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   20487:          create now uses XercesDocumentBridge, appendChild&co now works
                   20488: 
                   20489:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   20490:          @ recompile
                   20491: 
                   20492:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   20493:          $origin @exception[
                   20494: 
                   20495:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   20496:          tag names forced to XML lang
                   20497: 
                   20498:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   20499:          leechy-found bugs in code&doc fixed
                   20500: 
                   20501: 2001-10-17  parser
                   20502: 
                   20503:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   20504:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   20505:          n functionality preserved
                   20506: 
                   20507:        * src/types/pa_vimage.h: removed unused vimage::save
                   20508: 
                   20509: 2001-10-16  parser
                   20510: 
                   20511:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   20512: 
                   20513:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   20514: 
                   20515:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   20516: 
                   20517:        * src/classes/image.C: image.copy tolerance
                   20518: 
                   20519:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   20520:          ineffective, but works for small paleted image
                   20521: 
                   20522:        * src/types/pa_vimage.C: comment
                   20523: 
                   20524:        * src/classes/image.C: gd size/resize bugfix
                   20525: 
                   20526:        * src/: classes/classes.dsp, main/main.dsp,
                   20527:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20528:          types/types.dsp: ident >nul 2>&1
                   20529: 
                   20530:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   20531:          systems
                   20532: 
                   20533:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   20534:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   20535: 
                   20536: 2001-10-15  parser
                   20537: 
                   20538:        * src/main/execute.C: z
                   20539: 
                   20540:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   20541: 
                   20542:        * src/types/pa_vxnode.C:     document_type_node.
                   20543:                  !readonly attribute DOMString name
                   20544:              !notation_node.
                   20545:                  !readonly attribute DOMString publicId
                   20546:                  !readonly attribute DOMString systemId
                   20547: 
1.116     moko     20548:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   20549:          ::write badly passed string too transparently [failed to
                   20550:          intercept it]
1.95      moko     20551: 
                   20552:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   20553:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   20554:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20555:          types/pa_vxnode.h: DOM1 major addtion, only few
                   20556:          attributes/methods left
                   20557: 
                   20558: 2001-10-13  parser
                   20559: 
                   20560:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20561:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   20562:          in main handler
                   20563: 
                   20564:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   20565:          cleanups & frees order
                   20566: 
                   20567:        * src/types/pa_vcode_frame.h: couple comments
                   20568: 
                   20569:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   20570:          transparent enough to handle hash if creation&passing
                   20571: 
                   20572:        * src/: include/pa_config_fixed.h, main/execute.C,
                   20573:          main/pa_exception.C: noticed that vcodeframe not transparent
                   20574:          enough, would change now
                   20575: 
                   20576: 2001-10-12  parser
                   20577: 
                   20578:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   20579:          fixed. initialization&free on each thread!
                   20580: 
                   20581:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   20582:          handling changed: now type of default param analized always, not
                   20583:          only at problem time, thus helping early problem spotting
                   20584: 
                   20585:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   20586:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   20587:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   20588:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   20589:          multithread bug fixed. initialization&free on each thread!
                   20590: 
                   20591: 2001-10-11  parser
                   20592: 
                   20593:        * src/classes/xnode.C: xnode.selectSingle now
                   20594: 
                   20595:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20596:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20597:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   20598:          convertors out of Pool into Exception
                   20599: 
                   20600:        * src/main/pa_string.C: const
                   20601: 
                   20602:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   20603:          linked pieces of same language together prior to String::replace
                   20604: 
                   20605:        * src/classes/hash.C:     !^hash.add[addme]
                   20606:              !^hash.sub[subme]
                   20607:              !^a.union[b] = new
                   20608:              !^a.intersection[b] = new
                   20609:              !^a.intersects[b] = bool
                   20610: 
                   20611:        * src/classes/hash.C:     !^hash::append[append_from]
                   20612: 
                   20613:        * src/: classes/hash.C, types/pa_vhash.h:
                   20614:          !^hash::create[[copy_from]]
                   20615: 
                   20616:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   20617:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   20618:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   20619:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   20620:          exception but somebody[value.bark] tried to throw it on it's pool
                   20621: 
1.116     moko     20622:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20623: 
                   20624: 2001-10-10  parser
                   20625: 
                   20626:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   20627: 
                   20628:        * src/main/: compile.tab.C, compile.y: ^a[
                   20629: 
                   20630:          @next_method  << now unclosed ] would be reported here
                   20631: 
                   20632:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   20633:          compile error
                   20634: 
                   20635: 2001-10-09  parser
                   20636: 
1.116     moko     20637:        * src/: classes/Makefile.am, main/Makefile.am,
                   20638:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     20639: 
                   20640:        * src/classes/Makefile.am: makes
                   20641: 
                   20642:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   20643:          win32 errors intercepted [xalan transformer patched and
                   20644:          incorporated]
                   20645: 
                   20646:        * src/: classes/classes.dsp, classes/xdoc.C,
                   20647:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20648:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20649:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   20650:          patches starting
                   20651: 
                   20652:        * src/classes/: string.C, table.C: ^string.save[file]
                   20653: 
                   20654:        * src/classes/: date.C, table.C: calendar moved to date
                   20655: 
                   20656:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   20657:          string/table]  now
                   20658: 
                   20659:        * src/classes/: op.C, table.C: z
                   20660: 
                   20661:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   20662:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   20663:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   20664:          be code [be string..]
                   20665: 
                   20666:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   20667:          table.C: lots of
                   20668:          params->as_int/double/as_string/as_junction/as_no_junction
                   20669:          messages added
                   20670: 
                   20671: 2001-10-08  parser
                   20672: 
                   20673:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   20674:          classes/table.C, classes/void.C, include/pa_request.h:
                   20675:          params->as_int/double message added
                   20676: 
                   20677:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   20678: 
                   20679:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   20680:          image:sector removed image:html internal "line-*" attribs
                   20681: 
                   20682:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   20683:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   20684: 
                   20685:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   20686:          way
                   20687: 
                   20688:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   20689:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   20690:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   20691: 
                   20692:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   20693:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   20694:          @ SAPI::log
                   20695: 
                   20696:        * src/main/untaint.C: \r to ' ' in origins mode
                   20697: 
                   20698:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   20699:          set]
                   20700: 
                   20701:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   20702:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   20703:          nonstandard liaison freed up
                   20704: 
                   20705: 2001-10-07  parser
                   20706: 
                   20707:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   20708:          project
                   20709: 
                   20710: 2001-10-05  parser
                   20711: 
                   20712:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   20713:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   20714:          from outputing to cerr.  lots of "todos"
                   20715: 
                   20716:        * src/main/untaint.C: http_header tainting more gentle with
                   20717:          enquoting now
                   20718: 
                   20719:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   20720:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   20721:          xml errorhandler.  fixed string.replace a little, read @test
                   20722: 
                   20723:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   20724:          *) does not have limit, and looks further eos, fixing....
                   20725: 
                   20726:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   20727: 
                   20728:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   20729: 
                   20730:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   20731:          bugfix
                   20732: 
1.116     moko     20733:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   20734:          $result[^[$p^]z] now works fine
1.95      moko     20735: 
                   20736:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   20737:          wrong. fixed it
                   20738: 
                   20739:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   20740:          of totable appered to be vital
                   20741: 
                   20742: 2001-10-04  parser
                   20743: 
                   20744:        * src/classes/image.C: ^image.length[text]
                   20745: 
                   20746: 2001-10-03  parser
                   20747: 
                   20748:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   20749: 
                   20750:        * src/main/pa_request.C: restored pcre defaulting in request
                   20751:          [mindlessly "optimized" yesterday] comment left
                   20752: 
                   20753: 2001-10-02  parser
                   20754: 
                   20755:        * src/: main/pa_charset_manager.C,
                   20756:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   20757:          needed
                   20758: 
                   20759:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   20760:          forgot non-xml pool.*charset needed
                   20761: 
                   20762:        * src/classes/table.C: # config comments fixed
                   20763: 
                   20764:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   20765:          charset_connection #comment now
                   20766: 
                   20767:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   20768:          options fixed to use release msvcrt lib
                   20769: 
                   20770:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   20771:          removed default - pcre handles that internally fixed bug on
                   20772:          not-cleaning tables [previously was calloced, now member]
                   20773: 
                   20774:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   20775:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   20776:          inside removed default - pcre handles that internally fixed bug
                   20777:          on not-cleaning tables [previously was calloced, now member]
                   20778: 
                   20779:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   20780:          tested charset reload on file change @ apache version = OK tested
                   20781:          freeing up prev encoding on adding new = OK
                   20782: 
                   20783: 2001-10-01  parser
                   20784: 
                   20785:        * src/main/pa_charset_connection.C: removed entitify external hack
                   20786:          [internal installed]
                   20787: 
1.116     moko     20788:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     20789: 
                   20790:        * src/: include/pa_charset_connection.h,
                   20791:          include/pa_charset_manager.h,
                   20792:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20793:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20794:          main/pa_request.C: charset loading & caching mech 0
                   20795: 
                   20796:        * src/: include/pa_stylesheet_connection.h,
                   20797:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20798:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   20799:          & caching mech now
                   20800: 
                   20801: 2001-09-30  parser
                   20802: 
                   20803:        * src/main/pa_request.C: forgot to fill toTable
                   20804: 
                   20805:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   20806:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   20807:          failed on win32 for now..
                   20808: 
                   20809:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20810:          now charsets table configuration variable is: CHARSETS
                   20811: 
                   20812:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   20813:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   20814: 
                   20815:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20816:          include/pa_request.h, main/pa_request.C: started ctype with
                   20817:          unicode values
                   20818: 
                   20819: 2001-09-28  parser
                   20820: 
                   20821:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   20822:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   20823:          string passed AS-IS now
                   20824: 
                   20825:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   20826:          way of user-configuring... todo: implement
                   20827: 
                   20828: 2001-09-27  parser
                   20829: 
                   20830:        * src/classes/table.C: table.sort changed to sort table itself
                   20831: 
                   20832:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   20833:          X^.getElementsByTagName[tagname] = array of xnode
                   20834:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   20835:          nodes removed - regretfully not supported @ xalan. maybe someday
                   20836:          would reimplement, if needed.
                   20837: 
                   20838:          win32build system: solved long waiting anti-non-started-apache
                   20839:          problem
                   20840: 
                   20841:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   20842:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20843:          types/types.dsp: win32 ident make system so not to rebuild
                   20844:          library [ident.C.new]
                   20845: 
                   20846: 2001-09-26  parser
                   20847: 
                   20848:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   20849:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   20850:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20851:          types/pa_vxnode.C, types/types.dsp: z
                   20852: 
                   20853:        * src/classes/classes.C: forgot one non-xml check
                   20854: 
1.116     moko     20855:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20856:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     20857: 
                   20858:        * src/targets/cgi/parser3.C: z
                   20859: 
                   20860:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   20861:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   20862: 
                   20863:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   20864:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20865:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   20866:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   20867:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20868:          types/types.dsp: xdoc&xnode now
                   20869: 
                   20870:        * src/: classes/classes.C, classes/classes.awk,
                   20871:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   20872:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   20873:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20874:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   20875:          classes/op.C, classes/response.C, classes/string.C,
                   20876:          classes/table.C, classes/void.C, include/pa_array.h,
                   20877:          include/pa_common.h, include/pa_config_fixed.h,
                   20878:          include/pa_config_includes.h, include/pa_dictionary.h,
                   20879:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   20880:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20881:          include/pa_socks.h, include/pa_sql_connection.h,
                   20882:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   20883:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20884:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20885:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20886:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20887:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20888:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20889:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20890:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20891:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20892:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20893:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20894:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20895:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20896:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20897:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20898:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20899:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20900:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   20901:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20902:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20903:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20904:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20905:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20906:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20907:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20908:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20909:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20910:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20911:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20912:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20913:          main.dsp splitted to main+classes+types along to .am
                   20914: 
                   20915:        * src/classes/Makefile.am: removed useless var
                   20916: 
                   20917:        * src/: classes/classes.cmd, main/main.dsp,
                   20918:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20919:          main.dsp
                   20920: 
                   20921: 2001-09-25  parser
                   20922: 
                   20923:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20924:          1251 though, todo ICU
                   20925: 
1.116     moko     20926:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20927:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20928:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20929:          types/pa_vdom.h: xml configure makes
1.95      moko     20930: 
                   20931: 2001-09-24  parser
                   20932: 
1.116     moko     20933:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20934:          types/Makefile.am: makes
1.95      moko     20935: 
1.116     moko     20936:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20937: 
                   20938:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20939:          started unix makes update
                   20940: 
                   20941:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20942:          started unix makes update
                   20943: 
                   20944:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20945: 
                   20946:        * src/types/pa_value.h: z
                   20947: 
                   20948:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20949:          bugs with usinge hash/table in expressions
                   20950: 
                   20951:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20952:          resolved conflicts fixed [const]
                   20953: 
                   20954:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20955:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20956:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20957:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20958:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20959:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20960:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20961:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20962:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20963:          with before_xml [merge2 actually didn't happen - i've created
                   20964:          tags on wrong branch. so this merge is in fact re-merge]
                   20965: 
                   20966: 2001-09-21  parser
                   20967: 
                   20968:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20969:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20970:          produced "" in make file and sadly wrong interpreted on load]
                   20971: 
1.116     moko     20972:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20973:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20974:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20975:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20976:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20977:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20978:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20979: 
                   20980:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20981:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20982:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20983:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20984:          main/pa_pool.C, main/pa_request.C,
                   20985:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20986:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20987:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20988:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20989:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20990:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20991:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20992:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20993:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20994:          created new projects for sql drivers [planning to remove sql
                   20995:          drivers from main cvs project] first, will join latest changes
                   20996: 
                   20997:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20998:          pool.get_charset
                   20999: 
                   21000:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   21001:          pool.get_charset
                   21002: 
                   21003:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   21004:          pool.get_charset
                   21005: 
                   21006:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   21007:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   21008:          methods encoding to pool.get_charset
                   21009: 
                   21010:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   21011:          transcoder were created right "unsupported encoding" message.
                   21012:          not @ set time, but @ use time, so until xml output functions
                   21013:          .string, .file, .save used - no encoding name check occur
                   21014: 
                   21015:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   21016:          registration needed, pools are officially destructured
                   21017: 
                   21018: 2001-09-20  parser
                   21019: 
                   21020:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   21021: 
                   21022:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   21023:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   21024: 
                   21025:        * src/: classes/dnode.C, classes/dom.C,
                   21026:          include/pa_config_includes.h, include/pa_globals.h,
                   21027:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21028:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   21029:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21030:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   21031:          Pool::transcode 0
                   21032: 
                   21033:        * src/classes/dom.C: dom. string save file moved output xml options
                   21034:          to last param and made it optional
                   21035: 
                   21036:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   21037:          dnodes
                   21038:              !$attributenode.specified = boolean
                   21039:                      true if the attribute received its value explicitly
                   21040:          in the XML document,
                   21041:                      or if a value was assigned programatically with the
                   21042:          setValue function.
                   21043:                  false if the attribute value came from the default value
                   21044:          declared in the document's DTD.
                   21045:              !$pinode.target = target of this processing instruction
                   21046:                  XML defines this as being the first token following the
                   21047:          markup
                   21048:                  that begins the processing instruction.
                   21049:                  XPath:
                   21050:              !^node.select[xpath/query/expression] = hash of 0->node0
                   21051:          1->node1
                   21052:              !^node.select-single[xpath/query/expression] = first node if
                   21053:          any
                   21054: 
                   21055:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   21056:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   21057:          some 'const's added
                   21058: 
                   21059:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   21060:          expression context now, there value = size and boolean value
                   21061:          size!=0
                   21062: 
                   21063:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   21064:          can be used in expression context now, there value = size and
                   21065:          boolean value size!=0
                   21066: 
                   21067:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   21068:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   21069:          due to strange xalan bug
                   21070: 
                   21071: 2001-09-18  parser
                   21072: 
                   21073:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   21074:          classes/image.C, classes/op.C, classes/table.C,
                   21075:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   21076:          include/pa_sql_driver_manager.h, main/compile.C,
                   21077:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   21078:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   21079:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21080:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21081:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   21082:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   21083:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   21084:          before_xml branch ^if(def $hash) now true only when
                   21085:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   21086: 
                   21087:        * src/: classes/op.C, main/execute.C: operators self changed to
                   21088:          root ^for variable context changed to self
                   21089: 
                   21090:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   21091:          dnode 1
                   21092: 
                   21093:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   21094:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   21095: 
                   21096:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   21097:          poly* fixed
                   21098: 
                   21099: 2001-09-17  parser
                   21100: 
                   21101:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   21102:          types/pa_vdom.h: started dnode+dom
                   21103: 
                   21104:          dnode     DOM methods:     $node.name     $node.value
                   21105:          ...others...
                   21106: 
                   21107:              ^node.xpath[/rates/USD] = hash
                   21108:                  $hash[
                   21109:                          $.0[node0]
                   21110:                          $.1[node1]
                   21111:                  ]
                   21112: 
                   21113:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   21114:          applies to all linear primitives
                   21115: 
                   21116:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   21117:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21118:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   21119:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   21120:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   21121:          dom(dnode)
                   21122: 
                   21123:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   21124:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21125:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   21126:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   21127:          name after '.'
                   21128: 
                   21129: 2001-09-15  parser
                   21130: 
                   21131:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   21132:          image: $line-width ^line(...)[****   style]
                   21133: 
                   21134:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   21135:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   21136:          pool_storage - cleanups first, allocations second.  apache wisely
                   21137:          does just like that
                   21138: 
                   21139:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   21140:          rewritten using template, no bugs now
                   21141: 
                   21142:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   21143:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   21144:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   21145:          poorly started isapi pool_storage, would rewrite using template
                   21146:          now
                   21147: 
                   21148:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   21149:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21150:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21151:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   21152:          xalan objects freed up [introducing Pool::register_cleanup]
                   21153: 
                   21154:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   21155:          comments
                   21156: 
                   21157: 2001-09-14  parser
                   21158: 
                   21159:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   21160:          z
                   21161: 
                   21162:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21163:          classes/mail.C, include/pa_common.h,
                   21164:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21165:          include/pa_stylesheet_connection.h,
                   21166:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21167:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   21168:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   21169:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   21170:          compiled&cached
                   21171: 
                   21172: 2001-09-13  parser
                   21173: 
                   21174:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21175:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   21176: 
                   21177:        * src/classes/dom.C: dom:file content-type(.method)
                   21178: 
                   21179:        * src/: include/pa_common.h, include/pa_globals.h,
                   21180:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   21181:          string now more informative error messages
                   21182: 
                   21183:        * src/: include/pa_globals.h, include/pa_request.h,
                   21184:          main/pa_request.C, targets/cgi/parser3.C,
                   21185:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   21186:          ParserSiteConfig .../parser3.conf
                   21187: 
                   21188:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   21189: 
                   21190: 2001-09-12  parser
                   21191: 
                   21192:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21193:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   21194:          precise error reporting: "connection string must start with
                   21195:          protocol://" now
                   21196: 
                   21197:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   21198:          braced
                   21199: 
                   21200:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   21201:          lexer on LS_USER level did [] matching without setting nestage,
                   21202:          introduced special LS_NAME_SQUARE_PART state
                   21203: 
                   21204: 2001-09-11  parser
                   21205: 
                   21206:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   21207:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   21208:          languages+=xml
                   21209: 
                   21210:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   21211: 
                   21212:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21213:          options:     $.method[xml|html|text] detection fixed
                   21214: 
                   21215:        * src/types/pa_vdom.h: messages
                   21216: 
                   21217:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21218:          options:     $.method[xml|html|text] detection fixed
                   21219: 
                   21220: 2001-09-10  parser
                   21221: 
                   21222:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21223:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   21224: 
                   21225:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   21226:          added]
                   21227: 
                   21228:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21229:          ^dom.xslt[stylesheet filename] 0
                   21230: 
                   21231:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21232:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   21233: 
                   21234:        * src/classes/dom.C: ^dom.file[encoding] = file
                   21235: 
                   21236:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   21237:          ^dom.save[encoding;filename]
                   21238: 
                   21239:        * src/classes/dom.C: ^dom.string[] 0
                   21240: 
                   21241:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   21242: 
                   21243:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   21244:          types/pa_vform.h: ^dom.save[b.xml] 0
                   21245: 
                   21246: 2001-09-08  parser
                   21247: 
                   21248:        * src/types/pa_vform.C: $form:tables.name.field
                   21249: 
                   21250: 2001-09-07  parser
                   21251: 
                   21252:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   21253:          $table)...
                   21254: 
                   21255:        * src/targets/cgi/parser3.C: z
                   21256: 
                   21257:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   21258:          from '' to int/double is 0]
                   21259: 
                   21260:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   21261:          $table) is false when table is empty
                   21262: 
                   21263:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   21264:          !$form:tables $atable[$form:tables.a]
                   21265:          ^atable.menu{a=$atable.element}[,]
                   21266: 
                   21267:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   21268:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   21269: 
1.116     moko     21270:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21271:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   21272:          of dom
                   21273: 
                   21274:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   21275:          types/pa_vform.C, types/pa_vform.h: z
                   21276: 
                   21277:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   21278:          element [not last]
                   21279: 
1.116     moko     21280:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21281:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   21282: 
                   21283: 2001-09-06  parser
                   21284: 
                   21285:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21286:          table with one column 'element' and two rows: 1 and 2
                   21287: 
                   21288:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21289:          table with one column 'element' and two rows: 1 and 2
                   21290: 
                   21291:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   21292:          bad int/double conversions, and now $form:nonexistent.int(88)
                   21293:          would return 88
                   21294: 
                   21295:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   21296:          types/pa_vhash.h: now there's special hash key '_default'
                   21297:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   21298:          $._default[xx] ] $hash.c
                   21299: 
                   21300:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   21301:          fixed [thanks, fif], ^; were treated there non-literally
                   21302: 
                   21303:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   21304:          doxygen
                   21305: 
                   21306:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   21307:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   21308:          types/pa_vtable.C: few #ifndef DOXYGEN
                   21309: 
                   21310: 2001-09-05  parser
                   21311: 
                   21312:        * src/classes/: string.C, table.C: sql options can be void [same as
                   21313:          image:html the other day]
                   21314: 
                   21315:        * src/targets/cgi/Makefile.am: .am undo
                   21316: 
                   21317:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21318:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   21319:          macro expantion on param, simply qoutes whatever passed, undone
                   21320: 
                   21321:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21322:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   21323:          STRINGIZE(name) #name invented
                   21324: 
                   21325:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21326:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   21327:          MAIN_SQL_DRIVERS_NAME "drivers"
                   21328: 
                   21329:          moved to be availible to all users
                   21330: 
                   21331:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   21332:          SQL_DRIVER_CREATE_FUNC_NAME
                   21333: 
                   21334:        * src/classes/mail.C: MAIN:MAIL check fixed
                   21335: 
                   21336: 2001-09-04  parser
                   21337: 
                   21338:        * src/classes/image.C: image.html now can accept void params
                   21339: 
                   21340:        * src/targets/isapi/parser3isapi.C: z
                   21341: 
                   21342:        * src/targets/cgi/parser3.C: full_file_spec bug
                   21343: 
                   21344:        * src/targets/cgi/parser3.C: getenvcheck
                   21345: 
                   21346:        * src/targets/cgi/parser3.C: zz
                   21347: 
                   21348:        * src/targets/cgi/parser3.C: zzz
                   21349: 
                   21350:        * src/classes/date.C: date
                   21351: 
                   21352:        * src/classes/date.C: date:sql-string is now without ''
                   21353: 
1.116     moko     21354:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     21355:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   21356:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   21357: 
1.116     moko     21358:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21359: 
                   21360: 2001-09-03  parser
                   21361: 
                   21362:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   21363: 
                   21364: 2001-09-01  parser
                   21365: 
                   21366:        * src/classes/image.C: letter_spacing
                   21367: 
                   21368:        * src/classes/image.C: image: font params changed
                   21369: 
                   21370:        * src/classes/image.C: image: as_int as_string used
                   21371: 
                   21372:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   21373:          analized
                   21374: 
                   21375: 2001-08-31  parser
                   21376: 
                   21377:        * src/targets/cgi/parser3.C: z
                   21378: 
1.116     moko     21379:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   21380:          cygwin
1.95      moko     21381: 
                   21382:        * src/classes/void.C: void:int/double += (default)
                   21383: 
                   21384:        * src/classes/image.C: image:font added space param image:font
                   21385:          changed charwidth alg, added kerning const[for now]
                   21386: 
                   21387:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   21388: 
                   21389: 2001-08-29  parser
                   21390: 
                   21391:        * src/main/pa_exception.C: exception redundant debug info
                   21392: 
                   21393: 2001-08-28  parser
                   21394: 
                   21395:        * src/classes/image.C: image error msgs
                   21396: 
                   21397:        * src/classes/image.C: image: gifsize little endian
                   21398: 
                   21399:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   21400:          doxygeneration
                   21401: 
                   21402:        * src/: classes/Makefile.am, main/Makefile.am,
                   21403:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   21404: 
                   21405:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   21406:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   21407: 
                   21408:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   21409: 
                   21410:        * src/classes/table.C: NO_STRING_ORIGIN check
                   21411: 
                   21412:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   21413:          storage class specifiers invalid in friend function declarations
                   21414: 
                   21415:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   21416:          main/untaint.C, targets/cgi/parser3.C,
                   21417:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   21418:          case of limit
                   21419: 
                   21420:        * src/: classes/file.C, main/pa_common.C: file:move
                   21421:          autocreate/remove dest/src dir
                   21422: 
                   21423:        * src/: classes/string.C, include/pa_dictionary.h,
                   21424:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   21425:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   21426:          to directory constructor.  string:replace
                   21427: 
                   21428: 2001-08-27  parser
                   21429: 
                   21430:        * src/classes/image.C: fixed jpgsize alg
                   21431: 
                   21432:        * src/classes/image.C: fixed jpgsize alg
                   21433: 
                   21434:        * src/main/pa_exception.C: z
                   21435: 
                   21436:        * src/main/pa_common.C: removed debug info from pa_common
                   21437: 
                   21438:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   21439:          [auto.p from current dir loading]
                   21440: 
1.116     moko     21441:        * src/: main/pa_common.C, main/pa_exception.C,
                   21442:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   21443:          for solaris -lsocket
1.95      moko     21444: 
                   21445: 2001-08-24  parser
                   21446: 
                   21447:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   21448: 
                   21449:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   21450: 
                   21451:        * src/targets/cgi/parser3.C: not cgi extra \n
                   21452: 
                   21453:        * src/main/pa_sql_driver_manager.C: z
                   21454: 
                   21455:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   21456:          sql* removed services from disconnect - cross-request ideological
                   21457:          probs.
                   21458: 
                   21459:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   21460:          cross-request ideological probs.  oracle - fixed bug: cs
                   21461:          allocated on request.pool and got freed before disconnect
                   21462: 
                   21463:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   21464:          mallocs fixed
                   21465: 
                   21466: 2001-08-23  parser
                   21467: 
                   21468:        * src/classes/file.C: minor bug in file:save fixed
                   21469: 
                   21470:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   21471: 
                   21472: 2001-08-22  parser
                   21473: 
                   21474:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   21475:          types/pa_vfile.h: file:load|save[text|binary;
                   21476: 
                   21477:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   21478: 
                   21479: 2001-08-21  parser
                   21480: 
                   21481:        * src/classes/: file.C, table.C: ^file:list
                   21482: 
                   21483: 2001-08-20  parser
                   21484: 
                   21485:        * src/: main/compile.tab.C, main/compile.y,
                   21486:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   21487:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   21488:          recousively caused problems: inc incremeted 123 literal!! fixed
                   21489: 
                   21490: 2001-08-10  parser
                   21491: 
                   21492:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   21493: 
                   21494:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21495:          added
                   21496: 
                   21497:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21498:          added
                   21499: 
                   21500:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   21501: 
                   21502:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   21503:          ''
                   21504: 
                   21505:        * src/main/: pa_request.C: wanted to make const int
                   21506:          MAX_EXECUTE_SECONDS=1;
                   21507: 
                   21508:          but couldnt, set_callback_and_alarm appeared to be not exported
                   21509:          :(
                   21510: 
                   21511:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   21512:          check but it weren't wise enough
                   21513: 
                   21514:          @parse[dateString][tmp]
                   21515:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   21516:          #end
                   21517: 
                   21518:          @main[] ^parse[2001-02-03]
                   21519: 
                   21520:        * src/classes/: table.C: table:sort now default desc
                   21521: 
                   21522:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21523:          table.sort now creates new sorted table
                   21524: 
                   21525: 2001-08-09  parser
                   21526: 
                   21527:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   21528: 
                   21529:        * src/classes/hash.C: hash:_default now [was hash:default]
                   21530: 
                   21531:        * src/classes/op.C: case without switch check added
                   21532: 
                   21533:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   21534:          precise $ORIGINS(1)
                   21535: 
                   21536:        * src/main/Makefile.am: .am
                   21537: 
                   21538:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21539:          fixed
                   21540: 
                   21541:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21542:          fixed
                   21543: 
                   21544: 2001-08-07  parser
                   21545: 
                   21546:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21547:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   21548:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   21549:          string, table
                   21550: 
                   21551:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   21552:          srand made working
                   21553: 
                   21554: 2001-08-06  parser
                   21555: 
                   21556:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   21557:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   21558:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   21559:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   21560:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   21561: 
                   21562:        * src/main/pa_exec.C: exec win32 real filename
                   21563: 
                   21564:        * src/classes/file.C: exec stderr out
                   21565: 
                   21566:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   21567: 
                   21568: 2001-08-03  parser
                   21569: 
                   21570:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   21571: 
                   21572: 2001-08-02  parser
                   21573: 
                   21574:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   21575:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   21576: 
                   21577:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   21578:          get@execute, but needs array iterator, separate from array to
                   21579:          avoid it & use caching
                   21580: 
                   21581:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   21582:          bug fixed
                   21583: 
                   21584:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   21585:          main/execute.C, main/pa_globals.C: found another multithread bug
                   21586:          in op.C (last, last global var killed) :)
                   21587: 
                   21588: 2001-08-01  parser
                   21589: 
                   21590:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   21591:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   21592:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21593:          main/untaint.C: speeded up typo-html replacements. introducing
                   21594:          Dictionary with first-char caching
                   21595: 
                   21596: 2001-07-31  parser
                   21597: 
                   21598:        * src/types/Makefile.am: pa_vtable.C added to .am
                   21599: 
                   21600:        * src/main/compile.tab.C: added, so that could be compiled even on
                   21601:          non-bison-enabled platforms
                   21602: 
                   21603: 2001-07-28  parser
                   21604: 
                   21605:        * src/classes/table.C: table:hash always produces hash, when can't
                   21606:          - empty
                   21607: 
                   21608:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   21609:          skipped \n
                   21610: 
                   21611: 2001-07-27  parser
                   21612: 
                   21613:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   21614:          on int/double/string :sql without result and default
                   21615: 
                   21616: 2001-07-26  parser
                   21617: 
                   21618:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   21619:          OP
                   21620: 
                   21621:        * src/main/compile.y: $man[$.age[zzz]]  0
                   21622: 
                   21623:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   21624:          creation syntax problem persists. restored $: for a while.
                   21625:          thinking of $man[$.age[zzz]] syntax now
                   21626: 
                   21627:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21628:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   21629:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   21630:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   21631:          types/pa_wwrapper.h: fixing :: realization #1
                   21632: 
                   21633:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   21634:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   21635:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   21636:          prefix.  ordinary : remains for static accesses
                   21637: 
                   21638: 2001-07-25  parser
                   21639: 
                   21640:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   21641:          fields 2. methods 3. columns
                   21642: 
                   21643:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   21644:          quote.  optimized double&int tostring-s
                   21645: 
                   21646:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   21647:          whitespace before first method decl
                   21648: 
                   21649:        * src/classes/table.C: allowed nontable result in table:sql,
                   21650:          results in empty table
                   21651: 
                   21652:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   21653:          lines before first method decl
                   21654: 
                   21655:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   21656:          types/pa_vtable.h: ^table.record[] now $table.fields
                   21657: 
                   21658:        * src/main/compile.y: $var[] is now empty string, not void
                   21659: 
                   21660:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   21661:          void
                   21662: 
                   21663:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   21664:          main/pa_globals.C: match replace code context moved to implicit
                   21665:          $match context
                   21666: 
                   21667:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   21668:          main/compile_tools.h, main/execute.C: with killed, code storage
                   21669:          introduced with former 'with' syntax
                   21670: 
                   21671: 2001-07-24  parser
                   21672: 
                   21673:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   21674:          types/pa_value.h: first get_element, next get operator
                   21675: 
                   21676:        * src/main/compile.y: removed @end handling
                   21677: 
                   21678:        * src/main/: compile.C, compile.y: @end handling method2
                   21679: 
                   21680:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   21681:          file:move
                   21682: 
                   21683:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   21684:          fixed
                   21685: 
                   21686: 2001-07-23  parser
                   21687: 
                   21688:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   21689:          driver
                   21690: 
                   21691:        * src/classes/hash.C: changed sql driver query interface
                   21692: 
                   21693:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   21694:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   21695:          changed sql driver query interface
                   21696: 
                   21697: 2001-07-20  parser
                   21698: 
                   21699:        * src/types/pa_vrequest.C: X!$browser:type
                   21700: 
                   21701:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   21702:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   21703:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   21704:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   21705:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   21706:          types/pa_vobject.h, types/pa_vrequest.C,
                   21707:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   21708:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   21709:          BASE element globally removed
                   21710: 
                   21711: 2001-07-18  parser
                   21712: 
                   21713:        * src/classes/file.C: file:exec/cgi msg
                   21714: 
                   21715:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   21716: 
                   21717:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   21718: 
1.116     moko     21719:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21720:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   21721:          removed $id from *.in *.am
1.95      moko     21722: 
                   21723:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   21724:          abbrevations
                   21725: 
                   21726:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   21727:          classes/string.C, classes/table.C, include/pa_globals.h,
                   21728:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   21729:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21730:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   21731:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   21732:          $ORIGINS(1) output tracing mode
                   21733: 
                   21734: 2001-07-13  parser
                   21735: 
                   21736:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21737:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   21738:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   21739:          second would not call first @auto
                   21740: 
                   21741:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   21742:          wrong, fixed
                   21743: 
                   21744: 2001-07-12  parser
                   21745: 
                   21746:        * src/types/pa_value.h: pa_value.putelement modification of system
                   21747:          classes prevented
                   21748: 
                   21749: 2001-07-11  parser
                   21750: 
                   21751:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   21752:          table $piece
                   21753: 
                   21754:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21755:          types/pa_vstateless_class.h: $file created by file:state +=
                   21756:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   21757:          get_junction-created objects [they were on wrong pool]
                   21758: 
                   21759: 2001-07-09  parser
                   21760: 
                   21761:        * src/main/untaint.C: qp wrong name
                   21762: 
                   21763:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   21764:          main/compile.y: date format 0
                   21765: 
                   21766: 2001-07-07  parser
                   21767: 
                   21768:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   21769:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   21770:          roll table calendar
                   21771: 
                   21772:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   21773:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   21774:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   21775:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   21776:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   21777:          string.  todo: sql, calendar
                   21778: 
                   21779: 2001-07-06  parser
                   21780: 
                   21781:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   21782:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   21783: 
                   21784: 2001-07-03  parser
                   21785: 
                   21786:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   21787:          classes/random.C, main/main.dsp: class random renamed to math,
                   21788:          operators became methods
                   21789: 
                   21790:        * src/classes/op.C:  pow sqrt
                   21791: 
                   21792:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   21793: 
                   21794: 2001-07-02  parser
                   21795: 
                   21796:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   21797:          'column'
                   21798: 
                   21799:        * src/classes/hash.C: ^hash.keys[]
                   21800: 
                   21801:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   21802: 
                   21803:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   21804:          'strings'
                   21805: 
                   21806: 2001-06-29  parser
                   21807: 
                   21808:        * src/main/: execute.C: /0  %0 checkes ver 2
                   21809: 
                   21810:        * src/main/execute.C: /0  %0 checke
                   21811: 
                   21812:        * src/classes/Makefile.am: nothing - void
                   21813: 
                   21814:        * src/classes/table.C: empty strings @ sql
                   21815: 
                   21816: 2001-06-28  parser
                   21817: 
                   21818:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21819:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21820:          classes/op.C, classes/random.C, classes/response.C,
                   21821:          classes/string.C, classes/table.C, classes/void.C,
                   21822:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21823:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21824:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21825:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21826:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21827:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   21828:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   21829:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   21830:          $";
                   21831: 
                   21832:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21833:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21834:          classes/op.C, classes/random.C, classes/response.C,
                   21835:          classes/string.C, classes/table.C, classes/void.C,
                   21836:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21837:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21838:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21839:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21840:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21841:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     21842:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     21843: 
                   21844:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   21845:          $class:name: == ${class:name}:
                   21846: 
                   21847:        * src/classes/string.C: exactly one
                   21848: 
                   21849: 2001-06-27  parser
                   21850: 
                   21851:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   21852:          types/pa_vvoid.h: nothing renamed to void
                   21853: 
                   21854:        * src/classes/op.C: ^switch ^case
                   21855: 
                   21856:        * src/main/compile.y: nothing renamed to void
                   21857: 
                   21858:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   21859:          main/execute.C, main/main.dsp, main/pa_request.C,
                   21860:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   21861:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   21862:          void
                   21863: 
                   21864:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   21865: 
                   21866: 2001-05-28  parser
                   21867: 
                   21868:        * src/doc/html2chm.cmd: removed >a
                   21869: 
                   21870:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   21871:          project options [some bugs]
                   21872: 
                   21873:        * src/doc/sources2html.cmd: z
                   21874: 
                   21875:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21876:          main/execute.C: operators are not in root class again
                   21877: 
                   21878: 2001-05-24  parser
                   21879: 
                   21880:        * src/targets/cgi/parser3.dsp: project file
                   21881: 
                   21882:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   21883:          ^log ^exp
                   21884: 
                   21885:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21886:          conversions in @exception[params]
                   21887: 
                   21888:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21889: 
                   21890: 2001-05-23  parser
                   21891: 
                   21892:        * src/main/pa_string.C: string cmp bug
                   21893: 
                   21894:        * src/classes/: mail.C, op.C: rem max 1000
                   21895: 
                   21896:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21897:          LS_DEF_NAME
                   21898: 
                   21899: 2001-05-22  parser
                   21900: 
                   21901:        * src/classes/op.C: if params code-required
                   21902: 
                   21903: 2001-05-21  parser
                   21904: 
                   21905:        * src/types/pa_vstring.C: eoleof
                   21906: 
                   21907:        * src/classes/Makefile.am: .AM
                   21908: 
                   21909:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21910: 
                   21911:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21912: 
                   21913:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21914:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21915:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21916:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21917:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21918:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21919:          'nothing'
                   21920: 
                   21921:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21922:          vstring::set_string
                   21923: 
                   21924:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21925: 
                   21926:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21927:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21928:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21929: 
                   21930:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21931:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21932:          hash:sql moved to main trunc. operators.txt updated
                   21933: 
                   21934:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21935: 
                   21936:        * src/classes/op.C: z
                   21937: 
                   21938:        * src/: main/compile.C, classes/classes.C: 1
                   21939: 
                   21940:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21941:          main/execute.C: 0
                   21942: 
                   21943:        * src/main/execute.C: z
                   21944: 
                   21945:        * src/targets/cgi/parser3.C: z
                   21946: 
                   21947:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21948:          site_auto_path "." in that case
                   21949: 
                   21950:        * src/targets/cgi/: parser3.C: z
                   21951: 
                   21952:        * src/main/pa_request.C: .am
                   21953: 
                   21954:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21955:          pcre_tables=pcre_default_tables;
                   21956: 
                   21957: 2001-05-19  parser
                   21958: 
                   21959:        * src/main/pa_string.C: z
                   21960: 
                   21961:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21962:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21963:          target.
                   21964: 
                   21965:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21966:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21967:          used, 4* mem wasted
                   21968: 
                   21969:        * src/classes/string.C: root context in match replace body now
                   21970:          unchanged
                   21971: 
                   21972:        * src/types/pa_value.h: parameter # 1 based
                   21973: 
                   21974:        * src/main/pa_common.C: common:  actual filename '%s'
                   21975: 
                   21976:        * src/classes/string.C: z
                   21977: 
                   21978:        * src/classes/Makefile.am: classes/.am
                   21979: 
                   21980:        * src/classes/: Makefile.am: classes/.am
                   21981: 
                   21982:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21983:          targets/cgi/pa_pool.C: classes/.am
                   21984: 
                   21985: 2001-05-18  parser
                   21986: 
1.116     moko     21987:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21988:          pa_threads.C ins
1.95      moko     21989: 
                   21990:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21991: 
                   21992: 2001-05-17  parser
                   21993: 
                   21994:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21995:          include/pa_config_includes.h, main/compile.y,
                   21996:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21997:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21998:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21999:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   22000:          most .C
                   22001: 
                   22002:        * src/doc/html2chm.cmd: z
                   22003: 
                   22004:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   22005:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   22006: 
                   22007:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   22008:          get_connection_from_cache
                   22009: 
                   22010:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   22011: 
                   22012:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   22013:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   22014:          cache expiration[use SQL_Driver::disconnect]
                   22015: 
                   22016:        * src/main/pa_table.C: table.locate current restored on "not found"
                   22017: 
                   22018:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   22019:          line no
                   22020: 
                   22021:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22022:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   22023: 
                   22024:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22025:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   22026:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   22027:          1driver and set_services fight for driver::fservices. before fix
                   22028: 
                   22029:        * src/: classes/op.C, include/pa_config_fixed.h,
                   22030:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22031:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   22032:          own 1driver and set_services fight for driver::fservices. before
                   22033:          fix
                   22034: 
                   22035:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22036:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22037:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   22038:          pa_threads.C
                   22039: 
                   22040:        * src/include/pa_threads.h: removed targets/parser
                   22041: 
                   22042:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   22043:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   22044:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   22045:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   22046:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   22047:          headers
                   22048: 
                   22049:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   22050:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   22051:          order prevented sqlmanager to see MULTYTHREAD define
                   22052: 
                   22053:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22054:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   22055:          put/gets
                   22056: 
                   22057:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   22058:          from hash.h
                   22059: 
                   22060:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22061:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   22062:          from cache ->set_services(&services);
                   22063: 
                   22064: 2001-05-16  parser
                   22065: 
                   22066:        * src/targets/cgi/parser3.C: z
                   22067: 
                   22068:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   22069:          debug, #ifdefed some.  would debug later, on more precise sample
                   22070:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   22071:          $name.$tail[$tail!] $name.$tail } ok3
                   22072: 
                   22073:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   22074:          removed array debug. before vstring rebasing
                   22075: 
                   22076:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   22077:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   22078:          array debugged; adjusted
                   22079: 
                   22080:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   22081:          SQL_Driver_manager line no for connect/charset errors
                   22082: 
                   22083: 2001-05-15  parser
                   22084: 
                   22085:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   22086:          main/pa_string.C: string+array made linear grows
                   22087: 
                   22088:        * src/: include/pa_string.h, main/pa_string.C,
                   22089:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   22090:          grow lineary, not exponentialy
                   22091: 
                   22092:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   22093:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   22094:          with fullchunk cmps
                   22095: 
                   22096:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   22097:          70041=           81
                   22098: 
                   22099:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   22100:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   22101:          malloc 27809390/368771, calloc 3232/83. would test now
                   22102: 
                   22103:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   22104:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   22105:          numbered params had wrong name - for instance: bad error message
                   22106:          in ^for[] bad body type. fixed
                   22107: 
                   22108: 2001-05-14  parser
                   22109: 
                   22110:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   22111:          main/untaint.C: ^string.upper|lower[]
                   22112: 
                   22113: 2001-05-11  parser
                   22114: 
                   22115:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   22116:          classes/string.C, classes/table.C, classes/unknown.C,
                   22117:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   22118:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   22119:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   22120: 
                   22121:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   22122:          .dsp for win32tools
                   22123: 
                   22124: 2001-05-11  paf
                   22125: 
                   22126:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   22127:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   22128:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   22129:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   22130: 
                   22131: 2001-05-10  paf
                   22132: 
                   22133:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   22134:          for C++, that's all
                   22135: 
1.116     moko     22136:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   22137:          pa_config_includes.h: inline wonders
1.95      moko     22138: 
                   22139:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   22140:          doc/doxygen.cmd: hash.C added
                   22141: 
                   22142:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   22143: 
                   22144:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   22145:          menthod
                   22146: 
                   22147:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   22148:          pa_vstateless_object.h: changed priority: field before method
                   22149:          lookup in vclass & vobject
                   22150: 
                   22151:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   22152:          grammar: priorities changes [lowerd && prior] vobject: now first
                   22153:          fields, next methods
                   22154: 
                   22155: 2001-05-08  paf
                   22156: 
                   22157:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   22158:          bark=false. fixed
                   22159: 
                   22160:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   22161:          types/pa_vmethod_frame.h: hash:default works at last!
                   22162: 
                   22163:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   22164:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   22165:          hash:default
                   22166: 
                   22167:        * src/classes/table.C: z
                   22168: 
                   22169:        * src/classes/table.C: table:hash always hash of hash now
                   22170: 
                   22171:        * src/classes/table.C: table:empty return bool now
                   22172: 
                   22173:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   22174:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22175:          types/pa_vtable.h: table:hash
                   22176: 
                   22177:        * src/classes/table.C: table:record have name
                   22178: 
                   22179:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   22180:          returns vunknown
                   22181: 
                   22182:        * src/classes/: double.C, int.C, op.C, string.C:
                   22183:          int,double,string:int[] double[] string:length[] results now have
                   22184:          hames
                   22185: 
                   22186:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   22187:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   22188:          now return bool
                   22189: 
                   22190:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   22191:          in method checkparams again. fixed
                   22192: 
                   22193: 2001-05-07  paf
                   22194: 
                   22195:        * src/doc/chm.cmd: cmd
                   22196: 
                   22197:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22198:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   22199:          types/pa_value.h: method reported errors on wrong pool
                   22200: 
                   22201:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   22202:          now
                   22203: 
                   22204:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   22205:          include/code.h, include/pa_opcode.h, main/compile.C,
                   22206:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   22207:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22208:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22209:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   22210:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22211:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22212:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22213:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22214:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22215:          types/pa_wwrapper.h: pa_code.h
                   22216: 
                   22217:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   22218: 
                   22219:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   22220:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   22221:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22222:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   22223:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22224:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   22225:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   22226:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   22227:          types/pa_vtable.h: dox, split by not clean parts also
                   22228: 
                   22229:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22230:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   22231:          'dir' fields & co. more
                   22232: 
                   22233:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   22234:          so to enable 'dir' fields & co.
                   22235: 
                   22236:        * src/main/compile.y: grammar: @end
                   22237: 
                   22238: 2001-05-04  paf
                   22239: 
                   22240:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   22241:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   22242: 
                   22243:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   22244:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22245:          classes/op.C, classes/random.C, classes/response.C,
                   22246:          classes/string.C, classes/table.C, classes/unknown.C,
                   22247:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   22248:          method dox
                   22249: 
                   22250: 2001-05-03  paf
                   22251: 
                   22252:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   22253:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22254:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   22255:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22256:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   22257:          main/pa_request.C: dox splitted .dox files and added some
                   22258: 
                   22259:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   22260: 
                   22261: 2001-05-02  paf
                   22262: 
                   22263:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   22264:          by file_name  language now
                   22265: 
                   22266: 2001-04-28  paf
                   22267: 
                   22268:        * src/classes/classes.inc: removed classes.inc
                   22269: 
                   22270:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   22271:          from .am
                   22272: 
                   22273:        * src/classes/classes.awk: skipped classes in .awk
                   22274: 
                   22275:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   22276:          classes/classes.inc, classes/double.C, classes/file.C,
                   22277:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   22278:          classes/string.C, classes/table.C, classes/unknown.C,
                   22279:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   22280:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22281:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   22282:          pa_methoded back to classes/classes.h
                   22283: 
                   22284:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   22285: 
                   22286:        * src/: classes/Makefile.am, classes/classes.awk,
                   22287:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   22288:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   22289: 
                   22290:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   22291:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   22292:          classes/response.C, classes/string.C, classes/table.C,
                   22293:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   22294:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   22295:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   22296:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   22297:          include|main/pa_methoded
                   22298: 
                   22299:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   22300:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   22301: 
                   22302:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   22303:          moved some configured data to request::classes_conf moved some
                   22304:          string crations from globals to M...  [works]
                   22305: 
                   22306:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   22307:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   22308:          main/pa_request.C: moved some configured data to
                   22309:          request::classes_conf moved some string crations from globals to
                   22310:          M...
                   22311: 
                   22312:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   22313:          about to move configured data to special request hash
                   22314: 
                   22315:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   22316:          classes/form.C, classes/mail.C, include/pa_request.h,
                   22317:          main/pa_request.C: configure started
                   22318: 
                   22319:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   22320:          2. todo: methoded-configure
                   22321: 
                   22322:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22323:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22324:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22325:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   22326:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22327:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22328:          classes/random.C, classes/response.C, classes/string.C,
                   22329:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   22330:          include/pa_request.h, main/compile.y, main/execute.C,
                   22331:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22332:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22333:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   22334:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   22335:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22336:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22337:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22338:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22339:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   22340:          methoded-configure
                   22341: 
                   22342:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   22343:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   22344:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   22345:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   22346: 
                   22347:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   22348:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22349:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22350:          classes/random.C, classes/response.C, classes/string.C,
                   22351:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   22352:          main/compile.y, main/execute.C, main/pa_globals.C,
                   22353:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   22354:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   22355:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   22356:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   22357:          beautifying just compiled. todo: debug, configure
                   22358: 
                   22359: 2001-04-27  paf
                   22360: 
                   22361:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   22362:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   22363:          beautifying -99
                   22364: 
                   22365:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   22366:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   22367:          classes/classes.h, classes/double.C, classes/file.C,
                   22368:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22369:          classes/op.C, classes/random.C, classes/response.C,
                   22370:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   22371:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22372:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22373:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   22374:          types/pa_vunknown.h: beautifying -100
                   22375: 
                   22376:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   22377: 
                   22378:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   22379:          classes/_op.h, classes/_random.h, classes/_table.h,
                   22380:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   22381:          classes/op.C, classes/random.C, classes/response.C,
                   22382:          classes/string.C, classes/table.C, classes/unknown.C,
                   22383:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22384:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22385:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   22386:          beautifying
                   22387: 
                   22388: 2001-04-26  paf
                   22389: 
                   22390:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   22391: 
                   22392:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   22393:          documentation ++
                   22394: 
                   22395:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   22396:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22397:          targets/cgi/pa_pool.C: code documentation ++
                   22398: 
                   22399:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   22400:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22401:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22402:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   22403:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22404:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22405:          types/pa_vrequest.C, types/pa_vrequest.h,
                   22406:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   22407:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   22408:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   22409:          code documentation ++
                   22410: 
                   22411:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22412:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   22413:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   22414:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   22415:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22416:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22417:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   22418:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   22419: 
                   22420:        * src/main/: pa_request.C, pa_string.C: z
                   22421: 
                   22422:        * src/: include/pa_common.h, include/pa_types.h,
                   22423:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   22424:          connection caching fixed.  request-pooled-url were stored into
                   22425:          global connectioncache
                   22426: 
                   22427: 2001-04-25  paf
                   22428: 
                   22429:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   22430:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   22431: 
                   22432:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   22433:          main/execute.C, main/pa_common.C: -d
                   22434: 
                   22435:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   22436:          illegal call check a bit improved, but still under iis no mapping
                   22437:          of dir with parser allowed!
                   22438: 
                   22439: 2001-04-24  paf
                   22440: 
                   22441:        * src/targets/Makefile.am: apache module lib .am
                   22442: 
                   22443:        * src/main/pa_exec.C: windows32 buildCommand
                   22444: 
                   22445: 2001-04-23  paf
                   22446: 
                   22447:        * src/targets/cgi/Makefile.am: win32 conditional
                   22448: 
                   22449:        * src/targets/cgi/Makefile.am: win32 conditional
                   22450: 
                   22451:        * src/targets/cgi/Makefile.am: liblink
                   22452: 
                   22453:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   22454:          vfile fields return type
                   22455: 
                   22456:        * src/types/pa_vfile.h: vfile fields return type
                   22457: 
                   22458:        * src/include/pa_config_auto.h.in: .h.in
                   22459: 
                   22460:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   22461:          types/Makefile: makefiles removed
                   22462: 
                   22463:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   22464:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   22465: 
                   22466:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   22467:          [tested: i & g ]
                   22468: 
                   22469:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   22470:          @test noticed series in isapi, check how initialize_random_class
                   22471:          is called! [must be called only once]
                   22472: 
                   22473:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   22474:          would not be 'unknown column'
                   22475: 
                   22476:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   22477:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   22478: 
                   22479:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   22480:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   22481:          [now doesnt]
                   22482: 
                   22483:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   22484: 
                   22485:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   22486:          /cgi-bin/parser3/auto.p
                   22487: 
                   22488:        * src/main/untaint.C: untaint without charset
                   22489: 
                   22490:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22491:          main/pa_common.C: common: file_write /// @test mkdirs
                   22492:          file_delete rmdirs
                   22493: 
                   22494:        * src/main/untaint.C: mail header only once to =?
                   22495: 
                   22496:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   22497:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   22498:          main/untaint.C: untaint -        @test optimize whitespaces for
                   22499:          all but 'html'
                   22500: 
                   22501:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   22502:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22503:          main/untaint.C: untaint -  @test mail-header
                   22504: 
                   22505: 2001-04-20  paf
                   22506: 
                   22507:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22508:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   22509:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22510:          targets/cgi/parser3.C: $MAIN:LOCALE
                   22511: 
                   22512:        * src/main/untaint.C: z
                   22513: 
                   22514:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   22515: 
                   22516: 2001-04-19  paf
                   22517: 
                   22518:        * src/main/compile_tools.h: $a$b bugfix
                   22519: 
                   22520:        * src/targets/cgi/parser3.C: z
                   22521: 
                   22522:        * src/classes/file.C: z
                   22523: 
                   22524:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   22525:          done: header to $fields. waits for header '\' tricks
                   22526: 
                   22527:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22528:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   22529:          changed urlencode here and in untaint.C to HTTP standard's " and
                   22530:          \" mech
                   22531: 
                   22532:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   22533:          http://alx/~paf/ doesnt load /auto.p
                   22534: 
                   22535: 2001-04-18  paf
                   22536: 
                   22537:        * src/main/pa_request.C: 1
                   22538: 
                   22539:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   22540:          linux @alx
                   22541: 
                   22542: 2001-04-17  paf
                   22543: 
                   22544:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   22545:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   22546:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   22547:          enabled
                   22548: 
                   22549:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22550:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22551:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22552:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22553:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   22554:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   22555:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22556:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   22557:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   22558:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   22559:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   22560:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   22561:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   22562:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   22563: 
                   22564:        * src/: include/pa_sql_driver_manager.h,
                   22565:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22566:          types/pa_vimage.h: sql driver interface now has initialize(client
                   22567:          .so)
                   22568: 
                   22569: 2001-04-16  paf
                   22570: 
                   22571:        * src/Makefile.am: compile2 cygwin
                   22572: 
                   22573:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   22574:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   22575: 
                   22576:        * src/targets/cgi/Makefile.am: compile0 jav
                   22577: 
                   22578:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22579:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22580:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22581:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22582:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   22583:          classes/mail.C, classes/op.C, classes/random.C,
                   22584:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22585:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   22586:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   22587:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22588:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   22589:          compile-1
                   22590: 
                   22591: 2001-04-15  paf
                   22592: 
                   22593:        * src/classes/op.C: z
                   22594: 
                   22595:        * src/classes/table.C: table:empty +=process
                   22596: 
                   22597:        * src/types/pa_value.h: MethodParams !junction
                   22598: 
                   22599:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   22600:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22601:          classes/random.C, classes/response.C, classes/string.C,
                   22602:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   22603:          MethodParams everywhere
                   22604: 
                   22605:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   22606:          types/pa_vmethod_frame.h: MethodParams in op.C
                   22607: 
                   22608: 2001-04-12  paf
                   22609: 
                   22610:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   22611: 
                   22612:        * src/: classes/_unknown.h, classes/unknown.C,
                   22613:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22614:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   22615: 
                   22616:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   22617: 
                   22618:        * src/classes/image.C: image:gif now does not have params
                   22619: 
                   22620:        * src/classes/image.C:
                   22621:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   22622: 
                   22623:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   22624:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   22625:          for var now written not to r.wcontext, but to r.root cleared
                   22626:          "entered_object" state
                   22627: 
                   22628: 2001-04-11  paf
                   22629: 
                   22630:        * src/classes/image.C: image:create image:load
                   22631: 
                   22632:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   22633:          just compiled
                   22634: 
                   22635:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22636:          todo: gif without file
                   22637: 
                   22638:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22639:          started porting to Pooled descendant
                   22640: 
                   22641:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   22642:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   22643:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   22644:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   22645: 
                   22646:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   22647:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   22648:          end. switching to python imaging lib
                   22649: 
                   22650:        * src/main/main.dsp: gd+smtp made separate libs
                   22651: 
                   22652:        * src/: include/pa_globals.h, include/pa_string.h,
                   22653:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22654:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   22655:          length
                   22656: 
                   22657:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   22658:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   22659:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   22660:          UL_FILE_NAME of posted file name
                   22661: 
                   22662:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   22663:          post [broke when moved post read to core]
                   22664: 
                   22665: 2001-04-10  paf
                   22666: 
                   22667:        * src/classes/image.C: image:html done
                   22668: 
                   22669:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   22670: 
                   22671:        * src/classes/image.C: z
                   22672: 
                   22673:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   22674:          forgotten!
                   22675: 
                   22676:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22677:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22678:          types/pa_vimage.h: image:measure -90
                   22679: 
                   22680:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22681:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   22682:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22683:          classes/_table.h, classes/file.C, classes/mail.C,
                   22684:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   22685:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   22686:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   22687:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   22688:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   22689:          compiled
                   22690: 
                   22691:        * src/classes/mail.C: minor bug with unclear from/to
                   22692: 
                   22693:        * src/classes/mail.C: sendmail unix skipping defaults
                   22694: 
                   22695:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   22696:          sendmail unix added defaults
                   22697: 
                   22698:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   22699: 
                   22700:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   22701: 
                   22702: 2001-04-09  paf
                   22703: 
                   22704:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   22705:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   22706:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22707:          targets/isapi/parser3isapi.dsp: all targets exec
                   22708: 
                   22709:        * src/: include/pa_sapi.h, include/pa_string.h,
                   22710:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22711:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   22712:          args in apache:util.script
                   22713: 
                   22714:        * src/include/pa_string.h: written but not tested exec with env for
                   22715:          unix
                   22716: 
                   22717:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   22718:          targets/cgi/parser3.C: exec win32 env
                   22719: 
                   22720:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   22721:          0
                   22722: 
                   22723:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   22724:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22725:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   22726:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   22727: 
                   22728:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   22729:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   22730: 
                   22731:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   22732:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   22733: 
                   22734:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   22735:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   22736:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22737:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22738:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   22739:          exec class just compiled. moved post read to request core
                   22740: 
                   22741:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   22742:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   22743:          main/pa_globals.C, targets/cgi/parser3.C,
                   22744:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   22745:          are already read by vform
                   22746: 
                   22747: 2001-04-08  paf
                   22748: 
                   22749:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   22750:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   22751:          uuencode. string<<
                   22752: 
                   22753: 2001-04-07  paf
                   22754: 
                   22755:        * src/classes/mail.C: z
                   22756: 
                   22757:        * src/classes/mail.C: z
                   22758: 
                   22759:        * src/classes/mail.C: ^mail[$attach
                   22760: 
                   22761:        * src/classes/mail.C: ^attach dead end
                   22762: 
                   22763:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   22764:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22765:          targets/isapi/parser3isapi.C: mail:send 1
                   22766: 
                   22767:        * src/: classes/mail.C, main/pa_request.C: z
                   22768: 
                   22769:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   22770:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   22771:          compiled
                   22772: 
                   22773:        * src/classes/mail.C: +=
                   22774: 
                   22775:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   22776:          prepared
                   22777: 
                   22778:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   22779:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   22780:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22781:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   22782: 
                   22783: 2001-04-06  paf
                   22784: 
                   22785:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   22786:          main/pa_string.C: table:dir 1
                   22787: 
                   22788:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   22789:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   22790: 
                   22791:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   22792:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   22793:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   22794:          main/pa_request.C: renamed 'root' to 'op'
                   22795: 
                   22796:        * src/classes/: _op.h, op.C: renamed from 'root'
                   22797: 
                   22798:        * src/types/pa_valiased.C: another root inherititance skipped
                   22799: 
                   22800:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   22801:          root methods of parent class. just 'ROOT' class
                   22802: 
                   22803:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   22804:          @office
                   22805: 
                   22806:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   22807: 
                   22808: 2001-04-05  paf
                   22809: 
                   22810:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   22811:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   22812:          constructor flag dropped at get_method_frame and remembered into
                   22813:          method_frame
                   22814: 
                   22815:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22816:          classes/table.C, main/pa_request.C: junction to code&expression
                   22817:          in errors
                   22818: 
                   22819:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22820:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   22821:          $LOCALE:ctype[Russian_Russia.1251]
                   22822: 
                   22823:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22824:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   22825:          main/pa_table.C: hash now not thread-safe.
                   22826: 
                   22827:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22828:          main/untaint.C: z
                   22829: 
                   22830:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22831:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   22832:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   22833:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   22834:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   22835: 
                   22836:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22837:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   22838: 
                   22839:        * src/classes/table.C: select * from hren error contains statement
                   22840: 
                   22841:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22842:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   22843:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   22844: 
                   22845:        * src/: classes/root.C, include/pa_sql_connection.h,
                   22846:          include/pa_sql_driver.h, main/main.dsp,
                   22847:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   22848:          services for conv memory & error reporting
                   22849: 
                   22850: 2001-04-04  paf
                   22851: 
                   22852:        * src/doc/doxygen.cfg: z
                   22853: 
                   22854:        * src/include/pa_sql_driver.h: mysql connect
                   22855: 
                   22856:        * src/include/pa_sql_driver.h: mysql info
                   22857: 
                   22858:        * src/: classes/root.C, include/pa_sql_driver.h,
                   22859:          include/pa_sql_driver_manager.h, main/main.dsp,
                   22860:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   22861: 
                   22862:        * src/sql/Makefile.am: forgot to add mysql client
                   22863: 
                   22864:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   22865:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   22866:          [forgot to add libltdl, added]
                   22867: 
                   22868:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   22869:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   22870:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   22871:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22872:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22873:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   22874:          -1000 just compiled
                   22875: 
                   22876:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22877:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   22878:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   22879: 
                   22880: 2001-04-03  paf
                   22881: 
                   22882:        * src/types/pa_vform.C: z
                   22883: 
                   22884:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22885:          assigned lang
                   22886: 
                   22887:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22888:          {}[]< empty []
                   22889: 
                   22890:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22891:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22892:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22893: 
                   22894:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22895:          string:match replace strange matches
                   22896: 
                   22897:        * src/classes/string.C: string:match replace 0
                   22898: 
                   22899:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22900:          prepared 2
                   22901: 
                   22902:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22903:          string:match replace prepared
                   22904: 
                   22905:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22906:          string:match replace -11
                   22907: 
                   22908:        * src/: classes/string.C, include/pa_globals.h,
                   22909:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22910:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22911: 
                   22912:        * src/: classes/string.C, include/pa_globals.h,
                   22913:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22914:          main/pa_string.C: string:match [search] -1 just compiled
                   22915: 
                   22916:        * src/types/pa_vstring.C: z
                   22917: 
                   22918:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22919:          classes/int.C, classes/response.C, classes/root.C,
                   22920:          classes/string.C, classes/table.C, include/pa_string.h,
                   22921:          main/pa_string.C: string:match -10 [frame]
                   22922: 
                   22923:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22924:          main/pa_request.C: z
                   22925: 
                   22926:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22927:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22928:          todo/tests
                   22929: 
                   22930:        * src/include/pa_common.h: z
                   22931: 
                   22932:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22933:          main/pa_request.C, targets/cgi/parser3.C,
                   22934:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22935:          content-disposition
                   22936: 
                   22937:        * src/: include/pa_common.h, include/pa_globals.h,
                   22938:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22939:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22940: 
                   22941:        * src/: include/pa_common.h, include/pa_request.h,
                   22942:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22943:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22944:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22945:          response:body
                   22946: 
                   22947:        * src/classes/table.C: table:append now uses string::split
                   22948: 
                   22949:        * src/classes/table.C: z
                   22950: 
                   22951:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22952:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22953:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22954:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22955:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22956:          string::pos & cmp & piece bugs fixed.  string::split new
                   22957:          table:load separated from set table:set implemented with clean \n
                   22958:          \t searches
                   22959: 
                   22960: 2001-04-02  paf
                   22961: 
                   22962:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22963:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22964:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22965:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22966:          it in table:set/load
                   22967: 
                   22968:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22969:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22970: 
                   22971:        * src/classes/random.C: random:generate 1
                   22972: 
                   22973:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22974:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22975:          types/pa_value.h: random:generate
                   22976: 
                   22977: 2001-03-30  paf
                   22978: 
                   22979:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22980:          todo: table flip and append. string::pos
                   22981: 
                   22982:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22983:          classes/response.C, classes/root.C, classes/string.C,
                   22984:          classes/table.C, main/compile.y, main/execute.C,
                   22985:          types/pa_value.h, types/pa_vstateless_class.C,
                   22986:          types/pa_vstateless_class.h: static|dynamic|any method
                   22987:          registration
                   22988: 
                   22989:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22990:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22991:          table:flip
                   22992: 
                   22993: 2001-03-29  paf
                   22994: 
                   22995:        * src/classes/string.C: string:xsplit forgot that they must result
                   22996:          in 1 row N column [not vice versa]
                   22997: 
                   22998:        * src/classes/string.C: z
                   22999: 
                   23000:        * src/classes/string.C: string: rsplit
                   23001: 
                   23002:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23003:          string: lsplit
                   23004: 
                   23005:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   23006:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   23007:          lsplit -1
                   23008: 
                   23009:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   23010:          string: pos
                   23011: 
                   23012:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23013:          string: pos -1
                   23014: 
                   23015:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   23016:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   23017:          main/untaint.C: string: left right mid
                   23018: 
                   23019:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   23020:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   23021:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   23022:          and [;] are different now.
                   23023: 
                   23024:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23025:          main/untaint.C: pool.request undone
                   23026: 
                   23027:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23028:          main/untaint.C: pool.request
                   23029: 
                   23030: 2001-03-28  paf
                   23031: 
                   23032:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23033:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23034:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   23035:          $request:browser [.type .version]; unknown.get_double now = 0.
                   23036: 
                   23037:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23038:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   23039:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   23040:          types/pa_vform.C: file:load autodetection of mime-type by
                   23041:          user-file-name
                   23042: 
                   23043:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   23044:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   23045:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   23046: 
                   23047:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23048:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   23049:          write. must be self.set
                   23050: 
                   23051:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23052:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   23053: 
                   23054:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   23055:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   23056:          types/pa_vtable.h: table:locate just compiled
                   23057: 
                   23058: 2001-03-27  paf
                   23059: 
                   23060:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   23061:          code-params2, fixed ntfs hardlink slow dir update
                   23062: 
                   23063:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   23064:          types/pa_wcontext.h: fixed r/w context of code-params
                   23065: 
                   23066:        * src/: classes/table.C, main/execute.C: about to change junction
                   23067:          rcontext!!
                   23068: 
                   23069:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23070:          classes/string.C, classes/table.C, main/compile_tools.C,
                   23071:          main/execute.C, main/pa_request.C, main/untaint.C,
                   23072:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   23073:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23074:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   23075:          types/pa_vunknown.h: sort 0
                   23076: 
                   23077:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   23078:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   23079:          renamed to are_static_calls_disabled
                   23080: 
                   23081:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   23082:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   23083:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23084:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   23085: 
                   23086:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   23087: 
                   23088:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   23089:          started table:sort fixed minor bug in #...^{
                   23090: 
                   23091:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   23092:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   23093:          decided to have as it were. stepped back.  grammar: added 'in'
                   23094:          'is' 'lt'&co follow-space check
                   23095: 
                   23096: 2001-03-26  paf
                   23097: 
                   23098:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23099:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   23100:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23101:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   23102:          invocation in ^process
                   23103: 
                   23104:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   23105: 
                   23106:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   23107:          main/pa_array.C: table:record
                   23108: 
                   23109:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   23110:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23111:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   23112:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23113:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   23114:          types/pa_vtable.h: z
                   23115: 
                   23116:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   23117:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   23118:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23119:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   23120:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   23121:          method realisations on 'self' validity - they now can simply
                   23122:          assume that 'self' is V{Proper} .
                   23123: 
                   23124: 2001-03-25  paf
                   23125: 
                   23126:        * src/main/untaint.C: z
                   23127: 
                   23128:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   23129:          lowlevel - it initialization could be skipped if failed in @auto.
                   23130:          so that exception report would use some table
                   23131: 
                   23132:        * src/main/pa_request.C: table empty lines ignored. system-default
                   23133:          content type assigned in output:result [can fail in main:auto and
                   23134:          skipped normal defaults extraction]
                   23135: 
                   23136:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   23137:          bug
                   23138: 
                   23139:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   23140:          processing to table [except preliminary \r\n \r \n replacements
                   23141:          to "\n"]
                   23142: 
                   23143:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   23144:          move all the processing to table
                   23145: 
                   23146:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   23147:          main/pa_table.C, main/untaint.C: returned table originating.
                   23148:          useful for reporting typo table problems origin. think would be
                   23149:          useful somewhere else
                   23150: 
                   23151:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   23152: 
                   23153:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   23154:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   23155:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   23156:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   23157:          types/pa_vcookie.h: typo & typo-default
                   23158: 
                   23159: 2001-03-24  paf
                   23160: 
                   23161:        * src/main/pa_common.C: z
                   23162: 
                   23163:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   23164:          targets/cgi/parser3.C: html-typo 2
                   23165: 
                   23166:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   23167:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   23168:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   23169:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   23170:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23171:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23172:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   23173:          noticed double default content-type prob. run cgi.cmd tomorrow
                   23174:          first html-typo sample. detected << problem: they become ltlt too
                   23175:          fast
                   23176: 
                   23177:        * src/main/compile.y: z
                   23178: 
                   23179:        * src/main/: compile.y, compile_tools.h: #comment
                   23180: 
                   23181:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23182:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   23183:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23184:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   23185:          stringified
                   23186: 
                   23187:        * src/types/pa_valiased.C: decided to String-ify file_read
                   23188: 
                   23189:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   23190:          isapi/parser3isapi.dsp: cgi: sapi::log
                   23191: 
                   23192:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   23193:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   23194:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   23195:          error log experiments failed - cgi under iis got no access to
                   23196:          log. registereventsource simply failed with 5(illegal call) code,
                   23197:          while worked OK as standalone executable.  isapi: used
                   23198:          HSE_APPEND_LOG_PARAMETER feature
                   23199: 
                   23200:        * src/: include/pa_common.h, include/pa_globals.h,
                   23201:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23202:          targets/isapi/parser3isapi.C: fixed default content-type
                   23203:          allocation storage
                   23204: 
                   23205:        * src/: include/pa_globals.h, include/pa_request.h,
                   23206:          main/pa_globals.C, main/pa_request.C: z
                   23207: 
                   23208:        * src/: include/pa_array.h, include/pa_hash.h,
                   23209:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   23210:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23211:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   23212:          content-type
                   23213: 
                   23214:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   23215:          sanity
                   23216: 
                   23217:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   23218:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   23219:          away freeze mech.  no danger now for you can't do
                   23220:          ^request:process[@new-method[] body] trick anymore.  still
                   23221:          remains $some_instance.process[@new-method[] possibility] but
                   23222:          would leave it as a feature.  see index for sample
                   23223: 
                   23224:        * src/: include/pa_common.h, main/pa_common.C,
                   23225:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   23226:          monkey every target
                   23227: 
                   23228:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23229:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   23230:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   23231: 
                   23232: 2001-03-23  paf
                   23233: 
                   23234:        * src/: include/pa_pool.h, main/pa_request.C,
                   23235:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23236:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23237:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   23238: 
                   23239:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   23240: 
                   23241:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   23242:          it would be better to rewrite as filter then to deal with pool
                   23243: 
                   23244:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   23245:          now like in cgi, not from APPL_PHYSICAL_PATH
                   23246: 
                   23247:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23248:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23249:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   23250:          include/pa_version.h, main/compile.y, main/execute.C,
                   23251:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23252:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23253:          main/untaint.C, targets/cgi/parser3.C,
                   23254:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   23255:          cgi: reinvent document_root and request_uri under iis. autoconf
                   23256:          updated. introducing ap_config_includes
                   23257: 
                   23258:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   23259: 
                   23260:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   23261: 
                   23262:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   23263:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23264:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23265:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   23266: 
                   23267:        * src/: include/pa_globals.h, main/pa_request.C,
                   23268:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23269:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23270:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   23271: 
                   23272:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23273:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23274:          isapi minor env beauty
                   23275: 
                   23276:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23277:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23278:          isapi document_root 0
                   23279: 
                   23280: 2001-03-22  paf
                   23281: 
                   23282:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   23283: 
                   23284:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   23285:          isapi/parser3isapi.C: z
                   23286: 
                   23287:        * src/: include/pa_pool.h, main/pa_request.C,
                   23288:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   23289: 
                   23290:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   23291:          kill.pl: isapi added utils
                   23292: 
                   23293:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   23294:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23295:          types/pa_vform.C: isapi 0
                   23296: 
                   23297:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   23298:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23299:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23300:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   23301:          started isapi
                   23302: 
                   23303:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   23304:          some comments
                   23305: 
                   23306:        * src/: include/pa_globals.h, include/pa_request.h,
                   23307:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   23308:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   23309:          parser_root_auto_path parser_site_auto_path
                   23310: 
                   23311:        * src/types/pa_vcookie.C: cookie attr decoded
                   23312: 
                   23313: 2001-03-21  paf
                   23314: 
                   23315:        * src/targets/cgi/parser3.C: z
                   23316: 
                   23317:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   23318: 
                   23319:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   23320:          types/pa_venv.h: in cookie & env. todo:post
                   23321: 
                   23322:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   23323:          classes/root.C, classes/table.C, include/pa_array.h,
                   23324:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   23325:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   23326:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   23327:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23328:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   23329:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23330:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   23331:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23332:          shifted apache branch on main trunc
                   23333: 
                   23334:        * src/: include/pa_common.h, include/pa_globals.h,
                   23335:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23336:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   23337:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   23338:          starting mod_parser3
                   23339: 
                   23340:        * src/targets/cgi/parser3.C: starting mod_parser3
                   23341: 
                   23342: 2001-03-20  paf
                   23343: 
                   23344:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   23345:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   23346:          win32 ifdefs work and add ifdef unistd
                   23347: 
                   23348:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   23349:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   23350:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   23351:          z
                   23352: 
                   23353:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   23354:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   23355:          locking
                   23356: 
                   23357:        * src/: classes/Makefile.am, types/Makefile.am: z
                   23358: 
                   23359:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   23360:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   23361:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   23362:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23363:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   23364:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23365:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   23366: 
                   23367:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23368:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   23369: 
                   23370:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   23371:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   23372:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   23373:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   23374:          types/pa_vform.h: z
                   23375: 
                   23376:        * src/include/pa_string.h: z
                   23377: 
                   23378:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   23379:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   23380:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23381:          :Value
                   23382: 
                   23383:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   23384:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23385:          :VStateless_object
                   23386: 
                   23387:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   23388:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   23389:          :VStateless_object
                   23390: 
                   23391:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23392:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   23393: 
                   23394:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   23395:          types/pa_valiased.h, types/pa_value.h,
                   23396:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   23397:          types/pa_vstateless_object.h: moved common get_element part from
                   23398:          stateless object&class into VAliased
                   23399: 
                   23400:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   23401:          classes/table.C, main/execute.C, main/main.dsp,
                   23402:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   23403:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   23404:          now :Value
                   23405: 
                   23406:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   23407:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23408:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   23409: 
                   23410:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   23411:          doxx
                   23412: 
                   23413:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   23414:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23415:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   23416:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   23417:          and ^file:save
                   23418: 
                   23419: 2001-03-19  paf
                   23420: 
                   23421:        * src/types/pa_vfile.C: z
                   23422: 
                   23423:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   23424:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   23425:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   23426:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   23427: 
                   23428:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   23429:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23430:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   23431:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   23432:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   23433:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   23434:          types/pa_vfile.h: file class just compiled
                   23435: 
                   23436:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   23437:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   23438:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23439:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   23440:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   23441: 
                   23442:        * src/include/pa_pool.h: z
                   23443: 
                   23444:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   23445:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   23446:          Hash::Value to Val so to doxygen would finlly stop confusing
                   23447:          those Value-s
                   23448: 
                   23449:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   23450:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   23451:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23452:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23453:          include/pa_types.h, main/compile.C, main/compile.y,
                   23454:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   23455:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   23456:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   23457:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23458:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   23459: 
                   23460:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   23461:          derivates somehow unlinked. don't know why yet
                   23462: 
                   23463:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   23464:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   23465:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23466:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23467:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   23468:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23469:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   23470: 
                   23471:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   23472:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   23473:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   23474:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   23475:          types/pa_vrequest.h: doc: detected Value derivates prob
                   23476: 
                   23477:        * src/include/pa_globals.h: z
                   23478: 
                   23479:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   23480:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   23481:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   23482:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   23483:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   23484:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   23485:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23486:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   23487: 
                   23488: 2001-03-18  paf
                   23489: 
                   23490:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   23491:          cookie: allowed access to hash-assigned
                   23492: 
                   23493:        * src/targets/cgi/parser3.C: z
                   23494: 
                   23495:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   23496:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   23497:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   23498:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23499:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23500:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   23501:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   23502:          types/pa_vunknown.h: cookie class
                   23503: 
                   23504:        * src/main/pa_request.C: zero length output allowed
                   23505: 
                   23506:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   23507:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   23508: 
                   23509:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   23510:          lang switch
                   23511: 
                   23512:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   23513:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23514:          types/pa_value.h, types/pa_vhash.h:
                   23515:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   23516: 
                   23517:        * src/main/execute.C: z
                   23518: 
                   23519:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   23520:          targets/cgi/parser3.C: taint[uri
                   23521: 
                   23522:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   23523:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23524:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   23525:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   23526: 
                   23527:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   23528:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23529:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   23530:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   23531:          bool tainted) ctor
                   23532: 
                   23533:        * src/: include/pa_hash.h, include/pa_request.h,
                   23534:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   23535:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23536:          targets/cgi/parser3.C: proper @exceptions params tainting
                   23537: 
                   23538:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   23539:          response fields to header
                   23540: 
                   23541:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   23542:          z
                   23543: 
                   23544:        * src/: classes/_response.h, classes/response.C,
                   23545:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23546:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   23547:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23548:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   23549:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   23550:          $response: 0  request::core exception rethrow
                   23551: 
                   23552: 2001-03-16  paf
                   23553: 
                   23554:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   23555:          types/pa_vrequest.h: native method' class call with less params
                   23556:          then needed error reporting
                   23557: 
                   23558:        * src/: classes/_request.h, classes/request.C,
                   23559:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   23560:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23561:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   23562:          types/pa_vrequest.h: $request : query :uri
                   23563: 
                   23564:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   23565:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   23566:          types/pa_wcontext.h: $result
                   23567: 
                   23568:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   23569: 
                   23570:        * src/: classes/double.C, include/code.h, main/compile.y,
                   23571:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   23572:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   23573: 
                   23574:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   23575:          main/compile.y, main/execute.C, types/pa_value.h,
                   23576:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   23577:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   23578:          wcontext conflict
                   23579: 
                   23580:        * src/: main/execute.C, types/pa_value.h,
                   23581:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   23582:          $string.field
                   23583: 
                   23584: 2001-03-15  paf
                   23585: 
                   23586:        * src/main/pa_request.C: news sample
                   23587: 
                   23588:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   23589:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   23590: 
                   23591:        * src/main/: compile.y, execute.C: z
                   23592: 
                   23593:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   23594:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   23595:          pre pre works
                   23596: 
                   23597:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23598:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   23599:          fillfields just compiled
                   23600: 
                   23601: 2001-03-14  paf
                   23602: 
                   23603:        * src/: include/pa_request.h, main/pa_request.C,
                   23604:          targets/cgi/parser3.C: z
                   23605: 
                   23606:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23607:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   23608:          types/pa_vstring.h: limits -1
                   23609: 
                   23610:        * src/: include/pa_globals.h, include/pa_request.h,
                   23611:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   23612:          main/pa_request.C, targets/cgi/parser3.C,
                   23613:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   23614:          request_info -1
                   23615: 
                   23616:        * src/: include/pa_globals.h, main/pa_globals.C,
                   23617:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23618:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   23619:          vform_fields_fill
                   23620: 
                   23621:        * src/targets/cgi/parser3.C: #  if MSVC
                   23622: 
                   23623:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   23624:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   23625: 
                   23626:        * src/targets/cgi/parser3.C: z
                   23627: 
                   23628:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   23629:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   23630:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23631:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   23632:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   23633:          types/pa_vunknown.h: global handler, exceptions in parser3
                   23634: 
                   23635: 2001-03-13  paf
                   23636: 
                   23637:        * src/: classes/form.C, main/compile.y, main/core.C,
                   23638:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   23639:          types/pa_vform.h, types/pa_vstateless_class.C,
                   23640:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   23641:          instead
                   23642: 
                   23643:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23644:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   23645:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   23646:          started cgi target
                   23647: 
                   23648:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23649:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   23650:          before error show with parser
                   23651: 
                   23652:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   23653:          include/pa_request.h, main/core.C, main/pa_request.C,
                   23654:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   23655: 
                   23656:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   23657: 
                   23658:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   23659:          parser3.C: renamed targets/ parser to cgi
                   23660: 
                   23661:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   23662:          classes/root.C, classes/string.C, classes/table.C,
                   23663:          include/pa_request.h, types/pa_vhash.h: z
                   23664: 
                   23665:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23666:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   23667:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   23668:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23669:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   23670:          [historical moment :)]
                   23671: 
                   23672:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   23673:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   23674: 
                   23675:        * src/types/pa_venv.h: $ENV 1
                   23676: 
                   23677:        * src/main/execute.C: z
                   23678: 
                   23679:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   23680:          future methods of ENV constructor if
                   23681: 
                   23682:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   23683:          class
                   23684: 
                   23685:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23686:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23687:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23688:          classes/string.C, classes/table.C, include/pa_request.h,
                   23689:          main/compile.C, main/compile_tools.h, main/core.C,
                   23690:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23691:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23692:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23693:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23694:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23695:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23696: 
                   23697:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23698:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23699:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23700:          classes/string.C, classes/table.C, include/pa_request.h,
                   23701:          main/compile.C, main/compile_tools.h, main/core.C,
                   23702:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23703:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23704:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23705:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23706:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23707:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23708: 
                   23709:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   23710:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   23711:          yesterdays bad decision on execute_static_method
                   23712: 
                   23713:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   23714: 
                   23715:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23716:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   23717: 
                   23718:        * src/main/pa_request.C: z
                   23719: 
                   23720:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23721:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   23722: 
                   23723:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23724:          include/pa_pool.h, main/pa_request.C:
                   23725:          restructure_exceptions_dead_end
                   23726: 
                   23727:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   23728:          allowed ; inside {} to break params
                   23729: 
                   23730:        * src/classes/root.C: ^eval
                   23731: 
                   23732:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   23733:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   23734:          string ^format
                   23735: 
                   23736:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   23737:          'bad' but not 'enough'
                   23738: 
                   23739:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   23740:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   23741:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   23742:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   23743:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   23744: 
                   23745:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23746:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   23747:          types/pa_vint.h: ^for
                   23748: 
                   23749: 2001-03-12  paf
                   23750: 
                   23751:        * src/classes/table.C: table ^empty
                   23752: 
                   23753:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   23754: 
                   23755:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   23756:          ^offset ^line ^count
                   23757: 
                   23758:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   23759:          ^abs()  ^sign()
                   23760: 
                   23761:        * src/classes/: root.C, table.C: ^use
                   23762: 
                   23763:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23764:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   23765:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   23766:          ^while. switched off wcontext.constructing after write(value) or
                   23767:          auto-vhash-constructing
                   23768: 
                   23769:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23770:          main/pa_request.C: fail_if_junction_ helper func
                   23771: 
                   23772:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23773:          include/pa_request.h, main/execute.C, main/main.dsp,
                   23774:          main/pa_common.C, main/pa_request.C: ^process error point by
                   23775:          actual method_name, not source.  ^load
                   23776: 
                   23777:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   23778: 
                   23779:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   23780:          classes/_table.h, classes/table.C, main/untaint.C: z
                   23781: 
                   23782:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   23783:          include/pa_table.h, main/core.C, main/execute.C,
                   23784:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   23785:          types/pa_value.h: table:set 0
                   23786: 
                   23787:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   23788:          include/pa_request.h, include/pa_table.h, main/core.C,
                   23789:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   23790:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   23791:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   23792:          types/pa_vstring.h: freeze, ^table:create[] -1
                   23793: 
                   23794:        * src/: classes/root.C, types/pa_value.h: z
                   23795: 
                   23796:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   23797:          get_method in couple places optimizing them
                   23798: 
                   23799:        * src/classes/root.C: z
                   23800: 
                   23801:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   23802:          zeroing
                   23803: 
                   23804:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23805:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   23806:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   23807:          main/compile.y, main/compile_tools.h, main/execute.C,
                   23808:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23809:          types/pa_vmframe.h: ^process. actual names to store param and
                   23810:          check_actual_numbered_params for better place diagnostics
                   23811: 
                   23812:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   23813:          method-junctions bug fixed
                   23814: 
                   23815:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   23816:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   23817: 
                   23818: 2001-03-11  paf
                   23819: 
                   23820:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   23821:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   23822:          VDouble VInt base now VObject_base - without fields
                   23823: 
                   23824:        * src/: classes/root.C, include/core.h, main/core.C: z
                   23825: 
                   23826:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23827:          classes/string.C, include/core.h, include/pa_hash.h,
                   23828:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   23829:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   23830: 
                   23831:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23832:          include/pa_request.h, main/execute.C: intercept_string
                   23833: 
                   23834:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23835:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   23836: 
                   23837:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   23838:          ^inc-s(expr)
                   23839: 
                   23840:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23841:          classes/_root.h, classes/_string.h, classes/double.C,
                   23842:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23843:          include/code.h, include/core.h, include/pa_array.h,
                   23844:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23845:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23846:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23847:          include/pa_types.h, main/compile.C, main/compile.y,
                   23848:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23849:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23850:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   23851:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23852:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23853:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23854:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23855:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23856:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23857:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   23858: 
                   23859:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   23860: 
                   23861:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23862:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   23863: 
                   23864:        * src/: include/pa_valiased.h, include/pa_value.h,
                   23865:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23866:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23867:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23868:          include/pa_vobject.h, include/pa_vstring.h,
                   23869:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23870:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   23871:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   23872:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   23873:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23874:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23875:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23876:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23877:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23878:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   23879:          include/
                   23880: 
                   23881: 2001-03-10  paf
                   23882: 
                   23883:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23884:          main/pa_request.C: run+auto=run
                   23885: 
                   23886:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23887: 
                   23888:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23889:          classes/_root.h, classes/_string.h, classes/double.C,
                   23890:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23891:          include/code.h, include/core.h, include/pa_array.h,
                   23892:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23893:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23894:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23895:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23896:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23897:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23898:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23899:          include/pa_vobject.h, include/pa_vstring.h,
                   23900:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23901:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23902:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23903:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23904:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23905:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23906:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23907:          main/pa_wcontext.C: sources header
                   23908: 
                   23909:        * src/main/pa_request.C: auto..
                   23910: 
                   23911:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23912:          main/pa_request.C: auto tree0
                   23913: 
                   23914:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23915:          main/core.C, main/pa_request.C: names to core.C
                   23916: 
                   23917:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23918:          include/pa_request.h, main/core.C, main/execute.C,
                   23919:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23920: 
                   23921:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23922:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23923:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23924:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23925: 
                   23926:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23927:          @auto[] realised. auto.p scan togo
                   23928: 
                   23929:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23930:          code-junctions result now have names
                   23931: 
                   23932:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23933:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23934:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23935:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23936: 
                   23937:        * src/classes/env.C: env:file/line
                   23938: 
                   23939:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23940:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23941:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23942:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23943:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23944:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23945:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23946: 
                   23947:        * src/include/pa_vclass.h: const fight to go
                   23948: 
                   23949:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23950:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23951:          main/main.dsp: env0
                   23952: 
                   23953:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23954:          classes/_string.h, classes/double.C, classes/int.C,
                   23955:          classes/root.C, classes/string.C, include/pa_request.h,
                   23956:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23957:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23958:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23959:          main/pa_wcontext.C: ^lang prepare0
                   23960: 
                   23961: 2001-03-09  paf
                   23962: 
                   23963:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23964:          construct proper naming
                   23965: 
                   23966:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23967:          classes/double.C, classes/int.C, classes/root.C,
                   23968:          classes/string.C, include/code.h, include/pa_value.h,
                   23969:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23970:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23971:          main/compile.y, main/compile_tools.C, main/core.C,
                   23972:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23973:          and ^double[]. fixed expr type
                   23974: 
                   23975:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23976:          ^string.length[]
                   23977: 
                   23978: 2001-03-08  paf
                   23979: 
                   23980:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23981: 
                   23982:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23983:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23984:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23985:          derivated from vobject
                   23986: 
                   23987:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23988:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23989: 
                   23990:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23991:          remained clone conseqs
                   23992: 
                   23993:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23994: 
                   23995:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23996: 
                   23997:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23998:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23999:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   24000:          include/pa_vobject.h, include/pa_vstring.h,
                   24001:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24002:          main/execute.C: withoud cloning. didn't need it actually, params
                   24003:          got passed from out unnamed ewpool
                   24004: 
                   24005:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   24006:          include/pa_vjunction.h, include/pa_vobject.h,
                   24007:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   24008: 
                   24009:        * src/: include/pa_bool.h, include/pa_double.h,
                   24010:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   24011:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   24012:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24013:          include/pa_vobject.h, include/pa_vstring.h,
                   24014:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24015:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   24016:          to give params proper names
                   24017: 
                   24018:        * src/main/pa_wcontext.C: z
                   24019: 
                   24020:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   24021:          unknown values in get_element and unfilled params. removed wrong
                   24022:          name change in get_element
                   24023: 
                   24024:        * src/main/execute.C: z
                   24025: 
                   24026:        * src/main/execute.C: fixed problems calling operators in
                   24027:          constructors
                   24028: 
                   24029:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   24030:          detected problems calling operators in constructors
                   24031: 
                   24032:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24033:          autocalc def to string
                   24034: 
                   24035:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   24036:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   24037: 
                   24038:        * src/classes/root.C: added root.c
                   24039: 
                   24040:        * src/: include/pa_request.h, include/pa_value.h,
                   24041:          include/pa_vcframe.h, include/pa_vmframe.h,
                   24042:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24043:          main/core.C, main/execute.C, main/pa_cframe.C,
                   24044:          main/pa_wcontext.C: 'if' just compiled
                   24045: 
                   24046:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   24047:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24048:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   24049:          main/pa_wcontext.C: z
                   24050: 
                   24051:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   24052:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   24053:          with parameter names  in operator methods
                   24054: 
                   24055:        * src/main/compile.y: minor renamings in .y
                   24056: 
                   24057:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24058:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   24059:          @BASE.  changed 'RUN' assignment mech
                   24060: 
                   24061:        * src/main/execute.C: z
                   24062: 
                   24063:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24064:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   24065:          static. so to enable runtime ^use
                   24066: 
                   24067:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   24068: 
                   24069:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24070:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   24071: 
                   24072:        * src/main/execute.C: root root in code-junction
                   24073: 
                   24074: 2001-03-07  paf
                   24075: 
                   24076:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   24077:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   24078: 
                   24079:        * src/: include/pa_stack.h, include/pa_value.h,
                   24080:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   24081:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   24082:          fixed rwcontext of {} params up
                   24083: 
                   24084:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   24085: 
                   24086:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   24087: 
                   24088:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   24089:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   24090:          main/pa_hash.C: expr def in -f
                   24091: 
                   24092:        * src/main/: compile.y, execute.C: expr calls
                   24093: 
                   24094:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   24095:          fixed
                   24096: 
                   24097:        * src/main/compile.y: expr quoted code
                   24098: 
                   24099:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   24100:          support0
                   24101: 
                   24102:        * src/main/compile.y: expr string comparisons 0
                   24103: 
                   24104:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   24105:          main/pa_string.C: just compiled lt&co
                   24106: 
                   24107:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   24108:          $field not a $var.field
                   24109: 
                   24110: 2001-03-06  paf
                   24111: 
                   24112:        * src/main/compile.y: .y expr visible-shorter
                   24113: 
                   24114:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   24115:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   24116:          logical
                   24117: 
                   24118:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   24119:          skipping whitespace in yylex
                   24120: 
                   24121:        * src/include/pa_vbool.h: forgot this
                   24122: 
                   24123:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   24124:          string ops in expressions 0
                   24125: 
                   24126:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   24127:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   24128:          main/execute.C, main/main.dsp: !~
                   24129: 
                   24130:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   24131:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   24132:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24133:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24134:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24135:          main/compile_tools.h, main/execute.C: +-*/
                   24136: 
                   24137:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   24138:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   24139: 
                   24140:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   24141:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   24142: 
                   24143:        * src/main/compile.y: expr grammar-1
                   24144: 
                   24145:        * src/main/compile.y: expr lexx1
                   24146: 
                   24147:        * src/main/: compile.y, execute.C, main.dsp: z
                   24148: 
                   24149:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   24150:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   24151:          main/execute.C: expr lex0 exec-1
                   24152: 
                   24153:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   24154: 
                   24155: 2001-02-26  paf
                   24156: 
                   24157:        * src/main/compile.y: max_string in yyerror bug fix
                   24158: 
                   24159: 2001-02-25  paf
                   24160: 
                   24161:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24162:          include/pa_wcontext.h, main/execute.C: VAliased3
                   24163: 
                   24164:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   24165: 
                   24166:        * src/main/execute.C: VAliased1
                   24167: 
                   24168:        * src/: include/pa_request.h, include/pa_value.h,
                   24169:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   24170:          VAliased0
                   24171: 
                   24172:        * src/: include/pa_pool.h, include/pa_request.h,
                   24173:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   24174:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   24175:          VAliased just compiled
                   24176: 
                   24177:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   24178:          include/pa_vobject.h, main/execute.C: alias dead end
                   24179: 
                   24180:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24181:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24182:          main/main.dsp: no not get fields into interm VFielded class.
                   24183:          fields & staticfields 1
                   24184: 
                   24185:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   24186:          include/pa_vobject.h, include/pa_wcontext.h,
                   24187:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   24188:          main/main.dsp: would now get fields into interm VFielded class
                   24189: 
                   24190:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24191:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24192:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24193:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   24194:          main/pa_wcontext.C: virtuals2
                   24195: 
                   24196:        * src/main/compile.y: : 1
                   24197: 
                   24198:        * src/main/compile.y: rethought to $class:static.field.subfield
                   24199: 
                   24200:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   24201:          $class:element
                   24202: 
                   24203:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24204:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   24205:          main/pa_wcontext.C: before execute class calls rewrite
                   24206: 
                   24207:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   24208:          name RUN, also alias
                   24209: 
                   24210:        * src/main/compile.y: escaping bug
                   24211: 
                   24212:        * src/: include/pa_request.h, include/pa_value.h,
                   24213:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   24214:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   24215: 
                   24216:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24217:          include/pa_vmframe.h, include/pa_vobject.h,
                   24218:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24219:          main/compile_tools.h, main/execute.C: ^class:method() just
                   24220:          compiled
                   24221: 
                   24222: 2001-02-24  paf
                   24223: 
                   24224:        * src/main/main.dsp: no bison -d
                   24225: 
                   24226:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   24227:          class' err msg wrong
                   24228: 
                   24229:        * src/main/compile.y: z
                   24230: 
                   24231:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   24232: 
                   24233:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   24234:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   24235: 
                   24236:        * src/: include/pa_vclass.h, main/core.C: z
                   24237: 
                   24238:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24239:          include/pa_vobject.h, main/main.dsp: vobject00
                   24240: 
                   24241:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   24242:          60% from 1 were 0
                   24243: 
                   24244:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   24245:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   24246:          as bad as you've named it: wcontext.value() was not a perfect
                   24247:          idea
                   24248: 
                   24249:        * src/main/execute.C: codeframe1
                   24250: 
                   24251:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   24252:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   24253:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24254:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24255:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   24256:          just compiled
                   24257: 
                   24258:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   24259:          ideology @: ^x{$a()) must construct current wcontext element, so
                   24260:          smart wcontext handling needed
                   24261: 
                   24262:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   24263:          klinch
                   24264: 
                   24265:        * src/main/: compile.y, execute.C: fixed empty constructor
                   24266:          optimized empty case. failed on calls - produced empty string
                   24267:          param
                   24268: 
                   24269:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   24270: 
                   24271:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   24272:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   24273:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24274:          main/execute.C: code junctions0. something wrong with last \n
                   24275:          macrotemplate strip
                   24276: 
                   24277:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   24278:          main/pa_value.C: minor error reporting format beautifyings
                   24279: 
                   24280:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24281:          include/pa_vframe.h, main/core.C, main/execute.C,
                   24282:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   24283:          junctions0
                   24284: 
                   24285: 2001-02-23  paf
                   24286: 
                   24287:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   24288:          pa_wwrapper.h: lara came, can't work, sorry :(
                   24289: 
                   24290:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   24291:          junction
                   24292: 
                   24293:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   24294:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   24295:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   24296: 
                   24297:        * src/: include/pa_hash.h, include/pa_value.h,
                   24298:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   24299:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   24300:          done
                   24301: 
                   24302:        * src/include/pa_wcontext.h: z
                   24303: 
                   24304:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   24305:          wrong grammar in complex constructor case
                   24306: 
                   24307:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   24308: 
                   24309:        * src/main/execute.C: with result rwpool
                   24310: 
                   24311:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   24312:          main/main.dsp: value named
                   24313: 
                   24314:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   24315:          strign 2 value in 2 places in execute
                   24316: 
                   24317:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   24318:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   24319:          wcontext.put_element when wcontext fvalue==0
                   24320: 
                   24321: 2001-02-22  paf
                   24322: 
                   24323:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24324:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   24325:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   24326: 
                   24327:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   24328:          erroreos checkout
                   24329: 
                   24330:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   24331: 
                   24332:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   24333:          main/compile_tools.h, main/pa_array.C: $self.get
                   24334: 
                   24335:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   24336: 
                   24337:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   24338:          bit. finished now.
                   24339: 
                   24340:        * src/main/compile.y: $: finished
                   24341: 
                   24342:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   24343: 
                   24344:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   24345:          main/execute.C: OP_STRING better then some xxx _VALUE
                   24346: 
                   24347:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   24348:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24349:          string to vstring it .y all
                   24350: 
                   24351:        * src/: include/pa_request.h, include/pa_stack.h,
                   24352:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   24353:          all
                   24354: 
                   24355:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   24356:          precise parse error line:col
                   24357: 
                   24358:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   24359:          main/pa_hash.C, main/pa_pool.C: TRY...
                   24360: 
                   24361:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24362:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   24363:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24364:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   24365:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   24366:          main/pa_table.C: removed exception from request
                   24367: 
                   24368:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   24369:          some forgotten
                   24370: 
                   24371:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24372:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   24373:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   24374:          get/put simple vars to VClass works0
                   24375: 
                   24376:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   24377:          main/pa_string.C: in process, but found that exceptions are too
                   24378:          global
                   24379: 
                   24380:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   24381:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   24382:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   24383:          seems wcontext must write strings regardles of fvalue!=0
                   24384: 
                   24385: 2001-02-21  paf
                   24386: 
                   24387:        * src/main/execute.C: tired :)
                   24388: 
                   24389:        * src/main/: compile.C, compile.y, execute.C: store0
                   24390: 
                   24391:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   24392:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   24393:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24394:          main/execute.C, main/main.dsp, main/pa_array.C,
                   24395:          main/pa_request.C: get put -1 [just compiled]
                   24396: 
                   24397:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   24398:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   24399:          main/main.dsp, main/pa_request.C: request core methods0
                   24400: 
                   24401:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   24402:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   24403:          execute
                   24404: 
                   24405:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   24406:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   24407:          methods and one_big_piece. now compile returns array<method*>
                   24408: 
                   24409:        * src/main/compile.y: more straightforward yylex[end]
                   24410: 
                   24411:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   24412:          string.operator==(char*)
                   24413: 
                   24414:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   24415:          main/execute.C, main/pa_array.C: after array.const get wonders
                   24416: 
                   24417:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   24418:          pa_string.h, pa_value.h: struck with const array.gets
                   24419: 
                   24420:        * src/main/: execute.C: z
                   24421: 
                   24422:        * src/main/: compile.y, execute.C: z
                   24423: 
                   24424:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   24425:          processing in eval & yyerror so it wouldn't cause memleaks.
                   24426: 
                   24427:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   24428:          parse error positions. leaving RIGHTMOST position as
                   24429:          @file[line:col]
                   24430: 
                   24431:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   24432:          main/compile_tools.h: line numbers needed. would add them to .y
                   24433:          now internally. externally it's not as precise as needed
                   24434: 
                   24435:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   24436:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24437:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   24438:          compiler works ok
                   24439: 
                   24440: 2001-02-20  paf
                   24441: 
                   24442:        * src/main/: compile.C, compile.y, compile_tools.C,
                   24443:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   24444:          not perfect
                   24445: 
                   24446:        * src/: include/code.h, include/compile.h, include/execute.h,
                   24447:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   24448:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24449:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24450:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   24451:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24452:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   24453:          compiled.  execute=dump for now
                   24454: 
                   24455:        * src/main/core.C: core rewrite using yacc investigations now will
                   24456:          be compile[yacc]/execute[opcodes]
                   24457: 
                   24458: 2001-02-15  paf
                   24459: 
                   24460:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   24461:          rewrite as turing machine? for it seems it would be it's too many
                   24462:          ifs with this syntax now
                   24463: 
                   24464: 2001-02-14  paf
                   24465: 
                   24466:        * src/main/core.C: get_params 1
                   24467: 
                   24468:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   24469:          :( ]
                   24470: 
                   24471:        * src/main/core.C: varios breaks
                   24472: 
                   24473:        * src/main/core.C: get names 3
                   24474: 
                   24475:        * src/main/core.C: get names 2
                   24476: 
                   24477:        * src/main/core.C: get names 1
                   24478: 
                   24479:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   24480:          names 0
                   24481: 
                   24482:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   24483:          text repassing2 operator static vars
                   24484: 
                   24485:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   24486:          main/pa_string.C: process text repassing
                   24487: 
                   24488:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24489:          module:calls changes
                   24490: 
                   24491: 2001-02-13  paf
                   24492: 
                   24493:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24494:          ^class:calls[] started
                   24495: 
                   24496:        * src/: include/pa_value.h, main/core.C: z
                   24497: 
                   24498:        * src/main/core.C: operators : and self. prefixes
                   24499: 
                   24500:        * src/main/core.C: z
                   24501: 
                   24502:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24503:          tested
                   24504: 
                   24505:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24506:          optimized
                   24507: 
                   24508:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   24509:          would change privates to better support optimization
                   24510: 
                   24511:        * src/: include/pa_string.h, main/pa_string.C:
                   24512:          String_iterator::skip_to todo:optimize
                   24513: 
                   24514: 2001-02-12  paf
                   24515: 
                   24516:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   24517:          String_iterator
                   24518: 
                   24519:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   24520:          comments
                   24521: 
                   24522:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   24523:          self/methodref joined
                   24524: 
                   24525: 2001-02-11  paf
                   24526: 
                   24527:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   24528:          main/main.dsp: core started.  core.C, context&value .h
                   24529: 
                   24530:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24531:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24532:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   24533: 
                   24534: 2001-01-30  paf
                   24535: 
                   24536:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   24537:          comments
                   24538: 
                   24539:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   24540:          main/pa_pool.C: moved pa_pool.C to be target specific
                   24541: 
                   24542:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24543:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   24544:          to & changes
                   24545: 
                   24546:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24547:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   24548:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   24549:          re-associated. that's much better even removed 'die' necessety
                   24550: 
                   24551:        * src/: include/pa_error.h, include/pa_exception.h,
                   24552:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24553:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   24554:          targets/Makefile.am: lowered targets/parser into subdir, added
                   24555:          parser_Pool(Pool) failed to add. would think..
                   24556: 
                   24557:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   24558:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   24559:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   24560:          hence lots of 'const'
                   24561: 
                   24562:        * src/: include/pa_error.h, include/pa_request.h,
                   24563:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   24564:          main/pa_table.C: Error fixed
                   24565: 
                   24566: 2001-01-29  paf
                   24567: 
                   24568:        * src/: include/pa_array.h, include/pa_common.h,
                   24569:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   24570:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   24571:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   24572:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   24573: 
                   24574:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24575:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24576:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   24577:          main/pa_string.C, main/pa_table.C: Request Error Table
                   24578: 
                   24579:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   24580:          templates"
                   24581: 
                   24582:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   24583:          main/main.dsp, main/pa_array.C: templates failed no template
                   24584:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   24585:          2.95.2-6 from latest cygwin]
                   24586: 
                   24587:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24588:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24589:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   24590:          main/pa_table.C: Table started would test template Array now
                   24591: 
                   24592:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24593:          String originating
                   24594: 
                   24595:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   24596:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   24597:          SYNCHRONIZED(thread_safe)
                   24598: 
                   24599:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   24600:          parts to top
                   24601: 
                   24602:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   24603:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   24604:          see: needed only in global Hash now, made Hash:: put/get
                   24605:          SYNCHRONIZED
                   24606: 
                   24607:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   24608:          main/pa_threads.C: added pa_threads
                   24609: 
                   24610:          Mutex
                   24611: 
                   24612:        * src/include/pa_hash.h: some comments
                   24613: 
                   24614:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   24615:          Array& operator += (Array& src)
                   24616: 
                   24617:        * src/main/pa_array.C: expand not convinient, would rewrite
                   24618: 
                   24619:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   24620:          (Array& src)
                   24621: 
                   24622:          rethought, would change now
                   24623: 
                   24624: 2001-01-27  paf
                   24625: 
                   24626:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   24627:          caching
                   24628: 
                   24629:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24630:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   24631:          cache rethought to chunk caching
                   24632: 
                   24633:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24634:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24635:          main/pa_hash.C, main/pa_string.C: Array 0
                   24636: 
                   24637:        * src/main/pa_string.C: String::operator ==
                   24638: 
                   24639:        * src/main/pa_hash.C: String(&String)
                   24640: 
                   24641:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   24642: 
                   24643:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   24644:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   24645:          pa_hash[forgotten]
                   24646: 
                   24647: 2001-01-26  paf
                   24648: 
                   24649:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24650:          removed templates [vc++ suxx]
                   24651: 
                   24652:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   24653:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   24654: 
                   24655:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   24656: 
1.119     moko     24657:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     24658: 
1.119     moko     24659:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     24660:          check
                   24661: 
                   24662:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   24663:          dynamic row_count
                   24664: 
                   24665:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24666:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24667:          targets/Makefile.am: Initial revision
                   24668: 
                   24669:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24670:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24671:          targets/Makefile.am: creating parser3 module
                   24672: 

E-mail: