Annotation of parser3/ChangeLog, revision 1.173

1.173   ! moko        1: 2021-12-24  moko
        !             2: 
        !             3:        * tests/: 415_dir/29.p, results/415.processed: yet another test
        !             4: 
        !             5: 2021-12-23  moko
        !             6: 
        !             7:        * src/: classes/table.C, main/pa_request.C: warnings war
        !             8: 
        !             9:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
        !            10:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
        !            11: 
        !            12: 2021-12-21  moko
        !            13: 
        !            14:        * tests/: 416.html, results/416.processed: test for ^break[] in
        !            15:          ^hash/table.select[] (related to feature #1222)
        !            16: 
        !            17:        * src/classes/: hash.C, table.C: ^break[] support for
        !            18:          ^hash/table.select[] (implements feature #1222)
        !            19: 
1.172     moko       20: 2021-11-30  moko
                     21: 
                     22:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                     23:          0.5 sec
                     24: 
1.171     moko       25: 2021-11-10  moko
                     26: 
                     27:        * tests/results/415.processed: more syntax errors tests added
                     28: 
                     29:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                     30:          28.p: minor syntax error tests
                     31: 
                     32:        * src/main/pa_exception.C: pa_strdup added for compatibility
                     33: 
                     34:        * src/classes/curl.C: hint to call ^curl:options[
                     35:          $.library[correct.libcurl.so.name] ] added if default load fails.
                     36: 
                     37: 2021-11-09  moko
                     38: 
                     39:        * src/main/compile.y: error message can be on stack
                     40: 
                     41:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                     42: 
                     43:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                     44:          this case then strncpy
                     45: 
                     46:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                     47:          instead of strcpy where possible
                     48: 
                     49:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                     50:          used to avoid MAX_STRING limit in Exception comment
                     51: 
                     52:        * tests/results/415.processed: compiler exceptions are no longer
                     53:          limited to MAX_STRING
                     54: 
                     55:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                     56:          char * instead of fixed buffer
                     57: 
                     58:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                     59:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                     60:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                     61:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                     62:          results/415.processed: tests for parser.compile exceptions added
                     63: 
                     64: 2021-11-08  moko
                     65: 
                     66:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                     67:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                     68:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                     69:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                     70:          drawbacks
                     71: 
1.170     moko       72: 2021-11-06  moko
                     73: 
                     74:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                     75:          (implements feature #1219)
                     76: 
                     77:        * tests/: 414.html, results/414.processed: test for
                     78:          ^hash.rename[from;to] added (related to feature #1144)
                     79: 
                     80: 2021-11-05  moko
                     81: 
                     82:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                     83:          (related to feature #1144)
                     84: 
                     85: 2021-11-04  moko
                     86: 
                     87:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                     88:          added (implements feature #1144)
                     89: 
1.169     moko       90: 2021-10-19  moko
                     91: 
                     92:        * tests/: 413.html, results/413.processed: test for hash no longer
                     93:          is accepted as file parameter (related to bug #1218)
                     94: 
                     95:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                     96:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                     97:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                     98:          longer is accepted as file parameter (fixes bug #1218)
                     99: 
1.168     moko      100: 2021-07-19  moko
                    101: 
                    102:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                    103:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                    104: 
1.167     moko      105: 2021-04-16  moko
                    106: 
                    107:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                    108:          processing it leads to assertions.
                    109: 
1.166     moko      110: 2021-03-25  moko
                    111: 
                    112:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                    113:          #1213
                    114: 
1.165     moko      115: 2021-02-12  moko
                    116: 
                    117:        * tests/: 360.html, results/360.processed, results/363.processed:
                    118:          parser method call in expression mode no longer differs from call
                    119:          in string mode (related to feature #1211)
                    120: 
                    121: 2021-02-11  moko
                    122: 
                    123:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                    124:          fixed (bug #1212)
                    125: 
                    126:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                    127:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                    128:          strings in both calls (implements feature #1211)
                    129: 
1.164     moko      130: 2021-01-28  moko
                    131: 
                    132:        * buildall, etc/auto.p.in: to remove last patch in debian package
                    133: 
                    134:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                    135:          3.4.7b
                    136: 
1.162     moko      137: 2021-01-21  moko
                    138: 
                    139:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                    140:          is MULTITHREADED
                    141: 
1.157     moko      142: 2021-01-20  moko
                    143: 
1.161     moko      144:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                    145:          'a2enmod mpm_prefork'
                    146: 
1.160     moko      147:        * src/targets/apache/mod_parser3.c: prefork name is now
                    148:          'libapache2-mpm-itk'
                    149: 
                    150:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                    151:          removed
                    152: 
1.159     moko      153:        * src/targets/isapi/Makefile.am: -pa_threads.C
                    154: 
1.158     moko      155:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                    156:          3.4.6
                    157: 
1.157     moko      158:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                    159: 
                    160:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                    161:          /httpd.p
                    162: 
                    163:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                    164:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                    165:          #1203)
                    166: 
                    167: 2021-01-19  moko
                    168: 
                    169:        * buildall: --disable-parallel-mark added to avoid "number of
                    170:          processors" threads creation for heap marking as it conflicts
                    171:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                    172:          limits threads)
                    173: 
1.156     moko      174: 2021-01-16  moko
                    175: 
                    176:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                    177:          main/pa_globals.C, main/pa_memory.C,
                    178:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                    179:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                    180:          feature #1209)
                    181: 
                    182: 2021-01-15  moko
                    183: 
                    184:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                    185:          3.4.6rc
                    186: 
                    187:        * src/classes/json.C: get_delim added for delimiter caching (10%
                    188:          faster on large json)
                    189: 
                    190: 2021-01-14  moko
                    191: 
                    192:        * operators.txt: updated with 3.4.6 changes
                    193: 
                    194:        * tests/results/224.processed: test result modified after
                    195:          today(shift) implemented
                    196: 
                    197:        * tests/: 407.html, results/407.processed: test for ^hash.select
                    198:          option $.default(bool) added (related to feature #1172)
                    199: 
                    200:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                    201:          (related to feature #1172)
                    202: 
                    203:        * tests/: 141.html, results/141.processed: test modified for
                    204:          feature #1185.
                    205: 
                    206:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                    207:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                    208:          options $.lower(bool) (implements feature #1185)
                    209: 
                    210: 2021-01-11  moko
                    211: 
                    212:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                    213:          #1192)
                    214: 
                    215:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                    216:          added (related to feature #1192)
                    217: 
1.155     moko      218: 2021-01-05  moko
                    219: 
                    220:        * tests/: 270.html, results/270.processed: test modified to work
                    221:          under Windows
                    222: 
                    223:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                    224:          4 windows
                    225: 
                    226:        * tests/: 410.html, results/410.processed: test for
                    227:          $CLASS-GETTER-PROTECTED(false) added
                    228: 
                    229: 2021-01-04  moko
                    230: 
                    231:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                    232:          $MAIN:LOCALS(true) added
                    233: 
1.154     moko      234: 2021-01-03  moko
                    235: 
                    236:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                    237:          types/pa_vclass.h, types/pa_vstateless_class.C,
                    238:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                    239:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                    240:          #1207)
                    241: 
                    242: 2021-01-02  moko
                    243: 
                    244:        * etc/auto.p.in: minor
                    245: 
                    246:        * src/main/pa_request.C: sending headers only after opening file to
                    247:          allow error reporting if file was not opened (foreign group,
                    248:          etc).
                    249: 
                    250: 2020-12-31  moko
                    251: 
                    252:        * src/: include/pa_request.h, main/pa_request.C,
                    253:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                    254: 
                    255:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                    256:          main/pa_request.C: get_class_ref added and used
                    257: 
                    258:        * etc/auto.p.in: @CLASS httpd added
                    259: 
                    260:        * etc/auto.p.in: @auto[] is now first
                    261: 
                    262: 2020-12-30  moko
                    263: 
                    264:        * tests/: 408.html, results/408.processed: test for bug #1166
                    265:          (windows only) added
                    266: 
                    267:        * src/main/pa_common.C: create_dir_for_file should not create dir
                    268:          for trailing / (fixes bug #1166)
                    269: 
                    270:        * tests/: 341.html, results/341.processed: tests for
                    271:          ^nameless_table.hash[] added (related to feature #1138)
                    272: 
                    273:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                    274:          (implements feature #1138), extra fields in named tables no
                    275:          longer ignored (implements feature #1138)
                    276: 
                    277:        * tests/results/390.processed: updated after exception text change
                    278: 
                    279: 2020-12-29  moko
                    280: 
                    281:        * tests/: 407.html, results/407.processed: +$._default check
                    282: 
                    283:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                    284: 
                    285:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                    286:          and ^hash.reverse[] added (releated to feature #1172)
                    287: 
                    288:        * src/classes/hash.C:
                    289:          ^hash.select[key;value](bool-condition)[options hash] +
                    290:          ^hash.reverse[] added (implements feature #1172)
                    291: 
                    292:        * src/types/pa_vtable.h: warning war
                    293: 
                    294:        * src/include/pa_config_fixed.h: win32 fix
                    295: 
1.153     moko      296: 2020-12-27  moko
                    297: 
                    298:        * tests/: 406.html, results/406.processed: test results updated
                    299: 
                    300:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                    301:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                    302:          spelling
                    303: 
                    304: 2020-12-26  moko
                    305: 
                    306:        * tests/: 406.html, results/406.processed: tests for
                    307:          ^table.rename[] added (related to feature #1148)
                    308: 
                    309:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    310:          ^table.rename[column name from;column name to], ^table.rename[
                    311:          $.[column name from][column name to] ... ] added (implements
                    312:          feature #1148)
                    313: 
                    314: 2020-12-25  moko
                    315: 
                    316:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                    317:          request_info now on stack to avoid yet another THREAD_LOCAL
                    318:          memory deallocation issue (now with cookies), explained in #1203
                    319: 
                    320:        * src/types/pa_vcookie.C: fields should be inited
                    321: 
                    322: 2020-12-24  moko
                    323: 
                    324:        * src/include/pa_stylesheet_connection.h: looks like
                    325:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                    326:          sure libxml bug, but we have GC anyway, so we just remove this
                    327:          call and see...
                    328: 
                    329:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                    330:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                    331:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                    332:          abort.c:65:8     frame #3: 0x00000000004da663
                    333:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                    334:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                    335:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                    336:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                    337:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                    338:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                    339:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                    340:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                    341:           frame #8: 0x000000000050d35c
                    342:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                    343:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                    344:           frame #10: 0x00000000004436e5
                    345:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                    346:          [inlined]
                    347:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                    348:          pa_stylesheet_connection.h:62:3
                    349: 
                    350: 2020-12-23  moko
                    351: 
                    352:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                    353: 
                    354:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                    355:          ^image::measure[; $.video(true) ] added
                    356: 
                    357:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                    358:          httpd mode for unknown reasons
                    359: 
                    360: 2020-12-22  moko
                    361: 
                    362:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                    363:          error_log uri of currently processed document", but never used
                    364:          and conflicts with how libgc stops threads on FreeBSD (#define
                    365:          SIG_SUSPEND SIGUSR1), thus removed.
                    366: 
                    367: 2020-12-21  moko
                    368: 
                    369:        * src/main/pa_request.C: +comment
                    370: 
1.151     moko      371: 2020-12-20  moko
                    372: 
1.152     moko      373:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                    374:          it is more safe to have versions of pa_strdup with one and two
                    375:          arguments, as helper_length=0 not always mean that strlen()
                    376:          should be called, but means zero.
                    377: 
                    378:        * src/targets/isapi/parser3isapi.C: minor
                    379: 
                    380:        * src/main/pa_http.C: +valid_http_method
                    381: 
1.151     moko      382:        * src/: include/pa_http.h, main/pa_http.C,
                    383:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                    384: 
                    385: 2020-12-17  moko
                    386: 
                    387:        * tests/: 405.html, results/405.processed: test for split by regex
                    388:          added (related to feature #1160)
                    389: 
                    390:        * src/classes/string.C: split by regex implemented (feature #1160)
                    391: 
                    392:        * src/classes/string.C: minor
                    393: 
                    394:        * tests/: 404.html, results/404.processed: test for whitespace
                    395:          string is now OK for table argument (related to feature #1169)
                    396: 
                    397:        * src/: classes/image.C, classes/string.C, classes/table.C,
                    398:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                    399:          argument (as with hash) (implements feature #1169)
                    400: 
                    401:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                    402:          limit for comment (fixes bug #1102)
                    403: 
                    404:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                    405: 
                    406:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                    407: 
                    408:        * src/include/pa_config_includes.h: HAVE_TLS used
                    409: 
                    410:        * configure.ac: +TLS check
                    411: 
                    412:        * src/main/pa_http.C: content logging added
                    413: 
                    414:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                    415:          clear_response_headers added
                    416: 
                    417: 2020-12-16  moko
                    418: 
                    419:        * buildall: as we now use threads, libatomic_ops still required for
                    420:          some OS.
                    421: 
                    422:        * src/main/pa_request.C: whitespace
                    423: 
                    424:        * src/: include/pa_request.h, main/pa_request.C:
                    425:          Request::Exception_trace::table extracted and used
                    426: 
                    427:        * src/main/pa_request.C: moving output_result call outside of try
                    428:          as network exceptions should not be handled by parser code
                    429: 
                    430:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                    431:          logging network exchange
                    432: 
                    433:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                    434:          via network if it was network write error.
                    435: 
                    436:        * src/targets/cgi/parser3.C: log -> pa_log
                    437: 
                    438:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                    439: 
                    440:        * src/main/pa_threads.C: getpid() if no gettid() found
                    441: 
                    442:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    443:          we need to ignore "void" connections from browsers (browsers open
                    444:          connections in advance and they will be empty if user does not
                    445:          request more pages)
                    446: 
                    447: 2020-12-15  moko
                    448: 
                    449:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                    450: 
                    451:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                    452:          RequestController not needed in httpd mode
                    453: 
                    454:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    455:          classes/classes.h, classes/curl.C, classes/date.C,
                    456:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    457:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    458:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    459:          classes/memcached.C, classes/memory.C, classes/op.C,
                    460:          classes/reflection.C, classes/regex.C, classes/response.C,
                    461:          classes/string.C, classes/table.C, classes/void.C,
                    462:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    463:          include/pa_array.h, include/pa_base64.h,
                    464:          include/pa_cache_managers.h, include/pa_charset.h,
                    465:          include/pa_charsets.h, include/pa_common.h,
                    466:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    467:          include/pa_dictionary.h, include/pa_dir.h,
                    468:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    469:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    470:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    471:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    472:          include/pa_request_charsets.h, include/pa_request_info.h,
                    473:          include/pa_sapi.h, include/pa_socks.h,
                    474:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    475:          include/pa_stack.h, include/pa_string.h,
                    476:          include/pa_stylesheet_connection.h,
                    477:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    478:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    479:          include/pa_uue.h, include/pa_xml_exception.h,
                    480:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    481:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    482:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    483:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    484:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    485:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    486:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    487:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    488:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    489:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    490:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    491:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    492:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    493:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    494:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    495:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    496:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    497:          main/untaint.C, sql/pa_sql_driver.h,
                    498:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    499:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    500:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    501:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    502:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                    503:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                    504:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                    505:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                    506:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                    507:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                    508:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                    509:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                    510:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    511:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                    512:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                    513:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    514:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                    515:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                    516:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    517:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    518:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    519:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    520:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    521:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    522:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    523:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    524: 
                    525:        * src/main/pa_request.C: old compilers support
                    526: 
                    527:        * tests/: 362.html, results/362.processed: test updated after
                    528:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                    529:          #1108)
                    530: 
                    531:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                    532:          removed, as xsltFreeStylesheet has side effects on original doc.
                    533:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                    534:          not updated after xdoc modification (part 3 of test 362).
                    535:          (related to bug #1108)
                    536: 
                    537:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                    538: 
                    539:        * src/: classes/memory.C, include/pa_memory.h,
                    540:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                    541:          PA_GC_GCOLLECT used
                    542: 
                    543:        * src/include/pa_memory.h: +PA_GC_COLLECT
                    544: 
                    545:        * src/targets/cgi/parser3.C: msvs support fixes
                    546: 
                    547:        * src/lib/gc/include/gc.h: more cleanup
                    548: 
                    549:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                    550: 
                    551:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                    552:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                    553: 
                    554:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                    555: 
                    556:        * configure.ac: pthread.h added to checked headers
                    557: 
                    558:        * src/classes/table.C: string stream is back :)
                    559: 
                    560:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                    561:          exists
                    562: 
                    563:        * src/main/pa_globals.C: GC_dont_gc replaced
                    564: 
                    565:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                    566:          left to simplify adding new functions.  depricated GC_dont_gc
                    567:          replaced with GC_disable and GC_enable calls.
                    568: 
                    569:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                    570:          CORD_from_file* not used and thus removed
                    571: 
                    572:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                    573: 
                    574: 2020-12-14  moko
                    575: 
                    576:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                    577:          referenced elsewhere, or GC will collect it.
                    578: 
                    579:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                    580:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                    581:          elsewhere, or GC will collect them (and we'll get GPF in
                    582:          multithreaded enviroment).  May be it can be also fixed by some
                    583:          GC call, not sure. But this fix costs nothing (but hours of
                    584:          debugging to find the issue :).
                    585: 
1.150     moko      586: 2020-12-11  moko
                    587: 
                    588:        * configure.ac: gettid() check added
                    589: 
                    590:        * src/main/pa_threads.C: HAVE_GETTID used
                    591: 
                    592:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                    593: 
                    594:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                    595:          version for isapi/cgi/apache
                    596: 
                    597:        * buildall: threads are now required.
                    598: 
                    599:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                    600:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    601:          main/main.vcproj: pa_threads.C moved to main
                    602: 
                    603:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                    604:          isapi/pa_threads.C: pa_threads.C moved to main
                    605: 
                    606:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                    607:          targets/apache/Makefile.am: pa_threads.C moved to main
                    608: 
                    609:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                    610: 
                    611:        * src/: include/pa_stylesheet_connection.h,
                    612:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                    613:          and weird GPF in multithreaded httpd is gone
                    614: 
                    615:        * src/include/: pa_stylesheet_connection.h,
                    616:          pa_sql_driver_manager.h: whitespace
                    617: 
                    618:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                    619: 
                    620:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                    621:          main/pa_stylesheet_manager.C: whitespace, warning war
                    622: 
                    623:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                    624:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                    625:          parser_multithreaded never used
                    626: 
                    627:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                    628: 
                    629: 2020-12-10  moko
                    630: 
                    631:        * src/: include/pa_config_includes.h, include/pa_http.h,
                    632:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                    633:          MULTITHREADED and PARALLEL httpd server modes
                    634: 
                    635:        * src/main/pa_globals.C: GC_java_finalization is depricated
                    636: 
                    637: 2020-12-09  moko
                    638: 
                    639:        * etc/auto.p.in: + @httpd-main
                    640: 
                    641:        * src/: include/pa_common.h, main/pa_request.C,
                    642:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                    643:          work
                    644: 
                    645:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    646:          slow file_read_binary no longer used, send_range added
                    647: 
                    648: 2020-12-08  moko
                    649: 
                    650:        * src/main/pa_request.C: >4Gb support
                    651: 
                    652:        * src/targets/cgi/parser3.C: msvc warning war
                    653: 
                    654:        * src/: include/pa_config_includes.h, main/pa_http.C,
                    655:          main/pa_request.C: msvc warnings war
                    656: 
                    657:        * src/classes/image.C: warning war
                    658: 
                    659:        * src/classes/table.C: MSVC warning war
                    660: 
                    661:        * src/targets/cgi/parser3.C: msvc warnings war
                    662: 
                    663:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                    664:          added
                    665: 
1.149     moko      666: 2020-12-07  moko
                    667: 
1.150     moko      668:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                    669:          avoid logging beside system-wide auto.p
                    670: 
                    671:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                    672: 
                    673:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                    674:          configure options added:
                    675: 
                    676:          --with-system-cfg=FILE  to specify system-wide auto.p
                    677:          --with-system-log=FILE  to specify system-wide parser3.log
                    678: 
                    679:        * Makefile.am: bin no longer exists
                    680: 
                    681:        * configure, configure.ac: auto.p moved to etc to simplify debian
                    682:          package
                    683: 
                    684:        * buildall: auto.p and parser3.charsets moved to their default
                    685:          location after install
                    686: 
                    687:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                    688: 
                    689:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                    690: 
1.149     moko      691:        * src/targets/cgi/parser3.C: locate_config call returned to
                    692:          original place as it requires pa_thread_request() under Windows
                    693: 
                    694:        * src/targets/cgi/parser3.C: renaming
                    695: 
                    696: 2020-12-06  moko
                    697: 
                    698:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                    699:          check added
                    700: 
                    701: 2020-12-04  moko
                    702: 
                    703:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                    704:          main/pa_request.C: unified uint64_t lseek implemented to support
                    705:          >4Gb files under x86, including Windows
                    706: 
                    707: 2020-12-02  moko
                    708: 
                    709:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                    710:          with max_file_size
                    711: 
                    712:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    713:          support for processing files sized >4Gb on 32 bit planforms
                    714: 
                    715:        * tests/399.html: file moved
                    716: 
                    717:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                    718: 
                    719:        * src/targets/cgi/pa_sapi_info.h: warning war
                    720: 
                    721:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                    722:          warning war
                    723: 
                    724: 2020-12-01  moko
                    725: 
                    726:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                    727: 
                    728:        * src/classes/image.C: for "size not found" exception to be shown
                    729:          if size not found until eof
                    730: 
                    731:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                    732:          bit linux)
                    733: 
                    734:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                    735:          #1188)
                    736: 
                    737: 2020-11-30  moko
                    738: 
                    739:        * src/classes/image.C: definitions moved closer to code
                    740: 
                    741:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                    742:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                    743:          395_dir/3_VP8X.webp, results/395.processed,
                    744:          results/396.processed: tests for ^image::measure[] .webp support
                    745:          added, all image files moved into one directory (related to
                    746:          feature #1188)
                    747: 
                    748:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                    749:          #1188)
                    750: 
1.148     moko      751: 2020-11-29  moko
                    752: 
                    753:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                    754:          processing, unnessesary defines removed
                    755: 
                    756: 2020-11-24  moko
                    757: 
                    758:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    759:          309.processed, 310.processed: Content-Disposition: inline
                    760:          returned
                    761: 
                    762:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                    763:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                    764:          ] added (related to bug #1204)
                    765: 
                    766:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                    767:          ] supported to avoid Content-Disposition: inline;
                    768:          filename="<file>.ext" but still set Content-Type for ext (related
                    769:          to bug #1204)
                    770: 
1.147     moko      771: 2020-11-22  moko
                    772: 
                    773:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                    774:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                    775: 
                    776:        * src/main/pa_request.C: content_disposition_inline returned.
                    777: 
                    778: 2020-11-17  moko
                    779: 
                    780:        * src/main/pa_request.C: empty main method name support
                    781: 
                    782:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                    783:          config_handler added, stdout flush added.
                    784: 
                    785: 2020-11-16  moko
                    786: 
                    787:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                    788: 
                    789:        * tests/results/: 099.processed, 205.processed, 237.processed,
                    790:          309.processed, 310.processed: Content-Disposition: inline is not
                    791:          required and should not contain filename="<name>"
                    792: 
                    793:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                    794:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    795:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                    796: 
1.146     moko      797: 2020-11-14  moko
                    798: 
                    799:        * src/targets/cgi/parser3.C: spelling
                    800: 
                    801:        * src/targets/cgi/parser3.C: renaming
                    802: 
                    803:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                    804:          relocated
                    805: 
                    806:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                    807:          before request processing, which is weired
                    808: 
                    809: 2020-11-13  moko
                    810: 
                    811:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                    812:          copied in httpd.
                    813: 
                    814: 2020-11-12  moko
                    815: 
                    816:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                    817: 
                    818:        * src/: include/pa_request.h, main/pa_request.C,
                    819:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                    820: 
                    821:        * src/main/pa_http.C: URI validation added
                    822: 
                    823:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                    824:          can't be empty but can be null.  httpd-main is now main method
                    825:          name for httpd mode
                    826: 
                    827: 2020-11-11  moko
                    828: 
                    829:        * src/main/pa_request.C: path_translated can be null in httpd mode
                    830: 
                    831:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                    832:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                    833:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                    834:          main/pa_request.C: r.absolute -> r.full_disk_path
                    835: 
                    836:        * src/targets/cgi/parser3.C: if filename to process is not
                    837:          specified, auto.p should be present.
                    838: 
1.145     moko      839: 2020-11-03  moko
                    840: 
                    841:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                    842: 
                    843:        * src/main/pa_request.C: content_disposition_inline is the default,
                    844:          not required.
                    845: 
1.144     moko      846: 2020-10-29  moko
                    847: 
                    848:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                    849:          ^use[file; $.main(true) ] implemented for auto.p processing and
                    850:          path_translated changing to correct relative files path
                    851:          calculation in httpd mode
                    852: 
                    853:        * src/: include/pa_request.h, main/pa_request.C:
                    854:          fail_on_read_problem removed, as it allways true, as if should
                    855:          be.
                    856: 
                    857:        * src/: include/pa_request.h, main/pa_request.C,
                    858:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    859:          targets/isapi/parser3isapi.C: clearing config_filespec when
                    860:          config was not found, thus flag not required and removed.
                    861: 
                    862: 2020-10-28  moko
                    863: 
                    864:        * tests/: 402.html, results/402.processed: error reporting test
                    865: 
                    866:        * src/main/execute.C: better error reporting when
                    867:          $result[^hash::create[]] in @main.
                    868: 
                    869:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                    870:          + minor optimization
                    871: 
                    872:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                    873:          main/pa_xml_io.C: execute_*_method simplified and unified
                    874: 
                    875: 2020-10-27  moko
                    876: 
                    877:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                    878: 
                    879:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                    880:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    881:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                    882:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                    883:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                    884:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                    885:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                    886:          longer used in object-prototype mode
                    887: 
                    888:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    889:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    890:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                    891:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                    892:          $form:name[value] features
                    893: 
1.143     moko      894: 2020-10-18  moko
                    895: 
                    896:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                    897: 
                    898: 2020-10-15  moko
                    899: 
                    900:        * src/main/pa_http.C: url no longer needed as
                    901:          ALTER_EXCEPTION_SOURCE is used
                    902: 
                    903:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                    904:          main/pa_http.C: check_file_size filespec is now optional
                    905: 
                    906:        * src/: classes/curl.C, include/pa_exception.h,
                    907:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                    908:          ALTER_EXCEPTION_COMMENT added for better error reporting
                    909: 
                    910:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                    911:          results/346-curl.processed, results/379-curl.processed,
                    912:          results/379.processed: test results updated as load now provides
                    913:          better error reporting + curl responses updated
                    914: 
                    915: 2020-10-14  moko
                    916: 
                    917:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                    918:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                    919:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                    920:          checked. 10 is now default base, no hex autodetect by default
                    921: 
                    922:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    923:          connection socket closing in destructor + accept exception
                    924:          handling
                    925: 
                    926:        * src/targets/cgi/parser3.C: warning war
                    927: 
                    928:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                    929:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                    930:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                    931:          exception handling unified
                    932: 
                    933: 2020-10-13  moko
                    934: 
                    935:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                    936:          autodetection
                    937: 
                    938:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                    939: 
                    940:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                    941: 
                    942:        * src/main/pa_http.C: warning war
                    943: 
1.142     moko      944: 2020-10-12  moko
                    945: 
1.143     moko      946:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    947:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                    948:          unhandled exception code optimization
                    949: 
                    950:        * src/targets/cgi/parser3.C: request_info now global variable
                    951: 
                    952:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                    953:          class
                    954: 
                    955:        * src/: include/pa_http.h, main/pa_http.C,
                    956:          targets/cgi/pa_sapi_info.h: read_post implemented
                    957: 
1.142     moko      958:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    959:          [host:]port syntax support in httpd mode
                    960: 
                    961:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                    962:          targets/cgi/parser3.C: populate_env added
                    963: 
                    964:        * src/include/pa_hash.h: to make get(char *) compiling in
                    965:          HashStringString
                    966: 
                    967: 2020-10-10  moko
                    968: 
                    969:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                    970:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                    971: 
                    972:        * src/: include/pa_http.h, include/pa_request_info.h,
                    973:          main/pa_http.C, main/pa_string.C,
                    974:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                    975:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    976:          types/pa_vrequest.C: initial httpd mode implementation
                    977: 
1.141     moko      978: 2020-10-04  moko
                    979: 
                    980:        * src/targets/cgi/parser3.C: options together
                    981: 
                    982: 2020-09-30  moko
                    983: 
                    984:        * src/main/pa_http.C: renamed
                    985: 
1.140     moko      986: 2020-08-14  moko
                    987: 
                    988:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                    989:          src/targets/cgi/Makefile.am: no httpd as separate library
                    990: 
                    991: 2020-08-13  moko
                    992: 
                    993:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                    994:          unhandled exception handler to report 500 instead of 200 it was
                    995:          before.
                    996: 
                    997:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                    998: 
                    999:        * src/: include/pa_sapi.h, main/untaint.C,
                   1000:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1001:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   1002:          thus replaced with SAPI::die and removed
                   1003: 
                   1004:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   1005:          cgi/parser3.C: whitespace
                   1006: 
                   1007:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   1008: 
                   1009: 2020-08-12  moko
                   1010: 
                   1011:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   1012:          removed, whitespace was: SIGPIPE received while executing code.
                   1013:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   1014:          cl=0]
                   1015: 
                   1016:        * parser3.sln: + httpd.vcproj
                   1017: 
                   1018: 2020-08-11  moko
                   1019: 
                   1020:        * src/targets/cgi/Makefile.am: +libhttpd
                   1021: 
                   1022:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   1023: 
1.139     moko     1024: 2020-07-13  moko
                   1025: 
                   1026:        * tests/: 401.html, results/401.processed: test for hash key does
                   1027:          not keep language, but tainted in foreach.
                   1028: 
1.138     moko     1029: 2020-07-01  moko
                   1030: 
                   1031:        * tests/: 235.html, results/235.processed: test result updated as
                   1032:          messages before attachments implemented (feature #1176)
                   1033: 
1.137     moko     1034: 2020-06-27  moko
                   1035: 
                   1036:        * tests/: 400.html, results/400.processed: test updated to check
                   1037:          ^return{code}
                   1038: 
                   1039:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   1040:          fixed
                   1041: 
                   1042: 2020-06-26  moko
                   1043: 
                   1044:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   1045:          added (related to https://www.parser.ru/forum/?id=85319)
                   1046: 
                   1047:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   1048:          when $result assignment was last statement in the method
                   1049:          (https://www.parser.ru/forum/?id=85319)
                   1050: 
1.136     moko     1051: 2020-05-23  moko
                   1052: 
                   1053:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   1054:          whitespace, unused level removed
                   1055: 
                   1056: 2020-05-19  moko
                   1057: 
                   1058:        * src/types/pa_vmail.C: whitespace
                   1059: 
                   1060:        * src/types/pa_vmail.C: files should be processed last (related to
                   1061:          feature #1176)
                   1062: 
1.135     moko     1063: 2020-05-12  moko
                   1064: 
                   1065:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   1066:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   1067: 
                   1068:        * configure.ac: FreeBSD1X.X check added to avoid
                   1069:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   1070: 
1.134     moko     1071: 2020-02-26  moko
                   1072: 
                   1073:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   1074:          compilation issue (related to bug #1201)
                   1075: 
                   1076:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   1077:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   1078:          -f and -d now works under Windows in UTF-8 with Russian
                   1079:          filenames.
                   1080: 
                   1081:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   1082:          advice (related to feature #1199)
                   1083: 
                   1084: 2020-02-25  moko
                   1085: 
                   1086:        * buildall: --silent removed
                   1087: 
                   1088:        * configure.ac: gmime-3.0 support
                   1089: 
                   1090:        * buildall: --with-system-mailreceive option added to build with
                   1091:          system libgmime
                   1092: 
                   1093:        * src/types/pa_vmail.C: avoiding
                   1094:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   1095:          to feature #1199)
                   1096: 
1.133     moko     1097: 2020-02-18  moko
                   1098: 
                   1099:        * src/classes/op.C: windows x64 debug mode compile fix
                   1100: 
                   1101:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   1102:          change (releated to feature #1200)
                   1103: 
                   1104:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1105:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   1106:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   1107:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   1108:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1109:          targets/apache/ApacheModuleParser3.vcproj,
                   1110:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1111:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1112:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   1113:          dependency (related to feature #1200)
                   1114: 
1.132     moko     1115: 2020-02-12  moko
                   1116: 
                   1117:        * src/types/pa_vmail.C: minimize diff
                   1118: 
                   1119:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   1120:          #1199)
                   1121: 
1.131     moko     1122: 2020-01-18  moko
                   1123: 
                   1124:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   1125: 
1.130     moko     1126: 2019-12-28  moko
                   1127: 
                   1128:        * src/targets/cgi/parser3.C: avoid empty ?
                   1129: 
                   1130: 2019-12-27  moko
                   1131: 
                   1132:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   1133:          DOCUMENT_ROOT (related to feature #1164)
                   1134: 
                   1135:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   1136:          fcgiwrap setup (implements feature #1164)
                   1137: 
                   1138:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   1139:          but no issues found (related to feature #1164)
                   1140: 
                   1141:        * src/targets/cgi/parser3.C: actualized
                   1142: 
                   1143: 2019-12-26  moko
                   1144: 
                   1145:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   1146:          removed
                   1147: 
                   1148:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   1149:          removed
                   1150: 
                   1151:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   1152:          allocation errors, we don't want default gc warnings (without
                   1153:          timestamp and URI).
                   1154: 
                   1155:        * src/: classes/memory.C, main/pa_globals.C,
                   1156:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1157:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   1158:          pa_globals_init
                   1159: 
                   1160:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   1161:          initialization used (optimization)
                   1162: 
                   1163:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   1164:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   1165:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   1166:          (optimization)
                   1167: 
1.129     moko     1168: 2019-12-09  moko
                   1169: 
                   1170:        * src/include/pa_config_fixed.h: warning war
                   1171: 
1.128     moko     1172: 2019-12-08  moko
                   1173: 
                   1174:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   1175:          process grammar under Unix.
                   1176: 
                   1177: 2019-12-07  moko
                   1178: 
                   1179:        * tests/389.html: For Windows XP. :)
                   1180: 
                   1181:        * tests/388-sql.html: Windows compatibility added
                   1182: 
                   1183: 2019-12-06  moko
                   1184: 
                   1185:        * src/targets/cgi/parser3.C: warning war
                   1186: 
                   1187:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   1188:          == sizeof(CORD)) to avoid aligning bugs in future
                   1189: 
                   1190:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   1191:          XML_STATIC
                   1192: 
                   1193:        * src/include/pa_request.h: StackItem() not required
                   1194: 
                   1195:        * src/include/pa_stack.h: warning war
                   1196: 
                   1197:        * src/include/pa_config_includes.h: GCC warning silenced
                   1198: 
                   1199:        * src/include/pa_memory.h: warning war: the program should also
                   1200:          define 'void operator delete [](void*, std::size_t)'
                   1201:          [-Wsized-deallocation]
                   1202: 
                   1203:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   1204: 
                   1205:        * src/classes/string.C: not reqired cast removed
                   1206: 
                   1207:        * src/classes/string.C: not reqired cast removed
                   1208: 
                   1209: 2019-12-05  moko
                   1210: 
                   1211:        * src/lib/sdbm/pa_file_io.C: warning war
                   1212: 
                   1213:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   1214:          enum Language : size_t - required for VS2015+ to make
                   1215:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   1216:          without it (related to feature #1198)
                   1217: 
                   1218: 2019-12-04  moko
                   1219: 
                   1220:        * src/main/pa_base64.C: unsigned char -> uchar
                   1221: 
                   1222:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   1223:          as other libs
                   1224: 
                   1225:        * src/include/pa_version.h: +amd64
                   1226: 
                   1227: 2019-12-03  moko
                   1228: 
                   1229:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   1230:          release
                   1231: 
                   1232:        * src/include/pa_config_includes.h: warning war
                   1233: 
                   1234:        * src/classes/image.C: warning war
                   1235: 
                   1236:        * src/main/pa_globals.C: x64 libs support
                   1237: 
                   1238:        * src/include/pa_config_includes.h: warning war
                   1239: 
                   1240:        * src/types/pa_method.h: warning war
                   1241: 
1.127     moko     1242: 2019-11-28  moko
                   1243: 
                   1244:        * src/classes/math.C: vs2003 compatibility + warning war
                   1245: 
                   1246:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   1247:          libxml2-2.9.9 (related to feature #1136)
                   1248: 
                   1249:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   1250:          typecast for more compatibility (related to feature #1136)
                   1251: 
                   1252:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   1253:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   1254:          feature #1136)
                   1255: 
                   1256: 2019-11-26  moko
                   1257: 
                   1258:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   1259:          removed (it was failing in $$var case), condition added
                   1260: 
1.126     moko     1261: 2019-11-25  moko
                   1262: 
                   1263:        * tests/: 397.html, 399.html, results/141.processed,
                   1264:          results/399.processed: base64 options tested
                   1265: 
                   1266:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   1267: 
                   1268:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   1269:          implemented (feature #986)
                   1270: 
                   1271:        * src/main/pa_cache_managers.C: whitespace
                   1272: 
                   1273:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   1274:          ^base64 encode options added (related to feature #986)
                   1275: 
                   1276:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   1277:          pa_base64_encode(file) removed - more memory, but faster and less
                   1278:          code (related fo feature #986)
                   1279: 
                   1280: 2019-11-24  moko
                   1281: 
                   1282:        * tests/: 155.html, results/155.processed: limit and offset in
                   1283:          ^table::load[] now supported, thus test added
                   1284: 
                   1285:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   1286:          main/pa_common.C: optimization: offset and limit options parsing
                   1287:          moved inside file_load.
                   1288: 
                   1289: 2019-11-23  moko
                   1290: 
                   1291:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   1292:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   1293:          optimization: file_read replaced with simplified file_read_binary
                   1294: 
                   1295:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   1296:          types/pa_vform.C: whitespace
                   1297: 
                   1298:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   1299:          removed
                   1300: 
                   1301: 2019-11-21  moko
                   1302: 
                   1303:        * tests/: 193.html, results/193.processed, results/389.processed:
                   1304:          test results updated as now base64 does not discard tail without
                   1305:          padding (related to feature #986)
                   1306: 
                   1307: 2019-11-20  moko
                   1308: 
                   1309:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   1310:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   1311:          pa_base64_decode (related to feature #986)
                   1312: 
                   1313:        * tests/398.html: tests for base64 decode added (related to feature
                   1314:          #986)
                   1315: 
                   1316:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   1317:          support, padding inside base 64 supported (related to feature
                   1318:          #096)
                   1319: 
                   1320: 2019-11-19  moko
                   1321: 
                   1322:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   1323:          FreeBSD 12
                   1324: 
1.125     moko     1325: 2019-11-16  moko
                   1326: 
                   1327:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   1328:          support added, step support removed (related to #986)
                   1329: 
                   1330: 2019-11-15  moko
                   1331: 
                   1332:        * src/classes/math.C: using log since log2 is not present on
                   1333:          FreeBSD < 8.4 (related to feature #1177)
                   1334: 
                   1335:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   1336:          pa_base64_size extracted and used for files as well (related to
                   1337:          feature 986)
                   1338: 
                   1339: 2019-11-14  moko
                   1340: 
                   1341:        * tests/: 397.html, results/397.processed: + content check
                   1342: 
                   1343:        * tests/: 141.html, results/141.processed: make test resuls more
                   1344:          readable
                   1345: 
                   1346:        * tests/: 397.html, results/193.processed, results/397.processed:
                   1347:          test results updated after \x00 character was disabled in
                   1348:          math:convert string mode (related to feature #1177)
                   1349: 
                   1350:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   1351:          converting to string (as in base64, related to feature #1177)
                   1352: 
                   1353:        * src/classes/file.C: more correct arguments separation
                   1354: 
                   1355:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   1356:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1357:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   1358:          options added, but not yet implemented (related to feature #986)
                   1359: 
                   1360:        * src/classes/math.C: whitespace
                   1361: 
                   1362: 2019-11-13  moko
                   1363: 
                   1364:        * tests/: 397.html, results/397.processed: +tainting test (related
                   1365:          to feature #1177)
                   1366: 
                   1367:        * src/classes/math.C: as we now produce not only digits, result
                   1368:          should be tainted (related to feature #1177)
                   1369: 
                   1370:        * src/main/pa_base64.C: whitespace
                   1371: 
                   1372:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   1373:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1374:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   1375:          implementation moved from pa_common.h and pa_common.C
                   1376: 
                   1377: 2019-11-12  moko
                   1378: 
                   1379:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   1380:          as ^math:convert now supports arbitrary precision
                   1381: 
                   1382: 2019-11-11  moko
                   1383: 
                   1384:        * tests/results/389.processed: uctualized error message
                   1385: 
                   1386:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   1387:          ^math:convert added (related to feature #1177)
                   1388: 
                   1389:        * src/classes/math.C: ^math:convert now supports arbitrary
                   1390:          precision, alphabet support added (implements feature #1177)
                   1391: 
1.124     moko     1392: 2019-11-06  moko
                   1393: 
                   1394:        * tests/: 181.html, results/181.processed: entities usage added,
                   1395:          more entites load tests (related to bug #842 discussion)
                   1396: 
                   1397: 2019-11-05  moko
                   1398: 
                   1399:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   1400:          call from xmlFileOpen if http://localhost/<file> was not found
                   1401:          (related to bug #842)
                   1402: 
                   1403:        * src/main/pa_xml_io.C: rename
                   1404: 
                   1405:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   1406: 
                   1407:        * src/main/pa_xml_io.C: whitespace
                   1408: 
1.123     moko     1409: 2019-10-31  moko
                   1410: 
                   1411:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   1412:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   1413:          #1181)
                   1414: 
1.122     moko     1415: 2019-10-25  moko
                   1416: 
                   1417:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   1418:          queries tests
                   1419: 
                   1420: 2019-10-24  moko
                   1421: 
                   1422:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   1423:          pgsql driver test
                   1424: 
                   1425:        * tests/: 388-sql.html, results/388-sql.processed:
                   1426:          multi_statements=1 now tested, mysql test now supported
                   1427:          (connection must be specified in [parser3] section in .my.cnf)
                   1428:          related to issues #1195 and #1194
                   1429: 
1.121     moko     1430: 2019-09-11  moko
                   1431: 
                   1432:        * src/classes/int.C: whitespace
                   1433: 
                   1434:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   1435:          exception test
                   1436: 
                   1437:        * tests/results/388-sql.processed: sql queries now shown (related
                   1438:          to feature #1196)
                   1439: 
                   1440:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   1441:          with old parser versions.
                   1442: 
                   1443:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   1444:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   1445:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   1446:          instead of connect string in query_event_handlers exceptions
                   1447:          (implements feature #1196)
                   1448: 
1.120     moko     1449: 2019-09-06  moko
                   1450: 
                   1451:        * tests/388-sql.html: mysql compat
                   1452: 
                   1453:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1454:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   1455:          sql_ variables declaration moved to pa_common.h
                   1456: 
1.116     moko     1457: 2019-01-15  moko
                   1458: 
                   1459:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   1460:          logically sorted
                   1461: 
                   1462: 2018-12-27  moko
                   1463: 
                   1464:        * src/include/pa_config_includes.h: warning war:
                   1465:          -Wdeprecated-register added for C++ 17
                   1466: 
                   1467: 2018-10-15  moko
                   1468: 
                   1469:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   1470:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   1471:          --with-xml=/usr/local/
                   1472: 
                   1473: 2018-09-24  moko
                   1474: 
                   1475:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   1476:          ^image::measure[] now supports tiff added (related to feature
                   1477:          #1188)
                   1478: 
                   1479:        * src/classes/image.C: ^image::measure[] now supports tiff
                   1480:          (implements feature #1188)
                   1481: 
                   1482: 2018-09-20  moko
                   1483: 
                   1484:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   1485:          files measure added (related to ticket #1188)
                   1486: 
                   1487:        * src/classes/image.C: measure of bmp files implemented (related to
                   1488:          ticket #1188)
                   1489: 
                   1490: 2018-09-18  moko
                   1491: 
                   1492:        * tests/: 394-curl.html, results/394-curl.processed,
                   1493:          results/auto.p: test for bug #1187 (max_file_size check for head
                   1494:          requests) added
                   1495: 
                   1496: 2018-08-24  moko
                   1497: 
                   1498:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   1499:          response content-length check is required (fixes bug #1187)
                   1500: 
                   1501: 2018-05-11  moko
                   1502: 
                   1503:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   1504:          $.append(bool) ] option added (related to feature #919)
                   1505: 
                   1506:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   1507:          from misha@ patch (implements feature #919)
                   1508: 
                   1509: 2018-03-22  moko
                   1510: 
                   1511:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   1512:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   1513:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   1514:          Windows-only problem.
                   1515: 
                   1516:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   1517:          build fix)
                   1518: 
                   1519: 2018-02-03  moko
                   1520: 
                   1521:        * src/main/execute.C: removes irrelevant lines from exception stack
                   1522:          trace when exceptions occurs in assigment (fixes bug #1165)
                   1523: 
                   1524:        * tests/: 393.html, results/393.processed: test for behavour after
                   1525:          "Property can not be created, already exists field with that
                   1526:          name" exception removed (related to feature #1183)
                   1527: 
                   1528:        * src/types/pa_vclass.C: "Property can not be created, already
                   1529:          exists field with that name" exception removed (implements
                   1530:          feature #1183)
                   1531: 
                   1532: 2018-01-19  moko
                   1533: 
                   1534:        * src/classes/string.C: whitespace
                   1535: 
                   1536:        * src/classes/string.C: whitespace
                   1537: 
                   1538:        * tests/: 392.html, results/392.processed: test for
                   1539:          ^regex::create[$regex] added (related to feature #1135)
                   1540: 
                   1541:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   1542:          ^regex::create[$regex] added (implements feature #1135)
                   1543: 
                   1544:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   1545:          commented define added (related to feature #1157)
                   1546: 
                   1547: 2018-01-17  moko
                   1548: 
                   1549:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   1550: 
                   1551: 2018-01-15  moko
                   1552: 
                   1553:        * tests/: 390.html, results/390.processed: real path replaced by
                   1554:          stub
                   1555: 
                   1556:        * tests/: 391.html, results/391.processed: test for feature #1181
                   1557:          (XML_PARSE_HUGE exception) added
                   1558: 
                   1559: 2018-01-11  moko
                   1560: 
                   1561:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   1562:          XML_PARSE_HUGE option passed by default (implements feature
                   1563:          #1181)
                   1564: 
                   1565:        * src/classes/string.C: whitespace
                   1566: 
                   1567: 2017-12-10  moko
                   1568: 
                   1569:        * tests/: 389.html, 390.html, results/389.processed,
                   1570:          results/390.processed: image code coverage tests added (related
                   1571:          to feature #1125)
                   1572: 
                   1573: 2017-12-08  moko
                   1574: 
                   1575:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   1576:          results/346-curl.processed, results/388-sql.processed,
                   1577:          results/389.processed: more code coverage tests
                   1578: 
                   1579:        * tests/: 264.html, results/264.processed: code coverage for
                   1580:          ^file::exec[]
                   1581: 
                   1582: 2017-12-07  moko
                   1583: 
                   1584:        * tests/: 174.html, 388-sql.html, 389.html,
                   1585:          results/388-sql.processed, results/389.processed,
                   1586:          results/174.processed: more coverage tests
                   1587: 
                   1588:        * src/classes/math.C: exception text actualized
                   1589: 
                   1590: 2017-12-06  moko
                   1591: 
                   1592:        * tests/388-sql.html: $SQL can be here
                   1593: 
                   1594:        * tests/results/auto.p: $SQL not required here
                   1595: 
                   1596:        * tests/: 388-sql.html, 389.html, Makefile,
                   1597:          results/388-sql.processed, results/389.processed, results/auto.p:
                   1598:          code coverage tests for sql (using sqlite) and int/double/bool
                   1599:          added (related to feature #1125)
                   1600: 
                   1601:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1602:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   1603:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   1604:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1605:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1606:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1607:          types/types.vcproj: gc\include no longer required
                   1608: 
                   1609:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   1610:          required
                   1611: 
                   1612:        * src/: classes/Makefile.am, classes/table.C,
                   1613:          include/pa_config_includes.h, include/pa_string.h,
                   1614:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1615:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   1616:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   1617:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   1618:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   1619:          used, we now include it directly
                   1620: 
                   1621: 2017-12-04  moko
                   1622: 
                   1623:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   1624:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   1625:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   1626:          where required
                   1627: 
                   1628:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   1629:          now can be used to trace memory allocations
                   1630: 
                   1631:        * src/: classes/table.C, include/pa_config_includes.h,
                   1632:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1633:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   1634:          method removes, libcord also can work without libgc
                   1635: 
                   1636:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   1637: 
                   1638: 2017-11-29  moko
                   1639: 
                   1640:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   1641:          are not present (related to feature #1173)
                   1642: 
                   1643:        * tests/346-curl.html: test updated to test curl content-length bug
                   1644:          (related to feature #1173)
                   1645: 
                   1646:        * tests/results/346-curl.processed: more test for content-length
                   1647:          curl bug (related to feature #1173)
                   1648: 
                   1649:        * tests/results/346-curl.processed: test results updated after
                   1650:          #1173 implemented
                   1651: 
                   1652: 2017-11-28  moko
                   1653: 
                   1654:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   1655:          (related to feature #1173)
                   1656: 
                   1657: 2017-11-27  moko
                   1658: 
                   1659:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   1660:          $.http_version[version string] added (implements feature #1173),
                   1661:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   1662:          where $post(true) bug existed.
                   1663: 
                   1664: 2017-11-18  moko
                   1665: 
                   1666:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   1667: 
                   1668:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   1669:          feature #1170)
                   1670: 
                   1671: 2017-11-17  moko
                   1672: 
                   1673:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   1674:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   1675:          with delete usage check only under Debian 9 (related to feature
                   1676:          #1170)
                   1677: 
                   1678: 2017-11-16  moko
                   1679: 
                   1680:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   1681:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   1682:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   1683:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   1684:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   1685:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   1686:          stubs defend from accidental use (implements feature #1170)
                   1687: 
                   1688: 2017-06-24  moko
                   1689: 
                   1690:        * configure.ac: minor fix: thanks to alx@
                   1691: 
1.115     moko     1692: 2017-05-29  moko
                   1693: 
                   1694:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   1695:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   1696:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   1697: 
                   1698:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   1699:          ignored, =?UTF-8?Q?= should start in case of leading space
                   1700:          (related to bug #123)
                   1701: 
                   1702:        * buildall: echo -n -> printf for OS X. :)
                   1703: 
                   1704: 2017-05-25  moko
                   1705: 
                   1706:        * tests/: 288.html, results/288.processed: test updated afted
                   1707:          setting $o.prop without setter exception removed (related to
                   1708:          feature #1157)
                   1709: 
                   1710:        * src/types/pa_vclass.C: no more "this property has no setter
                   1711:          method" when setting $o.prop without setter (implements feature
                   1712:          #1157)
                   1713: 
                   1714:        * buildall: echo \c -> echo -n for FreeBSD
                   1715: 
                   1716:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   1717:          src/types/pa_vdouble.h: isfinite now checked in configure
                   1718: 
                   1719:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   1720:          upgraded to automake 1.15
                   1721: 
                   1722: 2017-05-23  moko
                   1723: 
                   1724:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   1725:          defined
                   1726: 
                   1727: 2017-05-22  moko
                   1728: 
                   1729:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   1730: 
                   1731:        * buildall: extern CFLAGS setting support
                   1732: 
                   1733:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   1734: 
                   1735:        * buildall: http -> https
                   1736: 
                   1737:        * buildall: gc-7.2f -> gc-7.6.0
                   1738: 
                   1739: 2017-05-20  moko
                   1740: 
                   1741:        * buildall: https, pcre, xml, xslt updated to current versions
                   1742:          (related to feature #1136)
                   1743: 
                   1744: 2017-05-19  moko
                   1745: 
                   1746:        * tests/097.html: after parser.ru moved to https
                   1747: 
                   1748: 2017-05-17  moko
                   1749: 
                   1750:        * tests/results/: 175.processed, 372.processed: tests resuls
                   1751:          updated after lintian spelling typos fixed (related to bug #1156)
                   1752: 
                   1753:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   1754:          classes/string.C, classes/table.C, main/pa_charset.C,
                   1755:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   1756:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   1757:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   1758: 
                   1759:        * tests/results/096.processed: +XMP
                   1760: 
                   1761:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   1762:          $.xmp(true) options tested (test for feature #1154)
                   1763: 
                   1764:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   1765:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   1766:          fetched by default! (implements feature #1154)
                   1767: 
                   1768: 2017-05-16  moko
                   1769: 
                   1770:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   1771:          allowed (related to feature #1154)
                   1772: 
                   1773:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1774:          initial XMP implementation - without options and transcode
                   1775:          (related to feature #1154)
                   1776: 
                   1777: 2017-05-12  moko
                   1778: 
                   1779:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1780:          image: exif moved to ffields, skipped in ^image.html[] where
                   1781:          iterators now used (preparation for feature #1154)
                   1782: 
                   1783: 2017-05-05  moko
                   1784: 
                   1785:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   1786:          results/387.processed: test for circular class inheritance check
                   1787:          added (related to bug #1150)
                   1788: 
                   1789:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   1790:          added (fixes endless add_derived bug #1150)
                   1791: 
                   1792: 2017-05-04  moko
                   1793: 
                   1794:        * tests/: 386.html, results/386.processed: test for
                   1795:          $table.value(number) added (related to feature #1152)
                   1796: 
                   1797:        * src/types/pa_vtable.C: table put_element: column value must be
                   1798:          string  - > column value must be string compatible to allow
                   1799:          $t.value(1) (implements feature #1152)
                   1800: 
                   1801: 2017-05-03  moko
                   1802: 
                   1803:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   1804:          (related to feature #1151)
                   1805: 
                   1806:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   1807:          not possible, removing test (related to feature #1151)
                   1808: 
                   1809:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   1810:          get_element_method added and used to allow $use[$method] and
                   1811:          $autouse[$method] (implements feature 1151)
                   1812: 
                   1813:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   1814:          variable added (related to feature #1151)
                   1815: 
                   1816:        * tests/results/226.processed: actualized after ^try-catch used
                   1817: 
                   1818:        * tests/: 226.html, 385.html, results/385.processed: test for
                   1819:          @autouse in variable added
                   1820: 
                   1821:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   1822: 
1.114     moko     1823: 2017-02-27  moko
                   1824: 
                   1825:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   1826: 
1.113     moko     1827: 2017-02-20  moko
                   1828: 
                   1829:        * operators.txt: actualization + beauty
                   1830: 
                   1831: 2017-02-16  moko
                   1832: 
                   1833:        * tests/: 384.html, results/384.processed: test for
                   1834:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   1835:          #1089)
                   1836: 
                   1837:        * tests/: 384.html, results/384.processed: test for
                   1838:          ^reflection:mixin[] added (related to feature #1089)
                   1839: 
                   1840:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   1841: 
1.112     moko     1842: 2017-02-15  moko
                   1843: 
                   1844:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   1845:          fixed
                   1846: 
                   1847:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   1848:          test added (related to feature #1069)
                   1849: 
                   1850:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1851:          compilation without HASH_ORDER fixed
                   1852: 
                   1853:        * src/: classes/reflection.C, include/pa_hash.h:
                   1854:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   1855:          feature #1069)
                   1856: 
                   1857: 2017-02-14  moko
                   1858: 
                   1859:        * tests/: 152.html, results/152.processed: test for $._default hash
                   1860:          added (related to bug #1131)
                   1861: 
                   1862:        * tests/: 277.html, results/277.processed: test for hash with only
                   1863:          $._default is now defined (related to bug #1131)
                   1864: 
                   1865:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   1866:          (fixed bug #1131)
                   1867: 
                   1868: 2017-02-13  moko
                   1869: 
                   1870:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   1871: 
                   1872:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   1873:          results/320.processed, results/375.processed, results/auto.p:
                   1874:          cat-windows.sh support added
                   1875: 
                   1876:        * tests/375.html: Windows support
                   1877: 
                   1878:        * tests/270.html: documented
                   1879: 
                   1880:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   1881:          (not backslashes) even under Windows (broke test 270)
                   1882: 
                   1883: 2017-02-12  moko
                   1884: 
                   1885:        * tests/: descript.ion, todo.txt: cleanup
                   1886: 
                   1887: 2017-02-09  moko
                   1888: 
                   1889:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   1890:          run_tests.cmd: Windows compatibility
                   1891: 
                   1892:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   1893:          incorrectly (GMT) if parser is called from cygwin
                   1894: 
1.111     moko     1895: 2017-02-08  moko
                   1896: 
1.112     moko     1897:        * operators.txt: actualization 15% completed
                   1898: 
                   1899:        * operators.txt: cp1251 -> utf-8
                   1900: 
                   1901:        * NEWS, README: minor update
                   1902: 
                   1903:        * src/include/pa_config_includes.h: warning war continues
                   1904: 
                   1905:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   1906:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1907:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   1908:          gcc 6.x issues fixed
                   1909: 
1.111     moko     1910:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1911:          classes/classes.h, classes/curl.C, classes/date.C,
                   1912:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1913:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1914:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1915:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1916:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1917:          classes/string.C, classes/table.C, classes/void.C,
                   1918:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1919:          include/pa_array.h, include/pa_cache_managers.h,
                   1920:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1921:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1922:          include/pa_dictionary.h, include/pa_dir.h,
                   1923:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1924:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1925:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1926:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1927:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1928:          include/pa_sapi.h, include/pa_socks.h,
                   1929:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1930:          include/pa_stack.h, include/pa_string.h,
                   1931:          include/pa_stylesheet_connection.h,
                   1932:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1933:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1934:          include/pa_uue.h, include/pa_xml_exception.h,
                   1935:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1936:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1937:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1938:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1939:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1940:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1941:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1942:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1943:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1944:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1945:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1946:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1947:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1948:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1949:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   1950:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1951:          main/untaint.C, sql/pa_sql_driver.h,
                   1952:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1953:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   1954:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1955:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1956:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1957:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1958:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   1959:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1960:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   1961:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   1962:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   1963:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   1964:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   1965:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   1966:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   1967:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   1968:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   1969:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1970:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1971:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   1972:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1973:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1974:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1975:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1976:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1977:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1978:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1979:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   1980:          2015->2017
                   1981: 
1.110     moko     1982: 2017-02-07  moko
                   1983: 
                   1984:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   1985: 
                   1986: 2017-02-06  moko
                   1987: 
                   1988:        * src/main/pa_common.C: minor fixes, whitespace
                   1989: 
                   1990:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1991:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   1992:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   1993:          now used (implements feature #1081)
                   1994: 
                   1995:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   1996: 
                   1997: 2017-02-01  moko
                   1998: 
                   1999:        * src/include/pa_request.h: cleanup
                   2000: 
                   2001: 2017-01-30  moko
                   2002: 
                   2003:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   2004: 
                   2005: 2017-01-29  moko
                   2006: 
                   2007:        * tests/: 383.html, results/383.processed: test for
                   2008:          ^reflection:stack[] added (related to feature #1052)
                   2009: 
                   2010:        * src/classes/reflection.C: else added
                   2011: 
                   2012:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   2013:          $.max_file_lock_wait added (implements feature #1128)
                   2014: 
                   2015: 2017-01-28  moko
                   2016: 
                   2017:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   2018:          body and other cases tests added (related to featue #1014)
                   2019: 
                   2020:        * src/classes/curl.C: bug if response is empty fixed (related to
                   2021:          feature #1014)
                   2022: 
                   2023: 2017-01-27  moko
                   2024: 
                   2025:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   2026:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   2027:          added (implements feature #1052)
                   2028: 
                   2029: 2017-01-25  moko
                   2030: 
                   2031:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   2032:          method test added
                   2033: 
                   2034: 2017-01-23  moko
                   2035: 
                   2036:        * src/classes/reflection.C: optimization: options->get replaced by
                   2037:          hash iterator
                   2038: 
                   2039:        * tests/: 381.html, results/381.processed: now -> fixed date
                   2040: 
                   2041:        * src/main/pa_request.C: warning war
                   2042: 
                   2043:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   2044:          5Mb (fixes bug #1058)
                   2045: 
                   2046:        * src/classes/curl.C: warning war
                   2047: 
                   2048:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   2049:          $.one-line(true) option added (related to feature #1124)
                   2050: 
                   2051:        * src/: classes/json.C, types/pa_value.h: $json-string
                   2052:          $.one-line(true|false) options is now supported (implements
                   2053:          feature #1124)
                   2054: 
                   2055:        * tests/: 380.html, results/380.processed: test for modified
                   2056:          $.max_file_size added (related to bug #1014)
                   2057: 
                   2058:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   2059:          load added (related to bug #1014)
                   2060: 
                   2061:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2062:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   2063:          in curl / file load from disk and http, http file load rewritten
                   2064:          (related to bug #1014)
                   2065: 
                   2066: 2017-01-18  moko
                   2067: 
                   2068:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   2069:          added (related to feature #66)
                   2070: 
                   2071:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   2072:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   2073:          (related to feature #66)
                   2074: 
                   2075: 2017-01-17  moko
                   2076: 
                   2077:        * tests/: 377.html, results/377.processed: test for different
                   2078:          combinations of breaks in body and delimiter (related to bug
                   2079:          #1077)
                   2080: 
                   2081:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   2082:          added (related to bug #1077)
                   2083: 
                   2084:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   2085:          passed to native method" exception added to avoid bugs due to
                   2086:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   2087:          after ^break[] (related to bug #1077)
                   2088: 
                   2089: 2017-01-14  moko
                   2090: 
                   2091:        * tests/: 330.html, results/330.processed: test results updated
                   2092:          after ^break[] bugs where fixed (related to bug #1077)
                   2093: 
                   2094:        * tests/: 329.html, results/329.processed: test results updated
                   2095:          after ^break[] bugs where fixed (related to bug #1077)
                   2096: 
                   2097:        * tests/results/320.processed: ^return[] added
                   2098: 
                   2099: 2017-01-13  moko
                   2100: 
                   2101:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   2102:          classes/table.C, include/pa_request.h, main/execute.C,
                   2103:          main/pa_request.C, targets/cgi/parser3.C,
                   2104:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   2105:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   2106:          checked after each possible process/execute call (fixes bug
                   2107:          #1077)
                   2108: 
                   2109: 2016-12-29  moko
                   2110: 
                   2111:        * src/main/pa_common.C: warning war
                   2112: 
                   2113:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   2114:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   2115:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   2116:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   2117:          (related to feature #1014)
                   2118: 
                   2119:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   2120:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   2121:          (related to feature #1014)
                   2122: 
                   2123: 2016-12-28  moko
                   2124: 
                   2125:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   2126:          warning war
                   2127: 
                   2128: 2016-12-26  moko
                   2129: 
                   2130:        * tests/: 341.html, results/341.processed: test for
                   2131:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   2132: 
                   2133:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   2134:          (related to feature #1057)
                   2135: 
                   2136:        * src/types/pa_vdate.C: warning war continues...
                   2137: 
                   2138:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   2139:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   2140: 
                   2141:        * src/lib/gd/gifio.C: warning war / cleanup
                   2142: 
                   2143:        * src/lib/json/pa_json.C: warning war
                   2144: 
                   2145:        * src/classes/hash.C: warning war
                   2146: 
                   2147:        * src/types/pa_vfile.C: warning war
                   2148: 
                   2149:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   2150:          -Wall warning war continues
                   2151: 
                   2152:        * configure.ac: --with-build-warnings actualized
                   2153: 
                   2154: 2016-12-25  moko
                   2155: 
                   2156:        * src/main/pa_exec.C: -wAll warning war
                   2157: 
                   2158:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   2159:          -wAll warning war
                   2160: 
                   2161:        * src/: include/pa_common.h, include/pa_sapi.h,
                   2162:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   2163:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   2164:          -wAll warning war
                   2165: 
                   2166: 2016-12-23  moko
                   2167: 
                   2168:        * src/lib/ltdl/Makefile.am: extra dist added
                   2169: 
                   2170:        * tests/results/344.processed: test result updated after $file.text
                   2171:          prefetched in ^hash::create[$file] (related to feature #1075)
                   2172: 
                   2173:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   2174:          ^hash::create[$file] (related to feature #1075)
                   2175: 
                   2176: 2016-12-22  moko
                   2177: 
                   2178:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   2179:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   2180:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   2181:          #1014 under 32-bit unix versions)
                   2182: 
                   2183: 2016-12-21  moko
                   2184: 
                   2185:        * tests/: 375.html, results/375.processed: test for exec returning
                   2186:          stated file added (related to feature #1119)
                   2187: 
                   2188:        * src/classes/file.C: load should not return file with null body
                   2189:          (fixes bug #1119)
                   2190: 
                   2191: 2016-12-14  moko
                   2192: 
                   2193:        * tests/: 374.html, results/374.processed: test for $method.name
                   2194:          added (related to feature #1117) plus method returning junction
                   2195:          test
                   2196: 
                   2197: 2016-12-13  moko
                   2198: 
                   2199:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   2200:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   2201:          (implements feature #1117)
                   2202: 
                   2203:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   2204:          HEAD and TRACE can't have body (implements feature #1116)
                   2205: 
                   2206: 2016-12-09  moko
                   2207: 
                   2208:        * tests/: 373.html, results/373.processed: tests for
                   2209:          ^reflection:tainting added (related to feature #1098)
                   2210: 
                   2211:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   2212:          change (related to feature #1098)
                   2213: 
                   2214: 2016-12-06  moko
                   2215: 
                   2216:        * src/: classes/reflection.C, include/pa_string.h,
                   2217:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   2218:          feature #1098)
                   2219: 
                   2220: 2016-12-05  moko
                   2221: 
                   2222:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   2223:          (fixes bug #1114)
                   2224: 
                   2225: 2016-12-04  moko
                   2226: 
                   2227:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   2228:          check added
                   2229: 
                   2230: 2016-12-03  moko
                   2231: 
                   2232:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   2233:          to test value.as_hash() usage
                   2234: 
                   2235:        * src/classes/curl.C: value.as_hash() used for correct hash
                   2236:          processing
                   2237: 
                   2238:        * src/classes/reflection.C: exceptions texts fixes
                   2239: 
                   2240: 2016-12-02  moko
                   2241: 
                   2242:        * tests/: 372.html, results/372.processed: tests for
                   2243:          ^reflection:create[ $.class[name] $.constructor[name]
                   2244:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   2245:          feature #1094)
                   2246: 
                   2247:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   2248:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   2249:          will be called in ~VNativeMethodFrame
                   2250: 
                   2251:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   2252:          ] minor fix
                   2253: 
                   2254:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   2255:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   2256:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   2257:          now supported (implements feature #1094) value::as_hash added
                   2258:          (and should be used everywhere)
                   2259: 
                   2260:        * src/classes/reflection.C: cleanup
                   2261: 
                   2262: 2016-12-01  moko
                   2263: 
                   2264:        * tests/: 356.html, results/356.processed: test for method
                   2265:          junctions class name added to the resulting hash added (related
                   2266:          to feature #1068)
                   2267: 
                   2268:        * src/classes/reflection.C: for method junctions class name added
                   2269:          to the resulting hash (related to feature #1068)
                   2270: 
                   2271: 2016-11-30  moko
                   2272: 
                   2273:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   2274:          exception (related to bug #1113)
                   2275: 
                   2276:        * src/types/pa_vhashfile.C: whitespace
                   2277: 
                   2278:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   2279:          #1113)
                   2280: 
                   2281:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2282:          229.processed, 239.processed, 244.processed, 246.processed,
                   2283:          314.processed, 352.processed: tests results updated after method
                   2284:          call exceptions improved as method now keeps its name
                   2285: 
                   2286:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   2287:          types/pa_vmethod_frame.h: method call exceptions improved as
                   2288:          method now keeps its name
                   2289: 
                   2290:        * tests/: 224.html, 239.html, results/224.processed,
                   2291:          results/239.processed: tests and tests results updated after
                   2292:          Request::construct exception changed
                   2293: 
                   2294:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   2295:          exception optimized
                   2296: 
                   2297:        * tests/: 371.html, results/371.processed: test for
                   2298:          WWrapper.get_element call in $.name.key[value] code added
                   2299:          (related to feature #1091)
                   2300: 
                   2301:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   2302:          in $.name.key[value] code (related to feature #1091)
                   2303: 
                   2304: 2016-11-29  moko
                   2305: 
                   2306:        * src/classes/op.C: VS warning war
                   2307: 
                   2308:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   2309:          C4239: nonstandard extension used : 'return' : conversion from
                   2310:          'Value' to 'Value &' (related to feature #1020)
                   2311: 
                   2312:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   2313:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   2314:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   2315:          to feature #1020)
                   2316: 
                   2317:        * src/main/execute.C: VS warning war
                   2318: 
                   2319:        * src/targets/cgi/parser3.C: VS compatibility fix
                   2320: 
                   2321:        * src/include/pa_request.h: VS warning war
                   2322: 
                   2323:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   2324:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   2325: 
                   2326:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   2327:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   2328:          $.stdin[$binary_file] (fixes bug #1044)
                   2329: 
                   2330: 2016-11-28  moko
                   2331: 
                   2332:        * src/main/pa_exec.C: whitespace
                   2333: 
                   2334:        * src/main/pa_request.C: whitespace
                   2335: 
                   2336:        * tests/: 369.html, results/369.processed: test for
                   2337:          $response:status usage added (related to feature #1099)
                   2338: 
                   2339:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   2340:          if < 100 (implements feature #1099)
                   2341: 
                   2342:        * src/targets/cgi/parser3.C: whitespace
                   2343: 
                   2344:        * src/targets/cgi/parser3.C: whitespace
                   2345: 
                   2346:        * tests/: 368.html, results/368.processed: test updated after
                   2347:          ^reflection:filename[$method] added (related to feature #1053)
                   2348: 
                   2349:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2350:          main/compile.y, main/execute.C, main/pa_request.C,
                   2351:          types/pa_vclass.h: filename -> filespec,
                   2352:          ^reflection:filename[$method] added (related to feature #1053)
                   2353: 
                   2354: 2016-11-27  moko
                   2355: 
                   2356:        * tests/: 368.html, results/368.processed: test for
                   2357:          reflection:filename[$class or object] added (related to feature
                   2358:          #1053)
                   2359: 
                   2360:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   2361:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   2362:          object] added (implements feature #1053)
                   2363: 
                   2364: 2016-11-26  moko
                   2365: 
                   2366:        * src/: include/pa_request_info.h,
                   2367:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2368:          remove_absolute_uri -> strip_absolute_uri
                   2369: 
                   2370: 2016-11-25  moko
                   2371: 
                   2372:        * src/: include/pa_request_info.h,
                   2373:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2374:          request_info.remove_absolute_uri added to remove possible
                   2375:          http://site.name/ from $request:uri (implements feature #1112)
                   2376: 
                   2377: 2016-11-24  moko
                   2378: 
                   2379:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   2380:          previous request headers clearing after redirect added (related
                   2381:          to bug #1109)
                   2382: 
                   2383:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   2384:          response headers from previous requests are now cleared, only
                   2385:          last request headers are collected (fixes bug #1109)
                   2386: 
                   2387:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   2388:          tests results updated as method name now added to the resulting
                   2389:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2390:          feature #1068)
                   2391: 
                   2392:        * src/classes/reflection.C: method name now added to the resulting
                   2393:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2394:          feature #1068)
                   2395: 
                   2396:        * tests/results/366.processed: test for native and parser
                   2397:          implementation of ^use[] logic (related to feature #1074)
                   2398: 
                   2399:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   2400:          for native and parser implementation of ^use[] logic (related to
                   2401:          feature #1074)
                   2402: 
                   2403: 2016-11-23  moko
                   2404: 
                   2405:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   2406:          main/pa_request.C: @USE file now implemented as ^use[file;
                   2407:          $.origin[origin_file] ] (implements feature #1074)
                   2408: 
1.109     moko     2409: 2016-11-21  moko
                   2410: 
1.110     moko     2411:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   2412:          3.4.4 and $caller.method now tested (related to feature #1110)
                   2413: 
                   2414:        * tests/: 364.html, results/364.processed: $caller usage in
                   2415:          different contexts now tested (related to feature #1110)
                   2416: 
                   2417:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   2418: 
                   2419:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   2420: 
1.109     moko     2421:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   2422:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   2423:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   2424:          used (implements feature #1110)
                   2425: 
                   2426: 2016-11-20  moko
                   2427: 
                   2428:        * src/types/pa_vdouble.h: whitespace
                   2429: 
                   2430: 2016-11-11  moko
                   2431: 
                   2432:        * tests/: 363.html, results/363.processed: more tests for feature
                   2433:          #1091 (how parser methods work in expression context)
                   2434: 
                   2435:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   2436:          expressions strings are now written as strings, not values by
                   2437:          write_as_string (related to feature #1091)
                   2438: 
                   2439:        * src/classes/op.C: to make more correct behavour in expression
                   2440:          context
                   2441: 
                   2442: 2016-11-07  moko
                   2443: 
                   2444:        * tests/: 362.html, results/362.processed: test for
                   2445:          xsltParseStylesheetDoc caching as xsl modification after it added
                   2446:          (related to bug #1108)
                   2447: 
                   2448:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   2449:          result now cached as xdoc is modified after it (fixes bug #1108)
                   2450: 
                   2451: 2016-11-06  moko
                   2452: 
                   2453:        * src/types/pa_vxdoc.h: whitespace
                   2454: 
                   2455: 2016-11-05  moko
                   2456: 
                   2457:        * src/types/pa_vmethod_frame.h: cleanup
                   2458: 
                   2459: 2016-11-03  moko
                   2460: 
                   2461:        * tests/results/244.processed: more correct exception after method
                   2462:          frames separation
                   2463: 
                   2464:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   2465: 
                   2466:        * src/types/pa_method.h: optimization: params_count added
                   2467: 
                   2468:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   2469:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   2470:          types/pa_value.C, types/pa_vmethod_frame.C,
                   2471:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   2472:          VMethodFrame now divided into VNativeMethodFrame,
                   2473:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   2474:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   2475:          and used (related to feature #1104)
                   2476: 
                   2477: 2016-11-02  moko
                   2478: 
                   2479:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   2480:          classes/double.C, classes/file.C, classes/hash.C,
                   2481:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2482:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2483:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   2484:          classes/regex.C, classes/string.C, classes/table.C,
                   2485:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   2486:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   2487:          r.write (implements feature #1091)
                   2488: 
                   2489:        * src/main/execute.C: cleanup (related to feature #1104)
                   2490: 
                   2491:        * src/: include/pa_request.h, main/execute.C,
                   2492:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   2493:          added, in_expression removed (implements feature #1104)
                   2494: 
                   2495: 2016-10-31  moko
                   2496: 
                   2497:        * src/types/pa_value.C: whitespace
                   2498: 
                   2499: 2016-10-28  moko
                   2500: 
                   2501:        * tests/results/244.processed: updated after error reporting fixed
                   2502:          in pa_wcontext.C
                   2503: 
                   2504:        * src/types/pa_wcontext.C: error reporting fixed
                   2505: 
                   2506:        * src/types/pa_wcontext.h: whitespace
                   2507: 
                   2508:        * src/classes/image.C: not fully readed entries are no longer
                   2509:          processed (fixes bug #1106)
                   2510: 
                   2511: 2016-10-26  moko
                   2512: 
                   2513:        * src/classes/image.C: whitespace
                   2514: 
                   2515:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   2516:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   2517:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   2518:          longer required (related to feature #1091)
                   2519: 
                   2520:        * tests/results/: 264.processed, 350.processed: test results update
                   2521:          reverted (whitespace optimization) after write_no_lang removed :)
                   2522:          (related to feature #1091)
                   2523: 
                   2524:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   2525:          classes/string.C, classes/table.C, classes/void.C,
                   2526:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   2527:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   2528:          equal write_pass_lang (related to feature #1091)
                   2529: 
                   2530:        * tests/results/: 264.processed, 350.processed: test results
                   2531:          updated (whitespace optimization) after write_assign_lang removed
                   2532:          (related to feature #1091)
                   2533: 
                   2534:        * tests/: 361.html, results/361.processed: test for non-string
                   2535:          ^untaint added (related to feature #1091)
                   2536: 
                   2537:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2538:          classes/hash.C, classes/op.C, classes/string.C,
                   2539:          include/pa_request.h, main/execute.C: optimization:
                   2540:          write_assign_lang removed as not required (first part of feature
                   2541:          #1091 implementation)
                   2542: 
1.108     moko     2543: 2016-10-12  moko
                   2544: 
                   2545:        * tests/: 360.html, results/360.processed: more test code (related
                   2546:          to feature #1104)
                   2547: 
                   2548:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   2549:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   2550:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   2551:          WContext is next task (implements feature #1104)
                   2552: 
                   2553:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   2554:          / CO_WITHOUT_WCONTEXT
                   2555: 
                   2556:        * tests/: 360.html, results/360.processed: test for in expression
                   2557:          state (related to feature #1104)
                   2558: 
                   2559: 2016-10-11  moko
                   2560: 
                   2561:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   2562: 
                   2563:        * src/classes/op.C: default value removed from initializer
                   2564: 
                   2565:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   2566: 
                   2567:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   2568: 
                   2569: 2016-10-10  moko
                   2570: 
                   2571:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   2572:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   2573:          to feature #42)
                   2574: 
                   2575:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   2576:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   2577: 
                   2578: 2016-10-08  moko
                   2579: 
                   2580:        * src/classes/double.C: whitespace
                   2581: 
                   2582: 2016-10-07  moko
                   2583: 
                   2584:        * src/types/pa_vmethod_frame.h: reorder
                   2585: 
                   2586: 2016-10-06  moko
                   2587: 
                   2588:        * src/classes/date.C: typo
                   2589: 
                   2590:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   2591: 
                   2592:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2593:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   2594:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   2595:          Value*
                   2596: 
                   2597:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   2598: 
                   2599:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   2600:          removed; first as_* code rewrite
                   2601: 
                   2602: 2016-10-05  moko
                   2603: 
                   2604:        * src/include/pa_request.h: whitespace
                   2605: 
                   2606:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   2607:          intercept_string added (related to feature #1097)
                   2608: 
                   2609:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   2610:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2611:          optimization: intercept_string removed (implements feature #1097)
                   2612: 
                   2613:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   2614: 
                   2615:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   2616:          from VCodeFrame and WWrapper as not required
                   2617: 
                   2618: 2016-10-04  moko
                   2619: 
                   2620:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   2621:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   2622:          classes/int.C, classes/json.C, classes/op.C,
                   2623:          classes/reflection.C, classes/string.C, classes/table.C,
                   2624:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2625:          proces_to_value -> process after StringOrValue removed (related
                   2626:          to feature #1020)
                   2627: 
                   2628:        * src/classes/form.C: whitespace
                   2629: 
                   2630:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   2631: 
                   2632:        * tests/: 357.html, 358.html, results/357.processed,
                   2633:          results/358.processed, results/auto.p: test for @conf
                   2634:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   2635: 
                   2636: 2016-10-03  moko
                   2637: 
                   2638:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   2639:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   2640:          supported (implements feature #42)
                   2641: 
                   2642:        * src/types/pa_vregex.h: no reason for VRegex to be
                   2643:          is_evaluated_expr
                   2644: 
                   2645:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   2646:          (implements feature #1095)
                   2647: 
                   2648: 2016-10-01  moko
                   2649: 
                   2650:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   2651:          false by default (related to feature #1089)
                   2652: 
                   2653: 2016-09-30  moko
                   2654: 
                   2655:        * src/types/pa_wcontext.h: cleanup
                   2656: 
                   2657: 2016-09-29  moko
                   2658: 
                   2659:        * src/main/execute.C: whitespace
                   2660: 
                   2661:        * src/include/pa_request.h: whitespace
                   2662: 
                   2663:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2664:          classes/op.C, classes/table.C, include/pa_request.h,
                   2665:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   2666:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   2667:          StringOrValue removed as it just slows down and adds complexity
                   2668:          (implements feature #1020)
                   2669: 
                   2670: 2016-09-28  moko
                   2671: 
                   2672:        * tests/: 356.html, results/266.processed, results/321.processed,
                   2673:          results/356.processed: tests updated after name was added to
                   2674:          method_info hash, test for ^reflection:method_info[junction]
                   2675:          added (related to feature #1068)
                   2676: 
                   2677:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   2678:          supported, method name added to the resulting hash (implements
                   2679:          feature #1068)
                   2680: 
                   2681:        * tests/: 276.html, results/276.processed: more tests for
                   2682:          ^reflection:delete[]
                   2683: 
                   2684:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   2685:          didn't work on class and could damage native objects (like file)
                   2686: 
                   2687: 2016-09-26  moko
                   2688: 
                   2689:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   2690:          results/345.processed, results/346-curl.processed,
                   2691:          results/347-curl.processed, results/348.processed: numbers added
                   2692:          to simplify diff analysis
                   2693: 
                   2694:        * tests/: 352.html, results/352.processed: test result updated as
                   2695:          method name used
                   2696: 
                   2697:        * src/classes/reflection.C: method name used
                   2698: 
                   2699:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   2700:          its name
                   2701: 
                   2702:        * src/types/pa_method.h: whitespace
                   2703: 
                   2704:        * src/classes/reflection.C: both method and field with one name can
                   2705:          exist.
                   2706: 
                   2707:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   2708:          feature #1089)
                   2709: 
                   2710:        * tests/: 355.html, results/355.processed: property appears in
                   2711:          derived class if added in base test added
                   2712: 
                   2713:        * src/types/pa_vstateless_class.h: get_method declaration +
                   2714:          whitespace
                   2715: 
                   2716:        * tests/: 354.html, results/354.processed: nice test from method
                   2717:          and property with one name in class added
                   2718: 
                   2719: 2016-09-23  moko
                   2720: 
                   2721:        * src/classes/reflection.C: ^reflection:method usage documented
                   2722: 
                   2723: 2016-09-22  moko
                   2724: 
                   2725:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   2726:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   2727:          compile warning and GPF occures on VS2003 (related to feature
                   2728:          #1087)
                   2729: 
                   2730:        * tests/: 350.html, results/350.processed: test added for
                   2731:          $.encloser[] support in ^table::create (related to feature #11)
                   2732: 
                   2733:        * src/classes/table.C: another minor fix (related to feature #11)
                   2734: 
1.107     moko     2735: 2016-09-21  moko
                   2736: 
                   2737:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   2738: 
                   2739:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2740:          classes/json.C, classes/string.C, classes/table.C,
                   2741:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2742:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2743:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   2744:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   2745:          pa_charsets, vs2015 warning war
                   2746: 
                   2747:        * src/classes/table.C: vs2015 warning war
                   2748: 
                   2749:        * src/types/pa_vdate.C: vs2015 warning war
                   2750: 
                   2751:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   2752: 
                   2753:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   2754:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   2755: 
                   2756:        * src/main/pa_common.C: vs2015 compilation fixes
                   2757: 
                   2758:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   2759:          vs2015 compilation fixes
                   2760: 
                   2761:        * src/main/pa_charset.C: vs2015 warning war
                   2762: 
                   2763:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   2764: 
                   2765:        * src/main/pa_charset.C: vs2015 warning war
                   2766: 
                   2767:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   2768: 
                   2769:        * src/types/pa_vdate.C: vs2015 compilation fix
                   2770: 
                   2771:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   2772: 
                   2773:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   2774:          VS2015 compilation fixes
                   2775: 
                   2776:        * src/classes/table.C: minor fix (related to feature #11)
                   2777: 
                   2778:        * tests/results/282.processed: no longer skipping extra enclosers
                   2779:          (related to feature #11)
                   2780: 
                   2781:        * src/classes/table.C: minor fix + no longer skipping extra
                   2782:          enclosers (related to feature #11)
                   2783: 
                   2784:        * src/classes/table.C: minor optimization (related to feature #11)
                   2785: 
                   2786:        * src/classes/table.C: minor fix and optimization (related to
                   2787:          feature #11)
                   2788: 
                   2789: 2016-09-20  moko
                   2790: 
                   2791:        * tests/: 353.html, results/353.processed: test for
                   2792:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   2793:          added (related to bug #1090)
                   2794: 
                   2795:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   2796:          one_big_piece (fixes bug #1090)
                   2797: 
                   2798:        * tests/: 229.html, results/229.processed: code coverage tests
                   2799: 
                   2800:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   2801:          body) was called
                   2802: 
                   2803:        * src/classes/op.C: whitespace
                   2804: 
                   2805:        * tests/: 323.html, results/323.processed: test for code junction
                   2806:          should not be returned by ^reflection:class, ^reflection:base
                   2807: 
                   2808:        * src/classes/reflection.C: bugfix: code junction should not be
                   2809:          returned by ^reflection:class, ^reflection:base
                   2810: 
                   2811:        * tests/: 323.html, 352.html, results/352.processed: no more
                   2812:          exception for ^reflection:method[class;no-such-method] (related
                   2813:          to feature #1087)
                   2814: 
                   2815:        * src/classes/reflection.C:
                   2816:          ^reflection:method[class;no-such-method] : exception -> void
                   2817:          (related to feature #1087)
                   2818: 
                   2819:        * src/include/pa_request.h: request::write_value added to allow
                   2820:          write value without convertion (related to issue #1091)
                   2821: 
                   2822: 2016-09-19  moko
                   2823: 
                   2824:        * src/main/pa_random.C: windows build fix
                   2825: 
                   2826:        * src/types/pa_vhash.h: warning war
                   2827: 
                   2828: 2016-09-14  moko
                   2829: 
                   2830:        * tests/: 352.html, 552.html, results/352.processed,
                   2831:          results/552.processed: test for ^reflection:method[] extension
                   2832:          added (related to feature #1087)
                   2833: 
                   2834:        * tests/: 552.html, results/552.processed: test for
                   2835:          ^reflection:method[] extension added (related to feature #1087)
                   2836: 
                   2837:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   2838:          dynamic_cast check added (related to feature #1087)
                   2839: 
                   2840:        * tests/: 351.html, results/351.processed: test for @auto[]
                   2841:          inheritance bug diring ^process[] added (related to bug #1088)
                   2842: 
                   2843:        * src/: classes/op.C, main/pa_request.C,
                   2844:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   2845:          disable it inheritance during ^process (fixes bug #1088)
                   2846: 
                   2847:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   2848:          added (implements feature #1087)
                   2849: 
                   2850: 2016-09-13  moko
                   2851: 
                   2852:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   2853:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   2854:          to feature #1086)
                   2855: 
                   2856:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   2857:          types/pa_vobject.C: objects now are not class instances, but have
                   2858:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   2859:          in @conf (implements feature #1086)
                   2860: 
                   2861: 2016-09-08  moko
                   2862: 
                   2863:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   2864:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   2865:          include/pa_string.h: cleanup: string::split limit argument
                   2866:          removed as no longer required, pos_after no longer reference
                   2867:          (related to feature #11)
                   2868: 
                   2869:        * src/classes/table.C, tests/results/348.processed: now exception
                   2870:          is rised when invalid option is passed to ^table::create[]
                   2871: 
                   2872:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   2873:          coverage tests
                   2874: 
                   2875:        * tests/: 348.html, results/348.processed: code coverage tests
                   2876:          added
                   2877: 
                   2878:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   2879:          tests
                   2880: 
                   2881:        * tests/: 035.html, results/035.processed, results/272.processed:
                   2882:          tests updated after $.encloser[] support for ^table::create
                   2883:          implementation (related to feature #11)
                   2884: 
                   2885:        * src/classes/table.C: $.encloser[] support for ^table::create
                   2886:          finally added (implements feature #11)
                   2887: 
                   2888: 2016-09-07  moko
                   2889: 
                   2890:        * src/include/pa_string.h: added StringSplitHelper as friend
                   2891:          (related to feature #11)
                   2892: 
                   2893:        * src/include/pa_string.h: body and langs now protected, not
                   2894:          private to allow inheritance (related to feature #11)
                   2895: 
                   2896:        * src/classes/table.C: lsplit optimized before cloning for
                   2897:          ^table::create with $.encloser[] (related to feature #11)
                   2898: 
                   2899:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   2900:          added and used (related to feature #11)
                   2901: 
                   2902:        * src/classes/table.C: spelling:
                   2903: 
                   2904:          TableSeparators -> TableControlChars column -> separator
                   2905:          separators -> control_chars
                   2906: 
                   2907: 2016-09-06  moko
                   2908: 
                   2909:        * src/main/pa_string.C: whitespace
                   2910: 
                   2911:        * src/main/pa_string.C: whitespace
                   2912: 
                   2913: 2016-09-01  moko
                   2914: 
                   2915:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   2916:          results OS-independent
                   2917: 
                   2918:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   2919:          compiler (related to feature #1042)
                   2920: 
                   2921: 2016-08-15  moko
                   2922: 
                   2923:        * src/include/pa_string.h: whitespace
                   2924: 
                   2925:        * src/classes/table.C: whitespace
                   2926: 
1.106     moko     2927: 2016-08-05  moko
                   2928: 
                   2929:        * tests/: 344.html, results/344.processed: test for
                   2930:          ^hash::create[$file] added (related to feature #1075)
                   2931: 
                   2932:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   2933:          supported (implements feature #1075)
                   2934: 
                   2935: 2016-08-04  moko
                   2936: 
                   2937:        * tests/: 341.html, results/341.processed: more code coverage tests
                   2938: 
                   2939:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2940:          coverage tests for curl
                   2941: 
                   2942:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2943:          coverage tests for curl
                   2944: 
                   2945:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   2946:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   2947:          test added
                   2948: 
                   2949:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   2950:          coverage tests for curl
                   2951: 
                   2952: 2016-08-03  moko
                   2953: 
                   2954:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   2955:          until it will be loaded, allowing to find existing library.
                   2956: 
                   2957:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   2958:          results/347-curl.processed: more code coverage tests for curl
                   2959: 
                   2960:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   2961:          results/339-curl.processed, results/346-curl.processed: curl
                   2962:          functionality tests
                   2963: 
                   2964: 2016-08-02  moko
                   2965: 
                   2966:        * tests/: 339.html, results/339.processed: test for tables in
                   2967:          ^file:load[] and ^curl:load[] (commented) added (related to
                   2968:          feature #1042)
                   2969: 
                   2970:        * tests/: 345.html, results/345.processed: code coverage tests for
                   2971:          file class
                   2972: 
                   2973:        * tests/: 344.html, results/344.processed: code coverage tests
                   2974: 
                   2975:        * tests/: 344.html, results/344.processed: mdate removed from
                   2976:          output
                   2977: 
                   2978:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   2979:          fcontent.is_text_mode() if not set (related to feature #1061)
                   2980: 
                   2981:        * tests/: 344.html, results/344.processed: more tests
                   2982: 
                   2983:        * tests/: 343.html, 344.html, results/343.processed,
                   2984:          results/344.processed: tests for ^file::create[ $.from-charset
                   2985:          and $.to-charset ] (related to feature #1061)
                   2986: 
                   2987:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2988:          aset_text_mode argument optimized
                   2989: 
                   2990:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2991:          checkBOM now used in detect_binary_content (related to feature
                   2992:          #1061)
                   2993: 
                   2994:        * src/main/pa_request.C: load_charset no longer required to_upper
                   2995: 
                   2996:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   2997:          preserves original file mode (if no $.mode specified)
                   2998: 
                   2999:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3000:          ^file::create now supports $.from-charset[] and $.to-charset
                   3001:          options (implements feature #1061), automatic transcode is done
                   3002:          if text file is created from binary file and charset is detected.
                   3003: 
                   3004: 2016-07-30  moko
                   3005: 
                   3006:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   3007:          feature #1057)
                   3008: 
                   3009:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   3010:          added (related to feature #1057)
                   3011: 
                   3012:        * tests/: 286.html, results/286.processed: code tests coverage
                   3013: 
                   3014: 2016-07-29  moko
                   3015: 
                   3016:        * src/classes/table.C: table size should be checked inside menu and
                   3017:          foreach (related to feature #858)
                   3018: 
                   3019:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   3020:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   3021:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   3022:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   3023:          charsets.get now does str_upper inside (related to feature #1061)
                   3024: 
                   3025:        * tests/: 342.html, results/342.processed: more code coverage tests
                   3026: 
                   3027:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   3028:          + foreach test added (related to feature #858)
                   3029: 
                   3030:        * tests/: 341.html, results/341.processed: tests for
                   3031:          ^table.hash[]{code} added + code coverage tests (related to
                   3032:          feature #1057)
                   3033: 
                   3034:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   3035:          value} support (implements feature #1057)
                   3036: 
                   3037:        * src/classes/table.C: whitespace
                   3038: 
                   3039: 2016-07-28  moko
                   3040: 
                   3041:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   3042:          from URL, if not specified query string removed from url-based
                   3043:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   3044:          #1042)
                   3045: 
                   3046: 2016-07-27  moko
                   3047: 
                   3048:        * tests/: 340.html, results/340.processed: test for
                   3049:          transcode_text_result=false added (related to issue #1042)
                   3050: 
                   3051: 2016-07-26  moko
                   3052: 
                   3053:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   3054:          is folder and ends with /) (related to feature #1042)
                   3055: 
                   3056:        * src/main/pa_http.C: whitespace optimizaion
                   3057: 
                   3058:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3059:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   3060:          multiple headers, ^file::load supports headers transcoding
                   3061:          (implements feature #1042)
                   3062: 
                   3063: 2016-07-25  moko
                   3064: 
                   3065:        * src/include/pa_common.h: PA_DEFAULT added
                   3066: 
                   3067: 2016-07-22  moko
                   3068: 
                   3069:        * tests/: 338.html, results/338.processed: test for
                   3070:          $date.field(value) added (related to feature #1066)
                   3071: 
                   3072:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3073:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   3074:          feature #1066)
                   3075: 
1.105     moko     3076: 2016-07-21  moko
                   3077: 
                   3078:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   3079:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   3080:          arguments removed; image.C - absolute path shown in exception
                   3081:          (implements feature #1071)
                   3082: 
                   3083:        * tests/: 235.html, results/235.processed: test and test result
                   3084:          updated after static boundary in mail and Errors-To: mail header
                   3085:          removed (related to feature #1047)
                   3086: 
                   3087:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   3088:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   3089:          used, static boundary in mail removed, Errors-To: mail header
                   3090:          removed (implements feature #1047)
                   3091: 
                   3092: 2016-07-20  moko
                   3093: 
                   3094:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3095:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   3096:          issue #1051)
                   3097: 
                   3098:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   3099:          request.classes(): Value -> VStateless_class, part 2 (related to
                   3100:          issue #1051)
                   3101: 
                   3102:        * tests/results/: 224.processed, 323.processed: classes without
                   3103:          methods should not be methoded (related to issue #1051)
                   3104: 
                   3105:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   3106:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   3107:          -> VStateless_class, part 1 (related to issue #1051)
                   3108: 
                   3109:        * tests/: 337.html, results/337.processed: test for
                   3110:          ^reflection:fields_reference[] and VHashReference class added
                   3111:          (related to feature #1072)
                   3112: 
                   3113:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   3114:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   3115:          and VHashReference added, allowing ^reflection:fields_reference[]
                   3116:          implementation (closes feature #1072)
                   3117: 
                   3118: 2016-07-19  moko
                   3119: 
                   3120:        * tests/: 323.html, results/323.processed: we want to see
                   3121:          "methoded"
                   3122: 
                   3123:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   3124:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   3125:          #1059)
                   3126: 
                   3127:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   3128:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   3129:          somebody_entered_some_class, $BASE:property works again,
                   3130:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   3131: 
                   3132: 2016-07-14  moko
                   3133: 
                   3134:        * tests/: 335.html, results/335.processed: test for feature #1055
                   3135:          added
                   3136: 
                   3137:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   3138:          feature: ^hash.contains[_default] added (implements feature
                   3139:          #1055)
                   3140: 
                   3141: 2016-07-13  moko
                   3142: 
                   3143:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   3144:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   3145: 
                   3146: 2016-07-05  moko
                   3147: 
                   3148:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   3149:          in ^hash.foreach (related to feature #1073)
                   3150: 
                   3151: 2016-07-04  moko
                   3152: 
                   3153:        * tests/: 134.html, 281.html, results/134.processed,
                   3154:          results/281.processed: tests updated after hash blocking removed
                   3155:          (related to feature #1073)
                   3156: 
                   3157:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   3158:          no longer blocks on change during foreach (implements feature
                   3159:          #1073)
                   3160: 
                   3161: 2016-06-17  moko
                   3162: 
                   3163:        * tests/: 330.html, results/330.processed: try exception source
                   3164:          test added (related to bug in #1062)
                   3165: 
                   3166:        * tests/: 334.html, results/334.processed: Exception stack trace
                   3167:          test added (related to bug in $1062)
                   3168: 
                   3169:        * src/classes/op.C: Exception trace now correctly restored and
                   3170:          errors reported (related to bug #1062)
                   3171: 
1.104     moko     3172: 2016-05-25  moko
                   3173: 
                   3174:        * src/main/compile.y: minor cleanup + beauty
                   3175: 
                   3176: 2016-05-24  moko
                   3177: 
                   3178:        * tests/: 333.html, results/333.processed: more exceptions testing
                   3179: 
                   3180:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   3181:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   3182:          features #1056, #1026)
                   3183: 
                   3184:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   3185:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   3186:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   3187:          (implements feature #1056)
                   3188: 
                   3189:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3190:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   3191:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   3192:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   3193:          feature #1026)
                   3194: 
                   3195:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   3196:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   3197:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   3198:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   3199:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   3200:          feature #1026)
                   3201: 
                   3202:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3203:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   3204:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   3205:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   3206: 
                   3207:        * src/main/main.vcproj: + ps_symbols
                   3208: 
                   3209:        * src/: include/Makefile.am, include/pa_string.h,
                   3210:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   3211:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   3212:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3213:          types/pa_vstateless_class.C: initial implementation for symbols
                   3214:          cache (related to feature #1026)
                   3215: 
                   3216:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   3217: 
                   3218:        * src/main/pa_globals.C: minor cleanup
                   3219: 
                   3220: 2016-05-19  moko
                   3221: 
                   3222:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   3223:          (related to feature #1046)
                   3224: 
                   3225:        * tests/: 331.html, results/331.processed: test for
                   3226:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   3227:          (related to feature #1051)
                   3228: 
                   3229:        * src/main/compile.y:
                   3230:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   3231:          (implements feature #1054)
                   3232: 
                   3233: 2016-05-18  moko
                   3234: 
                   3235:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   3236:          "column not found" exception for ^table.no-such-method[] (related
                   3237:          to feature #1046)
                   3238: 
                   3239:        * tests/: 261.html, results/261.processed: test added and updated
                   3240:          after feature #1046 implementation
                   3241: 
                   3242:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   3243:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   3244:          ^string.contains added for hash compatibility, $string.method no
                   3245:          longer returns stting method (implements feature #1046)
                   3246: 
                   3247: 2016-05-12  moko
                   3248: 
                   3249:        * src/classes/curl.C: content-type response header no longer
                   3250:          ignored (fixes issue #1045)
                   3251: 
                   3252:        * tests/: 330.html, results/330.processed: test for incomplete
                   3253:          finally execution when break occures added (related to issue
                   3254:          #1077)
                   3255: 
                   3256:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   3257:          executing catch and finally code (fixes issue #1062)
                   3258: 
                   3259: 2016-05-11  moko
                   3260: 
                   3261:        * tests/: 329.html, results/329.processed: test for invalid
                   3262:          ^break[] behavour added (bug #1077)
                   3263: 
                   3264:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   3265: 
                   3266: 2016-04-24  moko
                   3267: 
                   3268:        * src/types/pa_vstateless_class.h: warning war
                   3269: 
                   3270: 2016-04-17  moko
                   3271: 
                   3272:        * tests/: 328.html, results/328.processed: test for
                   3273:          ^break(condition) and ^continue(condition) (related to feature
                   3274:          #1063)
                   3275: 
                   3276:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   3277:          implemented (feature #1063)
                   3278: 
                   3279: 2016-04-12  moko
                   3280: 
                   3281:        * tests/results/280.processed: ordered hash now used for class
                   3282:          methods and properties (test results updated for feature #1069)
                   3283: 
                   3284:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   3285:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   3286:          failed (related to issue #1051)
                   3287: 
                   3288:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   3289:          are printed to check inheritance (related to feature #1051)
                   3290: 
1.103     moko     3291: 2016-04-09  moko
                   3292: 
                   3293:        * tests/results/320.processed: ordered hash now used for class
                   3294:          methods and properties (test results updated for feature #1069)
                   3295: 
                   3296:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   3297:          methods and properties (implements feature #1069)
                   3298: 
                   3299:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   3300:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   3301:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   3302:          feature #1051)
                   3303: 
                   3304: 2016-04-07  moko
                   3305: 
                   3306:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   3307:          (related to feature #1051)
                   3308: 
                   3309:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   3310:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   3311:          string constants deduplication (related to feature #1051)
                   3312: 
                   3313:        * tests/results/224.processed: test result updated (related to
                   3314:          feature #1051)
                   3315: 
                   3316:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   3317:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   3318:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   3319:          types/pa_vstatus.h: classes hash now contains only
                   3320:          VStateless_class derived objects, .CLASS is also allways
                   3321:          VStateless_class derived object (related to feature #1051).
                   3322: 
                   3323: 2016-04-06  moko
                   3324: 
                   3325:        * tests/results/323.processed: test result updated after feature
                   3326:          #1051 implementation
                   3327: 
                   3328:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   3329:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3330:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   3331:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   3332:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3333:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   3334:          classes, type() moved from VStateless_class to VClass and
                   3335:          Methoded (implements feature #1051)
                   3336: 
                   3337: 2016-04-04  moko
                   3338: 
                   3339:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   3340:          beauty: put_class added (related to feature #1051)
                   3341: 
                   3342: 2016-04-01  moko
                   3343: 
                   3344:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3345:          229.processed, 244.processed, 246.processed, 316.processed: test
                   3346:          results updated as class.type() removed from error messages, only
                   3347:          type() left (related to feature #1051)
                   3348: 
                   3349:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   3350:          classes/op.C, classes/reflection.C, main/compile.y,
                   3351:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   3352:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   3353:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   3354:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   3355:          from VStateless_class, type() is used instead (related to feature
                   3356:          #1051)
                   3357: 
                   3358:        * src/classes/mail.C: old logic restored.
                   3359: 
                   3360:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3361:          classes/classes.h, classes/curl.C, classes/date.C,
                   3362:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3363:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3364:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3365:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   3366:          classes/regex.C, classes/response.C, classes/string.C,
                   3367:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3368:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   3369:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   3370:          feature #1051)
                   3371: 
                   3372: 2016-03-30  moko
                   3373: 
                   3374:        * tests/: 327.html, results/224.processed, results/327.processed:
                   3375:          test for TZ specification in ^date::create[], TZ is kept during
                   3376:          ^date::create[$dt] (related to feature #1048)
                   3377: 
                   3378:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   3379:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   3380:          feature #1048)
                   3381: 
                   3382: 2016-03-29  moko
                   3383: 
                   3384:        * tests/: 315.html, results/315.processed: test for timezone format
                   3385:          +HHmm added (related to feature #1065)
                   3386: 
                   3387:        * src/classes/date.C: timezone format +HHmm now supported
                   3388:          (implements feature #1065)
                   3389: 
                   3390: 2016-03-28  moko
                   3391: 
                   3392:        * tests/: 202.html, results/131.processed, results/202.processed,
                   3393:          results/224.processed, results/256.processed,
                   3394:          results/315.processed: test results updated after %.2d now
                   3395:          default for hours offset in iso-string (was %2d), test for
                   3396:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3397:          added (related to feature #1065)
                   3398: 
                   3399: 2016-03-27  moko
                   3400: 
                   3401:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   3402:          feature #1065)
                   3403: 
                   3404:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3405:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3406:          added (implements feature #1065)
                   3407: 
                   3408: 2016-03-24  moko
                   3409: 
                   3410:        * tests/: 202.html, results/202.processed: test $date.week added
                   3411:          (related to bug #1067)
                   3412: 
                   3413:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   3414:          date (fix for bug #1067)
                   3415: 
                   3416: 2016-03-10  moko
                   3417: 
                   3418:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   3419: 
1.102     moko     3420: 2015-12-07  moko
                   3421: 
                   3422:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   3423:          .CLASS_NAME optimization added (related to feature #844)
                   3424: 
                   3425: 2015-11-17  moko
                   3426: 
                   3427:        * tests/: 323.html, results/323.processed: order added
                   3428: 
                   3429:        * tests/: 325.html, results/325.processed: double range test added
                   3430:          (related to bug #1049)
                   3431: 
                   3432: 2015-11-16  moko
                   3433: 
                   3434:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   3435:          added to disallow NaN and Infinity (fixes bug #1049)
                   3436: 
                   3437: 2015-11-11  moko
                   3438: 
                   3439:        * tests/324.html: parser 3.4.3 execution support added (related to
                   3440:          feature #1017)
                   3441: 
                   3442:        * tests/: 324.html, results/324.processed: test for
                   3443:          GET_ELEMENT4CALL feature added (feature #1017)
                   3444: 
1.101     moko     3445: 2015-10-29  moko
                   3446: 
                   3447:        * operators.txt: updated for 3.4.4
                   3448: 
                   3449:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   3450: 
                   3451:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   3452:          (related to bug #1043)
                   3453: 
                   3454: 2015-10-28  moko
                   3455: 
                   3456:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   3457:          hangup during ^file::exec (fixes bug #1043)
                   3458: 
1.100     moko     3459: 2015-10-27  moko
                   3460: 
                   3461:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   3462: 
1.99      moko     3463: 2015-10-26  moko
                   3464: 
1.100     moko     3465:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   3466:          (related to issue #1041)
                   3467: 
                   3468:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   3469:          Copyright year updated
                   3470: 
1.99      moko     3471:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   3472:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   3473:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3474:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   3475:          classes/mail.C, classes/math.C, classes/memcached.C,
                   3476:          classes/memory.C, classes/op.C, classes/reflection.C,
                   3477:          classes/regex.C, classes/response.C, classes/string.C,
                   3478:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   3479:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   3480:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3481:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3482:          include/pa_dictionary.h, include/pa_dir.h,
                   3483:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3484:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3485:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3486:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3487:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3488:          include/pa_sapi.h, include/pa_socks.h,
                   3489:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3490:          include/pa_stack.h, include/pa_string.h,
                   3491:          include/pa_stylesheet_connection.h,
                   3492:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   3493:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   3494:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   3495:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   3496:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   3497:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   3498:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   3499:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   3500:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3501:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   3502:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   3503:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   3504:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   3505:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3506:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3507:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3508:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   3509:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   3510:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   3511:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   3512:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   3513:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   3514:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   3515:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3516:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   3517:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   3518:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   3519:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   3520:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3521:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   3522:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   3523:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   3524:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   3525:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   3526:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   3527:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3528:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3529:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3530:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3531:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3532:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3533:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3534:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3535:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3536:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3537:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   3538: 
                   3539:        * src/targets/cgi/parser3.C: year updated
                   3540: 
                   3541:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   3542:          issue #1041)
                   3543: 
                   3544:        * tests/: 323.html, results/323.processed: test for base classes
                   3545:          added
                   3546: 
                   3547:        * tests/: 261.html, results/261.processed: updated after better
                   3548:          error reporting done for $string.key exception
                   3549: 
                   3550:        * src/types/pa_vstring.h: better error report for $string.key
                   3551:          exception
                   3552: 
                   3553:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   3554:          copied as VObject::get_element4call to remove extra virtual call
                   3555: 
                   3556:        * tests/: 322.html, results/322.processed: test for
                   3557:          ^reflection:is[] added (related to feature #1041)
                   3558: 
                   3559:        * src/classes/reflection.C: ^reflection:is empty value is void
                   3560:          (related to feature #1041)
                   3561: 
                   3562:        * src/classes/reflection.C:
                   3563:          ^reflection:is[class_name|code|method;[context;]element_name]
                   3564:          added (implements feature #1041)
                   3565: 
                   3566: 2015-10-24  moko
                   3567: 
                   3568:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   3569: 
1.98      moko     3570: 2015-10-22  moko
                   3571: 
                   3572:        * tests/: 321.html, results/321.processed: test for
                   3573:          ^reflection:method_info[] file detection added
                   3574: 
                   3575:        * tests/: 320.html, results/320.processed: test for
                   3576:          ^reflection:class_by_name[class_name] added (related to feature
                   3577:          #993)
                   3578: 
                   3579:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   3580:          added (implements feature #993)
                   3581: 
                   3582:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   3583:          (related to feature #1017)
                   3584: 
                   3585:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   3586:          added (related to issue #1039)
                   3587: 
                   3588:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   3589:          #1039)
                   3590: 
                   3591:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   3592:          for VDate
                   3593: 
                   3594:        * tests/results/182.processed: updated after feature #1038
                   3595:          implemented
                   3596: 
                   3597:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   3598:          compile-time exception origin added (test for feature #1039)
                   3599: 
                   3600:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   3601:          main/pa_request.C: exception unification: compile-time exceptions
                   3602:          now have origin, @USE origins also tracked (implements feature
                   3603:          #1039)
                   3604: 
                   3605: 2015-10-20  moko
                   3606: 
                   3607:        * src/main/pa_request.C: cleanup
                   3608: 
                   3609: 2015-10-15  moko
                   3610: 
                   3611:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   3612: 
                   3613:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   3614:          types/pa_vtable.C: new feature: no more $table.method and
                   3615:          $hash.method, aliases for _at, _count, _key (related to feature
                   3616:          #1017)
                   3617: 
1.97      moko     3618: 2015-10-14  moko
                   3619: 
1.98      moko     3620:        * tests/: 317.html, results/317.processed: test for
                   3621:          ^string.unescape[] added (related to feature #120)
                   3622: 
1.97      moko     3623:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   3624:          defined" bug (described in issue #1036)
                   3625: 
                   3626:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   3627:          (test for bug #1037)
                   3628: 
                   3629:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   3630:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   3631:          it's not enforced, skips BOM signature if it complies charset
                   3632:          (fixes bug #1037)
                   3633: 
                   3634: 2015-10-13  moko
                   3635: 
                   3636:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   3637:          linking
                   3638: 
                   3639:        * src/classes/inet.C: vs2003 compilation fix
                   3640: 
                   3641:        * src/classes/math.C: warning war
                   3642: 
                   3643:        * src/lib/punycode/pa_punycode.c: warning war
                   3644: 
                   3645: 2015-10-12  moko
                   3646: 
                   3647:        * src/lib/punycode/pa_punycode.c: warning war
                   3648: 
                   3649:        * parser3.sln: moved parser3 first, to make it default startup
                   3650:          project
                   3651: 
                   3652:        * buildall: parser "mirror" now used for external libs sources
                   3653:          (implements feature #1036)
                   3654: 
                   3655:        * buildall: most external libs are updated to their current
                   3656:          versions (related to feature #1036)
                   3657: 
                   3658:        * src/classes/image.C: more tags added
                   3659: 
                   3660:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   3661: 
                   3662: 2015-10-11  moko
                   3663: 
                   3664:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   3665: 
                   3666: 2015-10-09  moko
                   3667: 
                   3668:        * src/classes/curl.C: pa_strdup added for strings from curl
                   3669:          (related to feature #1035)
                   3670: 
                   3671:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   3672:          ULLONG_MAX definition
                   3673: 
                   3674:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   3675:          (implements feature #1035)
                   3676: 
                   3677:        * src/main/pa_charset.C: String::Body(String::C) used
                   3678: 
                   3679:        * src/main/pa_charset.C: exceptions unified
                   3680: 
                   3681:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   3682:          unified
                   3683: 
                   3684:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   3685:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   3686:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   3687:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   3688:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   3689:          String::Body(String::C) constructor added (related to bug #957)
                   3690: 
                   3691:        * src/classes/file.C: minor optimization
                   3692: 
                   3693:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   3694:          Cord(char*) autocreation (related to bug #957)
                   3695: 
                   3696:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   3697: 
                   3698:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   3699:          String(char*, Lang, length) removed, String(C(), Lang) used
                   3700:          instead (related to bug #957)
                   3701: 
                   3702: 2015-10-08  moko
                   3703: 
                   3704:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   3705:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   3706:          main/untaint.C: Now char * is converted to CORD only using
                   3707:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   3708: 
                   3709:        * src/include/pa_hash.h: fixed compilation without
                   3710:          HASH_CODE_CACHING
                   3711: 
                   3712:        * src/classes/string.C:
                   3713:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   3714:          feature #120)
                   3715: 
                   3716:        * src/main/pa_common.C: reduce js flags checks count (related to
                   3717:          feature #120)
                   3718: 
1.96      moko     3719: 2015-10-07  moko
                   3720: 
                   3721:        * tests/: 275.html, results/275.processed: test modified after
                   3722:          unsigned long long int support implemented (feature #1034)
                   3723: 
                   3724:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   3725:          pa_atoul added for unsigned long long int support
                   3726: 
                   3727: 2015-10-06  moko
                   3728: 
                   3729:        * src/types/pa_vdate.C: INT_MAX used
                   3730: 
                   3731: 2015-10-03  moko
                   3732: 
                   3733:        * tests/: 302.html, results/302.processed: test for bug #1023
                   3734:          (\u2028, \u2029 escaping) added
                   3735: 
                   3736:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   3737:          json:string[] (fixes bug #1023)
                   3738: 
                   3739: 2015-09-29  moko
                   3740: 
                   3741:        * tests/305.html: try-catch added for OS without ipv6 support
                   3742: 
                   3743:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   3744:          compilation
                   3745: 
                   3746:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   3747:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   3748:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   3749:          implemented to distinguish ^hash.method from $hash.field
                   3750:          (implements feature #1017)
                   3751: 
                   3752:        * src/lib/punycode/pa_punycode.c: warning war
                   3753: 
                   3754:        * src/include/pa_config_includes.h: warning war
                   3755: 
                   3756:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   3757: 
                   3758:        * src/include/pa_config_includes.h: warning war
                   3759: 
                   3760:        * src/include/pa_hash.h: clang compilation fix
                   3761: 
                   3762: 2015-09-27  moko
                   3763: 
                   3764:        * src/main/compile.tab.C: Bison 3 is now default
                   3765: 
                   3766:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   3767: 
                   3768: 2015-09-25  moko
                   3769: 
                   3770:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   3771:          works with undefined HASH_ORDER (related to feature #196)
                   3772: 
                   3773: 2015-09-24  moko
                   3774: 
                   3775:        * tests/: 027.html, results/027.processed: test modified to test
                   3776:          ^hash.sort (feature #196)
                   3777: 
                   3778:        * src/: classes/hash.C, include/pa_hash.h:
                   3779:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   3780:          added (implements feature #196)
                   3781: 
                   3782:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   3783:          (exception handling in non-cached ^cache), plus for "it does not
                   3784:          have logical value" and "$exception.handled value must be either
                   3785:          boolean or string 'cache'" exceptions.
                   3786: 
                   3787:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   3788:          code (fixes bug #1025)
                   3789: 
1.95      moko     3790: 2015-09-23  moko
                   3791: 
                   3792:        * src/classes/table.C: warning war
                   3793: 
                   3794:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   3795: 
                   3796:        * src/classes/file.C: warning war
                   3797: 
                   3798:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   3799: 
                   3800:        * src/: main/pa_request.C, classes/date.C: warning war
                   3801: 
                   3802:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   3803: 
                   3804:        * tests/: 122.html, results/122.processed: win sync: to remove
                   3805:          differences with OS that doesn't keep timezone change history
                   3806: 
                   3807:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   3808:          TZ change (related to feature #36)
                   3809: 
                   3810:        * tests/: 075.html, results/075.processed: win sync: to remove
                   3811:          differences with OS that doesn't keep timezone change history
                   3812: 
                   3813:        * tests/: 315.html, results/315.processed: win sync: to remove
                   3814:          differences with OS that doesn't keep timezone change history
                   3815: 
                   3816:        * tests/: 256.html, results/256.processed: win sync: to remove
                   3817:          differences with OS that doesn't keep timezone change history
                   3818: 
                   3819:        * tests/: 124.html, results/124.processed: win results sync: to
                   3820:          avoid hitting time change hole.
                   3821: 
                   3822:        * src/types/pa_vdate.C: static returned. :)
                   3823: 
                   3824: 2015-09-22  moko
                   3825: 
                   3826:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   3827: 
                   3828:        * tests/results/131.processed: more tests for feature #1032
                   3829: 
                   3830:        * src/classes/date.C: minor fix related to feature #1032
                   3831: 
                   3832:        * operators.txt: ISO date creation documented (related to feature
                   3833:          #1032)
                   3834: 
                   3835:        * operators.txt: iso-string documented (related to feature #1032)
                   3836: 
                   3837:        * tests/: 315.html, results/315.processed: more tests added
                   3838:          (related to feature #1032)
                   3839: 
                   3840:        * tests/: 131.html, results/131.processed: date range checks
                   3841:          updated (related to feature #36)
                   3842: 
                   3843:        * tests/: 315.html, results/057.processed, results/315.processed:
                   3844:          test added for ISO date support (related to issue #315)
                   3845: 
                   3846:        * src/classes/date.C: more readable exceptions in date creation
                   3847:          (related to ticket #1032)
                   3848: 
                   3849: 2015-09-18  moko
                   3850: 
                   3851:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   3852:          added (related to issue #1032)
                   3853: 
                   3854:        * tests/results/256.processed, src/classes/json.C: iso-string
                   3855:          documented (related to issue #1032)
                   3856: 
                   3857:        * tests/: 256.html, results/256.processed: ISO date check added
                   3858:          (related to issue #1032)
                   3859: 
                   3860:        * tests/: 057.html, results/057.processed, results/224.processed:
                   3861:          tests results updated after ISO date support implemented (related
                   3862:          to feature #1032)
                   3863: 
                   3864:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   3865:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   3866:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   3867:          added (implements feature #1032)
                   3868: 
                   3869: 2015-09-05  moko
                   3870: 
                   3871:        * operators.txt: actualized
                   3872: 
                   3873:        * operators.txt: date changes documented (related to ticket #36)
                   3874: 
                   3875: 2015-09-04  moko
                   3876: 
                   3877:        * src/types/pa_vdate.C: warning war
                   3878: 
                   3879:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   3880: 
                   3881: 2015-09-03  moko
                   3882: 
                   3883:        * tests/results/096.processed: test result updated for 0..9999 year
                   3884:          date range support (related to feature #36)
                   3885: 
                   3886:        * tests/: 314.html, results/314.processed: test for
                   3887:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   3888:          bug #1031)
                   3889: 
                   3890:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   3891:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   3892: 
1.116     moko     3893:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   3894:          configure.in -> configure.ac
1.95      moko     3895: 
1.116     moko     3896:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   3897:          correct timezone check for FreeBSD Warning war: configure.in ->
                   3898:          configure.ac
1.95      moko     3899: 
                   3900:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     3901:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   3902:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   3903:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   3904:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   3905:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   3906:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     3907:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   3908:          check added
                   3909: 
                   3910:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   3911: 
                   3912:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   3913:          for new date implementation (related to feature #36)
                   3914: 
                   3915:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   3916:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   3917:          types/pa_vdate.h: new double date implementation with internal
                   3918:          support for extended 0..9999 year range, default timezone support
                   3919:          (related to feature #36)
                   3920: 
                   3921: 2015-08-28  moko
                   3922: 
                   3923:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   3924:          (fixes bug #1030)
                   3925: 
                   3926: 2015-08-21  moko
                   3927: 
                   3928:        * src/classes/inet.C: snprintf size "bug" commented
                   3929: 
                   3930:        * src/main/pa_common.C: snprintf comments updated
                   3931: 
                   3932: 2015-08-16  moko
                   3933: 
                   3934:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   3935: 
                   3936: 2015-08-11  moko
                   3937: 
                   3938:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3939:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   3940:          can be null (fixes bug #1029)
                   3941: 
                   3942: 2015-08-06  moko
                   3943: 
1.116     moko     3944:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   3945:          pa_vdate.C added
1.95      moko     3946: 
                   3947: 2015-08-05  moko
                   3948: 
                   3949:        * tests/: 313.html, results/313.processed: test for
                   3950:          ^table.count[columns] and ^table.flip[] with nameless tables
                   3951:          (feature #1003)
                   3952: 
                   3953:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3954:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   3955:          correctly for nameless tables (implements feature #1003)
                   3956: 
                   3957: 2015-08-03  moko
                   3958: 
                   3959:        * tests/312.html: test for ^table.append[$hash] and
                   3960:          ^table.insert[$hash] added (related to feature #1028)
                   3961: 
                   3962:        * src/classes/table.C: ^table.append[$hash] and
                   3963:          ^table.insert[$hash] now supported (implements feature #1028)
                   3964: 
                   3965:        * tests/: 312.html, results/312.processed: test row copy in
                   3966:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   3967: 
                   3968:        * src/classes/table.C: row copy now created in ^table.hash[;
                   3969:          $.type[table] ] (related to feature #1016)
                   3970: 
                   3971: 2015-07-29  moko
                   3972: 
                   3973:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   3974:          added (related to feature #1016)
                   3975: 
                   3976:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3977:          ^table.delete[] added to delete current row (related to feature
                   3978:          1016)
                   3979: 
                   3980: 2015-07-28  moko
                   3981: 
                   3982:        * tests/: 312.html, results/312.processed: test for
                   3983:          $table.column[value] and ^table.insert{row} (related to feature
                   3984:          #1016)
                   3985: 
                   3986:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   3987:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   3988:          ^table.insert{row} are now implemented (feature #1016)
                   3989: 
                   3990:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   3991:          append(), insert() added, memmove arguments order in remove()
                   3992:          fixed (related to feature #1016)
                   3993: 
                   3994: 2015-07-23  moko
                   3995: 
                   3996:        * src/classes/json.C: tainted json and empty json exception added
                   3997:          (implements feature #1015)
                   3998: 
                   3999:        * tests/: 311.html, results/311.processed: empty json and tainted
                   4000:          json exception test added (related to issue #1015)
                   4001: 
                   4002: 2015-07-22  moko
                   4003: 
                   4004:        * tests/: 311.html, results/311.processed: test for UTF-8
                   4005:          processing added
                   4006: 
                   4007:        * tests/: 311.html, results/311.processed: test for
                   4008:          json_exception_with_source added (related to issue #394)
                   4009: 
                   4010:        * src/classes/json.C: json_exception_with_source added (implements
                   4011:          feature #394)
                   4012: 
                   4013: 2015-06-29  moko
                   4014: 
                   4015:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   4016:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   4017:          (closes bug #1027)
                   4018: 
                   4019: 2015-06-10  moko
                   4020: 
                   4021:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   4022:          error if libxml has LIBXML_ICU_ENABLED.
                   4023: 
                   4024: 2015-06-04  moko
                   4025: 
                   4026:        * tests/099.html: ups, reverting
                   4027: 
                   4028:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   4029:          results/310.processed: tests for $response:body[ $.file[] ] and
                   4030:          $response:last-modified added
                   4031: 
                   4032:        * src/main/pa_request.C: last-modified check fixed
                   4033: 
                   4034: 2015-06-03  moko
                   4035: 
                   4036:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   4037:          results/205.processed, results/293.processed: $response:headers
                   4038:          logging added (tests for feature #1007)
                   4039: 
                   4040:        * src/: include/pa_common.h, include/pa_request.h,
                   4041:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   4042:          $response:headers are now in uppercase (closes feature #1007)
                   4043: 
                   4044: 2015-06-02  moko
                   4045: 
                   4046:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   4047:          build errors reverted for clang compatibility
                   4048: 
                   4049: 2015-06-01  moko
                   4050: 
                   4051:        * src/include/pa_memory.h: -pedantic build errors fixed
                   4052: 
                   4053:        * src/classes/math.C: -pedantic build error fixed
                   4054: 
                   4055:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   4056: 
                   4057: 2015-05-31  moko
                   4058: 
                   4059:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   4060: 
                   4061:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   4062:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   4063:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   4064:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   4065:          types/pa_vxnode.h: warning war (-pedantic flag)
                   4066: 
                   4067: 2015-05-28  moko
                   4068: 
                   4069:        * tests/: 308.html, results/308.processed: test for
                   4070:          ^table::create[$t;], etc work added (related to bug #975)
                   4071: 
                   4072:        * src/classes/table.C: check_option_param removed,
                   4073:          ^table::create[$t;], etc now works (fixes bug #975)
                   4074: 
                   4075: 2015-05-27  moko
                   4076: 
                   4077:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   4078:          (Debian jessie) fixed (closes issue #1024)
                   4079: 
                   4080:        * tests/Makefile: sort added as in Debian jessie list become
                   4081:          unsorted
                   4082: 
                   4083: 2015-05-18  moko
                   4084: 
                   4085:        * tests/: 201.html, results/201.processed: test for
                   4086:          ^string.trim[what] feature #1022
                   4087: 
                   4088:        * src/classes/string.C: ^string.trim[what] now supported,
                   4089:          implements feature #1022
                   4090: 
                   4091: 2015-05-17  moko
                   4092: 
                   4093:        * tests/results/185.processed: test result updated as feature #1021
                   4094:          implemented (left/right accept negative parameter)
                   4095: 
                   4096:        * src/classes/string.C: left/right now accept negative parameter
                   4097:          (implements feature #1021)
                   4098: 
                   4099: 2015-05-08  moko
                   4100: 
                   4101:        * src/classes/math.C: isalnum -> pa_isalnum
                   4102: 
                   4103:        * src/main/execute.C: optimization in getter-junction processing
                   4104:          (related to issue #997)
                   4105: 
                   4106: 2015-05-07  moko
                   4107: 
                   4108:        * tests/: 307.html, results/307.processed: test for issue #997
                   4109:          added
                   4110: 
                   4111:        * src/main/execute.C: process_getter result now checked if junction
                   4112:          returned (closes issue #997)
                   4113: 
                   4114:        * tests/: 305.html, results/305.processed: sort added to ignore
                   4115:          different order
                   4116: 
                   4117:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   4118:          assignment (closes issue #994)
                   4119: 
                   4120:        * tests/: 306.html, results/306.processed: test for issue #994
                   4121:          added
                   4122: 
                   4123:        * tests/: 303.html, results/303.processed: two more errors tested
                   4124: 
                   4125: 2015-05-06  moko
                   4126: 
                   4127:        * tests/: 305.html, results/305.processed: test for name2ip &
                   4128:          ip2name added (related to feature #992)
                   4129: 
                   4130:        * tests/: 303.html, 304.html, results/303.processed,
                   4131:          results/304.processed: tests for idna conversion added (related
                   4132:          to issue #849)
                   4133: 
                   4134: 2015-05-02  moko
                   4135: 
                   4136:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   4137:          implemented
                   4138: 
                   4139: 2015-04-30  moko
                   4140: 
                   4141:        * src/main/pa_http.C: idna_host added, related to issue #849
                   4142: 
                   4143:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   4144:          (related to issue #849)
                   4145: 
                   4146: 2015-04-24  moko
                   4147: 
                   4148:        * src/types/pa_vjunction.C: warning war
                   4149: 
                   4150:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   4151:          unification
                   4152: 
                   4153:        * src/lib/punycode/pa_idna.c: warning war
                   4154: 
                   4155: 2015-04-22  moko
                   4156: 
                   4157:        * src/main/main.vcproj: punycode include path added
                   4158: 
                   4159:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   4160: 
                   4161:        * src/lib/punycode/pa_idna.c: warning war
                   4162: 
                   4163:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   4164:          project file added
                   4165: 
                   4166:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   4167: 
                   4168:        * src/include/pa_memory.h: warning war
                   4169: 
                   4170:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   4171:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   4172:          implemented (related to feature #849)
                   4173: 
                   4174:        * configure.in, src/main/Makefile.am,
                   4175:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   4176:          libpunycode added in Unix
                   4177: 
                   4178: 2015-04-21  moko
                   4179: 
                   4180:        * configure.in: large files support
                   4181: 
                   4182: 2015-04-15  moko
                   4183: 
                   4184:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   4185:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   4186:          pa_punycode.h: initial version for punycode/idna support library
                   4187:          (ticket #849)
                   4188: 
                   4189: 2015-04-08  moko
                   4190: 
                   4191:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4192:          classes/image.C, classes/mail.C, classes/reflection.C,
                   4193:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   4194:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   4195:          main/compile.y, main/compile_tools.h, main/execute.C,
                   4196:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4197:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   4198:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   4199:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   4200:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   4201:          clang compiler warnings (closes issue #1018)
                   4202: 
                   4203:        * src/include/pa_string.h: String::Body comparation operators with
                   4204:          char * added (related to issue #958)
                   4205: 
                   4206: 2015-04-07  moko
                   4207: 
                   4208:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   4209:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   4210:          issue #1018)
                   4211: 
                   4212:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   4213:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   4214:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   4215:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   4216:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   4217:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   4218:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   4219:          malloc/strdup/free replaced with pa_ version and checks for
                   4220:          accidental use of non-pa_ version added (related to issue #1018)
                   4221: 
                   4222: 2015-04-03  moko
                   4223: 
                   4224:        * buildall: pcre-8.33 -> pcre-8.36
                   4225: 
                   4226:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   4227:          classes/op.C, classes/string.C, main/compile.tab.C,
                   4228:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   4229:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   4230:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   4231:          ticket #958)
                   4232: 
                   4233:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   4234:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4235:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   4236:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   4237:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   4238:          $request:headers, $request:method added (implements feature
                   4239:          #1007)
                   4240: 
                   4241: 2015-03-17  misha
                   4242: 
                   4243:        * tests/302.html: - test for
                   4244:          ^json:string[...;$._default[method-name]]
                   4245: 
                   4246:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4247:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   4248:          option $._default[method-name] is specified in ^json:string[], a
                   4249:          method with specified name will be called for classes/objects
                   4250:          serialization ( new feature: #982 )
                   4251: 
                   4252: 2015-03-16  misha
                   4253: 
                   4254:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4255:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   4256:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   4257:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   4258:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4259:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   4260:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4261:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   4262:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   4263:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4264:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   4265:          $var.CLASS_NAME now have special opcodes. This can be switched
                   4266:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   4267:          on pa_opcode.h ( new feature: #844 )
                   4268: 
                   4269: 2015-03-15  misha
                   4270: 
                   4271:        * tests/075.html: - test for $response:header[]
                   4272: 
                   4273:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   4274:          that was set earlie ( new feature: #1001 )
                   4275: 
                   4276: 2015-03-12  misha
                   4277: 
                   4278:        * tests/246.html: - more tests for ^hash._at[]
                   4279: 
                   4280:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   4281:          accepts second param [key|value|hash] ( new feature: #1012 )
                   4282: 
                   4283: 2015-03-09  moko
                   4284: 
                   4285:        * src/types/pa_vmail.C: exception for everything but
                   4286:          $mail:received, closes issue #1011
                   4287: 
                   4288: 2015-02-20  moko
                   4289: 
                   4290:        * tests/: 275.html, results/275.processed: hex detection in
                   4291:          pa_atoui fix test (closes issue #1010)
                   4292: 
                   4293:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   4294:          issue #1010)
                   4295: 
                   4296: 2015-02-17  moko
                   4297: 
                   4298:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   4299:          tainted.
                   4300: 
                   4301: 2015-02-03  misha
                   4302: 
                   4303:        * tests/301.html: - test for ^json:string($double) causes
                   4304:          exception. bugfix: #1008
                   4305: 
                   4306:        * src/classes/json.C: - ^json:string($double) causes exception.
                   4307:          bugfix: #1008
                   4308: 
                   4309:        * tests/014.html: - updated for work with ^hash.delete[]
                   4310: 
                   4311: 2015-01-12  misha
                   4312: 
                   4313:        * src/: classes/form.C, include/pa_common.h,
                   4314:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   4315:          types/pa_vform.h: - supports body with PUT method as well ( new
                   4316:          feature: #1006 )
                   4317: 
                   4318:        * src/classes/file.C: - warnings war
                   4319: 
                   4320: 2015-01-11  misha
                   4321: 
                   4322:        * tests/300.html: - test for ^hash.delete[] is added
                   4323: 
                   4324:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   4325:          feature: #989 ) - tiny optimization in intersects
                   4326: 
                   4327: 2015-01-06  moko
                   4328: 
                   4329:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   4330:          with transcode, attachments detection fixed
                   4331: 
                   4332:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   4333:          load to allow charset switch (related to issue #996)
                   4334: 
                   4335: 2014-12-31  moko
                   4336: 
                   4337:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   4338:          UTF-8 source charset (fixes issue 996)
                   4339: 
                   4340:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   4341:          issue #1000)
                   4342: 
                   4343: 2014-12-11  misha
                   4344: 
                   4345:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   4346:          access ( bug fix: #1005 )
                   4347: 
                   4348: 2014-11-13  misha
                   4349: 
                   4350:        * src/main/compile.y: - PC.append does not reset to false while
                   4351:          creating a new class. bugfix: #990
                   4352: 
                   4353:        * tests/299.html: - test for creation class after working with
                   4354:          partial class (create+append)
                   4355: 
                   4356:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   4357:          #995
                   4358: 
                   4359:        * tests/232.html: - test for @get[def] added
                   4360: 
                   4361: 2014-10-12  moko
                   4362: 
                   4363:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   4364: 
                   4365:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   4366:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   4367:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   4368:          targets/apache/ApacheModuleParser3.vcproj,
                   4369:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4370:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4371:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   4372:          conversion in newer VS versions
                   4373: 
                   4374:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   4375:          pcre_internal.vcproj added
                   4376: 
                   4377: 2014-08-28  moko
                   4378: 
                   4379:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   4380:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   4381:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   4382: 
                   4383: 2014-06-30  misha
                   4384: 
                   4385:        * tests/298.html: - tests for ^reflection:def[class;className]
                   4386:          added
                   4387: 
                   4388:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   4389:          added ( new feature: #918 )
                   4390: 
                   4391: 2014-06-29  misha
                   4392: 
                   4393:        * src/classes/table.C: - ^table::create[unsupported data] -
                   4394:          exception comment changed to "body must be table or code" ( bug
                   4395:          fix: #951 )
                   4396: 
                   4397:        * tests/: 261.html, results/261.processed: - tests for
                   4398:          ^json:string[...;$.void[null|string]] added
                   4399: 
                   4400:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   4401:          option $.void[string|null] added to ^json:string[...] ( new
                   4402:          feature: #952 )
                   4403: 
                   4404: 2014-06-28  moko
                   4405: 
                   4406:        * src/classes/curl.C: $.charset now processed before other curl
                   4407:          options (closes issue #980)
                   4408: 
                   4409: 2014-05-23  misha
                   4410: 
                   4411:        * src/classes/json.C: - bug fix: #987
                   4412: 
                   4413: 2014-05-04  misha
                   4414: 
                   4415:        * tests/: 253.html, 253_json.txt: - test for
                   4416:          ^json:parse[$.int(false)] is added
                   4417: 
                   4418:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   4419:          default true). The option is similar to $.double(bool) but for
                   4420:          integers.
                   4421: 
                   4422: 2014-05-01  moko
                   4423: 
                   4424:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   4425:          #12 )
                   4426: 
                   4427: 2014-04-16  moko
                   4428: 
                   4429:        * src/main/pa_http.C: response-charset option should finally work
                   4430:          now (fix for issue #867)
                   4431: 
                   4432:        * src/main/pa_http.C: response-charset option should work now (fix
                   4433:          for issue #867)
                   4434: 
                   4435: 2014-03-07  moko
                   4436: 
                   4437:        * buildall: libgc moved
                   4438: 
                   4439:        * buildall: libgc moved
                   4440: 
                   4441: 2013-12-29  moko
                   4442: 
                   4443:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   4444:          closes issue #966
                   4445: 
                   4446:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   4447:          result now tainted, issue #966
                   4448: 
                   4449: 2013-12-03  moko
                   4450: 
                   4451:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   4452:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   4453:          option was added for http://www.parser.ru/forum/?id=79343
                   4454: 
                   4455:        * src/classes/file.C: bugfix for
                   4456:          http://www.parser.ru/forum/?id=79337
                   4457: 
                   4458: 2013-11-05  moko
                   4459: 
                   4460:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   4461: 
                   4462:        * src/main/pa_globals.C: spelling fixed
                   4463: 
                   4464: 2013-10-29  moko
                   4465: 
                   4466:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   4467: 
                   4468:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   4469:          #892
                   4470: 
                   4471:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   4472:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   4473:          exceptions to be thrown thougth json library), related to issue
                   4474:          #892
                   4475: 
                   4476:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   4477:          related to issue #896
                   4478: 
                   4479: 2013-10-24  moko
                   4480: 
                   4481:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   4482: 
                   4483: 2013-10-23  moko
                   4484: 
                   4485:        * README: actualization
                   4486: 
                   4487: 2013-10-22  moko
                   4488: 
                   4489:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   4490:          compatibility patch from Sergey Kirpichev
                   4491: 
                   4492:        * tests/: 297.html, results/297.processed: non-working getter fix
                   4493:          test for issue #948
                   4494: 
                   4495:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   4496:          called when saving value of $match variable in ^string.match[] to
                   4497:          increase compatibility (related to issue #948).
                   4498: 
                   4499:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   4500:          usage optimization
                   4501: 
                   4502: 2013-10-21  moko
                   4503: 
                   4504:        * tests/: 182.html, results/182.processed: local path removed for
                   4505:          compatibility
                   4506: 
                   4507:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   4508:          results/244.processed, results/253.processed,
                   4509:          results/254.processed, results/275.processed,
                   4510:          results/281.processed: try_catch -> try-catch
                   4511: 
                   4512:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   4513:          results/294.processed, results/296.processed: try_catch ->
                   4514:          try-catch
                   4515: 
                   4516: 2013-10-20  moko
                   4517: 
                   4518:        * tests/: 296.html, results/296.processed: test for xsl exception
                   4519:          for issue #938 added.
                   4520: 
                   4521:        * src/: include/pa_xml_exception.h,
                   4522:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   4523:          XmlException is now replaced (once again closes issue #938)
                   4524: 
                   4525: 2013-10-18  moko
                   4526: 
                   4527:        * buildall: disable clock_gettime detection to avoid librt linking
                   4528:          (which in turn depends on libpthread), related to issue #943
                   4529: 
                   4530: 2013-10-18  misha
                   4531: 
                   4532:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   4533:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   4534:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4535:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4536:          types/types.vcproj: - new locations for libxml2 includes where
                   4537:          added to vcproj files
                   4538: 
                   4539: 2013-10-18  moko
                   4540: 
                   4541:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   4542:          fix
                   4543: 
                   4544:        * tests/: 295.html, results/295.processed: test for issue #948
                   4545:          updated
                   4546: 
                   4547:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   4548:          :)
                   4549: 
                   4550:        * tests/: 295.html, results/295.processed: test for issue #948
                   4551:          added
                   4552: 
                   4553:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   4554:          include/pa_request.h, types/pa_method.h: for getters and setters
                   4555:          to be executed request.put_element should be called, not
                   4556:          context.put_element (fixes issue #948)
                   4557: 
                   4558: 2013-10-17  moko
                   4559: 
                   4560:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   4561:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   4562: 
                   4563:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   4564: 
                   4565: 2013-10-16  moko
                   4566: 
                   4567:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   4568: 
                   4569:        * tests/: 294.html, results/294.processed: test for issue #938
                   4570: 
                   4571:        * src/: classes/xdoc.C, classes/xnode.C,
                   4572:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   4573:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   4574: 
                   4575:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   4576:          libxslt-1.1.26 -> libxslt-1.1.28
                   4577: 
                   4578:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   4579:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   4580:          to '?', related to issue #938
                   4581: 
                   4582: 2013-10-15  moko
                   4583: 
                   4584:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   4585:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   4586:          minor optimizations (closes issue #896)
                   4587: 
                   4588:        * tests/results/: 292.processed, 293.processed: results updated to
                   4589:          comply with issue #896
                   4590: 
                   4591:        * tests/: 292.html, 293.html, results/292.processed,
                   4592:          results/293.processed: tests for json escaping
                   4593: 
                   4594: 2013-10-14  moko
                   4595: 
                   4596:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   4597:          and cleanup, code moved from .h to .C, no changes in code
                   4598: 
                   4599: 2013-10-12  moko
                   4600: 
                   4601:        * tests/results/119.processed: updated test result commited
                   4602: 
                   4603:        * tests/: 291.html, results/291.processed: test for issue #894
                   4604:          added
                   4605: 
                   4606:        * src/types/pa_wcontext.h: base methods call support function
                   4607:          get_somebody_entered_some_class should not be true forever, as
                   4608:          wcontext can have many get_elements calls (fixes issue #894)
                   4609: 
                   4610: 2013-10-11  moko
                   4611: 
                   4612:        * tests/: 290.html, results/290.processed: test for junction GPF
                   4613:          issue #942 added
                   4614: 
                   4615:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   4616:          to native method fixed (closes issue #942)
                   4617: 
                   4618:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   4619:          added
                   4620: 
                   4621:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   4622:          feature #907)
                   4623: 
                   4624:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   4625:          feature #907)
                   4626: 
                   4627: 2013-10-09  moko
                   4628: 
                   4629:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   4630:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   4631:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   4632:          properly not only in objects, but in classes as well (closes
                   4633:          issue #903)
                   4634: 
                   4635:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   4636:          works in classes, not only objects, test case added, related to
                   4637:          issue #903
                   4638: 
                   4639:        * tests/: 288.html, results/288.processed: test for endless
                   4640:          recursion bug added (related to issue #903)
                   4641: 
                   4642: 2013-10-05  moko
                   4643: 
                   4644:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4645:          classes/table.C, main/execute.C, types/pa_method.h,
                   4646:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4647:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4648:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   4649:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   4650:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   4651:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   4652:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   4653:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4654:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   4655:          optimization: put_element no longer has "bool areplace" argument,
                   4656:          related to issue #903
                   4657: 
                   4658: 2013-10-03  moko
                   4659: 
                   4660:        * tests/results/182.processed: result for $.replace(false) test
                   4661:          commited
                   4662: 
                   4663:        * src/classes/date.C: ^date::create(number) processed correctly
                   4664:          (fixes issue #901)
                   4665: 
                   4666:        * src/classes/image.C: as_no_junction removed, as param can be
                   4667:          expression (closes issue #931)
                   4668: 
                   4669:        * tests/233.html: test for issue #931 added
                   4670: 
                   4671: 2013-10-02  moko
                   4672: 
                   4673:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   4674:          modified, test for $.replace(false) added
                   4675: 
                   4676:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   4677: 
                   4678: 2013-09-30  moko
                   4679: 
                   4680:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   4681: 
                   4682:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4683:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   4684:          implemented; $.replace option added to ^process and ^use
                   4685: 
                   4686: 2013-08-27  moko
                   4687: 
                   4688:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   4689:          cstr_to_string_body_untaint should be called with charsets for
                   4690:          possible uri language and connection for possible sql language.
                   4691:          related to issue #857
                   4692: 
                   4693:        * buildall: and -> or fixed
                   4694: 
                   4695: 2013-08-26  moko
                   4696: 
                   4697:        * buildall: prepare_ functions logic changed to support
                   4698:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   4699: 
                   4700: 2013-08-23  moko
                   4701: 
                   4702:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   4703:          statically
                   4704: 
                   4705: 2013-08-22  moko
                   4706: 
                   4707:        * src/classes/string.C: String::Empty used (related to issue #912)
                   4708:          append_know_length removed (related to old GPF bug)
                   4709: 
                   4710: 2013-08-21  moko
                   4711: 
                   4712:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   4713: 
                   4714:        * src/classes/math.C: ^math:digest[...;$file] support added
                   4715:          (related to ticket #857
                   4716: 
                   4717:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   4718:          implemented
                   4719: 
                   4720:        * src/types/pa_vhashfile.h: warning war
                   4721: 
                   4722:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   4723:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   4724:          anti_endless_json_string_recoursion removed from request;
                   4725:          json_string_recoursion added to json_options; $.indent[indent
                   4726:          value] now supported and passed within recoursion closes feature
                   4727:          #937
                   4728: 
                   4729:        * tests/: 287.html, results/287.processed: test for feature #937
                   4730: 
                   4731: 2013-07-31  moko
                   4732: 
                   4733:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   4734:          compilation having #define _S
                   4735: 
                   4736:        * src/main/pa_globals.C: cleanup
                   4737: 
                   4738: 2013-07-30  moko
                   4739: 
                   4740:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   4741:          main/pa_common.C: vs2003 warning war
                   4742: 
                   4743:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   4744: 
                   4745:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   4746: 
                   4747:        * src/lib/md5/pa_sha2.c: warning war
                   4748: 
                   4749: 2013-07-29  moko
                   4750: 
                   4751:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   4752:          patches from github
                   4753: 
                   4754:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   4755:          classes/memcached.C, include/pa_config_includes.h,
                   4756:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   4757: 
                   4758:        * src/lib/json/json.vcproj: C++ -> C
                   4759: 
                   4760:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   4761: 
                   4762:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4763: 
                   4764:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4765: 
                   4766:        * src/lib/json/: json.c, pa_json.C: warning war
                   4767: 
                   4768:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   4769: 
                   4770:        * src/include/pa_config_fixed.h: uint16_t added
                   4771: 
                   4772:        * configure.in: uint16_t check added
                   4773: 
                   4774:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     4775:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   4776:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   4777:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   4778:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     4779: 
                   4780: 2013-07-25  moko
                   4781: 
                   4782:        * parser3.sln: dependencies added
                   4783: 
                   4784:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   4785:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   4786:          module support
                   4787: 
                   4788:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   4789: 
                   4790:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   4791: 
                   4792: 2013-07-23  moko
                   4793: 
                   4794:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   4795:          PA_DEBUG_GC_MEMORY removed
                   4796: 
                   4797:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   4798:          PA_DEBUG_DISABLE_GC compilation fix
                   4799: 
                   4800:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   4801:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   4802: 
                   4803:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   4804:          garbage cleanup
                   4805: 
                   4806:        * src/main/pa_common.C: warning war
                   4807: 
                   4808:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   4809: 
                   4810:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   4811:          minor cleanup
                   4812: 
                   4813:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   4814:          uses cygwin, not WIN32 implementation
                   4815: 
                   4816:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   4817:          able to exec shell scripts
                   4818: 
                   4819:        * src/classes/math.C: ifdef WIN32 cleanup
                   4820: 
                   4821:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   4822: 
                   4823:        * src/classes/curl.C: LT_MODULE_EXT used
                   4824: 
                   4825:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   4826: 
                   4827: 2013-07-22  moko
                   4828: 
                   4829:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   4830:          includes fix
                   4831: 
                   4832:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   4833: 
                   4834:        * configure.in, src/include/pa_config_includes.h,
                   4835:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   4836:          src/main/pa_exec.C: includes cleanup
                   4837: 
                   4838:        * src/targets/cgi/parser3.C: 2012->2013
                   4839: 
                   4840:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   4841: 
                   4842:        * configure.in, src/include/pa_config_includes.h,
                   4843:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   4844:          src/main/pa_random.C, src/main/pa_socks.C,
                   4845:          src/types/pa_vstatus.C: cygwin support cleanup
                   4846: 
                   4847:        * configure.in: dirent.h check added
                   4848: 
                   4849:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   4850:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   4851:          not copied
                   4852: 
                   4853: 2013-07-21  moko
                   4854: 
                   4855:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   4856: 
                   4857:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   4858:          parser3.vcproj: unused getopt.h / getopt.c removed
                   4859: 
                   4860:        * operators.txt, src/classes/file.C, tests/022.html,
                   4861:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   4862:          $.stat(true)] usage commented
                   4863: 
                   4864:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   4865:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   4866:          $.stat(true) it has size/*date columns modified patch from misha@
                   4867:          that closes issue #914.
                   4868: 
                   4869:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   4870:          PA_RELEASE_ASSERTS removed
                   4871: 
                   4872:        * src/lib/md5/pa_md5c.c: minor cleanup
                   4873: 
                   4874:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   4875:          localeconv()->decimal_point usage remoed (related to issue #934)
                   4876: 
                   4877:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   4878:          cordprnt.c removed
                   4879: 
                   4880:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   4881:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   4882:          pa-include/pa_strings.h: includes cleanup
                   4883: 
                   4884:        * src/lib/md5/pa_md5c.c: headers cleanup
                   4885: 
                   4886: 2013-07-20  moko
                   4887: 
                   4888:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   4889:          cleanup
                   4890: 
                   4891: 2013-07-19  moko
                   4892: 
                   4893:        * src/classes/math.C: extern "C" added for crypt
                   4894: 
                   4895: 2013-07-18  moko
                   4896: 
                   4897:        * src/classes/math.C: fix redhat7.2 build
                   4898: 
                   4899: 2013-07-17  moko
                   4900: 
                   4901:        * configure.in, src/include/pa_config_includes.h,
                   4902:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   4903:          added for uint8/32/64_t)
                   4904: 
                   4905:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   4906:          pa_config_includes.h used for uint32/64_t
                   4907: 
                   4908: 2013-07-16  moko
                   4909: 
                   4910:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   4911:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   4912:          war
                   4913: 
                   4914:        * src/main/compile.tab.C: compile.y was updated
                   4915: 
                   4916:        * src/main/compile.y: warning war
                   4917: 
                   4918:        * src/: include/pa_exception.h, main/pa_exception.C,
                   4919:          main/pa_xml_exception.C: warning war
                   4920: 
                   4921:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   4922: 
                   4923:        * configure.in: beauty :)
                   4924: 
                   4925:        * tests/: 141.html, results/141.processed: sha256/512 added
                   4926: 
                   4927: 2013-07-13  moko
                   4928: 
                   4929:        * src/lib/md5/md5.vcproj: sha2 added
                   4930: 
                   4931:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   4932:          classes/math.C: sha2 support (sha256/sha512 digest)
                   4933: 
                   4934: 2013-07-08  moko
                   4935: 
                   4936:        * src/classes/image.C: directory read or other read problem message
                   4937:          fixed (related to issue #933)
                   4938: 
                   4939: 2013-07-07  moko
                   4940: 
                   4941:        * AUTHORS: + misha + moko. :)
                   4942: 
                   4943: 2013-07-06  moko
                   4944: 
                   4945:        * src/: classes/curl.C, include/pa_globals.h,
                   4946:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   4947:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   4948:          for lt_dlinit to be called once and lt_dlexit called at right
                   4949:          place (related to issue #925)
                   4950: 
                   4951: 2013-07-04  moko
                   4952: 
                   4953:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   4954:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   4955:          content-type to be set, as it brokes badly designed logic in
                   4956:          response output. This hopefully finishes issue #928.
                   4957: 
                   4958:        * tests/results/: 256.processed, 286.processed: file now displayed
                   4959:          as name, size, mode, content-type
                   4960: 
                   4961:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   4962:          issue #933
                   4963: 
                   4964: 2013-06-28  moko
                   4965: 
                   4966:        * tests/: 286.html, results/286.processed: test extended
                   4967: 
                   4968:        * tests/: 286.html, results/286.processed: Test for issue #928
                   4969:          added.  it tests default content-type change.
                   4970: 
                   4971:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   4972:          now updated
                   4973: 
                   4974: 2013-06-25  moko
                   4975: 
                   4976:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   4977:          content-type for text/binary files without name added;
                   4978:          ^file::create[$f;...] options now works properly and $f
                   4979:          properties are default (fixes issue #928)
                   4980: 
                   4981: 2013-05-16  misha
                   4982: 
                   4983:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   4984:          added
                   4985: 
                   4986:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   4987:          table if specified limit is bigger than source rows count
                   4988: 
                   4989:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   4990:          added ( new feature: #858 )
                   4991: 
                   4992: 2013-04-29  moko
                   4993: 
                   4994:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   4995:          $.ipresolve(0|1|2) added (closes issue #891)
                   4996: 
                   4997:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   4998: 
                   4999: 2013-04-24  moko
                   5000: 
                   5001:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5002:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5003:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   5004:          memcached_quit (refs #893)
                   5005: 
                   5006: 2013-04-22  moko
                   5007: 
                   5008:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   5009:          slashes in file path (fixes bug #872)
                   5010: 
                   5011:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   5012:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   5013:          #739)
                   5014: 
                   5015:        * tests/results/266.processed: $.max_params added (feature #915)
                   5016: 
                   5017:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   5018:          option added to file::load (closes issue #867)
                   5019: 
                   5020: 2013-04-20  misha
                   5021: 
                   5022:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   5023:          commited
                   5024: 
                   5025: 2013-03-15  misha
                   5026: 
                   5027:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   5028:          multiple empty strings while ::sql. uae String::Empty instead
                   5029: 
                   5030: 2013-03-14  misha
                   5031: 
                   5032:        * src/classes/reflection.C: - for user classes
                   5033:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   5034:          with $.call_type if they available ( new feature: #915 )
                   5035: 
                   5036:        * src/classes/file.C: - ^file:delete[] now supports an option
                   5037:          $.exception(false) that suppress any exception while deleting
                   5038:          file ( new feature: #916 )
                   5039: 
                   5040:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   5041:          work :)
                   5042: 
                   5043: 2013-03-12  misha
                   5044: 
                   5045:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   5046:          set default name for the file
                   5047: 
                   5048: 2013-03-11  misha
                   5049: 
                   5050:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   5051:          also available in $f.cookies
                   5052: 
                   5053:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   5054:          moved to a separate method
                   5055: 
                   5056: 2013-03-10  moko
                   5057: 
                   5058:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   5059:          added
                   5060: 
                   5061:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   5062:          removed (declared by autoconf)
                   5063: 
                   5064:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   5065:          uint32_t define
                   5066: 
                   5067: 2013-03-10  misha
                   5068: 
                   5069:        * src/classes/file.C: ^file:delete and ^file:move now support
                   5070:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   5071: 
                   5072:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   5073:          empty dirs is added
                   5074: 
                   5075: 2013-03-10  moko
                   5076: 
                   5077:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   5078:          but default check removed from ^int/double/bool.int/double/bool
                   5079:          for string.int/double/bool compatibility (related to issue #913)
                   5080: 
                   5081:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   5082:          internally throws exception if default is present (closes issue
                   5083:          #913)
                   5084: 
                   5085: 2013-03-09  misha
                   5086: 
                   5087:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   5088:          optimisations ( #845 )
                   5089: 
                   5090:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   5091: 
                   5092: 2013-03-08  moko
                   5093: 
                   5094:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   5095:          creates correct table (fixes issue #910)
                   5096: 
                   5097:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   5098:          use outside of 'connect' operator (fixes issue #911)
                   5099: 
                   5100:        * tests/results/: 096.processed, 122.processed: test results
                   5101:          updated as doubles now printed with 15 significant digits, not 5
                   5102:          (fixes issue #882)
                   5103: 
                   5104:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   5105:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   5106: 
                   5107: 2013-02-21  moko
                   5108: 
                   5109:        * src/classes/table.C: _locate_name_value does not check arguments
                   5110:          count, so we check it in advance (fixes issue #905)
                   5111: 
                   5112: 2012-10-23  moko
                   5113: 
                   5114:        * buildall: old shell for and echo compatibility (for six)
                   5115: 
                   5116: 2012-10-19  moko
                   5117: 
                   5118:        * buildall: --strip added --disable-safe-mode listed in usage
                   5119: 
                   5120: 2012-10-17  misha
                   5121: 
                   5122:        * src/classes/op.C: - apply-taint should not throw "outside
                   5123:          connect" exception with sql lang now
                   5124: 
                   5125: 2012-10-17  moko
                   5126: 
                   5127:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   5128:          each request (for apache module)
                   5129: 
                   5130: 2012-09-26  moko
                   5131: 
                   5132:        * src/doc/doxygen.cfg: png -> svg
                   5133: 
                   5134: 2012-09-25  moko
                   5135: 
                   5136:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   5137:          test added
                   5138: 
                   5139:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   5140:          double use when key is long
                   5141: 
                   5142: 2012-09-16  moko
                   5143: 
                   5144:        * src/classes/math.C: Format -> Method Encode -> Format
                   5145: 
                   5146:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   5147:          added
                   5148: 
                   5149: 2012-09-14  moko
                   5150: 
                   5151:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   5152:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   5153:          implementation added
                   5154: 
                   5155: 2012-09-12  moko
                   5156: 
                   5157:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   5158:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   5159:          targets.dox and string.dox slightly actualized
                   5160: 
                   5161: 2012-08-31  moko
                   5162: 
                   5163:        * ChangeLog: now generated with patched cvs2cl.pl
                   5164: 
                   5165: 2012-07-29  moko
                   5166: 
                   5167:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   5168:          result should be pushed after VMethodFrame destructor is called,
                   5169:          as it deletes junctions from stack params (fixes issue #868)
                   5170: 
                   5171: 2012-07-23  moko
                   5172: 
                   5173:        * INSTALL, README: buildall script usage documented, other outdated
                   5174:          info updated.
                   5175: 
                   5176:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   5177: 
                   5178: 2012-07-21  moko
                   5179: 
                   5180:        * buildall: glib does not compile when threads are disabled...
                   5181: 
                   5182:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   5183: 
                   5184:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   5185:          unref, can't unref nested objects)
                   5186: 
                   5187:        * src/types/pa_vmail.C: another check added
                   5188: 
                   5189: 2012-07-19  moko
                   5190: 
                   5191:        * buildall: usage added
                   5192: 
                   5193:        * buildall: new buildall script that unites buildall-with-xml,
                   5194:          buildall-without-xml, --with-apache and --with-mailreceive
                   5195: 
                   5196:        * configure.in: support for static gmime and dynamic glib linking.
                   5197:          fixes for FreeBSD
                   5198: 
                   5199: 2012-07-17  moko
                   5200: 
                   5201:        * configure.in: --with-mailreceive replaced
                   5202:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   5203:          removed
                   5204: 
                   5205: 2012-07-16  moko
                   5206: 
                   5207:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   5208:          capitalized, content now decoded and text content converted to
                   5209:          $request:charset.  all properties are accessed by functions, this
                   5210:          ready for dynamic load.
                   5211: 
                   5212: 2012-06-28  moko
                   5213: 
1.116     moko     5214:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   5215:          32 bit
1.95      moko     5216: 
                   5217: 2012-06-27  moko
                   5218: 
                   5219:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   5220:          passive ftp
                   5221: 
                   5222:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   5223: 
                   5224:        * configure.in: 3.4.2 RC -> 3.4.2
                   5225: 
                   5226: 2012-06-22  moko
                   5227: 
                   5228:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   5229:          #815)
                   5230: 
                   5231:        * tests/: 284.html, results/284.processed: output options test
                   5232:          (feature #265)
                   5233: 
                   5234: 2012-06-22  misha
                   5235: 
                   5236:        * tests/215.html: - little changes
                   5237: 
                   5238: 2012-06-21  moko
                   5239: 
                   5240:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   5241:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   5242:          feature #265)
                   5243: 
                   5244:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   5245:          breaks long .*, default 10M restored. (issue #216)
                   5246: 
                   5247:        * tests/: 283.html, results/283.processed: test for issue #815
                   5248:          added
                   5249: 
                   5250:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   5251:          again, cstrm not required.
                   5252: 
                   5253:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   5254:          Win32 and broken FreeBSD (issue #45)
                   5255: 
                   5256:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   5257: 
                   5258:        * src/main/pa_string.C: warnings war
                   5259: 
                   5260:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   5261:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   5262:          main/pa_socks.C, targets/apache/pa_threads.C,
                   5263:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5264:          types/pa_vstatus.C: compilation under cygwin fixed
                   5265: 
                   5266: 2012-06-19  moko
                   5267: 
                   5268:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   5269:          Windows fixed
                   5270: 
                   5271:        * parser3.sln: removed antique pcre_ctype
                   5272: 
                   5273:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   5274: 
                   5275:        * src/include/pa_config_fixed.h: undefined reference to
                   5276:          __imp__pcre_* fix for Windows
                   5277: 
                   5278:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     5279:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   5280:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   5281:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   5282:          define fixed
1.95      moko     5283: 
                   5284: 2012-06-18  moko
                   5285: 
                   5286:        * src/classes/memcached.C: flush -> clear
                   5287: 
                   5288:        * src/classes/memcached.C: memcached does not support quotes even
                   5289:          in server name
                   5290: 
                   5291:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5292:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   5293:          called on open to check servers existance.  $.key(true) syntax
                   5294:          now supported
                   5295: 
                   5296: 2012-06-17  moko
                   5297: 
                   5298:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   5299:          cleanup
                   5300: 
                   5301:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   5302:          tests/results/282.processed: encloser at the EOF bug fixed,
                   5303:          incorrectly enclosed data now processed more logicaly (fixes
                   5304:          #339)
                   5305: 
                   5306: 2012-06-15  moko
                   5307: 
                   5308:        * buildall-without-xml: sync with buildall-with-xml
                   5309: 
                   5310:        * buildall-with-xml: download auto-detected between fetch and curl
                   5311: 
                   5312:        * configure.in: --with-gc and --with-pcre now also processed
                   5313:          correctly
                   5314: 
1.116     moko     5315:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   5316:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   5317:          should be run on rol1 using automake / aclocal (GNU automake)
                   5318:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     5319: 
                   5320:        * configure.in: new PARSER_VERSION logic
                   5321: 
                   5322:        * src/include/pa_version.h: new pa_version.h logic
                   5323: 
                   5324:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5325:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5326:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   5327:          feols_normalized -> fis_text_content set_binary added
                   5328: 
                   5329:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   5330: 
                   5331: 2012-06-15  misha
                   5332: 
                   5333:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5334:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5335:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   5336:          ^file::create[text;content] EOLs in content now is normalized. (
                   5337:          new feature: #815 )
                   5338: 
                   5339: 2012-06-15  moko
                   5340: 
                   5341:        * configure.in: --disable-version-update added to disable version
                   5342:          update with host information (for debian package) whitespace
                   5343:          optimized
                   5344: 
                   5345:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   5346:          libtool
                   5347: 
                   5348:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   5349:          it.
                   5350: 
                   5351: 2012-06-14  moko
                   5352: 
                   5353:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   5354:          tests/results/281.processed: "hash flocked" error removed for
                   5355:          safe operations like ^h._count[] ( new feature: #335 )
                   5356: 
1.116     moko     5357:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     5358: 
                   5359:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   5360: 
                   5361:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   5362:          xml compilation check added
                   5363: 
                   5364:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   5365:          replaced with --with-gc and --with-pcre test for pcre linking
                   5366:          added
                   5367: 
                   5368: 2012-06-13  moko
                   5369: 
                   5370:        * configure.in: apxs2 check optimized
                   5371: 
                   5372:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   5373:          .la, includes optimized
                   5374: 
                   5375:        * buildall-with-xml: --with-pic looks better for -fPIC
                   5376: 
                   5377:        * configure.in: switched to convenience library in static linking
                   5378: 
                   5379:        * src/targets/apache/Makefile.am: switched to convenience library
                   5380:          usage to avoid libtool warnings
                   5381: 
                   5382:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   5383:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   5384:          smtp/Makefile.am: switched to convenience library usage
                   5385: 
                   5386:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   5387: 
                   5388:        * src/targets/apache/Makefile.am: updated for libtool usage
                   5389: 
                   5390:        * buildall-without-xml: --with-included-ltdl added
                   5391: 
                   5392:        * buildall-without-xml: sync with buildall-with-xml
                   5393: 
                   5394:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   5395:          -fPIC for x64 $download added for wget success check added
                   5396: 
                   5397:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   5398: 
                   5399:        * configure.in: disable-static returned
                   5400: 
                   5401:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   5402:          LIBTOOLFLAGS
                   5403: 
                   5404: 2012-06-12  moko
                   5405: 
                   5406:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   5407:          compatible with LIBTOOLFLAGS for unknown reasons
                   5408: 
                   5409:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   5410: 
                   5411:        * configure.in: static/dynamic -lstdc++ linking option removed
                   5412:          apxs2 check added
                   5413: 
                   5414:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   5415:          option removed
                   5416: 
                   5417: 2012-06-10  moko
                   5418: 
                   5419:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   5420:          added
                   5421: 
                   5422:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   5423: 
1.116     moko     5424:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   5425:          beauty
1.95      moko     5426: 
                   5427:        * depcomp: from libtool 2.4.2
                   5428: 
                   5429:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   5430: 
                   5431: 2012-06-09  moko
                   5432: 
1.116     moko     5433:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   5434:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     5435:          autogenerated files updated after libtool update
                   5436: 
1.116     moko     5437:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   5438:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     5439:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   5440:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   5441:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   5442:          config/compile, config/config.guess, config/config.sub,
                   5443:          config/depcomp, config/install-sh, config/ltmain.sh,
                   5444:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   5445:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   5446:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   5447:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   5448:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   5449:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   5450:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   5451:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   5452: 
                   5453:        * configure.in: preparation for new libtool
                   5454: 
                   5455:        * configure.in: Some beauty added :)
                   5456: 
                   5457:        * src/targets/apache/Makefile.am: := -> =
                   5458: 
                   5459:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   5460:          again. :)
                   5461: 
                   5462:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   5463:          previously was taken from pcre_internal.h. :)
                   5464: 
                   5465:        * src/lib/pcre/Makefile.am: config.h returned
                   5466: 
                   5467:        * src/lib/pcre/config.h: still need this. :)
                   5468: 
                   5469:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   5470: 
                   5471:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   5472:          removed
                   5473: 
                   5474:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   5475:          now in parser tree, no need to copy
                   5476: 
                   5477:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   5478:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   5479:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   5480:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   5481:          extracts now used old trash removed
                   5482: 
                   5483:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   5484:          (debian/patches/104_automake.patch) + all charsets are copied
                   5485: 
                   5486:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   5487:          extra arguments now supported
                   5488: 
                   5489: 2012-06-08  misha
                   5490: 
                   5491:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   5492:          the 2nd option in ^table.hash[] could be hash or table so
                   5493:          .as_hash will throw an exception when table option is specified
                   5494: 
                   5495:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5496:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   5497:          classes/table.C, classes/void.C, classes/xdoc.C,
                   5498:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   5499:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   5500:          and improved (whitespaces are allowed as empty options) -
                   5501:          MethodParams::as_table is added - above methods are used for
                   5502:          parsing methods' options ( new feature: #9 )
                   5503: 
                   5504:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   5505:          to vclass. now class fields can be accessible as a hash:
                   5506:          $h[^hash::create[$asd:CLASS]]
                   5507: 
                   5508:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   5509:          have get_fields method so their fields can be accessed with
                   5510:          ^reflection:fields[...] & ^reflection:field[...]
                   5511: 
                   5512: 2012-06-06  misha
                   5513: 
                   5514:        * tests/280.html: - tests for
                   5515:          ^reflection:method[obj-or-class;method],
                   5516:          ^reflection:field[obj-or-class;field] and
                   5517:          ^reflection:fields[obj-or-class] are added
                   5518: 
                   5519: 2012-06-05  misha
                   5520: 
                   5521:        * src/classes/reflection.C: - ^reflection:method[class or
                   5522:          object;method name] and ^reflection:field[class or object;field
                   5523:          name] are added
                   5524: 
                   5525:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   5526:          is used
                   5527: 
                   5528:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   5529: 
                   5530: 2012-06-05  moko
                   5531: 
1.116     moko     5532:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     5533: 
                   5534:        * src/classes/memcached.C: flish ttl fixed
                   5535: 
                   5536: 2012-06-04  moko
                   5537: 
                   5538:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   5539:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   5540:          option (new feature #833)
                   5541: 
                   5542: 2012-06-04  misha
                   5543: 
                   5544:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   5545:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   5546: 
                   5547: 2012-06-03  misha
                   5548: 
                   5549:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   5550:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   5551: 
                   5552: 2012-05-30  misha
                   5553: 
                   5554:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   5555:          incomplete class into a scope while @USE is found
                   5556: 
                   5557:        * src/main/compile.y: - add incomplete class into a scope while
                   5558:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   5559: 
                   5560: 2012-05-30  moko
                   5561: 
                   5562:        * src/types/pa_vclass.C, tests/278.html,
                   5563:          tests/results/278.processed: removed "property has no getter
                   5564:          method" exception when GET_DEFAULT present (fixes #269)
                   5565: 
                   5566:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   5567:          $._default
                   5568: 
                   5569: 2012-05-29  moko
                   5570: 
                   5571:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   5572:          uninitialized values usage (new feature: #154)
                   5573: 
                   5574: 2012-05-28  moko
                   5575: 
                   5576:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   5577:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   5578:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   5579:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   5580:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   5581:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   5582:          tests/results/277.processed, src/types/pa_vtable.h,
                   5583:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   5584:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   5585:          feature #803)
                   5586: 
                   5587:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   5588:          tests/results/277.processed: json numbers are now treated as
                   5589:          double ( new feature: #834 )
                   5590: 
                   5591:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   5592:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   5593:          added for out of range checks, zero division in vint/vdouble
                   5594:          check added ( fixes #832 )
                   5595: 
                   5596:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   5597:          ( fixes #832 )
                   5598: 
                   5599: 2012-05-28  misha
                   5600: 
                   5601:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   5602:          configure
                   5603: 
                   5604:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   5605:          added - tests for unsupported values for options $.file, $.table
                   5606:          and $.date are added
                   5607: 
                   5608:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   5609:          accepts "stat" $.file[] option's value in addition to existed
                   5610:          "text" and "base64" ( new feature: #835 )
                   5611: 
                   5612:        * tests/276.html: - test for
                   5613:          ^reflection:delete[$object-or-class;field-name]
                   5614: 
                   5615:        * src/classes/reflection.C: -
                   5616:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   5617:          feature: #268 )
                   5618: 
                   5619: 2012-05-27  misha
                   5620: 
                   5621:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   5622: 
                   5623: 2012-05-24  misha
                   5624: 
                   5625:        * src/include/pa_common.h: - method lastposafter was removed
                   5626: 
                   5627:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   5628:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   5629:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   5630:          work as *nix commands
                   5631: 
                   5632:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   5633: 
                   5634:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   5635:          rskipchars were added
                   5636: 
                   5637:        * tests/270.html: - more tests for ^file:find[]
                   5638: 
                   5639:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   5640: 
                   5641:        * src/include/pa_version.h: - must be "win32" here. it is
                   5642:          auto-generated on *nix
                   5643: 
                   5644: 2012-05-24  moko
                   5645: 
                   5646:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   5647:          throws overflow exception ( new feature: #830 )
                   5648: 
                   5649:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   5650:          uint32 support and overflow added ( new feature: #830 )
                   5651: 
                   5652: 2012-05-23  moko
                   5653: 
                   5654:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   5655:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   5656:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   5657:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5658:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5659:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   5660:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   5661:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5662:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   5663:          "return string as-is" removed from as_expr_result. ( new feature:
                   5664:          #831 )
                   5665: 
                   5666:        * tests/results/244.processed: test changed after bug #782 fix
                   5667:          commited
                   5668: 
                   5669:        * tests/results/229.processed: test results for bug #782 commited
                   5670: 
                   5671:        * tests/: 254.html, results/254.processed: uid now just compared,
                   5672:          not printed. :)
                   5673: 
                   5674: 2012-05-20  moko
                   5675: 
                   5676:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   5677:          feature: #341 )
                   5678: 
                   5679:        * tests/: 254.html, results/254.processed: test for
                   5680:          ^reflection:uid[] added
                   5681: 
                   5682:        * tests/: 254.html, results/254.processed: test for
                   5683:          ^reflection:uid[$obj] added
                   5684: 
                   5685: 2012-05-17  misha
                   5686: 
                   5687:        * src/main/untaint.C: - do not replace ' char by _26 while
                   5688:          exploding filespec-tainting ( new feature: #829 )
                   5689: 
                   5690: 2012-05-12  moko
                   5691: 
                   5692:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   5693:          not.
                   5694: 
                   5695: 2012-05-08  moko
                   5696: 
                   5697:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   5698: 
                   5699:        * tests/229.html: test for bug #782
                   5700: 
                   5701:        * tests/results/259.processed, src/main/pa_request.C,
                   5702:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   5703:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   5704:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   5705:          string; defined locals are empty strings; $STRICT-VARS(true)
                   5706:          added
                   5707: 
                   5708: 2012-04-27  moko
                   5709: 
1.116     moko     5710:        * src/targets/apache/Makefile.am:
1.95      moko     5711:          ../../lib/memcached/libmemcached.a added
                   5712: 
                   5713: 2012-04-27  misha
                   5714: 
                   5715:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   5716:          ( #827 )
                   5717: 
                   5718: 2012-04-25  moko
                   5719: 
                   5720:        * src/: classes/json.C, classes/memcached.C,
                   5721:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5722:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   5723:          implemented.
                   5724: 
                   5725:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   5726: 
                   5727: 2012-04-23  moko
                   5728: 
                   5729:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5730:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5731:          types/pa_vmemcached.h: open allows options hash for new
                   5732:          memcached(options) function
                   5733: 
                   5734:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   5735:          not appended
                   5736: 
                   5737: 2012-04-21  moko
                   5738: 
                   5739:        * src/classes/curl.C: '' added. :)
                   5740: 
                   5741:        * src/classes/classes.vcproj: new curl.h location
                   5742: 
                   5743:        * src/classes/curl.C: verbose output redirection from stderr to
                   5744:          file curl option added
                   5745: 
                   5746: 2012-04-20  moko
                   5747: 
                   5748:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   5749:          contains what we need from curl, #ifdef HAVE_CURL removed
                   5750: 
1.116     moko     5751:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     5752:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     5753:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   5754:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     5755:          configure option
                   5756: 
                   5757: 2012-04-19  moko
                   5758: 
                   5759:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   5760:          classes/string.C, lib/gc/include/gc_allocator.h,
                   5761:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   5762:          options from sql_result_string removed. (closes issue #468)
                   5763: 
                   5764:        * src/types/pa_vmemcached.C: empty string fix
                   5765: 
                   5766:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   5767:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   5768:          pa_vmemcached.C
                   5769: 
                   5770: 2012-04-18  moko
                   5771: 
                   5772:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   5773:          apache2-mpm-prefork" error displayed in threaded mpm.
                   5774: 
                   5775:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5776:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   5777:          installed (issue #354)
                   5778: 
                   5779: 2012-04-16  moko
                   5780: 
                   5781:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   5782:          memcached_result_free removed
                   5783: 
                   5784: 2012-04-14  moko
                   5785: 
                   5786:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   5787: 
                   5788:        * src/types/pa_vmemcached.C: check_key added and used
                   5789: 
                   5790: 2012-04-13  moko
                   5791: 
                   5792:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   5793:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   5794:          Serialization_data now added and used, VString now serialized
                   5795:          with languages into memcached.
                   5796: 
                   5797: 2012-03-28  moko
                   5798: 
                   5799:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   5800:          lib/memcached/pa_memcached.h: result lengths added
                   5801: 
                   5802: 2012-03-27  moko
                   5803: 
                   5804:        * src/types/pa_vmemcached.C: strdup added
                   5805: 
                   5806: 2012-03-24  moko
                   5807: 
                   5808:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5809:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5810:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   5811: 
                   5812: 2012-03-20  moko
                   5813: 
1.116     moko     5814:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     5815: 
                   5816:        * src/targets/cgi/Makefile.am: cleanup
                   5817: 
                   5818:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   5819:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   5820: 
                   5821:        * src/: classes/Makefile.am, classes/memcached.C,
                   5822:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   5823:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5824:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   5825: 
                   5826: 2012-03-16  moko
                   5827: 
                   5828:        * src/main/execute.C: ident now works under Linux + ident displays
                   5829:          filenames (closes issue #818)
                   5830: 
1.116     moko     5831:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     5832:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   5833:          pa_vmethod_frame_local.h removed
                   5834: 
                   5835:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   5836:          classes/classes.h, classes/curl.C, classes/date.C,
                   5837:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   5838:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   5839:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   5840:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5841:          classes/regex.C, classes/response.C, classes/string.C,
                   5842:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5843:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5844:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5845:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5846:          include/pa_dictionary.h, include/pa_dir.h,
                   5847:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5848:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5849:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5850:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5851:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5852:          include/pa_sapi.h, include/pa_socks.h,
                   5853:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5854:          include/pa_stack.h, include/pa_string.h,
                   5855:          include/pa_stylesheet_connection.h,
                   5856:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5857:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5858:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5859:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5860:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   5861:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   5862:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   5863:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   5864:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   5865:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5866:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   5867:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   5868:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5869:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5870:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5871:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5872:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5873:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   5874:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   5875:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   5876:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   5877:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5878:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   5879:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   5880:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   5881:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   5882:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5883:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5884:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5885:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5886:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5887:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5888:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5889:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5890:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   5891:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   5892:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   5893:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   5894:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   5895:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5896:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   5897:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   5898:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5899:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   5900:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   5901:          ident now works under Linux + ident displays filenames (closes
                   5902:          issue #818) Copyright updated
                   5903: 
                   5904: 2012-03-13  moko
                   5905: 
                   5906:        * src/main/pa_string.C: compilation fix for feature #741
                   5907: 
                   5908: 2012-03-09  misha
                   5909: 
                   5910:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   5911: 
                   5912:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   5913:          now detects invalid base64 chars in the middle of encoded stricg
                   5914:          ( new feature: #55 )
                   5915: 
                   5916:        * src/include/pa_exception.h: - new exception type for base64
                   5917:          decoding is added
                   5918: 
                   5919: 2012-03-06  misha
                   5920: 
                   5921:        * tests/274.html: - tests for ^date::today[] and
                   5922:          ^date.sql-string[datetime|date|time] are added
                   5923: 
                   5924:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   5925:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   5926:          strings "datetime", "date" or "time" - comments tidying up
                   5927: 
                   5928:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   5929:          date and time
                   5930: 
                   5931: 2012-03-03  misha
                   5932: 
                   5933:        * tests/193.html: - tests for
                   5934:          ^string:base64[encoded;$.strict(true)] are added
                   5935: 
                   5936:        * tests/results/auto.p: - try-catch operator is added
                   5937: 
                   5938:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   5939:          main/pa_common.C: - $.strict(true|false) option is added to
                   5940:          base64 decode methods ( new feature: #55 )
                   5941: 
                   5942:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   5943:          ( new feature: #819 )
                   5944: 
                   5945: 2012-02-28  moko
                   5946: 
                   5947:        * src/classes/hash.C: ident test
                   5948: 
                   5949: 2012-02-27  misha
                   5950: 
                   5951:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   5952: 
                   5953: 2012-01-08  misha
                   5954: 
                   5955:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   5956: 
                   5957:        * src/: classes/string.C, include/pa_dictionary.h,
                   5958:          main/pa_dictionary.C, main/pa_string.C: -
                   5959:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   5960:          ^string.replace[one subst here] is slightly optimized
                   5961: 
                   5962: 2011-12-07  misha
                   5963: 
                   5964:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   5965:          named table with one empty column ( bugfix: #63 )
                   5966: 
                   5967: 2011-11-30  misha
                   5968: 
                   5969:        * src/classes/json.C: - it's possible to set user's method for
                   5970:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   5971:          #763 )
                   5972: 
                   5973:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   5974: 
                   5975: 2011-11-23  misha
                   5976: 
                   5977:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5978:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   5979:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   5980:          ^file::create[mode;filename;content[;options]] now accepts binary
                   5981:          mode and file-content - new constructor's format:
                   5982:          ^file::create[string-or-file-content[;$.name[filename]
                   5983:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   5984:          feature: #65 )
                   5985: 
                   5986:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   5987:          mime_type_of(const String*) is added
                   5988: 
                   5989:        * src/include/pa_exception.h: - new exception constant
                   5990:          FILE_NAME_MUST_BE_SPECIFIED is added
                   5991: 
                   5992:        * src/classes/table.C: - bug with negative offset transformed into
                   5993:          a feature. it means pointing to a row from the end of the table (
                   5994:          new feature: #810 )
                   5995: 
                   5996: 2011-11-19  misha
                   5997: 
                   5998:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   5999:          â ìåòîäå _select ( new feature: #810 )
                   6000: 
                   6001:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   6002:          options were specified together is simplified
                   6003: 
                   6004: 2011-11-12  misha
                   6005: 
                   6006:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   6007:          HTTP content-disposition header (a part of bug #361 )
                   6008: 
                   6009:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   6010:          checks for ancestors' classes as well ( new feature: #456 )
                   6011: 
                   6012:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   6013:          "without cycle" now have types "parser.break" and
                   6014:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   6015:          )
                   6016: 
                   6017: 2011-11-11  misha
                   6018: 
                   6019:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   6020:          237.processed: - since bug #361 was fixed the content of filename
                   6021:          in HTTP headers is quoted
                   6022: 
                   6023:        * tests/results/270.processed: - result for test 270
                   6024: 
                   6025:        * tests/: 065.html, results/065.processed: - more tests for
                   6026:          ^file:basename[] & Co were added
                   6027: 
                   6028:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   6029: 
                   6030:        * tests/270.html: - tests for ^file:find[] are added
                   6031: 
                   6032:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   6033:          using option $.charset. option $.engoding is still supported but
                   6034:          these options can not be specified together
                   6035: 
                   6036:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   6037:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   6038: 
                   6039: 2011-10-11  misha
                   6040: 
                   6041:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   6042:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   6043:          #622)
                   6044: 
                   6045: 2011-09-30  misha
                   6046: 
                   6047:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   6048:          exception "saving stat-ed file" ( bugfix: #395 )
                   6049: 
                   6050: 2011-05-30  misha
                   6051: 
                   6052:        * src/classes/string.C: - fixed bug which was added with
                   6053:          params.as_hash into string:sql
                   6054: 
                   6055: 2011-05-29  misha
                   6056: 
                   6057:        * src/types/pa_value.C: - filename in content-disposition header
                   6058:          must be quoted ( bugfix: #361 )
                   6059: 
                   6060: 2011-05-27  misha
                   6061: 
                   6062:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   6063:          created file
                   6064: 
                   6065:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   6066:          usage
                   6067: 
                   6068:        * src/include/pa_exception.h: - one more string for exception was
                   6069:          added
                   6070: 
                   6071: 2011-05-25  misha
                   6072: 
                   6073:        * tests/269.html: - tests for checking input params in some dom
                   6074:          methods
                   6075: 
                   6076:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   6077:          was added. it isn't possible not wo create xdoc with invalid
                   6078:          tagName. ( bugfix: #160 )
                   6079: 
                   6080:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   6081:          string "data must be string" was mover from pa_exception.h to
                   6082:          pa_xml_exception.h
                   6083: 
                   6084:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   6085:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   6086: 
                   6087:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   6088: 
                   6089:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   6090:          options - XML-related exception's strings were added
                   6091: 
                   6092:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   6093:          output_options were removed)
                   6094: 
                   6095: 2011-05-19  misha
                   6096: 
                   6097:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   6098:          params.as_hash is used more while parsing methods hash-options
                   6099: 
                   6100: 2011-05-18  misha
                   6101: 
                   6102:        * operators.txt: - info about json-serialization of xdoc was added
                   6103: 
                   6104:        * tests/256.html: - tests for json-serialization xdoc were added
                   6105: 
                   6106:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   6107: 
                   6108:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6109:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   6110:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   6111:          specified in $.xdoc[] ( new feature: #265 )
                   6112: 
                   6113: 2011-05-15  misha
                   6114: 
                   6115:        * tests/268.html: - tests for ^table.count[with options] were added
                   6116: 
                   6117:        * src/classes/table.C: - method ^table.count[] now can accept
                   6118:          options ( new feature: #93 ): ^table.count[column] returns number
                   6119:          of columns for named table; ^table.count[cells] returns number of
                   6120:          cells in the current row; ^table.count[] & ^table.count[rows]
                   6121:          return number of rows in a table.
                   6122: 
                   6123:        * tests/267.html: - test for checking switch/case in boolean mode
                   6124:          was added
                   6125: 
                   6126:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   6127:          compared as bool values, not as double values: new feature: #351
                   6128: 
                   6129: 2011-05-06  misha
                   6130: 
                   6131:        * tests/242.html: - EOL before EOF was added
                   6132: 
                   6133:        * tests/169.html: - tests for splitting empty string and void were
                   6134:          added
                   6135: 
                   6136:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   6137:          returned table with one empty cell)
                   6138: 
                   6139: 2011-04-03  misha
                   6140: 
                   6141:        * src/include/pa_version.h, configure.in: - version in head was
                   6142:          changed to 3.4.2b
                   6143: 
                   6144: 2011-03-30  misha
                   6145: 
                   6146:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   6147:          as well ( new feature #294 )
                   6148: 
                   6149: 2011-03-29  misha
                   6150: 
                   6151:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   6152:          limited to approx. 6 MB. previous limits were too big for real
                   6153:          life. bugfix: #216
                   6154: 
                   6155: 2011-03-04  moko
                   6156: 
                   6157:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   6158:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   6159: 
                   6160:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   6161:          vlalek@
                   6162: 
                   6163: 2011-02-22  misha
                   6164: 
                   6165:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   6166:          be under #ifdef XML or parser can't be compiled without xml
                   6167:          support
                   6168: 
                   6169: 2011-02-21  misha
                   6170: 
1.116     moko     6171:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     6172:          ApacheModuleParser3.vcproj was removed
                   6173: 
                   6174:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   6175:          removed)
                   6176: 
                   6177: 2011-02-20  misha
                   6178: 
                   6179:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   6180:          $.overridden in ^reflection:method_info[...] were added
                   6181: 
                   6182:        * src/classes/reflection.C: - beautifying result of
                   6183:          ^reflection:method_info[] ($.overridden/inherited)
                   6184: 
                   6185: 2011-02-18  misha
                   6186: 
                   6187:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   6188:          and pa_isalnum instead of isalpha and isalnum - bug with
                   6189:          redundand quoting lowercased latin chars while building email
                   6190:          body was fixed
                   6191: 
                   6192:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   6193:          added (they check for latin chars only)
                   6194: 
                   6195: 2011-02-16  misha
                   6196: 
                   6197:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   6198:          string size for transcoding gave too small value (should ever
                   6199:          look for availability char in dest charset inspite of the char
                   6200:          size)
                   6201: 
                   6202: 2011-02-04  moko
                   6203: 
                   6204:        * tests/223.html: header values now not url-encoded (issue #195)
                   6205: 
                   6206: 2011-02-01  misha
                   6207: 
                   6208:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   6209: 
                   6210: 2011-01-31  misha
                   6211: 
                   6212:        * src/main/pa_request.C: - throw exception if param file_name in
                   6213:          use_file is empty
                   6214: 
                   6215: 2011-01-08  moko
                   6216: 
                   6217:        * src/classes/curl.C: compilations errors fixed
                   6218: 
                   6219: 2010-12-29  moko
                   6220: 
                   6221:        * tests/: 265.html, results/265.processed: test for issue #200
                   6222:          added
                   6223: 
                   6224:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   6225:          #200)
                   6226: 
                   6227:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   6228: 
                   6229:        * tests/results/223.processed: header values now not url-encoded
                   6230:          (issue #195)
                   6231: 
                   6232:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   6233:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   6234:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   6235: 
                   6236: 2010-12-18  misha
                   6237: 
                   6238:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   6239:          => pa-include
                   6240: 
                   6241: 2010-11-28  moko
                   6242: 
                   6243:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   6244: 
                   6245:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   6246:          -> pa
                   6247: 
                   6248:        * configure.in: apr -> pa
                   6249: 
                   6250:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   6251: 
                   6252:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   6253:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   6254: 
                   6255:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   6256:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   6257:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   6258:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   6259:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   6260:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   6261:          module apr name conflict resolved)
                   6262: 
                   6263: 2010-11-27  misha
                   6264: 
                   6265:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   6266:          libbz2
                   6267: 
                   6268: 2010-11-26  misha
                   6269: 
                   6270:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   6271:          warnings removed
                   6272: 
                   6273: 2010-11-25  moko
                   6274: 
                   6275:        * operators.txt: $.indent(true)
                   6276: 
                   6277:        * operators.txt: another bugfix. :)
                   6278: 
                   6279:        * operators.txt: bugfix. :)
                   6280: 
                   6281:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   6282: 
                   6283: 2010-11-24  moko
                   6284: 
1.116     moko     6285:        * configure: apxs support
1.95      moko     6286: 
                   6287:        * configure.in: apxs support -Bstatic gc removed for OS X
                   6288: 
                   6289:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   6290: 
                   6291:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   6292:          THREAD_LOCAL usage
                   6293: 
                   6294:        * src/: classes/curl.C, include/pa_config_includes.h,
                   6295:          main/pa_globals.C: THREAD_LOCAL defined and used
                   6296: 
                   6297: 2010-11-23  moko
                   6298: 
                   6299:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   6300:          should be passed to pa_sleep, and only fractional part (bugfix:
                   6301:          #188)
                   6302: 
                   6303:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   6304: 
                   6305:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6306:          GC_dont_gc=1, as in cgi version
                   6307: 
                   6308:        * src/targets/apache/mod_parser3.c: warning war
                   6309: 
                   6310:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6311:          pa_httpd.h: version removed, some trash removed
                   6312: 
                   6313:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   6314:          to show it), warning war
                   6315: 
                   6316:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6317:          pa_httpd.h: parser_status_allowed removed + merge config
                   6318:          functions removed (override is the default) + beauty
                   6319: 
                   6320:        * src/: include/pa_request.h, main/pa_request.C,
                   6321:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   6322:          hide $status used in apache module removed
                   6323: 
                   6324: 2010-11-18  moko
                   6325: 
                   6326:        * operators.txt: $.table[compact] added for ^json:string[]
                   6327: 
                   6328: 2010-11-16  moko
                   6329: 
                   6330:        * src/targets/apache/mod_parser3.c: some cleanup done
                   6331: 
                   6332:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   6333:          is hashcode; second, info.fragment_begin is original, not
                   6334:          resulting length
                   6335: 
                   6336:        * src/classes/file.C: new feature: $.stdin now untainted
                   6337: 
                   6338:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   6339: 
                   6340:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   6341: 
                   6342:        * src/classes/op.C: ^apply-taint[] method added
                   6343: 
                   6344:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   6345:          added; $.stdin untaint test added
                   6346: 
                   6347: 2010-11-15  moko
                   6348: 
                   6349:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   6350:          removed
                   6351: 
                   6352:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6353:          pa_httpd.h: 2x2 calculated under apache2. :)
                   6354: 
                   6355: 2010-11-13  moko
                   6356: 
                   6357:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   6358:          with apache 2.x includes
                   6359: 
                   6360:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   6361:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   6362:          united apache 1.3 / apache 2.x DSO module
                   6363: 
                   6364: 2010-11-09  moko
                   6365: 
                   6366:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   6367:          syntax
                   6368: 
                   6369:        * tests/: 263.html, results/263.processed: test from method[*args]
                   6370:          added
                   6371: 
                   6372:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   6373:          number of params can now be passed to a method declared with *arg
                   6374: 
                   6375: 2010-11-06  moko
                   6376: 
                   6377:        * src/classes/table.C: formating fixed. :)
                   6378: 
                   6379:        * src/classes/table.C: closes #4: ^table.select now supports
                   6380:          $.limit(), $.offset, $.reverse() options
                   6381: 
                   6382:        * tests/: 262.html, results/262.processed: test for ^table:select
                   6383:          with options added (feature #4)
                   6384: 
                   6385:        * src/include/pa_array.h: remove function added
                   6386: 
                   6387:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   6388:          object in get_element/put_element, using static one.
                   6389: 
                   6390: 2010-11-04  moko
                   6391: 
                   6392:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   6393:          options is passed
                   6394: 
                   6395:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   6396:          now tested; k and p in handler now tested.
                   6397: 
                   6398:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   6399:          $.table[compact] feature added
                   6400: 
                   6401:        * src/classes/json.C: key is now passed to handler in
                   6402:          value_json_string; ^json:string result now process tainting
                   6403:          inside and returns clean string, related to issue #153
                   6404: 
                   6405:        * src/main/untaint.C: bugfix: charset can be null (in
                   6406:          ^string:save[] as example), thus check is added
                   6407: 
                   6408: 2010-10-31  moko
                   6409: 
                   6410:        * src/classes/string.C: error message changed (fixes issue #149)
                   6411: 
                   6412: 2010-10-29  moko
                   6413: 
                   6414:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   6415:          port is not default (fixes issue #155); exception on invalid port
                   6416:          added.
                   6417: 
                   6418:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   6419:          "Accept: */*" to be passed
                   6420: 
                   6421: 2010-10-28  moko
                   6422: 
                   6423:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   6424:          exception on unknown charset even if response_charset was
                   6425:          specified
                   6426: 
                   6427: 2010-10-27  moko
                   6428: 
                   6429:        * src/classes/string.C: ^string.append removed for void
                   6430:          compatibility
                   6431: 
                   6432: 2010-10-26  moko
                   6433: 
                   6434:        * src/classes/json.C: libjson supports array at top level, we too
                   6435:          (GPF fixed)
                   6436: 
                   6437: 2010-10-25  moko
                   6438: 
                   6439:        * tests/: 253.html, results/253.processed: libjson supports array
                   6440:          at top level, parser now supports it as well.
                   6441: 
                   6442:        * tests/261.html, tests/results/261.processed,
                   6443:          src/types/pa_vstring.h: empty string is now void compatible
                   6444:          (allows $empty.key)
                   6445: 
                   6446: 2010-10-22  misha
                   6447: 
                   6448:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   6449:          while adding additional expires checkout)
                   6450: 
                   6451:        * tests/030.html: - test for session cookie was added
                   6452: 
                   6453: 2010-10-21  moko
                   6454: 
                   6455:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   6456:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   6457:          string (feature #111)
                   6458: 
                   6459:        * tests/: 261.html, results/261.processed: checks void from string
                   6460:          inheritance (feature #111)
                   6461: 
                   6462:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   6463:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   6464:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   6465:          now true by default
                   6466: 
                   6467: 2010-10-17  moko
                   6468: 
                   6469:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   6470:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   6471:          (bugfix: #128)
                   6472: 
                   6473:        * tests/: 223.html, results/223.processed: binary file upload test
                   6474:          added, GPF (issue #128) also checked in this test
                   6475: 
                   6476: 2010-10-13  misha
                   6477: 
                   6478:        * tests/260.html: - test for math:convert
                   6479: 
                   6480:        * src/classes/math.C: - error in math:convert was fixed
                   6481: 
                   6482:        * operators.txt: - info about
                   6483:          ^math:convert[number](from-base;to-base) was added
                   6484: 
                   6485:        * src/classes/math.C: - method
                   6486:          ^math:convert[number](from-base;to-base) for converting number
                   6487:          represention from one base to another was added ( new feature:
                   6488:          #23 )
                   6489: 
                   6490: 2010-10-13  moko
                   6491: 
                   6492:        * src/main/compile.tab.C: [] now is empty string, not void
                   6493: 
                   6494:        * src/main/compile.y: [] now is empty string, not void
                   6495: 
                   6496:        * src/types/pa_vvoid.h: void now passed as parameter
                   6497: 
                   6498:        * tests/: 259.html, results/259.processed: to test difference
                   6499:          between void and empty string (see ticket #111)
                   6500: 
                   6501:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   6502:          void
                   6503: 
                   6504:        * tests/256.html: $s[$void] is no longer empty string
                   6505: 
                   6506:        * tests/254.html: empty string is no longer void
                   6507: 
                   6508: 2010-10-12  misha
                   6509: 
                   6510:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   6511:          converted to date during cookies set up ( bugfix: #104 )
                   6512: 
                   6513:        * tests/041.html: - more tests for ^table.locate were added
                   6514: 
                   6515:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   6516:          work ( bugfix: #129 ) - exception comment for incorrect options
                   6517:          ^table.locate[field;value;options] was fixed
                   6518: 
                   6519: 2010-10-10  moko
                   6520: 
                   6521:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   6522:          another object feature returned
                   6523: 
                   6524:        * tests/results/258.processed: test result updated as constructor
                   6525:          returning another object feature returned
                   6526: 
                   6527:        * tests/: 258.html, results/258.processed: test for constructor
                   6528:          returning another object
                   6529: 
                   6530: 2010-10-08  misha
                   6531: 
                   6532:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   6533:          options shouldn't cause exceptions any longer
                   6534: 
                   6535: 2010-10-06  moko
                   6536: 
                   6537:        * src/classes/: hash.C, table.C: length from sql server is now
                   6538:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   6539: 
                   6540: 2010-10-02  misha
                   6541: 
                   6542:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   6543:          usable to delete cache file.
                   6544: 
                   6545: 2010-10-02  moko
                   6546: 
                   6547:        * tests/: 253.html, results/253.processed: hook_key added for key
                   6548:          checking
                   6549: 
                   6550:        * src/classes/json.C: null key bug fixed
                   6551: 
                   6552: 2010-09-29  misha
                   6553: 
                   6554:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   6555: 
                   6556: 2010-09-25  moko
                   6557: 
                   6558:        * src/classes/json.C: small fixed
                   6559: 
                   6560:        * tests/results/: 253.processed, 255.processed: just updated
                   6561: 
                   6562:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   6563:          results/255.processed: charset transcode test added for
                   6564:          json:parse
                   6565: 
                   6566: 2010-09-24  moko
                   6567: 
                   6568:        * src/types/pa_value.h: warning war :)
                   6569: 
                   6570:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   6571:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   6572:          ^json:string
                   6573: 
                   6574: 2010-09-22  moko
                   6575: 
                   6576:        * src/main/pa_charset.C: parser charset tables declare only
                   6577:          white-space before 0x20, thus adding the missing chars
                   6578: 
                   6579:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   6580:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   6581: 
                   6582: 2010-09-21  misha
                   6583: 
                   6584:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   6585:          want to compile grammar if they are absent)
                   6586: 
                   6587:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   6588: 
                   6589:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   6590: 
                   6591:        * src/main/main.vcproj: - path to bison is changed
                   6592: 
                   6593: 2010-09-21  moko
                   6594: 
1.116     moko     6595:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   6596:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   6597:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     6598: 
                   6599: 2010-09-20  misha
                   6600: 
                   6601:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   6602: 
                   6603:        * src/classes/json.C: - add EOL while json-serializing hash
                   6604: 
                   6605:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   6606:          compilers don't like 'ES'.
                   6607: 
                   6608: 2010-09-17  misha
                   6609: 
                   6610:        * operators.txt: - info about json class was added
                   6611: 
                   6612:        * src/classes/json.C: - ^json:string[object]
                   6613: 
                   6614:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   6615:          preventing infinite recursion while executing json:string was
                   6616:          added
                   6617: 
                   6618:        * src/include/pa_string.h: - method append_quoted was added
                   6619: 
                   6620:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   6621:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   6622:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   6623:          was added to Value & Co
                   6624: 
                   6625:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   6626:          were used
                   6627: 
                   6628:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   6629:          were added
                   6630: 
                   6631: 2010-09-10  moko
                   6632: 
                   6633:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6634:          die_or_abort (backport from 3.4.1)
                   6635: 
                   6636:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6637:          die_or_abort (bugfix: #106)
                   6638: 
                   6639: 2010-09-09  moko
                   6640: 
                   6641:        * src/classes/json.C: warning war. :)
                   6642: 
                   6643: 2010-09-08  misha
                   6644: 
                   6645:        * src/lib/json/Makefile.am: - additional include directories were
                   6646:          added (for pa_memory.h and gc.h)
                   6647: 
                   6648:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   6649:          compile as C++ instead default - additional include directory was
                   6650:          added (for gc.h)
                   6651: 
                   6652:        * src/types/pa_vform.C: - little code reformating
                   6653: 
                   6654:        * src/classes/file.C: - $.content-type option now can be specified
                   6655:          in ^file::create ( new feature: #102 )
                   6656: 
                   6657: 2010-09-08  moko
                   6658: 
                   6659:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   6660:          pa_malloc/pa_free
                   6661: 
                   6662: 2010-09-07  moko
                   6663: 
                   6664:        * tests/results/254.processed: VStateless_class:put_element
                   6665:          exception was fixed
                   6666: 
                   6667:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   6668:          VStateless_class:put_element barks self.type, not this.type
                   6669:          (bugfix: #105)
                   6670: 
                   6671: 2010-09-06  moko
                   6672: 
                   6673:        * src/classes/reflection.C: bugfix: new String() is required for
                   6674:          exception handling
                   6675: 
                   6676:        * tests/: 254.html, results/254.processed: test modified
                   6677: 
                   6678: 2010-09-05  moko
                   6679: 
                   6680:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   6681:          added
                   6682: 
                   6683:        * src/: classes/reflection.C, include/pa_request.h:
                   6684:          ^reflection:copy implemented (new feature: #100)
                   6685: 
                   6686: 2010-09-03  moko
                   6687: 
                   6688:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   6689: 
                   6690:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   6691:          option testing added
                   6692: 
                   6693: 2010-09-02  moko
                   6694: 
                   6695:        * src/classes/json.C: $.distinct[first|last|all] added
                   6696: 
                   6697: 2010-09-01  moko
                   6698: 
                   6699:        * tests/results/253.processed: json test result
                   6700: 
                   6701:        * tests/: 253.html, 253_json.txt: json test added
                   6702: 
                   6703:        * src/classes/json.C: json.C update to actual version + hash key
                   6704:          creation bugfix
                   6705: 
                   6706: 2010-08-31  misha
                   6707: 
                   6708:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   6709:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   6710:          src/lib/Makefile.am, src/classes/Makefile.am,
                   6711:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   6712:          json library was added
                   6713: 
                   6714: 2010-08-30  moko
                   6715: 
                   6716:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   6717:          types/pa_vobject.C: cosmetic optimization in
                   6718:          request:execute_method usage
                   6719: 
                   6720:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   6721:          optimization, just to decrease number of lines. :)
                   6722: 
                   6723: 2010-08-27  misha
                   6724: 
                   6725:        * src/classes/op.C: - taint[json] was added
                   6726: 
                   6727:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   6728:          were added
                   6729: 
                   6730:        * src/main/pa_exec.C: - warning fix was rolled back.
                   6731: 
                   6732:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   6733:          include/pa_string.h: - taint[json] was added - escaping was
                   6734:          slightly modified
                   6735: 
                   6736: 2010-08-25  misha
                   6737: 
                   6738:        * src/classes/file.C: - typo in file:sql exception was fixed
                   6739: 
                   6740:        * src/main/pa_exec.C: - warning about declared and not used
                   6741:          variable forced_allow was removed
                   6742: 
                   6743: 2010-08-14  misha
                   6744: 
                   6745:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   6746:          were removed
                   6747: 
                   6748: 2010-08-11  moko
                   6749: 
                   6750:        * tests/: 249.html, results/249.processed: default setter and
                   6751:          anti-recursive default getter test added
                   6752: 
                   6753:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   6754:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   6755:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   6756:          types/pa_vstateless_class.h: default setter support +
                   6757:          anti-recursive default getter support ( new feature: #13 )
                   6758: 
                   6759:        * src/include/pa_hash.h: optimization: threshold member removed
                   6760:          from hash, reducing sizeof(hash)
                   6761: 
                   6762: 2010-08-10  misha
                   6763: 
                   6764:        * tests/196.html: - junction-method was added to the test
                   6765: 
                   6766:        * tests/248.html: - ups. typo :)
                   6767: 
                   6768:        * tests/248.html: - test for checking .match with 4 params
                   6769: 
                   6770:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   6771:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   6772:          $request:charset during loading if the BOM code is detected"
                   6773: 
                   6774:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   6775:          $request:charset during loading if the BOM code is detected ( new
                   6776:          feature: #98 )
                   6777: 
                   6778: 2010-08-05  misha
                   6779: 
                   6780:        * src/classes/image.C: - ^image.replace now can accept only 2
                   6781:          params. in this case the whole image is affected ( new feature:
                   6782:          #95 )
                   6783: 
                   6784: 2010-08-04  misha
                   6785: 
                   6786:        * tests/246.html: - test tor ^hash._at[] was added
                   6787: 
                   6788:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   6789:          #53 )
                   6790: 
                   6791:        * src/include/pa_hash.h: - methods for accessing the first and the
                   6792:          last values of ordered hash were added (first_value and
                   6793:          last_value)
                   6794: 
                   6795:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   6796:          (similar to others file's methods):
                   6797:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   6798:          #68 )
                   6799: 
                   6800:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   6801: 
                   6802: 2010-08-01  moko
                   6803: 
                   6804:        * src/classes/op.C: to correctly process $result[] in code, called
                   6805:          from ^process
                   6806: 
                   6807:        * tests/245.html: $result in ^process[] test added
                   6808: 
                   6809:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   6810:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   6811:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   6812:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   6813:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   6814:          removed, construct(class,method) added
                   6815: 
                   6816:        * tests/results/: 192.processed, 244.processed: request::construct
                   6817:          added
                   6818: 
                   6819:        * tests/: 244.html, 245.html, results/244.processed,
                   6820:          results/245.processed: object creation exceptions and ^process
                   6821:          tests added
                   6822: 
                   6823: 2010-07-28  misha
                   6824: 
                   6825:        * tests/make_tests.cmd: - win32 EOLs
                   6826: 
                   6827:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   6828:          tests on Win32 were added (The system timezone should be GMT+3)
                   6829: 
                   6830: 2010-07-26  misha
                   6831: 
                   6832:        * tests/: 212.html, results/212.processed: - sizes were removed
                   6833:          mecause they could be different on different OSs
                   6834: 
                   6835:        * tests/065.html: - make it "win32 friendly"
                   6836: 
                   6837: 2010-07-25  misha
                   6838: 
                   6839:        * src/main/compile.y: - all EOLs between methods are removed during
                   6840:          compilation ( new feature: #47 )
                   6841: 
                   6842:        * tests/results/149.processed: - prepare tests to trim trailing
                   6843:          methods' EOLs
                   6844: 
                   6845:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   6846: 
                   6847:        * tests/: results/006.processed, results/014.processed, 006.html,
                   6848:          014.html, 022.html: - prepare tests to trim trailing methods'
                   6849:          EOLs
                   6850: 
                   6851:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   6852:          results/071.processed, results/022.processed: - prepare tests to
                   6853:          trim trailing methods' EOLs
                   6854: 
                   6855:        * tests/: results/073.processed, results/109.processed,
                   6856:          results/142.processed, results/144.processed,
                   6857:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   6858:          144.html: - prepare tests to trim trailing methods' EOLs
                   6859: 
                   6860:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   6861:          149.html, 152.html, results/096.processed, results/107.processed,
                   6862:          results/109.processed, results/142.processed,
                   6863:          results/144.processed: - prepare tests to trim trailing methods'
                   6864:          EOLs
                   6865: 
                   6866: 2010-07-24  moko
                   6867: 
                   6868:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   6869:          the hash order in this test
                   6870: 
                   6871:        * tests/014.html: to check hash order, hash no is longer sorted
                   6872:          before print
                   6873: 
                   6874:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   6875:          (bugfix: #54)
                   6876: 
                   6877: 2010-07-23  moko
                   6878: 
                   6879:        * tests/results/224.processed: @auto[] is no longer inherited
                   6880: 
                   6881:        * src/types/pa_vstateless_class.C, tests/227.html,
                   6882:          tests/results/227.processed: @auto[] is no longer inherited
                   6883:          (bugfix: #57)
                   6884: 
                   6885: 2010-07-22  misha
                   6886: 
                   6887:        * src/classes/table.C: - don't skip comment lines during
                   6888:          table::load if encloser or separator is set as '#' ( new feature:
                   6889:          #30 )
                   6890: 
                   6891:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   6892:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   6893:          #12 )
                   6894: 
                   6895:        * src/classes/file.C: - set PARSER_VARSION env before external
                   6896:          script executing
                   6897: 
                   6898: 2010-07-13  misha
                   6899: 
                   6900:        * tests/058.html: - test for suppressing @border was added - test
                   6901:          for user attribute was added
                   6902: 
                   6903:        * tests/results/186.processed: unescaping from \uXXXX
                   6904: 
                   6905:        * tests/186.html: unescaping from \uXXXX
                   6906: 
                   6907:        * tests/: 239.html, results/239.processed: method call type
                   6908: 
                   6909:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   6910:          $junction_method.CLASS_NAME (+CLASS)
                   6911: 
                   6912: 2010-07-07  misha
                   6913: 
                   6914:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   6915:          *nix
                   6916: 
                   6917: 2010-07-05  misha
                   6918: 
                   6919:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6920:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   6921:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   6922:          comment strings "options must be hash", "options must be hash,
                   6923:          not code" and "called with invalid option" were replaced by
                   6924:          constatns - exception comment string "invalid option passed" was
                   6925:          replaced by "called with invalid option" (now in different
                   6926:          methods are the same exception comment string)
                   6927: 
                   6928:        * src/include/pa_exception.h: - more exception strings were defined
                   6929: 
                   6930:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6931:          types/pa_vstateless_class.h: - now we can define possible
                   6932:          method's call type ( new feature: #5 )   1.
                   6933:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   6934:          methods   2. @static:method[params] (only static keyword could be
                   6935:          used here) -- for specified methods
                   6936: 
                   6937:        * src/main/pa_common.C: - junction points should not be deleted on
                   6938:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   6939:          cleanup
                   6940: 
                   6941: 2010-07-03  misha
                   6942: 
                   6943:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   6944:          results/158.processed, results/160.processed,
                   6945:          results/161.processed, results/162.processed,
                   6946:          results/163.processed: - prepare tests to trim trailing methods'
                   6947:          EOLs
                   6948: 
                   6949:        * tests/results/169.processed: - prepare tests to trim trailing
                   6950:          methods' EOLs
                   6951: 
                   6952:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   6953:          trim trailing methods' EOLs
                   6954: 
                   6955:        * tests/: results/170.processed, results/167.processed,
                   6956:          results/168.processed, results/169.processed, 167.html, 168.html,
                   6957:          169.html: - prepare tests to trim trailing methods' EOLs
                   6958: 
                   6959:        * tests/: results/170.processed, results/171.processed,
                   6960:          results/172.processed, results/173.processed,
                   6961:          results/174.processed, results/175.processed, 170.html, 171.html,
                   6962:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   6963:          trailing methods' EOLs
                   6964: 
                   6965:        * tests/: results/176.processed, results/180.processed,
                   6966:          results/184.processed, results/185.processed,
                   6967:          results/191.processed, results/192.processed,
                   6968:          results/196.processed, results/197.processed,
                   6969:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   6970:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   6971:          to trim trailing methods' EOLs
                   6972: 
                   6973:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   6974:          results/199.processed, results/208.processed,
                   6975:          results/209.processed, results/213.processed,
                   6976:          results/214.processed: - prepare tests to trim trailing methods'
                   6977:          EOLs
                   6978: 
                   6979: 2010-06-29  misha
                   6980: 
                   6981:        * tests/: 220.html, 218.html, results/218.processed,
                   6982:          results/215.processed, results/217.processed, 215.html, 217.html:
                   6983:          - prepare tests to trim trailing methods' EOLs
                   6984: 
                   6985:        * tests/: results/224.processed, 224.html, 223.html,
                   6986:          results/223.processed, results/220.processed: - prepare tests to
                   6987:          trim trailing methods' EOLs
                   6988: 
                   6989:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   6990:          trim trailing methods' EOLs
                   6991: 
                   6992:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   6993:          trailing methods' EOLs
                   6994: 
                   6995:        * tests/: 232.html, 235.html, results/232.processed,
                   6996:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   6997:          results/226.processed, results/227.processed,
                   6998:          results/228.processed, results/230.processed: - prepare tests to
                   6999:          trim trailing methods' EOLs
                   7000: 
                   7001: 2010-06-16  moko
                   7002: 
                   7003:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   7004:          ^if
                   7005: 
                   7006:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   7007: 
                   7008: 2010-06-03  misha
                   7009: 
                   7010:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   7011:          instead of memcopy for overlaped regions
                   7012: 
                   7013: 2010-05-25  misha
                   7014: 
                   7015:        * src/main/pa_common.C: - wanring about unused vars was removed
                   7016: 
                   7017:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   7018:          get_method_filename was moved to execute.C
                   7019: 
                   7020: 2010-05-23  misha
                   7021: 
                   7022:        * src/main/pa_request.C: - more accurate detection of method's file
                   7023: 
                   7024: 2010-05-22  misha
                   7025: 
                   7026:        * src/classes/reflection.C: - bugfix: core during detection of
                   7027:          .file if filespec isn't detected successfully
                   7028: 
                   7029: 2010-05-20  misha
                   7030: 
                   7031:        * src/main/pa_request.C: - fix in get_method_filename
                   7032: 
                   7033:        * src/include/pa_request.h: - new feature: #24 -- searching
                   7034:          included file in @USE/^use is changed. if its filespec doesn't
                   7035:          start from '/' it will be searched in caller file directory
                   7036: 
                   7037:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   7038:          where the method is defined
                   7039: 
                   7040:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   7041:          classes/op.C: - new feature: #24 -- searching included file in
                   7042:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   7043:          will be searched in caller file directory
                   7044: 
                   7045:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   7046:          is moved to pa_common.h
                   7047: 
                   7048: 2010-05-18  misha
                   7049: 
                   7050:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   7051:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   7052:          cookie parser decode \uXXXX as well as %uXXXX
                   7053: 
                   7054: 2010-05-17  misha
                   7055: 
                   7056:        * src/classes/curl.C: beauty: - unused param is removed in method
                   7057:          _curl_version_action - some spaces were removed or replaced by
                   7058:          tabs
                   7059: 
                   7060:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   7061:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   7062: 
                   7063: 2010-05-16  misha
                   7064: 
                   7065:        * src/classes/curl.C: new: #61 more curl options were added
                   7066:          (contributed by Sumo)
                   7067: 
                   7068: 2010-04-29  pretender
                   7069: 
                   7070:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   7071:          now empty string.
                   7072: 
                   7073:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   7074:          string type.
                   7075: 
                   7076: 2010-04-28  pretender
                   7077: 
                   7078:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   7079:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   7080:          macrodefinition removed
                   7081: 
                   7082: 2010-04-19  pretender
                   7083: 
                   7084:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   7085:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   7086: 
                   7087:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   7088:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   7089: 
                   7090:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   7091:          variable" exception in grpunlim version.
                   7092: 
                   7093: 2010-04-05  misha
                   7094: 
                   7095:        * src/classes/string.C: - new feature: 4th param was added to
                   7096:          match. if specified its value is returned in case of nothing was
                   7097:          found
                   7098: 
                   7099: 2010-04-01  misha
                   7100: 
                   7101:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   7102:          multiple execution of /a/b/auto.p
                   7103: 
                   7104: 2010-03-19  misha
                   7105: 
                   7106:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   7107: 
                   7108:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   7109: 
                   7110: 2010-01-27  misha
                   7111: 
                   7112:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   7113:          trying to open file by path /existing-file/non-exixting-file
                   7114: 
                   7115: 2010-01-26  misha
                   7116: 
                   7117:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   7118:          was added (returns file)
                   7119: 
                   7120: 2009-12-22  misha
                   7121: 
                   7122:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   7123:          now parser doesn't have class curl if it was built without it
                   7124: 
                   7125: 2009-12-15  misha
                   7126: 
                   7127:        * configure.in: - little cheat with curl include dir was added
                   7128: 
                   7129: 2009-12-05  misha
                   7130: 
                   7131:        * src/classes/curl.C: - some fixes
                   7132: 
                   7133: 2009-12-04  misha
                   7134: 
                   7135:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   7136:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   7137:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   7138:          class was added
                   7139: 
                   7140:        * src/include/pa_hash.h: - hash-iterator was added
                   7141: 
                   7142:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   7143:          was added to pcre
                   7144: 
                   7145: 2009-11-27  misha
                   7146: 
                   7147:        * src/classes/image.C: - don't add @border attribute to output of
                   7148:          ^image.html[] if it was specified by user with empty value
                   7149: 
                   7150:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   7151:          root element and we are trying to access .documentElement
                   7152: 
                   7153: 2009-11-11  misha
                   7154: 
                   7155:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   7156:          instead of number of items in first row for named tables
                   7157: 
                   7158: 2009-11-10  misha
                   7159: 
                   7160:        * operators.txt: - info about hash-options in ^file::create was
                   7161:          added
                   7162: 
                   7163:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   7164:          added
                   7165: 
                   7166: 2009-11-09  misha
                   7167: 
                   7168:        * buildall-with-xml: - moving to libxml 2.7.6
                   7169: 
                   7170:        * tests/236.html: - tests for comparations cords with functions
                   7171:          were added
                   7172: 
                   7173:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   7174:          added
                   7175: 
                   7176:        * src/main/pa_http.C: - little optimisation
                   7177: 
                   7178:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   7179:          GPF mallocs + stringstream (table.save)
                   7180: 
                   7181:        * src/classes/file.C: - file::create now accepts 4th param: options
                   7182:          with $.charset
                   7183: 
                   7184:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   7185:          bug in cord (comparation cords with functions was buggy)
                   7186: 
                   7187: 2009-11-06  misha
                   7188: 
                   7189:        * src/main/pa_string.C: - bugfix: calculation string.length
                   7190:          sometimes was buggy
                   7191: 
                   7192:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   7193:          destroyed if exception occured during match/replace
                   7194: 
                   7195:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   7196:          lengthUTF8Char was added
                   7197: 
                   7198:        * src/classes/op.C: - clean tainting lang was added for user's
                   7199:          usage
                   7200: 
                   7201:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   7202:          fixed: checkouts are required after GC_MALLOC
                   7203: 
                   7204:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   7205: 
                   7206:        * operators.txt: - actually, there is no ^untaint[xml] in
                   7207:          file::create
                   7208: 
                   7209: 2009-10-15  misha
                   7210: 
                   7211:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   7212:          were added
                   7213: 
                   7214:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   7215:          were added
                   7216: 
                   7217:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   7218:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   7219:          hacking: for dealing with transcoding+^taint[uri]
                   7220:          transcode_and_untaint was replaced by untaint_and_transcode
                   7221: 
                   7222: 2009-10-13  misha
                   7223: 
                   7224:        * tests/: 121.html, results/121.processed: - test transcoding +
                   7225:          url-escaping now
                   7226: 
                   7227:        * tests/results/auto.p: - more helpers' methods were added
                   7228: 
                   7229:        * src/main/pa_globals.C: - die instead of abort
                   7230: 
                   7231: 2009-10-06  misha
                   7232: 
                   7233:        * src/main/pa_common.C: - don't allocate memory during
                   7234:          capitalization if input string is already capitalized
                   7235: 
                   7236:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   7237: 
                   7238:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   7239:          use format function because it calls malloc
                   7240: 
                   7241:        * src/include/pa_common.h: - more capitalized headers were added
                   7242: 
                   7243:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   7244:          file writing
                   7245: 
                   7246: 2009-10-05  misha
                   7247: 
                   7248:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   7249: 
                   7250: 2009-10-03  misha
                   7251: 
                   7252:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   7253:          ^img.text[] & ^img.length[] can work in utf-8 now
                   7254: 
                   7255:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   7256:          UTF8_string_iterator was added
                   7257: 
                   7258:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   7259:          length
                   7260: 
                   7261:        * src/classes/mail.C: - check from before get message.cstr
                   7262: 
                   7263: 2009-10-02  misha
                   7264: 
                   7265:        * tests/233.html: - test for image.font, image.length, image.text
                   7266:          with text in utf-8 were added
                   7267: 
                   7268:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   7269: 
                   7270:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   7271:          version for freebsd 4 was added
                   7272: 
                   7273: 2009-10-01  misha
                   7274: 
                   7275:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   7276:          terminator) - read_pipe were slightly optimized
                   7277: 
                   7278: 2009-09-28  misha
                   7279: 
                   7280:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   7281:          removed
                   7282: 
                   7283:        * src/types/pa_vmail.C: - forgot about space after ':'
                   7284: 
                   7285:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   7286:          body - small simplifications
                   7287: 
                   7288:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   7289:          inout params like pa_base64
                   7290: 
                   7291:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   7292:          option $.debug-print(1) was added to mail:send - changes for
                   7293:          using uue_encode which uses less memory
                   7294: 
                   7295:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   7296: 
                   7297:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   7298:          memory now
                   7299: 
                   7300: 2009-09-26  misha
                   7301: 
                   7302:        * src/types/pa_vmail.C: - default encoding now is base64
                   7303: 
                   7304:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   7305: 
                   7306: 2009-09-25  misha
                   7307: 
                   7308:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   7309:          sending mail as well
                   7310: 
                   7311:        * buildall-with-xml: - catalog package was removed from libxml
                   7312: 
                   7313:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   7314:          win32 absolute path
                   7315: 
                   7316:        * src/include/pa_common.h: - one more capitalized header was added
                   7317: 
                   7318: 2009-09-22  misha
                   7319: 
                   7320:        * INSTALL: - comment about building just httpd binary while
                   7321:          building apache module was added
                   7322: 
                   7323: 2009-09-21  misha
                   7324: 
                   7325:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   7326:          libxml 2.7.4 and libxslt 1.1.25
                   7327: 
                   7328: 2009-09-19  misha
                   7329: 
                   7330:        * tests/231.html: - test for encoding cookie in win-1251
                   7331: 
                   7332: 2009-09-18  misha
                   7333: 
                   7334:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   7335:          object] were added
                   7336: 
                   7337:        * operators.txt: - info about method ^reflection:fields[class or
                   7338:          object] was added
                   7339: 
                   7340:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   7341:          object] was added
                   7342: 
                   7343:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   7344:          methods get_fields were added
                   7345: 
                   7346:        * tests/232.html: - tests for @GET[name]
                   7347: 
                   7348:        * src/classes/table.C: - some changes in handling hash-options for
                   7349:          creare, join and locate
                   7350: 
                   7351:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   7352:          defined with option: the type of requested value
                   7353: 
                   7354: 2009-09-17  misha
                   7355: 
                   7356:        * tests/212.html: - tests for .pattern and .options were added
                   7357: 
                   7358:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   7359:          $regex.options were added
                   7360: 
                   7361: 2009-09-11  misha
                   7362: 
                   7363:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   7364:          rewrited. it checks not just one case of sending cookies during
                   7365:          file::load[http], but also sending headers and fields (including
                   7366:          files)
                   7367: 
                   7368: 2009-09-10  misha
                   7369: 
                   7370:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   7371:          was removed => now parser can open files with Russian 'r' in
                   7372:          filename
                   7373: 
                   7374:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   7375:          while escaping cookies but now source charset
                   7376: 
                   7377:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   7378:          ^tainted[uri] so it was possible to make request with incorrect
                   7379:          http header
                   7380: 
                   7381:        * src/main/pa_http.C: - capitalization of http headers during
                   7382:          file::load[http was slightly changes - bugfix: all headers which
                   7383:          parser sends during file::load[http should be transcoded and only
                   7384:          then escaped
                   7385: 
                   7386:        * src/main/untaint.C: - a bit more comments were added
                   7387: 
                   7388:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   7389:          warnings)
                   7390: 
                   7391:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   7392:          headers during file::load[http were added
                   7393: 
                   7394: 2009-09-08  misha
                   7395: 
                   7396:        * operators.txt: - changes in file.save and string.save were added
                   7397: 
                   7398:        * tests/: 230.html, 230.txt: - tests for checking options in
                   7399:          file.save and string.save were added
                   7400: 
                   7401:        * src/main/pa_request.C: - http headers names, which are passed to
                   7402:          SAPI::add_header_attribute are lowercased now (it'll be
                   7403:          capitalized in that method)
                   7404: 
                   7405:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   7406:          classes/string.C: - file_write accepts Request_charsets and asked
                   7407:          charset and cound transcode content before writing - string.save
                   7408:          and file.save have option $.charset now
                   7409: 
                   7410:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   7411:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   7412:          charset and cound transcode content before writing
                   7413: 
                   7414:        * src/include/pa_exception.h: - new exception comment string was
                   7415:          defined
                   7416: 
                   7417: 2009-09-07  misha
                   7418: 
                   7419:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   7420:          sub-pattern\s
                   7421: 
                   7422: 2009-09-04  misha
                   7423: 
                   7424:        * src/main/pa_http.C: - capitalization of http headers during
                   7425:          file::load[http was implemented
                   7426: 
                   7427: 2009-09-03  misha
                   7428: 
                   7429:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   7430:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   7431:          types/pa_vmail.C, targets/cgi/parser3.C,
                   7432:          targets/isapi/parser3isapi.C: - back to storing response http
                   7433:          headers in lowercase - capitalize them during output
                   7434: 
                   7435: 2009-08-31  misha
                   7436: 
                   7437:        * src/classes/table.C: - allow call with any brackets (it could be
                   7438:          useful in methods with explict result declaration)
                   7439: 
                   7440:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   7441:          correctly if $request:charset==koi8-r
                   7442: 
                   7443: 2009-08-30  misha
                   7444: 
                   7445:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   7446:          changed: content-type => Content-type and so on
                   7447: 
                   7448:        * src/classes/file.C, src/include/pa_common.h,
                   7449:          src/include/pa_request.h, src/main/pa_http.C,
                   7450:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   7451:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   7452:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   7453:          tests/results/002.processed, tests/results/003.processed,
                   7454:          tests/results/004.processed, tests/results/005.processed,
                   7455:          tests/results/006.processed, tests/results/007.processed,
                   7456:          tests/results/008.processed, tests/results/009.processed,
                   7457:          tests/results/010.processed, tests/results/011.processed,
                   7458:          tests/results/012.processed, tests/results/013.processed,
                   7459:          tests/results/014.processed, tests/results/015.processed,
                   7460:          tests/results/016.processed, tests/results/017.processed,
                   7461:          tests/results/018.processed, tests/results/019.processed,
                   7462:          tests/results/020.processed, tests/results/021.processed,
                   7463:          tests/results/022.processed, tests/results/023.processed,
                   7464:          tests/results/024.processed, tests/results/025.processed,
                   7465:          tests/results/026.processed, tests/results/027.processed,
                   7466:          tests/results/028.processed, tests/results/029.processed,
                   7467:          tests/results/030.processed, tests/results/031.processed,
                   7468:          tests/results/032.processed, tests/results/033.processed,
                   7469:          tests/results/034.processed, tests/results/035.processed,
                   7470:          tests/results/036.processed, tests/results/037.processed,
                   7471:          tests/results/038.processed, tests/results/039.processed,
                   7472:          tests/results/040.processed, tests/results/041.processed,
                   7473:          tests/results/042.processed, tests/results/043.processed,
                   7474:          tests/results/044.processed, tests/results/045.processed,
                   7475:          tests/results/046.processed, tests/results/047.processed,
                   7476:          tests/results/048.processed, tests/results/049.processed,
                   7477:          tests/results/050.processed, tests/results/051.processed,
                   7478:          tests/results/052.processed, tests/results/053.processed,
                   7479:          tests/results/054.processed, tests/results/055.processed,
                   7480:          tests/results/056.processed, tests/results/057.processed,
                   7481:          tests/results/058.processed, tests/results/059.processed,
                   7482:          tests/results/060.processed, tests/results/061.processed,
                   7483:          tests/results/062.processed, tests/results/063.processed,
                   7484:          tests/results/064.processed, tests/results/065.processed,
                   7485:          tests/results/066.processed, tests/results/067.processed,
                   7486:          tests/results/068.processed, tests/results/069.processed,
                   7487:          tests/results/070.processed, tests/results/071.processed,
                   7488:          tests/results/072.processed, tests/results/073.processed,
                   7489:          tests/results/074.processed, tests/results/075.processed,
                   7490:          tests/results/076.processed, tests/results/077.processed,
                   7491:          tests/results/078.processed, tests/results/079.processed,
                   7492:          tests/results/080.processed, tests/results/081.processed,
                   7493:          tests/results/082.processed, tests/results/083.processed,
                   7494:          tests/results/084.processed, tests/results/085.processed,
                   7495:          tests/results/086.processed, tests/results/087.processed,
                   7496:          tests/results/088.processed, tests/results/089.processed,
                   7497:          tests/results/090.processed, tests/results/091.processed,
                   7498:          tests/results/092.processed, tests/results/093.processed,
                   7499:          tests/results/094.processed, tests/results/095.processed,
                   7500:          tests/results/096.processed, tests/results/097.processed,
                   7501:          tests/results/098.processed, tests/results/099.processed,
                   7502:          tests/results/100.processed, tests/results/101.processed,
                   7503:          tests/results/102.processed, tests/results/103.processed,
                   7504:          tests/results/104.processed, tests/results/105.processed,
                   7505:          tests/results/106.processed, tests/results/107.processed,
                   7506:          tests/results/108.processed, tests/results/109.processed,
                   7507:          tests/results/110.processed, tests/results/111.processed,
                   7508:          tests/results/112.processed, tests/results/113.processed,
                   7509:          tests/results/114.processed, tests/results/115.processed,
                   7510:          tests/results/116.processed, tests/results/117.processed,
                   7511:          tests/results/118.processed, tests/results/119.processed,
                   7512:          tests/results/120.processed, tests/results/121.processed,
                   7513:          tests/results/122.processed, tests/results/123.processed,
                   7514:          tests/results/124.processed, tests/results/125.processed,
                   7515:          tests/results/126.processed, tests/results/127.processed,
                   7516:          tests/results/128.processed, tests/results/129.processed,
                   7517:          tests/results/130.processed, tests/results/131.processed,
                   7518:          tests/results/132.processed, tests/results/133.processed,
                   7519:          tests/results/134.processed, tests/results/135.processed,
                   7520:          tests/results/136.processed, tests/results/138.processed,
                   7521:          tests/results/139.processed, tests/results/140.processed,
                   7522:          tests/results/141.processed, tests/results/142.processed,
                   7523:          tests/results/143.processed, tests/results/144.processed,
                   7524:          tests/results/145.processed, tests/results/146.processed,
                   7525:          tests/results/147.processed, tests/results/148.processed,
                   7526:          tests/results/149.processed, tests/results/150.processed,
                   7527:          tests/results/151.processed, tests/results/152.processed,
                   7528:          tests/results/153.processed, tests/results/154.processed,
                   7529:          tests/results/155.processed, tests/results/156.processed,
                   7530:          tests/results/157.processed, tests/results/158.processed,
                   7531:          tests/results/159.processed, tests/results/160.processed,
                   7532:          tests/results/161.processed, tests/results/162.processed,
                   7533:          tests/results/163.processed, tests/results/164.processed,
                   7534:          tests/results/165.processed, tests/results/166.processed,
                   7535:          tests/results/167.processed, tests/results/168.processed,
                   7536:          tests/results/169.processed, tests/results/170.processed,
                   7537:          tests/results/171.processed, tests/results/172.processed,
                   7538:          tests/results/173.processed, tests/results/174.processed,
                   7539:          tests/results/175.processed, tests/results/176.processed,
                   7540:          tests/results/177.processed, tests/results/178.processed,
                   7541:          tests/results/179.processed, tests/results/180.processed,
                   7542:          tests/results/181.processed, tests/results/182.processed,
                   7543:          tests/results/183.processed, tests/results/184.processed,
                   7544:          tests/results/185.processed, tests/results/186.processed,
                   7545:          tests/results/187.processed, tests/results/188.processed,
                   7546:          tests/results/189.processed, tests/results/190.processed,
                   7547:          tests/results/191.processed, tests/results/192.processed,
                   7548:          tests/results/193.processed, tests/results/194.processed,
                   7549:          tests/results/195.processed, tests/results/196.processed,
                   7550:          tests/results/197.processed, tests/results/198.processed,
                   7551:          tests/results/199.processed, tests/results/200.processed,
                   7552:          tests/results/201.processed, tests/results/202.processed,
                   7553:          tests/results/203.processed, tests/results/204.processed,
                   7554:          tests/results/205.processed, tests/results/206.processed,
                   7555:          tests/results/207.processed, tests/results/208.processed,
                   7556:          tests/results/209.processed, tests/results/210.processed,
                   7557:          tests/results/211.processed, tests/results/212.processed,
                   7558:          tests/results/213.processed, tests/results/214.processed,
                   7559:          tests/results/215.processed, tests/results/216.processed,
                   7560:          tests/results/217.processed, tests/results/218.processed,
                   7561:          tests/results/219.processed, tests/results/220.processed,
                   7562:          tests/results/221.processed, tests/results/222.processed,
                   7563:          tests/results/223.processed, tests/results/224.processed,
                   7564:          tests/results/225.processed, tests/results/226.processed,
                   7565:          tests/results/227.processed, tests/results/228.processed,
                   7566:          tests/results/229.processed: - http headers were changed:
                   7567:          content-type => Content-type and so on
                   7568: 
                   7569: 2009-08-27  misha
                   7570: 
                   7571:        * src/: main/pa_random.C, include/pa_random.h,
                   7572:          targets/cgi/parser3.C: - year was updated :)
                   7573: 
                   7574: 2009-08-26  misha
                   7575: 
                   7576:        * tests/: 224.html, 224.p: - test for creating of parser object
                   7577:          using constructor without params - little bugfix in test
                   7578: 
                   7579:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   7580:          checking existed class while processing partial option
                   7581: 
                   7582:        * src/classes/reflection.C: - bugfix: core when creating object
                   7583:          with reflection and constructor doesn't have params
                   7584: 
                   7585: 2009-08-24  misha
                   7586: 
                   7587:        * tests/229.html: - tests for checking the number of parameters
                   7588:          were added
                   7589: 
                   7590:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   7591:          number of method's parameters wasn't checked correctly (the bug
                   7592:          was introduced in 3.4.0)
                   7593: 
                   7594: 2009-08-22  misha
                   7595: 
                   7596:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   7597:          transcoded, but tainted pieces are escaped only when
                   7598:          content-type==url-encoding
                   7599: 
                   7600:        * tests/228.html: - test for checking
                   7601:          ^file::load[http://...;$.body[]]
                   7602: 
                   7603:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   7604:          post charset was too early (charsets is empty at this moment)
                   7605: 
                   7606: 2009-08-21  misha
                   7607: 
                   7608:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   7609:          main/untaint.C: - some fixes with transcode+untaint
                   7610: 
                   7611: 2009-08-15  misha
                   7612: 
                   7613:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   7614:          was increaced to 100 (was 50)
                   7615: 
                   7616:        * tests/227.html: - test for checking overriding properties in
                   7617:          static classes was added
                   7618: 
                   7619:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   7620: 
                   7621:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   7622:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   7623:          autouse was implemented
                   7624: 
                   7625: 2009-08-14  misha
                   7626: 
                   7627:        * src/classes/reflection.C: - outdated checkout was removed
                   7628: 
                   7629:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   7630:          added.
                   7631: 
                   7632:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   7633:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   7634: 
                   7635:        * src/types/pa_vclass.C: - exception if base on sytem class
                   7636: 
                   7637: 2009-08-12  misha
                   7638: 
                   7639:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7640:          pa_vstateless_class.h: - little optimisation
                   7641: 
                   7642: 2009-08-11  misha
                   7643: 
                   7644:        * tests/224.html: - method_params => method_info - checking for
                   7645:          $.inherited
                   7646: 
                   7647:        * src/classes/reflection.C, operators.txt: - method method_params
                   7648:          was renamed to method_info and now it returns class name, if
                   7649:          method was defined in ancestor
                   7650: 
                   7651:        * tests/225.html: - tests for cheching properties in hierarhical
                   7652:          classes were added
                   7653: 
                   7654:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   7655:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7656:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   7657:          with properties in new classes implementation were fixed
                   7658: 
                   7659: 2009-08-10  misha
                   7660: 
                   7661:        * src/main/execute.C: - now constructor shouldn't be defined in
                   7662:          class. it could be defined in parent.
                   7663: 
                   7664: 2009-08-09  misha
                   7665: 
                   7666:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   7667:          base's methods
                   7668: 
                   7669: 2009-08-08  misha
                   7670: 
                   7671:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   7672:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   7673:          classes/image.C, classes/mail.C, classes/op.C,
                   7674:          classes/reflection.C, classes/regex.C, classes/string.C,
                   7675:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   7676:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   7677:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   7678:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   7679:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7680:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7681:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   7682:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7683:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   7684:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   7685:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   7686:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   7687:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   7688:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7689:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7690:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7691:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7692:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   7693:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7694:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7695:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   7696:          implementation
                   7697: 
                   7698:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   7699:          USE_MUNMAP is used. so it is disabled as a workaround.
                   7700: 
                   7701: 2009-08-05  misha
                   7702: 
                   7703:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   7704:          parameter was removed
                   7705: 
                   7706:        * src/main/pa_http.C: - bugfix: error was during detecting
                   7707:          content-type of file which was loaded by http
                   7708: 
                   7709: 2009-08-01  misha
                   7710: 
                   7711:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   7712:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   7713:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   7714:          can't be disabled with defines any longer
                   7715: 
                   7716: 2009-07-29  misha
                   7717: 
                   7718:        * src/classes/reflection.C, tests/results/224.processed: - for
                   7719:          native methods with any call type now returned empty call_type
                   7720:          value
                   7721: 
                   7722:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7723:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   7724:          main/pa_request.C: - break in cycles was optimized
                   7725: 
                   7726:        * INSTALL: - more defines were described
                   7727: 
                   7728: 2009-07-28  misha
                   7729: 
                   7730:        * operators.txt: - some changes in information about reflection
                   7731:          class
                   7732: 
                   7733:        * tests/: 224.html, 224.p: - tests for reflection class
                   7734: 
                   7735:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   7736:          was added, refactoring
                   7737: 
                   7738: 2009-07-26  misha
                   7739: 
                   7740:        * src/classes/classes.vcproj: - reflection class wass added to
                   7741:          project
                   7742: 
                   7743:        * operators.txt: - information about reflection class was added
                   7744: 
                   7745:        * src/classes/reflection.C: - class was redesigned
                   7746: 
                   7747: 2009-07-24  misha
                   7748: 
                   7749:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   7750:          added
                   7751: 
                   7752:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   7753:          in classes was added
                   7754: 
                   7755: 2009-07-22  misha
                   7756: 
                   7757:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   7758:          over-optimized. it failed if $object1.$object2.field
                   7759: 
                   7760: 2009-07-16  misha
                   7761: 
                   7762:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   7763:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   7764:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   7765:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   7766:          one more arg: length of cord
                   7767: 
                   7768: 2009-07-15  misha
                   7769: 
                   7770:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   7771:          tainted in ^file::load[http://...;$.cookies[]]
                   7772: 
                   7773:        * src/classes/: op.C, regex.C, string.C: - new string with
                   7774:          exception was used
                   7775: 
                   7776:        * src/include/pa_exception.h: - new string with exception was added
                   7777: 
                   7778:        * tests/223.html: - test for checking cookie-encoding during
                   7779:          ^file::load[http was added
                   7780: 
                   7781:        * tests/: 221.html, 222.html: - tests for checking type of
                   7782:          $table.fields.field were added
                   7783: 
                   7784:        * src/types/pa_vtable.C: - not used var decl was removed
                   7785: 
                   7786:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   7787:          it improves speed of match with brackets in pattern
                   7788: 
                   7789:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   7790:          outside
                   7791: 
                   7792: 2009-07-14  misha
                   7793: 
                   7794:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   7795:          column is empty (sometime returned void) - $table.fields was
                   7796:          added for nameless tables
                   7797: 
                   7798:        * src/targets/cgi/getopt.c: - one warning resolved
                   7799: 
                   7800:        * src/main/pa_string.C: - potentian bug fixed
                   7801: 
                   7802:        * src/classes/op.C: - small optimization in taint/untaint
                   7803: 
                   7804: 2009-07-13  misha
                   7805: 
                   7806:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   7807:          added
                   7808: 
                   7809:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   7810:          souldn't add the attribut to output
                   7811: 
                   7812: 2009-07-11  misha
                   7813: 
                   7814:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7815:          stack size was increaced to 2MB (default=1MB)
                   7816: 
                   7817: 2009-07-08  misha
                   7818: 
                   7819:        * src/main/pa_string.C: - link to UTF-8 description was added
                   7820: 
                   7821:        * src/include/pa_hash.h: - hash keeps element's order in more
                   7822:          places (ex: ._keys[])
                   7823: 
                   7824:        * tests/220.html: - test for checking order of elements in hash in
                   7825:          foreach was added
                   7826: 
                   7827:        * tests/172.html: - small changes in printing hash
                   7828: 
                   7829:        * tests/129.html: - small changes in printing hash
                   7830: 
                   7831:        * src/: include/pa_common.h, include/pa_hash.h,
                   7832:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   7833:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   7834: 
                   7835:        * tests/014.html: - small changes in printing hash
                   7836: 
                   7837: 2009-07-07  misha
                   7838: 
                   7839:        * src/classes/op.C: - new taint language "parser-code" was added
                   7840: 
                   7841:        * tests/219.html: - test for auto untaint parser code in process
                   7842:          was added
                   7843: 
                   7844:        * src/classes/op.C: - tainted pieces in body of process are
                   7845:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   7846: 
                   7847:        * src/: include/pa_string.h, main/untaint.C: - new language
                   7848:          L_PARSER_CODE for auto-untaint in process was added
                   7849: 
                   7850:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7851:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   7852:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   7853:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   7854:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   7855:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   7856:          code cleanup
                   7857: 
                   7858: 2009-07-06  misha
                   7859: 
                   7860:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   7861:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   7862:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7863: 
                   7864:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   7865:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   7866:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   7867:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   7868:          should be used
                   7869: 
                   7870:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   7871:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   7872:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   7873:          untaint_cstr[m] should be used
                   7874: 
                   7875:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   7876:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7877: 
                   7878:        * tests/218.html: - test for checking automatic file-spec-taint was
                   7879:          added
                   7880: 
                   7881:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   7882:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   7883:          classes/file.C, classes/hash.C, classes/image.C,
                   7884:          classes/string.C, classes/table.C, classes/void.C,
                   7885:          classes/xdoc.C: - optimizations and simplification of
                   7886:          string.cstr(...)
                   7887: 
                   7888:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   7889:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   7890:          - optimizations and simplification of string.cstr(...)
                   7891: 
                   7892: 2009-07-04  misha
                   7893: 
                   7894:        * tests/217.html: - test for recursion detection was added
                   7895: 
                   7896:        * src/: types/types.vcproj, main/main.vcproj,
                   7897:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   7898:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   7899:          from .vcproj
                   7900: 
                   7901:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   7902: 
                   7903:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   7904:          uploading files and case-insensitive http-method were added
                   7905: 
                   7906:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   7907:          tainted pattern in ^file:list[] was added
                   7908: 
                   7909: 2009-07-03  misha
                   7910: 
                   7911:        * src/: classes/classes.vcproj, main/main.vcproj,
                   7912:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   7913:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   7914:          for dynamic_cast) - little options changes
                   7915: 
                   7916:        * src/main/pa_http.C: - file::load[http works now with uploading
                   7917:          files _and_ changing $.charset
                   7918: 
                   7919: 2009-06-29  misha
                   7920: 
                   7921:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   7922:          while creating pattern
                   7923: 
                   7924: 2009-06-25  misha
                   7925: 
                   7926:        * src/classes/image.C, operators.txt: - options' names for
                   7927:          ^image.font were changed to $.space, $.width and $spacing -
                   7928:          default space width now == gif's width
                   7929: 
                   7930: 2009-06-24  misha
                   7931: 
                   7932:        * tests/215.html: - tests for $file.mode were added
                   7933: 
                   7934:        * operators.txt: - added info about $file.mode and changes in
                   7935:          ^image.font[
                   7936: 
                   7937:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   7938:          param now could be omited - third param now could be hash (with
                   7939:          all widths options: $.space-width, $.letter-width) - it's
                   7940:          possible to specify tracking ($.letter-space)
                   7941: 
                   7942:        * src/classes/file.C: - file objects now could have mode field
                   7943:          (text|binary)
                   7944: 
                   7945:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   7946: 
                   7947: 2009-06-23  misha
                   7948: 
                   7949:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7950:          trim can work with utf-8 chars now
                   7951: 
                   7952: 2009-06-20  misha
                   7953: 
                   7954:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   7955:          was implemented
                   7956: 
                   7957:        * src/classes/table.C: - string length cacheing was implemented
                   7958: 
                   7959:        * src/include/pa_string.h: - string length cacheing was implemented
                   7960: 
                   7961: 2009-06-17  misha
                   7962: 
                   7963:        * src/main/execute.C: - value param was removed from
                   7964:          WContext::WContext
                   7965: 
                   7966:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   7967:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   7968:          - field wcontext was removed from VCodeFrame (using fparent
                   7969:          instead)
                   7970: 
                   7971:        * tests/214.html: - test with hash copying
                   7972: 
                   7973: 2009-06-16  misha
                   7974: 
                   7975:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   7976:          strings doesn't work in expression anymore
                   7977: 
                   7978:        * src/main/execute.C: - less calls for get_constructing() - little
                   7979:          refactoring
                   7980: 
                   7981:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   7982:          include/pa_request.h: - less calls for get_constructing()
                   7983: 
                   7984:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   7985:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   7986: 
                   7987: 2009-06-14  misha
                   7988: 
                   7989:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7990:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   7991:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   7992:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7993:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   7994:          storing object's fields only for parser objects
                   7995: 
                   7996: 2009-06-13  misha
                   7997: 
                   7998:        * buildall-with-xml, buildall-without-xml: - new option was added
                   7999:          for building GC (it slightly reduces memory usage)
                   8000: 
                   8001:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   8002:          single string write
                   8003: 
                   8004:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   8005:          - optimization of single string write
                   8006: 
                   8007:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   8008:          - bytecode optimization of ^class:constructor
                   8009: 
                   8010: 2009-06-09  misha
                   8011: 
                   8012:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   8013:          main (better compatibility)
                   8014: 
                   8015: 2009-06-08  misha
                   8016: 
                   8017:        * src/main/compile.y: - I've forgot to commit it :(
                   8018: 
                   8019: 2009-06-07  misha
                   8020: 
                   8021:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   8022:          WITH_READ and WITH_ROOT
                   8023: 
                   8024:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8025:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   8026:          WITH_ROOT - little refactoring
                   8027: 
                   8028: 2009-06-06  misha
                   8029: 
                   8030:        * tests/213.html: - tests for 3rd match string-param were added
                   8031: 
                   8032:        * src/classes/string.C: - 3rd match param could be string now
                   8033: 
                   8034:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   8035:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   8036:          GET_OBJECT_ELEMENT
                   8037: 
                   8038: 2009-06-05  misha
                   8039: 
                   8040:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   8041:          if $.body was specified
                   8042: 
                   8043: 2009-06-04  misha
                   8044: 
                   8045:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   8046: 
                   8047:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   8048: 
                   8049:        * src/main/execute.C: - little refactoring - optimizing
                   8050:          write_assign_lang in taint/untaint
                   8051: 
                   8052:        * src/include/pa_opcode.h: - little refactoring
                   8053: 
                   8054:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   8055:          main/compile_tools.h, main/execute.C: - optimizations for
                   8056:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   8057:          were added
                   8058: 
                   8059: 2009-06-03  misha
                   8060: 
                   8061:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   8062: 
                   8063: 2009-06-02  misha
                   8064: 
                   8065:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   8066:          include/pa_opcode.h: - refactoring in last optimizations
                   8067:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   8068:          now but code is much easy and it is ready for further
                   8069:          improvements.
                   8070: 
                   8071: 2009-05-27  misha
                   8072: 
                   8073:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   8074:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   8075:          changed in destructing junctions
                   8076: 
                   8077:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   8078:          String:Body
                   8079: 
                   8080: 2009-05-26  misha
                   8081: 
                   8082:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   8083:          one method detect_charset was deleted - bug was fixed in this
                   8084:          method (error while detecting charset in content_type withot last
                   8085:          ';')
                   8086: 
                   8087:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   8088:          once
                   8089: 
                   8090: 2009-05-25  misha
                   8091: 
                   8092:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   8093:          optimizing of helper_length
                   8094: 
                   8095: 2009-05-24  misha
                   8096: 
                   8097:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   8098:          were added - little refactoring
                   8099: 
                   8100:        * src/main/execute.C: - core while printing in debug log
                   8101:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   8102:          optimisations were added
                   8103: 
                   8104:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   8105:          were added
                   8106: 
                   8107: 2009-05-23  misha
                   8108: 
                   8109:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   8110:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   8111:          CORD_cat optimization
                   8112: 
                   8113:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   8114:          - call constr optimisation under separate define now
                   8115: 
                   8116:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   8117:          in $b should be string, not void
                   8118: 
                   8119:        * src/main/compile.y: - little fix for rem-cut optimisation
                   8120: 
                   8121:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   8122:          main/compile_tools.h, main/execute.C: - optimisations for
                   8123:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   8124: 
                   8125:        * INSTALL: - description of some #defined were added
                   8126: 
                   8127:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   8128:          before 1st access (memory usage is reduced if don't access to
                   8129:          .text field)
                   8130: 
                   8131:        * src/include/pa_array.h: - array grows step now not static (it
                   8132:          reduces numbers of reallocs)
                   8133: 
                   8134: 2009-05-20  misha
                   8135: 
                   8136:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   8137:          $.b(2), $c[d] and $.e[f] was added
                   8138: 
                   8139:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8140:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   8141:          $.e[f] was added
                   8142: 
                   8143:        * src/main/execute.C: - debug printing moved in defines
                   8144: 
                   8145:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   8146:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   8147:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   8148: 
                   8149: 2009-05-19  misha
                   8150: 
                   8151:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8152:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   8153: 
                   8154:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   8155:          ^a.$b optimisation)
                   8156: 
                   8157:        * src/main/compile.y: - compiler now generate new opcodes:
                   8158:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   8159:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   8160:          of params }
                   8161: 
                   8162:        * src/main/execute.C: - code for handle new opcodes
                   8163:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   8164: 
                   8165:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   8166:          added for LA2V and LA2S
                   8167: 
                   8168:        * src/include/pa_opcode.h: - new defines which can be used for
                   8169:          disable some bytecode optimisation and new opcodes were added
                   8170: 
                   8171: 2009-05-17  misha
                   8172: 
                   8173:        * src/lib/cord/cordxtra.c: - bugfix.
                   8174: 
                   8175:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   8176: 
                   8177:        * operators.txt: - info about regex class was added
                   8178: 
                   8179:        * tests/212.html: - tests for regex class were added
                   8180: 
                   8181: 2009-05-16  misha
                   8182: 
                   8183:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   8184:          gc7.1
                   8185: 
                   8186:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   8187:          was added
                   8188: 
                   8189:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   8190:          param) should work
                   8191: 
                   8192: 2009-05-15  misha
                   8193: 
                   8194:        * src/classes/table.C: - automatically disable stringstream usage
                   8195:          on freebsd4
                   8196: 
                   8197:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   8198:          scope
                   8199: 
                   8200:        * tests/211.html: - test with different types of access to hash was
                   8201:          added
                   8202: 
                   8203:        * tests/210.html: - test which checks for loosing tainting in
                   8204:          hash's keys was added
                   8205: 
                   8206:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   8207: 
                   8208:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   8209: 
                   8210:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   8211: 
                   8212:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   8213:          optimisations for increacing version number more dramatically :)
                   8214: 
                   8215:        * src/classes/date.C: - little refactoring: use constructor which
                   8216:          accepts formated string
                   8217: 
                   8218:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   8219:          which can print formatted string was added
                   8220: 
                   8221: 2009-05-14  misha
                   8222: 
                   8223:        * src/include/pa_string.h: - type was fixed
                   8224: 
                   8225:        * src/: classes/hashfile.C, classes/op.C,
                   8226:          include/pa_cache_managers.h, include/pa_charset.h,
                   8227:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   8228:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   8229:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   8230:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   8231:          main/pa_charsets.C, main/pa_string.C,
                   8232:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   8233:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8234:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   8235:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   8236:          (seaches should be faster now)
                   8237: 
                   8238:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8239:          classes/string.C, classes/table.C, include/pa_string.h,
                   8240:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   8241:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   8242:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   8243:          types/pa_vrequest.C: - String constructors don't have that stupid
                   8244:          true/false param which means 'tainted'. they accept lang instead.
                   8245: 
                   8246:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   8247:          with OPTIMIZE_RESULT
                   8248: 
                   8249:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   8250:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   8251: 
                   8252: 2009-05-13  misha
                   8253: 
                   8254:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   8255:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   8256:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8257:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   8258:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   8259:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   8260:          include/pa_string.h, classes/date.C, classes/file.C,
                   8261:          classes/hash.C, classes/image.C, classes/string.C,
                   8262:          classes/table.C, classes/xdoc.C: - result optimisation -
                   8263:          helper_length parameter removed from string constructors
                   8264: 
                   8265: 2009-05-11  misha
                   8266: 
                   8267:        * tests/209.html: - tests for ^hash::create[hash] were added
                   8268: 
                   8269:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   8270:          ^memory:compact[] were added
                   8271: 
                   8272:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   8273:          log10 were added
                   8274: 
                   8275:        * tests/206.html: - test for try with finally was added
                   8276: 
                   8277: 2009-05-10  misha
                   8278: 
                   8279:        * tests/205.html: - test for ^file::create[...] was added
                   8280: 
                   8281:        * tests/204.html: - test for ^response:clear[] was added
                   8282: 
                   8283:        * tests/038.html: - tests for trigonometric functions were added
                   8284: 
                   8285:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   8286:          added - more tests for .add, .sub, .union, .intersects and
                   8287:          .intersections
                   8288: 
                   8289:        * tests/065.html: - test for ^file:dirname was added
                   8290: 
                   8291:        * tests/030.html: - test for $cookie:fields was added
                   8292: 
                   8293:        * tests/203.html: - test for ^h._keys[column name] was added
                   8294: 
                   8295:        * tests/201.html: - tests for .trim were added
                   8296: 
                   8297:        * tests/202.html: - tests for last-day,
                   8298:          date:calendar[type](YYYY;MM;DD) were added
                   8299: 
                   8300:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   8301:          .offset[type](N) were added
                   8302: 
                   8303:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   8304:          and .pos[c](N) were added
                   8305: 
                   8306:        * tests/141.html: - test for math:sha1 was added
                   8307: 
                   8308:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   8309: 
                   8310: 2009-05-09  misha
                   8311: 
                   8312:        * src/main/compile.y: - rollback
                   8313: 
                   8314: 2009-05-05  misha
                   8315: 
                   8316:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   8317:          replaced by is_empty()
                   8318: 
                   8319:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   8320:          optimisation: somewhere length() was replaced by is_empty()
                   8321: 
                   8322:        * src/classes/table.C: - little optimisation: somewhere length()
                   8323:          was replaced by is_empty()
                   8324: 
                   8325:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   8326:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   8327:          optimisation: somewhere length() was replaced by is_empty()
                   8328: 
                   8329: 2009-05-04  misha
                   8330: 
                   8331:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8332:          types/pa_vstateless_class.h, main/execute.C,
                   8333:          include/pa_request.h, classes/hash.C, classes/op.C,
                   8334:          classes/table.C: - more optimisations were added: some operators
                   8335:          don't switch write context anylonger
                   8336: 
                   8337: 2009-05-01  misha
                   8338: 
                   8339:        * src/main/compile.y: - slightly more opcode optimisations for
                   8340:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   8341: 
                   8342:        * src/main/execute.C: - simplifying process for getters
                   8343: 
                   8344: 2009-04-30  misha
                   8345: 
                   8346:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   8347: 
                   8348:        * tests/results/199.processed: - test for checking $result into
                   8349:          ^rem was added
                   8350: 
                   8351:        * tests/199.html: - test for checking $result into ^rem was added
                   8352: 
                   8353:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   8354:          some OS it returns list in different order)
                   8355: 
                   8356:        * src/: include/pa_array.h, include/pa_request.h,
                   8357:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   8358:          changes in stack impl - get_element() optimisation: 3rd param
                   8359:          removed - bugfix: problems with reading empty input param -
                   8360:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   8361: 
                   8362:        * tests/results/198.processed: - test for reading empty local var
                   8363:          was added
                   8364: 
                   8365:        * tests/198.html: - test for reading empty local var was added
                   8366: 
                   8367: 2009-04-29  misha
                   8368: 
                   8369:        * src/main/compile.y: - bugfix: couldn't compile because
                   8370:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   8371: 
                   8372:        * src/: include/pa_array.h, include/pa_opcode.h,
                   8373:          include/pa_request.h, main/compile.y, main/execute.C,
                   8374:          main/pa_request.C, types/pa_vmethod_frame.C,
                   8375:          types/pa_vmethod_frame.h: - we can work without opcode
                   8376:          OP_STORE_PARAM, so it was removed
                   8377: 
                   8378: 2009-04-28  misha
                   8379: 
                   8380:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   8381:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   8382:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   8383:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   8384:          4.
                   8385:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   8386: 
                   8387:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   8388: 
                   8389:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   8390:          is_empty()
                   8391: 
                   8392: 2009-04-27  misha
                   8393: 
                   8394:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   8395: 
                   8396: 2009-04-24  misha
                   8397: 
                   8398:        * src/classes/string.C: - ups. typo fixed
                   8399: 
                   8400:        * src/main/execute.C: - more replacements '*new VBool' to
                   8401:          'VBool::get' - checks for ^break[], ^continue[] and
                   8402:          parser.interrupted were optimised
                   8403: 
                   8404:        * src/classes/string.C: - number of params.count() calls was
                   8405:          slightly reduced
                   8406: 
                   8407: 2009-04-23  misha
                   8408: 
                   8409:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8410:          make it x64 friendly
                   8411: 
                   8412:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8413:          parser is x64 friendly now
                   8414: 
                   8415: 2009-04-22  misha
                   8416: 
                   8417:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   8418:          exceeding record size was added
                   8419: 
                   8420:        * src/classes/file.C: - use vregex object instead of direct calls
                   8421:          methods from pcre lib
                   8422: 
                   8423:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   8424:          classes/string.C: - use vregex object instead of direct calls
                   8425:          methods from pcre lib
                   8426: 
                   8427:        * src/: include/pa_common.h, main/pa_common.C: - method
                   8428:          print_pcre_exec_error_text was moved to class vregex
                   8429: 
                   8430:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   8431:          was added
                   8432: 
                   8433:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   8434:          - class vregex was added
                   8435: 
                   8436: 2009-04-21  misha
                   8437: 
                   8438:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   8439: 
                   8440:        * src/: types/pa_junction.h, types/pa_value.C,
                   8441:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   8442:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   8443:          junction-optimisation (destructors)
                   8444: 
                   8445:        * src/include/pa_array.h: - free under if now
                   8446: 
                   8447: 2009-04-19  misha
                   8448: 
                   8449:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   8450: 
                   8451: 2009-04-18  misha
                   8452: 
                   8453:        * src/include/pa_version.h:
                   8454:          :q :
                   8455: 
                   8456:          CV:
                   8457:          ----------------------------------------------------------------------
                   8458: 
                   8459:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   8460:          refactoring
                   8461: 
                   8462:        * src/: include/pa_array.h, include/pa_hash.h,
                   8463:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   8464: 
                   8465:        * src/include/pa_memory.h: - define for using destructors was added
                   8466: 
                   8467:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8468:          main/execute.C: - some junctions will be cached now
                   8469: 
                   8470:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   8471: 
                   8472:        * src/include/pa_array.h: - inline was added to destructor
                   8473: 
                   8474:        * src/types/pa_method.h: - comment was changed
                   8475: 
                   8476: 2009-04-17  misha
                   8477: 
                   8478:        * src/: include/pa_array.h, include/pa_hash.h,
                   8479:          types/pa_vmethod_frame.h: - destructors were added
                   8480: 
                   8481:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   8482:          renamed to always_use_result
                   8483: 
                   8484:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   8485:          compiler: full backward compatibility is better
                   8486: 
                   8487:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   8488:          result in var's hash
                   8489: 
                   8490:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8491:          optimisation in method_frame
                   8492: 
                   8493:        * src/include/pa_array.h: - optimisation in array (allocate
                   8494:          elements only when needed)
                   8495: 
                   8496:        * src/types/pa_vresponse.C: - check for $response:headers field
                   8497:          before looking at custom fields
                   8498: 
                   8499:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   8500:          not needed to check existance var with name 'result' in var's
                   8501:          hash
                   8502: 
                   8503:        * src/main/compile.y: - compiler was changed: now it detects
                   8504:          writings to $result and set flag writo_to_result in method
                   8505: 
                   8506:        * src/classes/string.C: - little optimisation: no needed to write
                   8507:          number with lang
                   8508: 
                   8509:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   8510:          used for read utf8-strings were renamed - is_escaped was renamed
                   8511:          to isEscaped (to the same name convention)
                   8512: 
                   8513:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   8514:          write_to_result added. compiler get this info from code.
                   8515: 
                   8516: 2009-04-16  misha
                   8517: 
                   8518:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   8519:          String only before 1st write
                   8520: 
                   8521:        * src/include/pa_string.h: - not needed template removed
                   8522: 
                   8523:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   8524:          types/pa_vjunction.C, types/pa_vproperty.C,
                   8525:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   8526:          main/pa_request.C, classes/bool.C, classes/double.C,
                   8527:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   8528:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   8529:          bool objects)
                   8530: 
                   8531: 2009-04-15  misha
                   8532: 
                   8533:        * src/lib/cord/cordxtra.c: - more optimisation
                   8534: 
                   8535:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   8536:          optimisation
                   8537: 
                   8538:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   8539:          then get and can sometime be used)
                   8540: 
                   8541:        * src/main/pa_string.C: - String::length optimisation
                   8542: 
                   8543:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   8544:          these methods read different strings
                   8545: 
                   8546:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8547:          fresult_initial_void removed + some optimisation - if $result
                   8548:          defined we don't write to context anymore
                   8549: 
                   8550:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   8551:          need just skip char)
                   8552: 
                   8553:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8554:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   8555:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   8556: 
                   8557:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   8558:          instance
                   8559: 
                   8560: 2009-04-11  misha
                   8561: 
                   8562:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   8563: 
                   8564:        * tests/197.html: - test for parser://test in xml was added
                   8565: 
                   8566:        * src/classes/string.C: - small optimisation
                   8567: 
                   8568:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   8569:          optimisation
                   8570: 
                   8571: 2009-04-10  misha
                   8572: 
                   8573:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   8574:          to pcre-7.8
                   8575: 
                   8576:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   8577: 
                   8578:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   8579:          added
                   8580: 
                   8581:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   8582:          $request:CLASS_NAME were added
                   8583: 
                   8584:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   8585:          were added
                   8586: 
                   8587:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   8588:          $env:CLASS_NAME were added
                   8589: 
                   8590:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   8591:          '@todo' now
                   8592: 
                   8593:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   8594:          compirer
                   8595: 
                   8596:        * src/main/pa_string.C: - little code cleanup
                   8597: 
                   8598:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   8599:          during PCRE compile/execute
                   8600: 
                   8601:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   8602:          normalizing todo-comments: '@todo' now
                   8603: 
                   8604:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   8605: 
                   8606:        * src/main/pa_charset.C: - type changed for making compiler happy
                   8607: 
                   8608: 2009-03-10  misha
                   8609: 
                   8610:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   8611:          in main()
                   8612: 
                   8613: 2009-02-01  misha
                   8614: 
                   8615:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   8616:          boundary
                   8617: 
                   8618: 2009-01-25  misha
                   8619: 
                   8620:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   8621: 
                   8622:        * src/classes/file.C: - more changes for parsing different number
                   8623:          of params for file::load
                   8624: 
                   8625:        * tests/193.html: - tests for exception while base64-decode binary
                   8626:          to string was added
                   8627: 
                   8628:        * tests/192.html: - tests for file::load with different number of
                   8629:          options
                   8630: 
                   8631:        * src/classes/math.C: - ups. forgot '+1'
                   8632: 
                   8633:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   8634:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   8635:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   8636:          (new option $.encode[multipart-form/data] should be specified) -
                   8637:          $.method[] option for file::load now is not case-sensitive
                   8638: 
                   8639:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   8640:          new taint language L_FILE_POST was added
                   8641: 
                   8642:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   8643:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   8644:          stuff was moved to separate files
                   8645: 
                   8646: 2009-01-23  misha
                   8647: 
                   8648:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   8649:          spaces to tabs were converted
                   8650: 
                   8651: 2009-01-12  misha
                   8652: 
                   8653:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   8654:          now
                   8655: 
                   8656:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   8657:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   8658:          their names
                   8659: 
                   8660:        * src/main/pa_common.C: - changes in formating
                   8661: 
                   8662:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   8663:          their names
                   8664: 
                   8665:        * src/include/pa_http.h: - some spaces were converted to tabs
                   8666: 
                   8667:        * src/include/pa_common.h: - some constants changed their names
                   8668: 
                   8669:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   8670:          little code rewriting
                   8671: 
                   8672:        * src/types/pa_vfile.C: - little code rewriting
                   8673: 
                   8674:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   8675:          types/pa_value.h: - some formating changes
                   8676: 
                   8677:        * src/include/pa_common.h: - some formating spaces transformed to
                   8678:          tabs
                   8679: 
                   8680:        * src/classes/string.C: - exception while base64-decode binary to a
                   8681:          string
                   8682: 
                   8683: 2009-01-11  misha
                   8684: 
                   8685:        * configure.in: - version changed to 3.3.1b
                   8686: 
                   8687: 2008-09-05  misha
                   8688: 
                   8689:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   8690:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   8691: 
                   8692: 2008-09-04  misha
                   8693: 
                   8694:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   8695:          anymore
                   8696: 
                   8697:        * src/classes/op.C: - exception with 'invalid taint language' not
                   8698:          typeless anylonger
                   8699: 
                   8700:        * src/classes/image.C: - some exceptions while operations with
                   8701:          image not typeless anymore
                   8702: 
                   8703:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   8704:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   8705:          operations with files not typeless anymore
                   8706: 
                   8707:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   8708:          types/pa_vdate.h: - exceptions while checking date range not
                   8709:          typeless anymore
                   8710: 
                   8711:        * src/include/pa_exception.h: - exception type string for invalid
                   8712:          date range was added
                   8713: 
                   8714: 2008-09-03  misha
                   8715: 
                   8716:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   8717:          operations not typeless anymore
                   8718: 
                   8719:        * src/include/pa_exception.h: - exception type for pce operations
                   8720:          was added
                   8721: 
                   8722:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   8723:          and .CLASS_NAME insite classes
                   8724: 
                   8725:        * src/classes/table.C: - don't save table header whiile
                   8726:          ^table.save[append;filename] if file exists
                   8727: 
                   8728: 2008-09-02  misha
                   8729: 
                   8730:        * src/main/compile.y, src/main/compile_tools.h,
                   8731:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   8732:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   8733:          renamed to partial and it login changed: we must mark class as
                   8734:          partial for allow their modifications in future.
                   8735: 
                   8736: 2008-08-29  misha
                   8737: 
                   8738:        * tests/results/022.processed: - testing taint[regex] in mask for
                   8739:          file:list
                   8740: 
                   8741:        * tests/022.html: - testing taint[regex] in mask for file:list
                   8742: 
                   8743:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   8744:          for file:list was added
                   8745: 
                   8746:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   8747:          file:list
                   8748: 
                   8749: 2008-08-26  misha
                   8750: 
                   8751:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   8752:          last derived object
                   8753: 
                   8754:        * src/classes/image.C: - many strings "image.format" replaced by
                   8755:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   8756:          understand some more exif tags
                   8757: 
                   8758:        * src/include/pa_exception.h: - string "image.format" was added
                   8759: 
                   8760: 2008-08-21  misha
                   8761: 
                   8762:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   8763:          pcre_exec text error
                   8764: 
                   8765:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   8766:          added
                   8767: 
                   8768:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   8769:          text error was added
                   8770: 
                   8771: 2008-08-19  misha
                   8772: 
                   8773:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   8774:          namespace while debug execution as well
                   8775: 
                   8776:        * tests/: 015.html, results/015.processed: - test for escaping some
                   8777:          parser chars was added
                   8778: 
                   8779: 2008-08-18  misha
                   8780: 
                   8781:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   8782:          $caller.self.field + default getter in one class was added
                   8783: 
                   8784:        * tests/: 189.html, results/189.processed: - test for
                   8785:          ^date::create[date object]
                   8786: 
                   8787:        * tests/: 188.html, results/188.processed: - tests for match with
                   8788:          UTF-8 strings
                   8789: 
                   8790:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   8791:          ^string.match[]
                   8792: 
                   8793:        * ChangeLog: - parser 3.3.0 beta13
                   8794: 
                   8795: 2008-08-15  misha
                   8796: 
1.116     moko     8797:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   8798:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   8799:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   8800:          dftables.c: - old PCRE files removed
1.95      moko     8801: 
                   8802:        * src/lib/pcre/config.h: - configuration for PCRE library
                   8803: 
                   8804:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8805:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   8806: 
                   8807:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   8808:          library and set flag UTF8 if $request:charset is UTF-8
                   8809: 
                   8810:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   8811:          include/pa_config_fixed.h: - moved to new PCRE library
                   8812: 
                   8813:        * src/: main/main.vcproj, types/types.vcproj,
                   8814:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   8815:          win32\pcre instead of parser3\src\lib\pcre
                   8816: 
                   8817:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   8818:          main/compile.C, main/compile.y, main/compile_tools.C,
                   8819:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   8820:          opcodes were moved to separate namespace
                   8821: 
                   8822: 2008-08-14  misha
                   8823: 
                   8824:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   8825: 
                   8826:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   8827:          tainting
                   8828: 
                   8829: 2008-08-11  misha
                   8830: 
                   8831:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   8832:          $caller.self, $caller.self.field and $caller.self.field[value]
                   8833:          were added
                   8834: 
                   8835:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   8836:          runtime as well (for $caller.self)
                   8837: 
                   8838: 2008-07-25  misha
                   8839: 
                   8840:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   8841:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   8842:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   8843:          tests with international characters
                   8844: 
                   8845: 2008-07-23  misha
                   8846: 
                   8847:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   8848:          file::load[...;http://
                   8849: 
                   8850:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   8851:          now everywhere in separate namespace
                   8852: 
                   8853:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   8854:          for vars
                   8855: 
                   8856:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   8857:          can be escaped by '^'
                   8858: 
                   8859: 2008-07-22  misha
                   8860: 
                   8861:        * src/classes/string.C, tests/186.html: - names changes:
                   8862:          escape=>js-escape, unescape=>js-unescape
                   8863: 
                   8864: 2008-07-21  misha
                   8865: 
                   8866:        * tests/results/186.processed: - test for string escape/unescape
                   8867: 
                   8868:        * tests/186.html: - test for string escape/unescape
                   8869: 
                   8870:        * src/classes/string.C: - string has escape and unescape methods
                   8871:          now
                   8872: 
                   8873:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   8874:          added
                   8875: 
                   8876:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   8877:          method-layers added (with different params)
                   8878: 
                   8879: 2008-07-18  misha
                   8880: 
                   8881:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   8882:          was added
                   8883: 
                   8884:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   8885: 
                   8886:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   8887:          ^string.pos[substr](offset) -- 2nd param accepted now
                   8888: 
                   8889:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   8890:          strings
                   8891: 
                   8892: 2008-07-17  misha
                   8893: 
                   8894:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8895:          helper length added for mid for small optimisation
                   8896: 
                   8897: 2008-07-16  misha
                   8898: 
                   8899:        * tests/: 185.html, results/185.processed: - tests for
                   8900:          length/left/right/mid/pos with utf-8 strings
                   8901: 
                   8902:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   8903:          utf-8 strings
                   8904: 
                   8905:        * src/main/untaint.C: - comments removed
                   8906: 
                   8907:        * src/: include/pa_string.h, main/pa_string.C,
                   8908:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   8909:          with pos/mid for strings in utf-8 were added
                   8910: 
                   8911: 2008-07-15  misha
                   8912: 
                   8913:        * tests/: 184.html, results/184.processed: - test for case body as
                   8914:          expression: $var(^switch(1){^case(1)(true)..})
                   8915: 
                   8916:        * src/classes/op.C: - case body can be expression now:
                   8917:          $var(^switch(1){^case(1)(true)..})
                   8918: 
                   8919:        * tests/: results/183.processed, 183.html: - added test for testing
                   8920:          new cookie encoding (%uXXXX)
                   8921: 
                   8922:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   8923:          decoding for backward compatibility they decoded from %XX in
                   8924:          request:charset too
                   8925: 
                   8926:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   8927:          - cookie class now decode cookies before first access after last
                   8928:          request:charset changing (as form class).
                   8929: 
                   8930:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   8931:          as %uXXXX - before transcode calculate required space for dest
                   8932:          string. it reduce mem usage for transcode
                   8933: 
                   8934:        * src/include/pa_charset.h: - added method escape for escaping
                   8935:          cookies as %uXXXX
                   8936: 
                   8937:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   8938:          was added. will used for escaping cookies as %uXXXX
                   8939: 
                   8940:        * src/include/pa_common.h: - escape method has new option for skip
                   8941:          converting '+' to a space char
                   8942: 
                   8943:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   8944:          transcode - escape method has new option for skip converting '+'
                   8945:          to a space char
                   8946: 
                   8947: 2008-07-08  misha
                   8948: 
                   8949:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   8950:          (no UE if more then 1 case matches anylonger) - optimization:
                   8951:          doing searching.as_string() || searching.as_double() only once
                   8952: 
                   8953: 2008-07-04  misha
                   8954: 
                   8955:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   8956:          now ^date::create[date object] works
                   8957: 
                   8958:        * src/classes/string.C: - left and right added as aliases for start
                   8959:          and end in ^string.trim[]
                   8960: 
                   8961: 2008-07-03  misha
                   8962: 
                   8963:        * src/classes/file.C: - allow $.limit for file::sql as well
                   8964: 
                   8965:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   8966:          send limit=1 to query for use sql specifics authomatically
                   8967: 
                   8968:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   8969:          if $.limit value if empty. autoconvert it as everywere
                   8970: 
                   8971: 2008-07-02  misha
                   8972: 
                   8973:        * configure.in: - time to change version number to 3.3.0 %-)
                   8974: 
                   8975:        * src/include/pa_version.h: - time to change version number to
                   8976:          3.3.0 %-)
                   8977: 
                   8978: 2008-06-26  misha
                   8979: 
                   8980:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8981:          $.limit(0) fixes
                   8982: 
                   8983:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   8984:          - $.limit(0) fixes
                   8985: 
                   8986:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   8987:          new API)
                   8988: 
                   8989:        * src/: include/pa_sql_driver_manager.h,
                   8990:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   8991:          classes/op.C: - document_root added
                   8992: 
                   8993:        * src/main/compile.tab.C: - error message was changed
                   8994: 
                   8995: 2008-06-25  misha
                   8996: 
                   8997:        * src/main/compile.y: - error message was changed
                   8998: 
                   8999: 2008-06-24  misha
                   9000: 
                   9001:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   9002: 
                   9003:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   9004:          tests for @OPTIONS\nappend
                   9005: 
                   9006:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   9007: 
                   9008:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   9009: 
                   9010:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   9011: 
                   9012:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   9013:          compile.y
                   9014: 
                   9015: 2008-06-17  misha
                   9016: 
                   9017:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   9018:          compilation: ^if(default){true. it's incorrect. must be
                   9019:          exception}
                   9020: 
                   9021: 2008-06-16  misha
                   9022: 
                   9023:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   9024:          checking external reference loading with 'http://localhost'
                   9025:          prefix while creating xdoc
                   9026: 
                   9027:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   9028:          ^math:long2ip[] and ^math:ip2long[]
                   9029: 
                   9030:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   9031:          added which use scalar stateless class method when user object
                   9032:          used in scalar context - use get_scalar_value when user object
                   9033:          requested in scalar context
                   9034: 
                   9035:        * src/main/pa_common.C: - size must be int but not size_t or we
                   9036:          can't compare with 0 sprintf result
                   9037: 
                   9038:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9039:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   9040:          with internal switch between local/global vars
                   9041: 
                   9042:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   9043:          specified
                   9044: 
                   9045:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   9046:          pa_vstateless_object.h: - stateless class and object now has
                   9047:          private scalar field and getter/setter for working with it
                   9048: 
                   9049:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   9050:          moved to inet static class
                   9051: 
                   9052:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   9053:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   9054: 
                   9055:        * tests/: 180.html, results/180.processed: - tests for
                   9056:          ^math:long2ip(long) and ^math:ip2long[IP]
                   9057: 
                   9058:        * src/classes/math.C: - ^math:ip2long[IP] added
                   9059: 
                   9060: 2008-06-11  misha
                   9061: 
                   9062:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   9063:          need cut BOM code and remove DOS newline chars. but don't
                   9064:          transcode it anyway.
                   9065: 
                   9066:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   9067:          main/pa_http.C: - option for disable transcoding while file_read
                   9068:          and file_read_text added
                   9069: 
                   9070: 2008-06-10  misha
                   9071: 
                   9072:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   9073:          classes in 1 file
                   9074: 
                   9075:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   9076:          classes now.
                   9077: 
                   9078:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   9079:          classes now. internals.
                   9080: 
                   9081:        * src/main/pa_request.C: - compile return list of classes now. try
                   9082:          call @conf and @auto for each returned class
                   9083: 
                   9084:        * src/include/pa_request.h: - compile return list of classes now
                   9085: 
                   9086:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   9087:          return list of classes when compile buf)
                   9088: 
                   9089: 2008-06-07  misha
                   9090: 
                   9091:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   9092:          param -- form
                   9093: 
                   9094:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   9095:          3rd param: form. needed for get post_charset
                   9096: 
                   9097:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   9098:          added
                   9099: 
                   9100:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   9101:          types/pa_vform.C, types/pa_vform.h: - some polish
                   9102: 
                   9103: 2008-06-06  misha
                   9104: 
                   9105:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   9106:          charset and decode chars from it but not from response:charset
                   9107: 
                   9108:        * src/main/pa_http.C: - detect_charset moved out of here
                   9109: 
                   9110:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   9111:          methods moved here - unescape_chars accepn one charset now
                   9112: 
                   9113:        * src/main/pa_http.C: - new constants used - don't allow
                   9114:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   9115:          charset info while ^file::load[;http://;$.method[POST]] - option
                   9116:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   9117:          disabling charset during post
                   9118: 
                   9119:        * src/types/pa_vform.C: - new constants used
                   9120: 
                   9121:        * src/include/pa_common.h: - some constants were added
                   9122: 
                   9123:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   9124:          instead of StrEqNc
                   9125: 
                   9126:        * src/main/pa_common.C: - new method for caseless search
                   9127:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   9128: 
                   9129:        * src/include/pa_common.h: - new method for caseless search
                   9130:          c-substring in c-string
                   9131: 
                   9132: 2008-06-05  misha
                   9133: 
                   9134:        * tests/results/178.processed: - test for testing default getter
                   9135: 
                   9136:        * tests/178.html: - test for testing default getter
                   9137: 
                   9138:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   9139:          for test for testing default getter
                   9140: 
                   9141:        * src/main/execute.C: - default getter soul
                   9142: 
                   9143:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   9144:          requested objects' field not found
                   9145: 
                   9146:        * src/types/pa_vclass.C: - register default getter if defined - get
                   9147:          default getter if requested field not found
                   9148: 
                   9149:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   9150:          added
                   9151: 
                   9152:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9153:          pointer to default getter and methods for get/set it were added
                   9154: 
                   9155:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   9156:          auto_name field (for default getter)
                   9157: 
                   9158: 2008-06-04  misha
                   9159: 
                   9160:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   9161:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   9162:          it to libxml "as is"
                   9163: 
                   9164: 2008-06-03  misha
                   9165: 
                   9166:        * src/main/pa_common.C: - use store_Char instead of
                   9167:          transcodeCharFromUTF8
                   9168: 
                   9169:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   9170:          store_Char added, transcodeCharFromUTF8 -- removed
                   9171: 
                   9172: 2008-06-02  misha
                   9173: 
                   9174:        * tests/: results/177.processed, 177.html: - test for checking
                   9175:          .[acm]date after local ^file::load[] was added
                   9176: 
                   9177:        * tests/: results/176.processed, 176.html: - test for checking
                   9178:          @OPTION\locals + @method[vars][locals] added
                   9179: 
                   9180:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   9181: 
                   9182: 2008-05-30  misha
                   9183: 
                   9184:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   9185:          @OPTION\nlocals + @method[vars][;locals;] were added
                   9186: 
                   9187:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   9188:          moved to separate method op_code - switch from VMethodFrame to
                   9189:          VMethodFrameGlobal + VMethodFrameLocal
                   9190: 
                   9191:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   9192:          was moved to separate method op_code
                   9193: 
                   9194:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   9195:          VMethodFrame now
                   9196: 
                   9197:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   9198:          all_vars_local as well
                   9199: 
                   9200:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   9201:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   9202:          VMethodFrame were added: one (global) works as VMethodFrame
                   9203:          before and second (local) write all vars in self vars scope
                   9204: 
                   9205:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   9206: 
                   9207: 2008-05-29  misha
                   9208: 
                   9209:        * tests/: 129.html, results/129.processed: - more tests for
                   9210:          ^table.hash[]
                   9211: 
                   9212:        * src/classes/hash.C: - ^hash::sql has a new option:
                   9213:          $.type[hash|string|table] as ^table.hash[] one.
                   9214: 
                   9215:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   9216:          executed anyway after try or catch section
                   9217: 
                   9218: 2008-05-27  misha
                   9219: 
                   9220:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   9221:          must not fail if $.distinct(1) wasn't specified
                   9222: 
                   9223: 2008-05-26  misha
                   9224: 
                   9225:        * src/classes/op.C: - allow ^throw[my type]
                   9226: 
                   9227: 2008-05-22  misha
                   9228: 
                   9229:        * configure.in, configure: - version number updated to 3.2.4b
                   9230: 
                   9231:        * src/classes/: op.C, string.C: - trim format string before
                   9232:          eval/format
                   9233: 
                   9234:        * tests/: results/175.processed, 175.html: - more tests for
                   9235:          different format strings in .format[]
                   9236: 
                   9237:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   9238:          as well (not only %XX)
                   9239: 
                   9240:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   9241:          charset specified - checks for format before print number
                   9242:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   9243:          (instead of tabs) removed
                   9244: 
                   9245:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   9246:          charset specified
                   9247: 
                   9248:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   9249:          char in requested charset from utf code was added
                   9250: 
                   9251: 2008-05-19  misha
                   9252: 
                   9253:        * tests/: 174.html, results/174.processed: - test for
                   9254:          ^hashfile.cleanup[] added
                   9255: 
                   9256:        * src/classes/hashfile.C: - optimization: don't create any key or
                   9257:          value variable if it's name weren't specified
                   9258:          (^hf.foreach[;v]{...})
                   9259: 
                   9260: 2008-05-16  misha
                   9261: 
                   9262:        * src/classes/hash.C: - optimization: don't create any key variable
                   9263:          if variable name wasn't specified (^h.foreach[;v]{...})
                   9264: 
                   9265: 2008-05-15  misha
                   9266: 
                   9267:        * src/classes/op.C: - small changes
                   9268: 
                   9269:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   9270: 
                   9271:        * src/classes/hash.C: - calculate var_context once before foreach
                   9272: 
                   9273: 2008-05-14  misha
                   9274: 
                   9275:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   9276:          ^hashfile.foreach[;]{} fixed
                   9277: 
                   9278:        * src/classes/: hash.C, table.C: - little optimisation
                   9279: 
                   9280:        * src/classes/file.C: - bugfix: double absolute path while loading
                   9281:          file
                   9282: 
                   9283:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   9284:          were added
                   9285: 
                   9286:        * buildall-with-xml: - moving to libxslt 1.1.24
                   9287: 
                   9288: 2008-04-30  misha
                   9289: 
                   9290:        * src/classes/file.C: - stat file while loading (local only) so
                   9291:          .adate, .mdate and .cdate available without additional ::stat
                   9292: 
                   9293: 2008-04-28  misha
                   9294: 
                   9295:        * src/classes/file.C: - $.name and $.content-type available for
                   9296:          stated file
                   9297: 
                   9298: 2008-04-14  misha
                   9299: 
                   9300:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   9301: 
                   9302:        * src/include/pa_version.h: - new version number in head
                   9303: 
                   9304: 2008-04-10  misha
                   9305: 
                   9306:        * tests/: 080.html, results/080.processed: - cut '0' from
                   9307:          exponential part because of on diff OS it differ (20 or 020 for
                   9308:          ex)
                   9309: 
                   9310:        * tests/: 119.html, results/119.processed: - check for encoding
                   9311:          while creating xdoc
                   9312: 
                   9313: 2008-04-09  misha
                   9314: 
                   9315:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   9316: 
                   9317:        * src/main/pa_common.C: - comment added
                   9318: 
                   9319:        * src/classes/date.C: - little refactoring
                   9320: 
                   9321: 2008-04-07  misha
                   9322: 
                   9323:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   9324:          style of ^table.save[]: prepare one big string and sabe it at
                   9325:          once. it's safe on freebsd 4.x but use much more memory.
                   9326: 
                   9327:        * buildall-with-xml, buildall-without-xml: - option
                   9328:          --disable-stringstream added (under comment. use it on freebsd
                   9329:          4.x)
                   9330: 
                   9331: 2008-02-22  misha
                   9332: 
                   9333:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   9334:          specified together in file::load[;http] - get back transcoding
                   9335:          $.body[] in file::load[;http]
                   9336: 
                   9337: 2008-02-21  misha
                   9338: 
                   9339:        * src/classes/date.C: - ^date.gmt-string[] was added
                   9340: 
                   9341:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   9342:          moved to pa_common.h
                   9343: 
                   9344:        * src/include/pa_common.h: - method for output date in RFC 822
                   9345:          format moved here from pa_value.C
                   9346: 
                   9347:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   9348:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   9349: 
                   9350: 2008-02-20  misha
                   9351: 
                   9352:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   9353:          specified charset while ^file::load[...;http://...] (L_URI
                   9354:          instead of L_HTTP_HEADER) - $.cookies param available in
                   9355:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   9356:          response yet) (cookies not transcoded as common $cookies)
                   9357: 
                   9358: 2008-02-19  misha
                   9359: 
                   9360:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   9361:          $response:field values because in this case
                   9362:          $response:locateion[http://...] don't works.
                   9363: 
                   9364: 2008-02-15  misha
                   9365: 
                   9366:        * src/classes/op.C: - little refactoring
                   9367: 
                   9368:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   9369: 
                   9370:        * src/main/pa_request.C: - force taint values of $response:field
                   9371: 
                   9372: 2008-02-14  misha
                   9373: 
                   9374:        * src/main/pa_request.C: - $response:field transcoded to
                   9375:          $response:charset before escaping now
                   9376: 
                   9377:        * src/main/pa_http.C: - some outdated comments removed
                   9378: 
                   9379:        * src/classes/date.C: - lastdat -> last-day
                   9380: 
                   9381:        * src/classes/date.C: - ^date:lastday(year;month) and
                   9382:          ^date.lastday[] were added - little code refactoring - comments
                   9383:          changes
                   9384: 
                   9385:        * tests/: 159.html, results/159.processed: - test for number of
                   9386:          days in February
                   9387: 
                   9388:        * src/types/pa_value.C: - fixes in code formatting
                   9389: 
                   9390:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   9391:          and comments
                   9392: 
                   9393: 2008-02-13  misha
                   9394: 
                   9395:        * src/main/pa_common.C: - bugfix for february at leap year
                   9396: 
                   9397: 2008-01-28  misha
                   9398: 
                   9399:        * tests/: 160.html, results/160.processed: - more test for cache
                   9400:          added
                   9401: 
                   9402:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   9403:          unhandled exception
                   9404: 
                   9405: 2008-01-25  misha
                   9406: 
                   9407:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   9408:          bug when hashfile became inavailable after memory:compact)
                   9409: 
                   9410:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   9411: 
                   9412: 2008-01-22  misha
                   9413: 
                   9414:        * src/classes/table.C: - little refactiring and exception texts
                   9415:          changes in method ^table.hash[]
                   9416: 
                   9417:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   9418: 
                   9419: 2008-01-21  misha
                   9420: 
                   9421:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   9422:          file::exec/cgi
                   9423: 
                   9424:        * src/classes/file.C: - bugfix: core while processing headers if
                   9425:          executed cgi script don't return content
                   9426: 
                   9427: 2008-01-18  misha
                   9428: 
                   9429:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   9430: 
                   9431:        * src/include/pa_version.h, configure.in: - version number updated
                   9432:          to '3.2.3b'
                   9433: 
                   9434: 2007-12-28  misha
                   9435: 
                   9436:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   9437:          hash.contains
                   9438: 
                   9439: 2007-12-27  misha
                   9440: 
                   9441:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9442:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   9443:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   9444:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   9445:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9446:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   9447:          src/targets/cgi/parser3.vcproj,
                   9448:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   9449:          back to VS2003 because of Apache 1.3 module can't work if it was
                   9450:          built in VS 2005.  with cgi all file so VS2003 project files can
                   9451:          be easy converted to the new format.
                   9452: 
                   9453: 2007-12-04  misha
                   9454: 
                   9455:        * src/types/pa_vcode_frame.h: - changes in comment
                   9456: 
                   9457: 2007-11-29  misha
                   9458: 
                   9459:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   9460:          intercept strings any longer
                   9461: 
                   9462:        * tests/: 173.html, results/173.processed: - tests for
                   9463:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   9464:          but not in main code frame
                   9465: 
                   9466:        * tests/: 172.html, results/172.processed: - more tests for pass
                   9467:          objects from code frames
                   9468: 
                   9469: 2007-11-27  misha
                   9470: 
                   9471:        * tests/: 152.html, results/152.processed: - tests for converting
                   9472:          strings 'true'/'false' to bool were added
                   9473: 
                   9474:        * tests/152.html: - added checks for converting strings
                   9475:          'true'/'false' to bool
                   9476: 
                   9477:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   9478:          not only strings with numbers but with values 'true'/'false' as
                   9479:          well
                   9480: 
                   9481:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   9482:          for parser3.log increased
                   9483: 
                   9484:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   9485: 
                   9486:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   9487: 
                   9488:        * src/include/pa_types.h: - constant with buffer size for
                   9489:          parser3.log added
                   9490: 
                   9491: 2007-11-16  misha
                   9492: 
                   9493:        * tests/cat.sh: - script for tests for file::exec/cgi
                   9494: 
                   9495:        * tests/171.html: - tests for file::exec/cgi
                   9496: 
                   9497:        * tests/results/171.processed: - tests results for file::exec/cgi
                   9498: 
                   9499: 2007-11-15  misha
                   9500: 
                   9501:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   9502: 
                   9503:        * src/classes/file.C: - .body must be set before analyzing cgi
                   9504:          headers
                   9505: 
                   9506:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   9507:          only if exec/cgi return anything.
                   9508: 
                   9509: 2007-11-14  misha
                   9510: 
                   9511:        * operators.txt: - info about new text|binary option for
                   9512:          file::exec/cgi was added
                   9513: 
                   9514:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   9515:          ^file:exec[[text|binary];script;...]
                   9516: 
                   9517:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   9518:          classes/string.C, classes/table.C: - more text strings moved to
                   9519:          the one place
                   9520: 
                   9521: 2007-11-09  misha
                   9522: 
                   9523:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   9524: 
                   9525:        * ChangeLog: - $request:argv [patch from Sumo]
                   9526: 
                   9527:        * operators.txt: - $request:argv
                   9528: 
                   9529:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   9530:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   9531: 
                   9532: 2007-10-25  misha
                   9533: 
                   9534:        * buildall-with-xml, buildall-without-xml: - options preparations
                   9535:          for ./configure rewrited
                   9536: 
                   9537:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   9538:          error occure in unhandled_exception finally fixed
                   9539: 
                   9540: 2007-10-23  misha
                   9541: 
                   9542:        * tests/: 170.html, results/170.processed: - test for
                   9543:          @method[][result]
                   9544: 
                   9545:        * operators.txt: - added info about node.prefix and
                   9546:          node.namespaceURI
                   9547: 
                   9548:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   9549: 
                   9550:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   9551:          added for node and attribute
                   9552: 
                   9553: 2007-10-22  misha
                   9554: 
                   9555:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   9556: 
                   9557:        * src/main/pa_request.C: - added const content-transfer-encoding
                   9558: 
                   9559:        * src/include/pa_request.h: - added const content-transfer-encoding
                   9560:          - ups. constants must be in lowercase (for search)
                   9561: 
                   9562:        * src/types/pa_vmail.C: - more constants used -
                   9563:          content-transfer-encoding: 8bit added
                   9564: 
                   9565:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   9566: 
                   9567:        * src/include/pa_request.h: - more constants
                   9568: 
                   9569:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   9570:          ommit anymore if $.content-disposition was specified - little
                   9571:          refactoring
                   9572: 
                   9573:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   9574: 
                   9575: 2007-10-17  misha
                   9576: 
                   9577:        * operators.txt: - info about
                   9578:          table::create[nameless]{data}[>options<] was added
                   9579: 
                   9580:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   9581:          compile method don't put this method in methods table anymore.
                   9582:          in other case the parser coredumped if @unhandled_exception
                   9583:          method can't be compiled because of parser.compile error.
                   9584: 
                   9585:        * src/main/execute.C: - little code reformating
                   9586: 
                   9587:        * src/main/pa_request.C: - little code reformating - comment
                   9588:          changed
                   9589: 
                   9590: 2007-10-16  misha
                   9591: 
                   9592:        * tests/: 035.html, results/035.processed: - tests
                   9593:          table::create[]{}[options] added
                   9594: 
                   9595:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   9596:          options (only $.seperator[] yet)
                   9597: 
                   9598: 2007-10-10  misha
                   9599: 
                   9600:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   9601:          some code changes
                   9602: 
                   9603: 2007-10-02  misha
                   9604: 
                   9605:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   9606:          then three time as much. but base64 encoding method still use
                   9607:          less memory anyway.
                   9608: 
                   9609: 2007-09-17  misha
                   9610: 
                   9611:        * operators.txt: - added info about $cookie:fields
                   9612: 
                   9613:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   9614: 
                   9615:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   9616:          common
                   9617: 
                   9618:        * src/include/pa_common.h: - some stuff for use with .for_each
                   9619:          moved here
                   9620: 
                   9621:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   9622: 
                   9623: 2007-09-14  misha
                   9624: 
                   9625:        * buildall-with-xml: - new xml libs again =)
                   9626: 
                   9627: 2007-08-28  misha
                   9628: 
                   9629:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   9630:          ^string.split[...][v][column name] were added
                   9631: 
                   9632:        * tests/: 168.html, 169.html, results/168.processed,
                   9633:          results/169.processed: - tests for ^table.columns[[column name]]
                   9634:          and ^string.split[...][v][column name] were added
                   9635: 
                   9636:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   9637:          was added
                   9638: 
                   9639:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   9640:          name]]
                   9641: 
                   9642:        * src/include/pa_exception.h: - error text message for
                   9643:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   9644: 
                   9645: 2007-08-27  misha
                   9646: 
                   9647:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   9648:          body ^taint[sql][something] outside of connect
                   9649: 
                   9650:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   9651:          outside of connect
                   9652: 
                   9653:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   9654:          added (commented by default)
                   9655: 
                   9656: 2007-08-20  misha
                   9657: 
                   9658:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   9659:          was added
                   9660: 
                   9661:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   9662:          duplicated exception text strings were removed
                   9663: 
                   9664:        * src/include/pa_exception.h: - more exception text strings moved
                   9665:          here
                   9666: 
                   9667:        * src/classes/table.C: - some duplicate exceptions' text strings
                   9668:          removed
                   9669: 
                   9670:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   9671:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   9672:          removed
                   9673: 
                   9674:        * src/include/pa_exception.h: - some exception text strings movet
                   9675:          to pa_exception
                   9676: 
                   9677:        * tests/: 149.html, results/149.processed: - test for
                   9678:          ^xnode.hasAttributes[] was added - some code changes
                   9679: 
                   9680:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   9681:          added
                   9682: 
                   9683: 2007-08-17  misha
                   9684: 
                   9685:        * tests/: results/006.processed, results/059.processed, 006.html,
                   9686:          059.html: - more tests for match
                   9687: 
                   9688:        * tests/: 129.html, results/129.processed: - tests for
                   9689:          ^table.hash[...][$.type[string|hash|table]] added
                   9690: 
                   9691:        * src/targets/cgi/parser3.C: - little syntax changes
                   9692: 
                   9693:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   9694:          syntax changes
                   9695: 
                   9696:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   9697:          messages in parser3.log switched off by default. If someone
                   9698:          really still need it: use $SIGPIPE(1)
                   9699: 
                   9700: 2007-08-08  misha
                   9701: 
                   9702:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   9703:          files by default since now
                   9704: 
                   9705: 2007-08-07  misha
                   9706: 
                   9707:        * buildall-without-xml: - some option syntax changes
                   9708: 
                   9709:        * buildall-with-xml: - compile libxml2 without http support - some
                   9710:          option syntax changes
                   9711: 
                   9712:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   9713: 
                   9714: 2007-08-06  misha
                   9715: 
                   9716:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   9717: 
                   9718:        * tests/: 160.html, results/160.processed: - cache test was
                   9719:          rewrited
                   9720: 
                   9721: 2007-07-06  misha
                   9722: 
                   9723:        * tests/: 153.html, results/153.processed: - added test for
                   9724:          ^math:sha1[string]
                   9725: 
                   9726:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   9727:          transcoded
                   9728: 
                   9729:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   9730:          were added
                   9731: 
                   9732: 2007-06-28  misha
                   9733: 
                   9734:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   9735:          some incorrect chars
                   9736: 
                   9737: 2007-06-19  misha
                   9738: 
                   9739:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   9740:          were moved on top because of gcc 4 had a problems during
                   9741:          building.
                   9742: 
                   9743: 2007-06-18  misha
                   9744: 
                   9745:        * tests/results/019.processed: - new image commited
                   9746: 
                   9747: 2007-06-09  misha
                   9748: 
                   9749:        * src/classes/: op.C, table.C: - in while and table.select method
                   9750:          as_expression used now
                   9751: 
                   9752:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   9753: 
                   9754: 2007-06-08  misha
                   9755: 
                   9756:        * tests/: 166.html, results/166.processed: - test for
                   9757:          ^match[...][n]
                   9758: 
                   9759:        * tests/: 165.html, results/165.processed: - tests for loops
                   9760: 
                   9761:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   9762:          because of no speed/memory optimisation but some proglems with
                   9763:          long cycles occure
                   9764: 
                   9765: 2007-06-06  misha
                   9766: 
                   9767:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   9768:          ^table.select(true) and ^table.select(1) didn't works because of
                   9769:          awaiting junction-param only. fixed.
                   9770: 
                   9771: 2007-05-24  misha
                   9772: 
                   9773:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   9774:          with 0.5 secs interval
                   9775: 
                   9776:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   9777:          locking system now on unix
                   9778: 
                   9779:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   9780:          system locks which wait till other threads release it but try get
                   9781:          lock, if fail wait 1 sec and make 10 attempts.
                   9782: 
                   9783:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   9784:          were added
                   9785: 
                   9786:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   9787:          opening files
                   9788: 
                   9789:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   9790:          after our classes on unix it can't be build
                   9791: 
                   9792:        * src/types/pa_vhashfile.C: - not needed code removed
                   9793: 
                   9794: 2007-05-23  misha
                   9795: 
                   9796:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   9797:          include/pa_common.h: - cosmetic changes
                   9798: 
                   9799: 2007-05-18  misha
                   9800: 
                   9801:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   9802:          often. it's give some speed increasing
                   9803: 
                   9804:        * tests/results/160.processed: - returned time corrected
                   9805: 
                   9806:        * tests/160.html: - time increased because on unix 1 mean nothing
                   9807:          :(
                   9808: 
                   9809:        * operators.txt: - added info about ^hash.contain[key]
                   9810: 
                   9811:        * src/classes/hash.C: - added ^hash.contain[key]
                   9812: 
                   9813:        * src/include/pa_hash.h: - added method for checking key exists in
                   9814:          hash
                   9815: 
                   9816: 2007-05-07  misha
                   9817: 
                   9818:        * src/include/pa_string.h: - was compilation error during build on
                   9819:          freebsd4
                   9820: 
                   9821: 2007-05-03  misha
                   9822: 
                   9823:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   9824:          for ^table.hash[]
                   9825: 
                   9826:        * src/classes/file.C: - comment removed
                   9827: 
                   9828: 2007-04-26  misha
                   9829: 
                   9830:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   9831:          real files doesn't opened in place anymore
                   9832: 
                   9833: 2007-04-24  misha
                   9834: 
                   9835:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   9836: 
                   9837:        * src/include/pa_exception.h: "static" removed
                   9838: 
                   9839: 2007-04-23  misha
                   9840: 
                   9841:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   9842: 
                   9843:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   9844:          ^math:log(N)) - ^math:lg(N)
                   9845: 
                   9846:        * tests/: 097.html, results/097.processed: - charsets converstion
                   9847:          during ^file::load[text;http://...] added
                   9848: 
                   9849:        * tests/: 164.html, results/164.processed: - check for set expires
                   9850:          as a date
                   9851: 
                   9852:        * tests/: 164.html, results/164.processed: - test for hashfile
                   9853: 
                   9854:        * src/classes/hashfile.C: - little comment changes
                   9855: 
                   9856:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   9857:          access
                   9858: 
                   9859:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   9860:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   9861:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   9862:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   9863:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   9864:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9865:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   9866:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   9867:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   9868:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   9869:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   9870:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9871:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   9872:          "parser.runtime" strings were removed
                   9873: 
                   9874:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   9875:          now.
                   9876: 
                   9877:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   9878: 
                   9879:        * src/include/pa_exception.h: - string constant with
                   9880:          "parser.runtime" text was added
                   9881: 
                   9882: 2007-04-20  misha
                   9883: 
                   9884:        * operators.txt: - some comments changing
                   9885: 
                   9886:        * operators.txt: - added info about .^hashfile.release[],
                   9887:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   9888: 
                   9889:        * configure: =cheching for unsetenv
                   9890: 
                   9891:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   9892:          ^hashfile.release[] were added
                   9893: 
                   9894:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   9895:          ^string.match[][] understand new option now: return number of
                   9896:          matches but not table wit results
                   9897: 
                   9898:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   9899:          reopen now
                   9900: 
                   9901:        * src/classes/op.C: - bug. must be false
                   9902: 
                   9903:        * configure.in: - checking for unsetenv was added
                   9904: 
                   9905:        * src/types/pa_vform.C: - some comments
                   9906: 
                   9907: 2007-04-18  misha
                   9908: 
                   9909:        * buildall-with-xml: moving to libxml2-2.6.28
                   9910: 
                   9911:        * buildall-with-xml, buildall-without-xml: added commented lines
                   9912:          with --disable-safe-mode option
                   9913: 
                   9914:        * operators.txt: - info about $form:files
                   9915: 
                   9916: 2007-04-17  misha
                   9917: 
                   9918:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   9919:          $form:files was added
                   9920: 
                   9921:        * tests/: 163.html, results/163.processed: removing auto format
                   9922: 
                   9923:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   9924: 
                   9925: 2007-04-16  misha
                   9926: 
                   9927:        * tests/: 163.html, results/163.processed: - test for .int[],
                   9928:          floor, round, ceiling and .format[]
                   9929: 
                   9930:        * src/classes/file.C: - little optimization for getting args in
                   9931:          exec/cgi
                   9932: 
                   9933: 2007-04-13  misha
                   9934: 
                   9935:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   9936:          specified now as s table with one column
                   9937: 
                   9938: 2007-03-27  misha
                   9939: 
                   9940:        * tests/: 162.html, results/162.processed: - test for
                   9941:          ^table.select(^condition[$t])
                   9942: 
                   9943:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   9944: 
                   9945:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   9946: 
                   9947:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   9948:          161_windows1251.txt: - added test for
                   9949:          ^file::load[text;/local/file.txt;$.charset[...]]
                   9950: 
                   9951:        * tests/: results/013.processed, 013.html: - added test for
                   9952:          checking $._default value while hash modifications
                   9953: 
                   9954:        * tests/: 160.html, results/160.processed: - add test for
                   9955:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   9956: 
                   9957: 2007-03-22  misha
                   9958: 
                   9959:        * src/include/pa_common.h: - "charset" string defined for
                   9960:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   9961: 
                   9962:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   9963:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   9964:          added - not needed transcodes were removed from
                   9965:          ^file::load[...;http://...]
                   9966: 
                   9967:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   9968:          added
                   9969: 
                   9970:        * src/classes/date.C: - date.week was fixed
                   9971: 
                   9972:        * operators.txt: - added info about date.weekyear
                   9973: 
                   9974:        * tests/: 159.html, results/159.processed: - tests for date.week
                   9975:          and date.weekyear added
                   9976: 
                   9977: 2007-03-15  misha
                   9978: 
                   9979:        * src/classes/table.C: - enclose column numbers for nameless tables
                   9980:          as well
                   9981: 
                   9982: 2007-03-14  misha
                   9983: 
                   9984:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   9985: 
                   9986:        * src/classes/table.C: - table.save optimization: now required much
                   9987:          less memory
                   9988: 
                   9989: 2007-03-13  misha
                   9990: 
                   9991:        * tests/results/: 158.processed, 158.processes: - tests for
                   9992:          table.save/table.load
                   9993: 
                   9994:        * tests/: 158.html, results/158.processes: - tests for
                   9995:          table.save/table.load
                   9996: 
                   9997:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   9998: 
                   9999:        * buildall-with-xml: - pattern needed now for building
                   10000: 
                   10001:        * tests/results/097.processed: - added test results for xdoc::load
                   10002:          & xdoc::load[http://...]
                   10003: 
                   10004:        * tests/097.html: - added test for xdoc::load
                   10005: 
                   10006: 2007-03-12  misha
                   10007: 
                   10008:        * tests/: 107.html, results/107.processed: - added test for xpath
                   10009:          '//man'
                   10010: 
                   10011: 2007-03-01  misha
                   10012: 
                   10013:        * tests/: 097.html, results/097.processed: - added test for
                   10014:          creating xdoc from file
                   10015: 
                   10016:        * tests/: results/157.processed, 157.html: - added test for
                   10017:          file:move
                   10018: 
                   10019: 2007-02-28  misha
                   10020: 
                   10021:        * src/classes/xdoc.C: - another attempt
                   10022: 
                   10023:        * src/classes/xdoc.C: - roll back last changes for a while
                   10024: 
                   10025:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   10026: 
                   10027:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   10028: 
                   10029:        * tests/results/099.processed: - ever send content-disposition to
                   10030:          client with file
                   10031: 
                   10032:        * tests/157.html: + test for file:copy
                   10033: 
                   10034: 2007-02-26  misha
                   10035: 
                   10036:        * src/classes/file.C: - some similar strings moved to #define
                   10037:          instead of to be copy/pasted many times
                   10038: 
                   10039:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   10040:          #define
                   10041: 
                   10042: 2007-02-20  misha
                   10043: 
                   10044:        * configure.in: - added some strings for sqlite detection
                   10045: 
                   10046: 2007-02-19  misha
                   10047: 
                   10048:        * operators.txt: - some comments changes
                   10049: 
                   10050:        * buildall-with-xml, buildall-without-xml: - some modifications
                   10051: 
                   10052: 2007-02-17  misha
                   10053: 
                   10054:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   10055: 
                   10056:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   10057:          change console behaviour
                   10058: 
                   10059: 2007-02-12  misha
                   10060: 
                   10061:        * src/targets/cgi/parser3.C: - don't print headers if
                   10062:          $console:line[data] was used during cgi execution.
                   10063: 
                   10064:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   10065:          marked as 'true' if class was used.
                   10066: 
                   10067:        * tests/: 152.html, results/152.processed: - more types was added
                   10068:          to test 152
                   10069: 
                   10070:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   10071:          adding 'bool' (^if($image){} caused exception)
                   10072: 
                   10073: 2007-02-09  misha
                   10074: 
                   10075:        * tests/: 152.html, results/152.processed: - test alightly updated
                   10076: 
                   10077:        * tests/: 152.html, results/152.processed: - test rewrited
                   10078: 
                   10079:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   10080:          bugfix. I broke xdoc & xnode in expression
                   10081: 
                   10082: 2007-02-08  misha
                   10083: 
                   10084:        * tests/: 152.html, results/152.processed: - add test for checking
                   10085:          'def' for void, string, bool, int & double
                   10086: 
                   10087: 2007-02-07  misha
                   10088: 
                   10089:        * operators.txt: - ^file:base64[filespec]  was added
                   10090: 
                   10091:        * tests/results/153.processed: - result test for
                   10092:          ^file:base64[filespec]  was updated
                   10093: 
                   10094:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   10095: 
                   10096:        * src/types/pa_vconsole.h: - little optimization
                   10097: 
                   10098:        * src/classes/file.C: - ^file:base64[filespec]
                   10099: 
                   10100:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   10101: 
                   10102:        * src/include/pa_common.h: - declarations for
                   10103:          ^file:base64[filespec]
                   10104: 
                   10105:        * src/types/pa_vcookie.C: - little optimization
                   10106: 
                   10107: 2007-02-06  misha
                   10108: 
                   10109:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   10110:          were temporary commented
                   10111: 
                   10112:        * src/types/pa_vbool.h: - bugfix
                   10113: 
                   10114:        * tests/156.html: - added test for bool cookie
                   10115: 
                   10116:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   10117: 
                   10118:        * tests/: 155.html, results/155.processed: - added test for check
                   10119:          $.encloser[] option for table save/load
                   10120: 
                   10121:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   10122: 
                   10123: 2007-02-05  misha
                   10124: 
                   10125:        * tests/results/152.processed: - newline at the end was missed
                   10126: 
                   10127:        * tests/results/141.processed: - math:md5 must be lowercased
                   10128: 
                   10129:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   10130: 
                   10131: 2007-02-03  misha
                   10132: 
                   10133:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   10134:          test for bool added and some content length fixes
                   10135: 
                   10136:        * tests/152.html: - test for bool added
                   10137: 
                   10138:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   10139: 
                   10140:        * operators.txt: - info bool class was added
                   10141: 
1.116     moko     10142:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     10143:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   10144:          classes/string.C, classes/void.C, classes/xnode.C,
                   10145:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   10146:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   10147:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   10148:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10149:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   10150:          types/types.vcproj: - bool class was added
                   10151: 
                   10152:        * src/main/pa_request.C: - fix
                   10153: 
                   10154: 2007-01-18  misha
                   10155: 
                   10156:        * src/: main/pa_string.C, classes/string.C: - return table during
                   10157:          ^string.match[][] even if no matched found.
                   10158: 
                   10159: 2006-12-20  misha
                   10160: 
                   10161:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   10162:          http://www.parser.ru/forum/?id=55598 ]
                   10163: 
                   10164: 2006-12-19  misha
                   10165: 
                   10166:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   10167:          details: http://www.parser.ru/forum/?id=52359
                   10168: 
                   10169:        * src/main/pa_request.C: - always set content-disposition for
                   10170:          $response:body[hash here]. more details:
                   10171:          http://www.parser.ru/forum/?id=52130
                   10172: 
                   10173: 2006-12-07  misha
                   10174: 
                   10175:        * operators.txt: - added info about bool params in cookie set
                   10176: 
                   10177:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   10178:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   10179:          ]
                   10180: 
                   10181:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   10182:          was added
                   10183: 
                   10184: 2006-12-02  misha
                   10185: 
                   10186:        * src/classes/file.C: - file_block_read used instead of native read
                   10187: 
                   10188:        * src/main/pa_common.C: - added file_block_read with read error
                   10189:          detection - file_block_read used instead of native read
                   10190: 
                   10191:        * src/include/pa_common.h: - added file_block_read declaration
                   10192: 
                   10193: 2006-12-01  misha
                   10194: 
                   10195:        * operators.txt: - info about $var.CLASS_NAME was added
                   10196: 
                   10197:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10198:          $var.CLASS_NAME added
                   10199: 
                   10200:        * operators.txt: - added info about ^file:copy[]
                   10201: 
                   10202:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   10203: 
                   10204: 2006-11-20  misha
                   10205: 
                   10206:        * src/classes/date.C: - bug fix :)
                   10207: 
                   10208: 2006-11-17  misha
                   10209: 
                   10210:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   10211:          to static
                   10212: 
                   10213:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   10214:          small changes in crc32 calculation
                   10215: 
                   10216:        * src/classes/date.C: - not needed code was removed
                   10217: 
                   10218: 2006-11-16  misha
                   10219: 
                   10220:        * src/types/pa_vmail.C: - fix missed brakes
                   10221: 
                   10222:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   10223:          multipart/related instead of multipart/mixed if file have
                   10224:          $.content-id[]
                   10225: 
                   10226: 2006-11-15  misha
                   10227: 
                   10228:        * src/types/pa_vdouble.h: abs -> fabs
                   10229: 
                   10230: 2006-11-14  misha
                   10231: 
                   10232:        * operators.txt: - added info about ^file.md5[] and
                   10233:          ^file:md5[file-name]
                   10234: 
                   10235:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   10236:          added
                   10237: 
                   10238:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   10239:          FILE_BUFFER_SIZE
                   10240: 
                   10241:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   10242: 
                   10243:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   10244:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   10245: 
                   10246:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   10247:          values was fixed
                   10248: 
                   10249: 2006-11-13  misha
                   10250: 
                   10251:        * operators.txt: - added info about ^math:crc32[string],
                   10252:          ^file:crc32[file-name] & ^file.crc32[]
                   10253: 
                   10254:        * src/classes/math.C: - added ^math:crc32[string]
                   10255: 
                   10256:        * src/classes/file.C: - some comments were changed - added
                   10257:          ^file:crc32[file-name] and ^file.crc32[]
                   10258: 
                   10259:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   10260:          crc32 calculation added
                   10261: 
                   10262: 2006-11-03  misha
                   10263: 
                   10264:        * src/include/pa_array.h: - not needed variable removed
                   10265: 
                   10266:        * tests/: 150.html, 151.html, results/150.processed,
                   10267:          results/151.processed: - 2 tests were added
                   10268: 
                   10269:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   10270:          with $.reverse(1) were fixed
                   10271: 
                   10272:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   10273:          query converted to $.charset during ^file::load[http://...]
                   10274: 
                   10275: 2006-11-02  misha
                   10276: 
                   10277:        * src/include/pa_table.h: ups. forget '=' char
                   10278: 
                   10279:        * src/include/pa_table.h: - one more fix in
                   10280:          .locate[...][$.reverse(1)]
                   10281: 
                   10282: 2006-11-01  misha
                   10283: 
                   10284:        * src/classes/math.C: - bug fix, details:
                   10285:          http://www.parser.ru/forum/?id=53360
                   10286: 
                   10287:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   10288:          false for all records )[$.reverse(1)]
                   10289: 
                   10290:        * src/main/pa_http.C: - second param for this mid method is length
                   10291:          but not end_index so this method has error and can't detect
                   10292:          charsets in next content-types: Content-type: text/html;
                   10293:          charset="windows-1251" Content-type: text/html;
                   10294:          charset="windows-1251"; Content-type: text/html;
                   10295:          charset=windows-1251;
                   10296: 
                   10297:          only Content-type: text/html; charset=windows-1251 was fine
                   10298: 
                   10299: 2006-10-31  misha
                   10300: 
                   10301:        * src/classes/file.C: - empty args in file::exec removed now
                   10302: 
                   10303: 2006-09-03  paf
                   10304: 
                   10305:        * src/classes/file.C: proper tainting of
                   10306:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   10307: 
                   10308: 2006-06-09  paf
                   10309: 
                   10310:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   10311: 
                   10312:        * src/classes/table.C: formatting
                   10313: 
                   10314:        * src/classes/table.C: incorporated patch from misha: Sent:
                   10315:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   10316:          ignoring string options for ^table.save[]
                   10317: 
                   10318:        * src/classes/hash.C: incorporated patch from misha Sent:
                   10319:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   10320:          $hash._default disappear while
                   10321: 
                   10322:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   10323:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   10324: 
                   10325:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   10326:          PM Subject: patch for base64 in ^mail:send[] %-)
                   10327: 
                   10328: 2006-04-09  paf
                   10329: 
                   10330:        * src/main/compile.tab.C: ` change compiled
                   10331: 
                   10332:        * gnu.vcproj, operators.txt, parser3.sln,
                   10333:          src/classes/classes.vcproj, src/classes/file.C,
                   10334:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   10335:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10336:          src/classes/xnode.C, src/include/pa_array.h,
                   10337:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10338:          src/include/pa_memory.h, src/include/pa_request.h,
                   10339:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10340:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10341:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10342:          src/lib/pcre/pcre_dftables.vcproj,
                   10343:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10344:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10345:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10346:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10347:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10348:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10349:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10350:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10351:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10352:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10353:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10354:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10355:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   10356:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10357:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10358:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   10359:          ^menu, ^hash/hashfile.foreach
                   10360: 
                   10361:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10362:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10363:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10364:          src/classes/xnode.C, src/include/pa_array.h,
                   10365:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10366:          src/include/pa_memory.h, src/include/pa_request.h,
                   10367:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10368:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10369:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10370:          src/lib/pcre/pcre_dftables.vcproj,
                   10371:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10372:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10373:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10374:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10375:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10376:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10377:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10378:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10379:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10380:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10381:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10382:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10383:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10384:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10385:          tests/descript.ion: ! switched to VS2005 (projects and
                   10386:          object<info explicitly typed>.for_each(, info)) +
                   10387:          $response:field[] setting void means removing + grammar $name`
                   10388:          name stops now, for mysql `$field` + started ^break[]
                   10389:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   10390:          foreach) + all log messages += [uri=, method=, cl=]
                   10391: 
                   10392:        * buildall-with-xml: merged . ftp paths update
                   10393: 
                   10394:        * buildall-with-xml: . ftp paths update
                   10395: 
                   10396: 2006-03-04  paf
                   10397: 
                   10398:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   10399:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   10400: 
                   10401:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   10402:          Igor Zinkovsky for detailed report]
                   10403: 
                   10404: 2006-03-01  paf
                   10405: 
                   10406:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10407:          \n to ' ' in
                   10408: 
                   10409: 2006-02-18  paf
                   10410: 
                   10411:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10412:          \n to ' ' in
                   10413: 
                   10414:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   10415: 
                   10416: 2006-02-03  paf
                   10417: 
                   10418:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   10419:          base64
                   10420: 
                   10421:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   10422: 
                   10423: 2006-01-20  paf
                   10424: 
                   10425:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10426:          economy fix
                   10427: 
                   10428:        * src/classes/: table.C: merged from HEAD ! bugfix
                   10429:          ^table.save[$.encloser-s now handled properly
                   10430: 
                   10431:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   10432:          handled properly
                   10433: 
                   10434: 2006-01-19  paf
                   10435: 
                   10436:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   10437:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   10438:          helps a lot in our case: after transform we want
                   10439:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   10440: 
                   10441:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10442:          economy fix
                   10443: 
                   10444:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   10445:          activates merging of free memory blocks which helps a lot in our
                   10446:          case: after transform we want CORD(main.result)->cstr[big
                   10447:          malloc]->transcode[big malloc]
                   10448: 
                   10449: 2006-01-17  paf
                   10450: 
                   10451:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   10452:          before reading them. got rid of reallocs = became quicker and
                   10453:          less fragmentated
                   10454: 
                   10455: 2005-12-29  paf
                   10456: 
1.116     moko     10457:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   10458:          configure, configure.in, src/include/pa_version.h,
                   10459:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     10460:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   10461:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   10462:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   10463:          src/lib/ltdl/missing: . merged from 3.2.1
                   10464: 
1.116     moko     10465:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   10466:          packaged when 'make dist', so do configure companion files in
                   10467:          src/lib/ltdl
                   10468: 
                   10469:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   10470:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   10471:          missing: . now config_auto.h is created with configure [were
                   10472:          constant]
1.95      moko     10473: 
                   10474:        * INSTALL: . references to documentation and some clarification
                   10475: 
                   10476:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   10477:          indication
                   10478: 
1.116     moko     10479:        * Makefile.am: . dist+=buildall*
1.95      moko     10480: 
                   10481: 2005-12-28  paf
                   10482: 
                   10483:        * configure: . 3.2.1
                   10484: 
                   10485:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   10486:          simplify build process, see INSTALL
                   10487: 
                   10488: 2005-12-26  paf
                   10489: 
                   10490:        * configure: ver
                   10491: 
                   10492:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   10493:          version
                   10494: 
                   10495: 2005-12-21  paf
                   10496: 
                   10497:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   10498:          compiled with bison 1.875b, it reports unexpected token names
                   10499: 
                   10500: 2005-12-19  paf
                   10501: 
                   10502:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   10503:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   10504: 
                   10505:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   10506:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   10507:          src/main/main.vcproj, src/main/pa_globals.C,
                   10508:          src/targets/cgi/parser3.vcproj,
                   10509:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   10510:          configure, configure.in, src/include/pa_version.h: . killing
                   10511:          gdome [what a relief]
                   10512: 
                   10513:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   10514:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   10515:          run_parser.sh, results/001.processed, results/002.processed,
                   10516:          results/003.processed, results/004.processed,
                   10517:          results/005.processed, results/006.processed,
                   10518:          results/008.processed, results/009.processed,
                   10519:          results/010.processed, results/011.processed,
                   10520:          results/012.processed, results/013.processed,
                   10521:          results/014.processed, results/015.processed,
                   10522:          results/016.processed, results/017.processed,
                   10523:          results/018.processed, results/020.processed,
                   10524:          results/021.processed, results/022.processed,
                   10525:          results/023.processed, results/024.processed,
                   10526:          results/025.processed, results/026.processed,
                   10527:          results/027.processed, results/028.processed,
                   10528:          results/029.processed, results/030.processed,
                   10529:          results/031.processed, results/032.processed,
                   10530:          results/033.processed, results/034.processed,
                   10531:          results/035.processed, results/036.processed,
                   10532:          results/037.processed, results/038.processed,
                   10533:          results/039.processed, results/040.processed,
                   10534:          results/041.processed, results/042.processed,
                   10535:          results/043.processed, results/044.processed,
                   10536:          results/045.processed, results/046.processed,
                   10537:          results/047.processed, results/048.processed,
                   10538:          results/049.processed, results/050.processed,
                   10539:          results/051.processed, results/052.processed,
                   10540:          results/053.processed, results/054.processed,
                   10541:          results/055.processed, results/056.processed,
                   10542:          results/057.processed, results/058.processed,
                   10543:          results/059.processed, results/060.processed,
                   10544:          results/061.processed, results/062.processed,
                   10545:          results/063.processed, results/064.processed,
                   10546:          results/065.processed, results/066.processed,
                   10547:          results/067.processed, results/068.processed,
                   10548:          results/069.processed, results/070.processed,
                   10549:          results/071.processed, results/072.processed,
                   10550:          results/073.processed, results/074.processed,
                   10551:          results/075.processed, results/076.processed,
                   10552:          results/077.processed, results/078.processed,
                   10553:          results/079.processed, results/080.processed,
                   10554:          results/081.processed, results/082.processed,
                   10555:          results/083.processed, results/084.processed,
                   10556:          results/085.processed, results/086.processed,
                   10557:          results/087.processed, results/088.processed,
                   10558:          results/089.processed, results/090.processed,
                   10559:          results/091.processed, results/092.processed,
                   10560:          results/093.processed, results/094.processed,
                   10561:          results/095.processed, results/096.processed,
                   10562:          results/097.processed, results/099.processed,
                   10563:          results/100.processed, results/101.processed,
                   10564:          results/102.processed, results/104.processed,
                   10565:          results/105.processed, results/106.processed,
                   10566:          results/107.processed, results/108.processed,
                   10567:          results/109.processed, results/110.processed,
                   10568:          results/111.processed, results/112.processed,
                   10569:          results/113.processed, results/114.processed,
                   10570:          results/115.processed, results/117.processed,
                   10571:          results/119.processed, results/120.processed,
                   10572:          results/121.processed, results/122.processed,
                   10573:          results/123.processed, results/124.processed,
                   10574:          results/125.processed, results/126.processed,
                   10575:          results/127.processed, results/128.processed,
                   10576:          results/129.processed, results/130.processed,
                   10577:          results/131.processed, results/132.processed,
                   10578:          results/133.processed, results/134.processed,
                   10579:          results/135.processed, results/136.processed,
                   10580:          results/138.processed, results/139.processed,
                   10581:          results/140.processed, results/141.processed,
                   10582:          results/142.processed, results/143.processed,
                   10583:          results/144.processed, results/145.processed,
                   10584:          results/146.processed, results/147.processed,
                   10585:          results/148.processed, results/149.processed, results/auto.p: .
                   10586:          now works if we turn off default auto.p
                   10587: 
1.116     moko     10588:        * configure: . makes
1.95      moko     10589: 
                   10590:        * src/types/pa_vxnode.C: . less warnings
                   10591: 
                   10592:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   10593:          tests/145.html, tests/149.html, tests/descript.ion,
                   10594:          tests/outputs/d.cmd, tests/results/142.processed,
                   10595:          tests/results/143.processed, tests/results/144.processed,
                   10596:          tests/results/145.processed, tests/results/146.processed,
                   10597:          tests/results/147.processed, tests/results/148.processed,
                   10598:          tests/results/149.processed: . removed .nodeValue from all node
                   10599:          types other than 5 (grabbed piece from gdome)
                   10600: 
                   10601:        * tests/: 137.html, results/137.processed: . not handled this case
                   10602:          yet. code does not hang from inserting parent into child,
                   10603:          considering thing minor issue -- nodes are removed from source
                   10604:          anyway, don't know why shold that be an error after all
                   10605: 
                   10606:        * src/targets/cgi/parser3.C: . style
                   10607: 
                   10608:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   10609:          xdoc too [were barking "not element"]
                   10610: 
                   10611: 2005-12-16  paf
                   10612: 
                   10613:        * tests/: 146.html, 147.html, 148.html: . more tests
                   10614: 
                   10615:        * src/classes/xnode.C: . also bark on possible errors
                   10616: 
                   10617:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   10618:          props
                   10619: 
                   10620:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   10621:          main/compile.y: merged from HEAD ! fixed overoptimized
                   10622:          ^call(false) case. (confused it with ^call[] case)
                   10623: 
                   10624:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   10625:          ^call(false) case. (confused it with ^call[] case)
                   10626: 
                   10627:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   10628: 
                   10629:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   10630:          results/001.processed, results/002.processed,
                   10631:          results/003.processed, results/004.processed,
                   10632:          results/005.processed, results/006.processed,
                   10633:          results/008.processed, results/009.processed,
                   10634:          results/010.processed, results/011.processed,
                   10635:          results/012.processed, results/013.processed,
                   10636:          results/014.processed, results/015.processed,
                   10637:          results/016.processed, results/017.processed,
                   10638:          results/018.processed, results/019.processed,
                   10639:          results/020.processed, results/021.processed,
                   10640:          results/022.processed, results/023.processed,
                   10641:          results/024.processed, results/025.processed,
                   10642:          results/026.processed, results/027.processed,
                   10643:          results/028.processed, results/029.processed,
                   10644:          results/030.processed, results/031.processed,
                   10645:          results/032.processed, results/033.processed,
                   10646:          results/034.processed, results/035.processed,
                   10647:          results/036.processed, results/037.processed,
                   10648:          results/038.processed, results/039.processed,
                   10649:          results/040.processed, results/041.processed,
                   10650:          results/042.processed, results/043.processed,
                   10651:          results/044.processed, results/045.processed,
                   10652:          results/046.processed, results/047.processed,
                   10653:          results/048.processed, results/049.processed,
                   10654:          results/050.processed, results/051.processed,
                   10655:          results/052.processed, results/053.processed,
                   10656:          results/054.processed, results/055.processed,
                   10657:          results/056.processed, results/057.processed,
                   10658:          results/058.processed, results/059.processed,
                   10659:          results/060.processed, results/061.processed,
                   10660:          results/062.processed, results/063.processed,
                   10661:          results/064.processed, results/065.processed,
                   10662:          results/066.processed, results/067.processed,
                   10663:          results/068.processed, results/069.processed,
                   10664:          results/070.processed, results/071.processed,
                   10665:          results/072.processed, results/073.processed,
                   10666:          results/074.processed, results/075.processed,
                   10667:          results/076.processed, results/077.processed,
                   10668:          results/078.processed, results/079.processed,
                   10669:          results/080.processed, results/081.processed,
                   10670:          results/082.processed, results/083.processed,
                   10671:          results/084.processed, results/085.processed,
                   10672:          results/086.processed, results/087.processed,
                   10673:          results/088.processed, results/089.processed,
                   10674:          results/090.processed, results/091.processed,
                   10675:          results/092.processed, results/093.processed,
                   10676:          results/094.processed, results/095.processed,
                   10677:          results/096.processed, results/097.processed,
                   10678:          results/099.processed, results/101.processed,
                   10679:          results/102.processed, results/104.processed,
                   10680:          results/105.processed, results/106.processed,
                   10681:          results/107.processed, results/108.processed,
                   10682:          results/109.processed, results/110.processed,
                   10683:          results/111.processed, results/112.processed,
                   10684:          results/113.processed, results/114.processed,
                   10685:          results/115.processed, results/116.processed,
                   10686:          results/117.processed, results/118.processed,
                   10687:          results/119.processed, results/120.processed,
                   10688:          results/121.processed, results/122.processed,
                   10689:          results/123.processed, results/124.processed,
                   10690:          results/125.processed, results/126.processed,
                   10691:          results/127.processed, results/128.processed,
                   10692:          results/129.processed, results/130.processed,
                   10693:          results/131.processed, results/132.processed,
                   10694:          results/133.processed, results/134.processed,
                   10695:          results/135.processed, results/136.processed,
                   10696:          results/137.processed, results/138.processed,
                   10697:          results/139.processed, results/140.processed,
                   10698:          results/141.processed: . refreshed old tests, made them work
                   10699:          without auto.p (in utf8) . things noted: . gif got encoded
                   10700:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   10701:          some strange year)
                   10702: 
                   10703:        * INSTALL: . revived linux libgc fix
                   10704: 
                   10705:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   10706:          glib/gdome in INSTALL and patches]
                   10707: 
                   10708:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10709:          include/pa_charset.h, include/pa_config_includes.h,
                   10710:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   10711:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   10712:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   10713:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   10714:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   10715:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   10716:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10717:          types/pa_vxnode.h: . started killing gdome
                   10718: 
                   10719: 2005-12-13  paf
                   10720: 
                   10721:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   10722:          @unhandled_exception thrown another exception, print correct
                   10723:          origin (earlier code in catch of exception inside of
                   10724:          @unhandled_exception grabbed parent_frame(original_exception)
                   10725:          origin and printed it, instead of true origin)
                   10726: 
                   10727:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   10728:          another exception, print correct origin (earlier code in catch of
                   10729:          exception inside of @unhandled_exception grabbed
                   10730:          parent_frame(original_exception) origin and printed it, instead
                   10731:          of true origin)
                   10732: 
                   10733: 2005-12-09  paf
                   10734: 
                   10735:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   10736:          detection problem, due to change in gc6.4 code
                   10737: 
                   10738:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   10739:          ignored in ^string.matched :(
                   10740: 
                   10741:        * src/main/pa_string.C: ! regex tainting were ignored in
                   10742:          ^string.matched :(
                   10743: 
                   10744:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   10745:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   10746:          src/main/compile.y, src/main/compile_tools.h,
                   10747:          src/main/pa_charset.C, src/main/pa_common.C,
                   10748:          src/main/pa_globals.C, src/main/pa_string.C,
                   10749:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   10750:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   10751: 
                   10752: 2005-12-08  paf
                   10753: 
                   10754:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   10755:          500 chars now handled OK [were wrapped on 500th char according to
                   10756:          rfc, but sendmail failed to unwrap it properly]
                   10757: 
                   10758:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   10759:          handled OK [were wrapped on 500th char according to rfc, but
                   10760:          sendmail failed to unwrap it properly]
                   10761: 
                   10762:        * src/targets/isapi/parser3isapi.C: . less warnings
                   10763: 
                   10764:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   10765:          since 3.1.5
                   10766: 
                   10767:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   10768:          link fixes
                   10769: 
                   10770:        * src/: classes/date.C, include/pa_config_fixed.h,
                   10771:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   10772:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   10773:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   10774: 
                   10775:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   10776:          [in current storage scheme there's no place for them. someday we
                   10777:          can add third CORD to store origins and special version of parser
                   10778:          which stores origins there [separate binary]]
                   10779: 
                   10780: 2005-12-07  paf
                   10781: 
                   10782:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   10783: 
                   10784:        * src/include/pa_version.h: makefiles
                   10785: 
                   10786:        * src/include/pa_version.h: . not beta
                   10787: 
                   10788:        * configure, configure.in, src/include/pa_version.h: not beta
                   10789: 
                   10790: 2005-12-06  paf
                   10791: 
                   10792:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   10793:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   10794:          decided to undo the change ^call[$void] passes void. now it will
                   10795:          pass empty string again.
                   10796: 
                   10797:        * src/main/: compile.tab.C, compile.y: . version readded
                   10798: 
                   10799:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   10800:          = ^switch[void] problem
                   10801: 
                   10802: 2005-12-01  paf
                   10803: 
                   10804:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   10805:          caused ^case[string] to be coerced to double since searching
                   10806:          value were not string (it was vvoid)
                   10807: 
                   10808:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   10809:          ^case[string] to be coerced to double since searching value were
                   10810:          not string (it was vvoid)
                   10811: 
                   10812:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   10813:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   10814: 
                   10815: 2005-11-30  paf
                   10816: 
                   10817:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   10818:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   10819: 
                   10820:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   10821:          putenv("TZ="), on unix works only putenv("TZ")
                   10822: 
                   10823:        * INSTALL: . xml libs versions updated
                   10824: 
                   10825:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   10826:          claims that fixed a lot there // 20040920 for now both
                   10827:          workarounds needed. wait for new libxml/xsl versions
                   10828: 
                   10829: 2005-11-28  paf
                   10830: 
                   10831:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   10832:          columns==0
                   10833: 
                   10834:        * src/classes/table.C: ! nameless table has columns==0
                   10835: 
                   10836:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   10837:          earlier [was totally wrong]
                   10838: 
                   10839:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   10840:          wrong]
                   10841: 
                   10842: 2005-11-25  paf
                   10843: 
                   10844:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   10845:          undoing for now...
                   10846: 
                   10847:        * src/include/pa_version.h: -this reduces speed(table::load),
                   10848:          strange. undoing
                   10849: 
                   10850:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   10851: 
                   10852:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   10853: 
                   10854:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   10855:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   10856:          this speeds things up and saves memory a LOT! (not noticed
                   10857:          negative effect on syntetic tests, future will tell...)
                   10858: 
                   10859:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   10860:          changed gc_malloc implementation, which obscured profiling
                   10861: 
                   10862:        * src/classes/table.C: merged from HEAD: + optimized
                   10863:          table::load/sql, now row ArrayString-s allocated with
                   10864:          columns.count() elements and don't always grow from
                   10865:          count=3[realloc,realloc]
                   10866: 
                   10867:        * src/classes/table.C: + optimized table::load/sql, now row
                   10868:          ArrayString-s allocated with columns.count() elements and don't
                   10869:          always grow from count=3[realloc,realloc]
                   10870: 
                   10871:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   10872:          buffer after save
                   10873: 
                   10874:        * src/classes/table.C: . ^table.save unused buffer after save
                   10875: 
                   10876: 2005-11-24  paf
                   10877: 
                   10878:        * configure.in: . merged glib2-config patch
                   10879: 
                   10880:        * configure.in: + trying to find glib2-config
                   10881: 
                   10882:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10883:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   10884:          file/dir_readable to simple file/dir_exist, this would help in
                   10885:          situations "class not found because .p file has bad rights" << in
                   10886:          that case error would be explicit "access denied to 'this' file"
                   10887: 
1.116     moko     10888:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     10889: 
                   10890:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10891:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   10892:          to simple file/dir_exist, this would help in situations "class
                   10893:          not found because .p file has bad rights" << in that case error
                   10894:          would be explicit "access denied to 'this' file"
                   10895: 
                   10896:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   10897:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10898:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   10899:          ^file::exec/cgi[script;$.charset[changed]
                   10900:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10901:          encoded in $.charset charset
                   10902: 
                   10903:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   10904:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10905:          encoded in $.charset charset
                   10906: 
                   10907:        * src/: include/Makefile.am, include/pa_common.h,
                   10908:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10909:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   10910:          separate file [preparation for
                   10911:          ^file::cgi[script;$.form[$.field1[]
                   10912: 
                   10913: 2005-11-22  paf
                   10914: 
                   10915:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   10916: 
                   10917:        * acinclude.m4, configure.in: . merged underquting fixes
                   10918: 
1.116     moko     10919:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     10920: 
                   10921:        * src/classes/op.C: . overmerged a little
                   10922: 
                   10923:        * src/main/compile.tab.C: Makefile
                   10924: 
                   10925:        * src/main/: pa_common.C: . less gcc warnings
                   10926: 
                   10927:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   10928:          now reports original exception if we have no old cache
                   10929: 
                   10930:        * src/classes/op.C: + $exception.handled[cache] now reports
                   10931:          original exception if we have no old cache
                   10932: 
                   10933:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   10934:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   10935:          \^$.[]|()?*+{}
                   10936: 
                   10937:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   10938:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   10939: 
                   10940:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10941:          getenv-ed variable, which does not work both on win32&unix.
                   10942:          copied old TZ value now
                   10943: 
                   10944:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   10945:          stored pointer to getenv-ed variable, which does not work both on
                   10946:          win32&unix. copied old TZ value now
                   10947: 
                   10948:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10949:          getenv-ed variable, which does not work both on win32&unix.
                   10950:          copied old TZ value now
                   10951: 
                   10952:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   10953:          access to internal hash
                   10954: 
                   10955:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   10956:          hash
                   10957: 
                   10958:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   10959:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10960:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10961:          very large block" messages to only important onces
                   10962: 
                   10963:        * src/targets/isapi/parser3isapi.C: +
                   10964:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10965:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10966:          very large block" messages to only important onces
                   10967: 
                   10968:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   10969:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10970: 
                   10971:        * src/classes/string.C: + removed limitation on
                   10972:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10973: 
                   10974:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   10975:          with ?params or $.form option" limitation
                   10976: 
                   10977:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   10978:          $.form option" limitation
                   10979: 
                   10980:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10981:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   10982:          ^file::base64[encoded] decode
                   10983: 
                   10984:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10985:          main/pa_common.C: + ^file.base64[] encode +
                   10986:          ^file::base64[encoded] decode
                   10987: 
                   10988:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   10989:          ^string:base64[encoded] decode
                   10990: 
                   10991:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   10992:          ^string:base64[in] encode + ^string.base64[] decode
                   10993: 
                   10994: 2005-11-21  paf
                   10995: 
                   10996:        * src/classes/file.C: + merged from HEAD:
                   10997:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10998: 
                   10999:        * src/classes/file.C: +
                   11000:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11001: 
                   11002:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   11003:          differes from :download, it does not return content-disposition
                   11004:          at all now [previusely it returned valueless content-disposition]
                   11005: 
                   11006:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   11007:          :download, it does not return content-disposition at all now
                   11008:          [previusely it returned valueless content-disposition]
                   11009: 
                   11010:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   11011:          literals, reverted to just vvod, recreating empty array with each
                   11012:          void_value token. that's absolutely needed, since that array
                   11013:          grows
                   11014: 
                   11015:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11016:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11017:          types/pa_vmethod_frame.h: + merged: expression literals:
                   11018:          true/false. ^format[$.indent(true)]
                   11019: 
                   11020:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11021:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11022:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   11023:          ^format[$.indent(true)]
                   11024: 
                   11025:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11026:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11027:          i386-pc-win32)"
                   11028: 
                   11029:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11030:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11031:          i386-pc-win32)"
                   11032: 
                   11033: 2005-11-18  paf
                   11034: 
                   11035:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   11036:          null}[$.default(123)] will now return default value
                   11037: 
                   11038:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   11039:          expiration time
                   11040: 
                   11041:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   11042:          time
                   11043: 
                   11044:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   11045:          failed << Exception.problem_source pointed to local var!
                   11046: 
                   11047:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   11048:          Exception.problem_source pointed to local var!
                   11049: 
                   11050:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   11051:          now loads VFile.ptr!=0, so such files can be saved now
                   11052: 
                   11053:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   11054:          loads VFile.ptr!=0, so such files can be saved now
                   11055: 
                   11056:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   11057:          only . and .. now removed from list [were removed all .*]
                   11058: 
                   11059:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   11060:          .. now removed from list [were removed all .*]
                   11061: 
                   11062:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   11063:          open error now checked, were not :( [stole that piece from apache
                   11064:          1.3 sources]
                   11065: 
                   11066:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   11067:          checked, were not :( [stole that piece from apache 1.3 sources]
                   11068: 
                   11069:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   11070:          untainting of @main result if returned by $result or
                   11071:          $response:body
                   11072: 
                   11073:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   11074:          result if returned by $result or $response:body
                   11075: 
                   11076:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   11077:          issue: now tries to guess content-length and allocates one big
                   11078:          piece if possible [regretfully gc_realloc works as malloc+free,
                   11079:          leaving lots of holes behind]
                   11080: 
                   11081:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   11082:          fixed file load memory issue: now tries to guess content-length
                   11083:          and allocates one big piece if possible [regretfully gc_realloc
                   11084:          works as malloc+free, leaving lots of holes behind]
                   11085: 
                   11086: 2005-11-16  paf
                   11087: 
                   11088:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   11089:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   11090:          table::save with enclosers now doubles them: "->"" !
                   11091:          table::save/load do not remove elements from options hash
                   11092: 
                   11093:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   11094:          [were overoptimized ^if(double_literal), compiler confused
                   11095:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11096: 
                   11097:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   11098:          [were overoptimized ^if(double_literal), compiler confused
                   11099:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11100: 
                   11101:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   11102:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   11103:          "->"" ! table::save/load do not remove elements from options hash
                   11104: 
                   11105: 2005-11-03  paf
                   11106: 
1.116     moko     11107:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   11108:          compilation, not all makefiles liked that
1.95      moko     11109: 
                   11110: 2005-08-30  paf
                   11111: 
                   11112:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   11113: 
                   11114:        * src/classes/op.C: . speedup check of [DEFAULT]
                   11115: 
                   11116: 2005-08-26  paf
                   11117: 
                   11118:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   11119: 
                   11120:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   11121: 
                   11122:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   11123:          complains about bad!=nameless
                   11124: 
                   11125:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   11126:          about bad!=nameless
                   11127: 
                   11128:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   11129:          optional options were allowed to be empty. were checked
                   11130:          if(is_string), changed to !defined||is_string to allow void
                   11131: 
                   11132:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   11133:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   11134:          options were allowed to be empty. were checked if(is_string),
                   11135:          changed to !defined||is_string to allow void
                   11136: 
                   11137:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   11138:          as_junction where they needed as_int/double, so failed with
                   11139:          recent "(const) now no junction" optimization
                   11140: 
                   11141:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   11142:          merged ! many classes/*  used as_junction where they needed
                   11143:          as_int/double, so failed with recent "(const) now no junction"
                   11144:          optimization
                   11145: 
                   11146:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   11147:          classes/op.C, classes/string.C, classes/table.C,
                   11148:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   11149:          used as_junction where they needed as_int/double, so failed with
                   11150:          recent "(const) now no junction" optimization
                   11151: 
                   11152: 2005-08-24  paf
                   11153: 
                   11154:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   11155:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   11156:          stripped it
                   11157: 
                   11158: 2005-08-09  paf
                   11159: 
                   11160:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11161:          not cleared
                   11162: 
                   11163:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11164:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11165:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11166:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11167:          classes/response.C, classes/string.C, classes/table.C,
                   11168:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11169:          include/pa_array.h, include/pa_cache_managers.h,
                   11170:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11171:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11172:          include/pa_dictionary.h, include/pa_dir.h,
                   11173:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11174:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11175:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11176:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11177:          include/pa_sapi.h, include/pa_socks.h,
                   11178:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11179:          include/pa_stack.h, include/pa_string.h,
                   11180:          include/pa_stylesheet_connection.h,
                   11181:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11182:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11183:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11184:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11185:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11186:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11187:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11188:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11189:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11190:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11191:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11192:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11193:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11194:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11195:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11196:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11197:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11198:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   11199:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   11200:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11201:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11202:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11203:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11204:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   11205:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11206:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   11207:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   11208:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11209:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11210:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11211:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11212:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11213:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11214:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11215:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11216:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11217:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11218:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   11219: 
                   11220:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11221:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   11222:          speedup consequent checks in vmethod_frame
                   11223: 
                   11224:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11225:          not cleared
                   11226: 
                   11227:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   11228:          params: 50 max (were 10)
                   11229: 
                   11230:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   11231:          params: 50 max (were 10)
                   11232: 
                   11233:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11234:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   11235:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   11236:          empty string) ! simplified (double) speedup consequent checks in
                   11237:          vmethod_frame
                   11238: 
                   11239:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   11240:          optimized constants in expressions vstring->vdouble + optimized
                   11241:          ^call(vdouble), no junction creation, no calls later
                   11242: 
                   11243: 2005-08-08  paf
                   11244: 
                   11245:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   11246:          compile_tools.h: merged + optimized constants in expressions
                   11247:          vstring->vdouble + optimized ^call(vdouble), no junction
                   11248:          creation, no calls later
                   11249: 
                   11250:        * src/types/pa_vdouble.h: merged . double values without fractional
                   11251:          part now default printed as %.0f instead of %g
                   11252: 
                   11253:        * src/types/pa_vdouble.h: . double values without fractional part
                   11254:          now default printed as %.0f instead of %g
                   11255: 
                   11256:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   11257:          cause an exception
                   11258: 
                   11259:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   11260:          exception
                   11261: 
                   11262:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   11263:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11264:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11265:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11266:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   11267:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11268:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11269:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11270:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11271:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11272:          merged VJunction(new Junction) optimization from 3.1.4
                   11273: 
                   11274:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   11275:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   11276:          Junction(params)) to new VJunction(params), thousands of mallocs
                   11277:          removed
                   11278: 
                   11279: 2005-08-05  paf
                   11280: 
                   11281:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   11282:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   11283:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   11284:          creation, no calls later
                   11285: 
                   11286:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11287:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11288:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11289:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11290:          classes/response.C, classes/string.C, classes/table.C,
                   11291:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11292:          include/pa_array.h, include/pa_cache_managers.h,
                   11293:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11294:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11295:          include/pa_dictionary.h, include/pa_dir.h,
                   11296:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11297:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11298:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11299:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11300:          include/pa_sapi.h, include/pa_socks.h,
                   11301:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11302:          include/pa_stack.h, include/pa_string.h,
                   11303:          include/pa_stylesheet_connection.h,
                   11304:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11305:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11306:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11307:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11308:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11309:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   11310:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11311:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11312:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11313:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11314:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   11315:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11316:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11317:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11318:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11319:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11320:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11321:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11322:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11323:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11324:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11325:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11326:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11327:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   11328:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11329:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11330:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   11331:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11332:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11333:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11334:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11335:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11336:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11337:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11338:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11339:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11340:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   11341: 
                   11342:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   11343:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   11344:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11345:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   11346:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11347:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   11348:          optimized constants in expressions vstring->vdouble
                   11349: 
                   11350: 2005-07-29  paf
                   11351: 
                   11352:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   11353: 
                   11354:        * src/types/pa_vclass.C: + property getter can now be overridden
                   11355: 
                   11356:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   11357:          bug fix: static parent fields were not replaced in case
                   11358:          $derived:field[put] + property setter can now be overridden
                   11359: 
                   11360: 2005-07-28  paf
                   11361: 
                   11362:        * configure, configure.in, src/classes/classes.h,
                   11363:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   11364:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   11365:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11366:          src/classes/xnode.h, src/include/pa_hash.h,
                   11367:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     11368:          src/types/Makefile.am, src/types/pa_method.h,
                   11369:          src/types/pa_value.h, src/types/pa_vclass.C,
                   11370:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   11371:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   11372:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   11373:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   11374:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   11375:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11376:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   11377:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   11378:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   11379:          src/types/pa_vstateless_class.h,
1.95      moko     11380:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   11381:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11382:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   11383:          dynamic_fields_join
                   11384: 
                   11385:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   11386:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   11387:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11388:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11389:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11390:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11391:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11392:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11393:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   11394:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   11395:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   11396:          restored its checks in vobject.put_element->static fields |
                   11397:          dynamic properties
                   11398: 
                   11399: 2005-07-27  paf
                   11400: 
                   11401:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   11402:          is some old code containing @set_name $name
                   11403: 
                   11404:        * src/types/pa_vobject.h: . fixed warning
                   11405: 
                   11406:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     11407:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     11408: 
                   11409:        * src/: classes/xnode.C, include/pa_hash.h,
                   11410:          types/pa_vstateless_class.C: ! new asserts were all false.
                   11411:          regretfully reverted them all to checks
                   11412: 
                   11413:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11414:          classes/op.C, main/execute.C, types/pa_method.h,
                   11415:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11416:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11417:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11418:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11419:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11420:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11421:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11422:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11423:          joined_dynamic_fields: removed unused param from put_method
                   11424:          (returned to 3 params)
                   11425: 
                   11426:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   11427:          joined_dynamic_fields: dynamic get/set works with overriding
                   11428:          props [alpha2]
                   11429: 
                   11430:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   11431:          works [alfa]
                   11432: 
                   11433:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11434:          classes/op.C, include/pa_hash.h, main/execute.C,
                   11435:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11436:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11437:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11438:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11439:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11440:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11441:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11442:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11443:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11444:          joined_dynamic_fields: just compiled
                   11445: 
                   11446:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11447:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11448:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   11449:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   11450:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   11451: 
                   11452:        * src/types/pa_vobject.C: . object setters [only started, does not
                   11453:          work yet]
                   11454: 
                   11455:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   11456:          object setters [only started, does not work yet]
                   11457: 
                   11458: 2005-07-26  paf
                   11459: 
                   11460:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   11461:          works [alpha2]. for classes. todo: for objects
                   11462: 
                   11463:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   11464:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11465:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11466:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11467:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11468:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11469:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11470:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11471:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11472:          properties: set works [alpha1]
                   11473: 
                   11474: 2005-07-25  paf
                   11475: 
                   11476:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   11477:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   11478:          properties: started, get works [alpha1, other approach]
                   11479: 
                   11480:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   11481:          properties: started, get works [alpha2]
                   11482: 
                   11483:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   11484:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   11485: 
                   11486: 2005-07-15  paf
                   11487: 
                   11488:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   11489:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   11490:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11491:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11492:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11493:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   11494:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11495:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11496:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11497:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11498:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   11499:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   11500:          [getters work but think of changing them too to precaching]
                   11501: 
                   11502: 2005-07-08  paf
                   11503: 
                   11504:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   11505:          gpf
                   11506: 
                   11507: 2005-06-28  paf
                   11508: 
                   11509:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   11510:          in passing empty strings to file::exec/cgi environment
                   11511: 
                   11512: 2005-06-06  paf
                   11513: 
                   11514:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   11515:          ^table:sql ^hash:sql now DO process $.bind option
                   11516: 
                   11517: 2005-05-24  paf
                   11518: 
                   11519:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   11520:          $.limit] now work again [support was broken in 3.1.4]
                   11521: 
                   11522:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   11523:          ALL_INTERIOR_POINTERS
                   11524: 
                   11525: 2005-05-12  paf
                   11526: 
                   11527:        * configure: 3.1.5beta
                   11528: 
                   11529:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   11530: 
                   11531:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   11532:          $.limit] now work again [support was broken in 3.1.4]
                   11533: 
                   11534:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   11535:          line-width  [was refusing to fill if line-width >1, thanks to
                   11536:          Seras <seras@pinxit.lt> for repro case
                   11537: 
                   11538: 2005-04-25  paf
                   11539: 
                   11540:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   11541:          correctly
                   11542: 
                   11543: 2005-04-19  paf
                   11544: 
                   11545:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   11546:          in VString violating invariant!!
                   11547: 
                   11548:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   11549:          getenv("TZ")==null
                   11550: 
                   11551: 2005-04-08  paf
                   11552: 
                   11553:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   11554:          bugfix: when there is no char in charset one byte produces 6
                   11555:          (&#255; <<max). increased buffer size!
                   11556: 
                   11557: 2005-03-23  paf
                   11558: 
                   11559:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   11560:          ^date.sql-string now takes TZ into account
                   11561: 
                   11562: 2005-03-16  paf
                   11563: 
                   11564:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   11565:          gcc 3.4
                   11566: 
                   11567:        * src/types/pa_vhash.C: . warning about eof eol
                   11568: 
                   11569: 2005-02-17  paf
                   11570: 
                   11571:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   11572:          seconds)
                   11573: 
                   11574: 2005-02-02  paf
                   11575: 
                   11576:        * src/classes/xnode.C: beauty: removed needless includes
                   11577: 
                   11578: 2005-01-31  paf
                   11579: 
                   11580:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   11581:          $.partNoNumber now alias to $.part1
                   11582: 
                   11583:        * src/types/pa_vmail.C: change: incoming letter part contains
                   11584:          "content-disposition" header with any value? now considering that
                   11585:          part to be "file#" [for text/plain text/html were $.text#
                   11586:          $.html#]
                   11587: 
                   11588:        * INSTALL: updatet to latest working versions available
                   11589: 
                   11590: 2005-01-20  paf
                   11591: 
                   11592:        * configure.in, src/include/pa_version.h: version
                   11593: 
                   11594: 2005-01-19  paf
                   11595: 
1.116     moko     11596:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   11597:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   11598:          couple warnings in parser3.C
1.95      moko     11599: 
                   11600: 2004-12-23  paf
                   11601: 
                   11602:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   11603: 
                   11604:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   11605:          dir to directory of script (when shbang used), not to directory
                   11606:          of its interpreter
                   11607: 
                   11608:        * src/include/pa_version.h: compiled on win32...
                   11609: 
                   11610:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   11611:          we need more hspace
                   11612: 
                   11613:        * configure, configure.in, src/include/pa_version.h: configured
                   11614:          host to pa_version. will be displayed everywhere
                   11615: 
                   11616:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   11617:          exception from being logged by setting $exception.handled(1)
                   11618: 
                   11619:        * operators.txt, src/classes/file.C: change:
                   11620:          ^file::sql{query}[[options]] options: $.name[file name]
                   11621:          $.content-type[application/what]
                   11622: 
                   11623:        * src/: include/pa_common.h, main/pa_common.C,
                   11624:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   11625:          new file
                   11626: 
                   11627:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   11628:          bugfix: table->hash now regards _default
                   11629: 
                   11630:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   11631:          created by accessing $name_of_method it acquired bad self=closest
                   11632:          methodframe; instead of proper self (current class)
                   11633: 
                   11634:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   11635:          hashfile produced bad cord
                   11636: 
                   11637: 2004-12-10  paf
                   11638: 
                   11639:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   11640:          subsequent failures though defined in .h
                   11641: 
                   11642:        * src/main/pa_common.C: comment on volatile
                   11643: 
                   11644:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   11645:          alarm function were not used since the beginning due to stupid
                   11646:          error [setsigjmp were not checked in configure.in]
                   11647: 
                   11648:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   11649:          unix too
                   11650: 
                   11651:        * src/main/pa_common.C: http: exception status of send/recv errors
                   11652:          change to most probable http.timeout
                   11653: 
                   11654:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   11655:          works [setsockopt on send/receive]
                   11656: 
                   11657: 2004-12-08  paf
                   11658: 
                   11659:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   11660:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   11661:          proper charset
                   11662: 
                   11663: 2004-11-24  paf
                   11664: 
                   11665:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   11666: 
                   11667:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   11668:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   11669: 
                   11670: 2004-11-12  paf
                   11671: 
                   11672:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   11673:          [since 3.0.4]
                   11674: 
                   11675: 2004-11-09  paf
                   11676: 
                   11677:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   11678:          writes basics to c:\parser3.log
                   11679: 
                   11680: 2004-10-21  paf
                   11681: 
                   11682:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   11683:          tainted strings [were returning clean onces]
                   11684: 
                   11685: 2004-10-15  paf
                   11686: 
                   11687:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   11688:          cycles(i=1; i=2), which was wrong, now does ONE
                   11689: 
                   11690: 2004-10-12  paf
                   11691: 
                   11692:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   11693: 
                   11694: 2004-10-07  paf
                   11695: 
                   11696:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   11697:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   11698:          release asserts
                   11699: 
                   11700:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   11701:          String.dump() to stdout in detailed form  [were String.v() in
                   11702:          short form]
                   11703: 
                   11704:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   11705:          \t\r\n as @#| and truncates long char sequences less
                   11706: 
                   11707: 2004-10-06  paf
                   11708: 
                   11709:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   11710:          win32 beauty: socket errors properly decoded
                   11711: 
                   11712: 2004-10-05  paf
                   11713: 
                   11714:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   11715:          request::configure_user/admin done always, even if no
                   11716:          file-to-process useful in @unhandled_exception [say, if they
                   11717:          would want to mail by SMTP something]
                   11718: 
                   11719:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   11720:          now performed prior to file loading [and @auto executing] thus
                   11721:          making $cookie:value available in @auto and in
                   11722:          @unhandled_exception when IIS is configured to run interpreter
                   11723:          even if no file exist
                   11724: 
                   11725: 2004-09-20  paf
                   11726: 
                   11727:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   11728:          somewhere where it should have called xmlMalloc and it calls
                   11729:          xmlFree when it should have not called it.  inserted two
                   11730:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   11731:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   11732:          author would fix all that.  until that day: we have SLOW garbage
                   11733:          collecting when many xml objects are alive hint: do
                   11734:          ^memory:compact[] before xdoc::create
                   11735: 
                   11736: 2004-09-17  paf
                   11737: 
                   11738:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   11739:          error from 3.0.8 version]
                   11740: 
                   11741: 2004-09-14  paf
                   11742: 
                   11743:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   11744:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   11745:          modified inside
                   11746: 
                   11747: 2004-09-13  paf
                   11748: 
                   11749:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   11750:          [were as octal]
                   11751: 
                   11752:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   11753:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   11754:          safety-check
                   11755: 
                   11756:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   11757:          [not something obscure from sdbm lib]
                   11758: 
                   11759:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   11760:          = strerror now returnes something and we can properly report that
                   11761:          to client
                   11762: 
                   11763:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   11764:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   11765: 
                   11766:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11767:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   11768:          not be unnecessary optimized away [ruining javascript]
                   11769: 
                   11770:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11771:          [tainted as-is]
                   11772: 
                   11773:        * src/classes/mail.C: bugfix: typo error
                   11774: 
                   11775: 2004-09-09  paf
                   11776: 
                   11777:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   11778:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   11779:          (bloody yandex.server)
                   11780: 
                   11781: 2004-09-06  paf
                   11782: 
                   11783:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   11784:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   11785:          encoded
                   11786: 
                   11787: 2004-09-01  paf
                   11788: 
                   11789:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   11790:          multipart/related outlook express have no problems showing
                   11791:          unrelated attachments.  todo: someday figure out a way of
                   11792:          multipart/mixed    multipart/related       text/html
                   11793:          image/xxx application/octet-stream << true attachments
                   11794: 
                   11795:        * src/types/pa_vmail.C: new:
                   11796:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   11797:          empty mail header fields removed from letter
                   11798: 
                   11799:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   11800:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   11801:          ^mail:send[    $.file[       $.any[header]
                   11802: 
                   11803: 2004-08-30  paf
                   11804: 
                   11805:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   11806:          warnings
                   11807: 
                   11808:        * src/main/pa_common.C: beauty: do not bother with charset
                   11809:          detection when ^file::load[binary
                   11810: 
                   11811: 2004-08-27  paf
                   11812: 
                   11813:        * src/main/pa_common.C: hack: for yandex.server http server
                   11814: 
                   11815: 2004-08-18  paf
                   11816: 
                   11817:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   11818:          possibly-chunked response
                   11819: 
                   11820: 2004-08-17  paf
                   11821: 
                   11822:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11823:          $f.content-type now = that of http response
                   11824: 
                   11825:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11826:          $f.content-type now = that of http response
                   11827: 
                   11828: 2004-07-30  paf
                   11829: 
                   11830:        * src/: include/pa_request.h, main/pa_request.C,
                   11831:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   11832:          win32: system&parser exceptions in release mode reported properly
                   11833:          parser exception in exception handler WERE mistakenly reported as
                   11834:          system exception, without details [in apache & isapi] +some
                   11835:          beauty in exception text
                   11836: 
                   11837:        * src/: include/pa_exception.h, main/pa_request.C,
                   11838:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   11839:          release mode reported properly parser exception in exception
                   11840:          handler WERE mistakenly reported as system exception, without
                   11841:          details
                   11842: 
                   11843:        * src/main/execute.C: beauty: simplified system exception handling
                   11844: 
                   11845: 2004-07-29  paf
                   11846: 
                   11847:        * src/classes/table.C: bugfix:
                   11848:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   11849:          were ignored, and \t used unconditionally]
                   11850: 
                   11851:        * src/types/Makefile.am: added vhash.c
                   11852: 
                   11853: 2004-07-28  paf
                   11854: 
                   11855:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   11856:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   11857:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   11858:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   11859:          failed on russian letters
                   11860: 
                   11861:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   11862:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   11863:          letters
                   11864: 
                   11865:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   11866:          as 'currentDirectory' parameter to CreateProcess
                   11867: 
                   11868: 2004-07-27  paf
                   11869: 
                   11870:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   11871:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   11872:          from release somewhere [to help searching for unhandled system
                   11873:          exceptions]
                   11874: 
                   11875:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   11876:          TZ shift
                   11877: 
                   11878:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   11879:          but also in ctor
                   11880: 
                   11881: 2004-07-26  paf
                   11882: 
                   11883:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   11884:          src/main/pa_request.C, src/types/pa_vfile.h,
                   11885:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11886:          src/types/types.vcproj: new: $response:body/download[
                   11887:          $.file[name on disk]    $.name[of file for user]
                   11888:          $.mdate[date of last-modified. default from directory] ]
                   11889: 
                   11890:        * src/classes/file.C: moving file:send somewhere else..
                   11891: 
                   11892:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   11893:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   11894:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   11895:          $response:download[ $.filename[filename] $.option[] ,, ]
                   11896: 
                   11897:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   11898: 
                   11899: 2004-07-21  paf
                   11900: 
                   11901:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   11902:          to several lines
                   11903: 
                   11904:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   11905: 
                   11906:          note: ms outlook[!express] shows only first 255 characters of
                   11907:          subject
                   11908: 
                   11909: 2004-07-15  paf
                   11910: 
                   11911:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   11912:          off]
                   11913: 
                   11914: 2004-07-14  paf
                   11915: 
                   11916:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   11917:          according to lang  [were: as-is]
                   11918: 
                   11919: 2004-07-07  paf
                   11920: 
                   11921:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   11922:          checked that
                   11923: 
                   11924:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   11925:          now untainted according to their languages.  were: as-is.
                   11926:          EVERYWHERE
                   11927: 
                   11928:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   11929:          environment string now untainted according to their languages.
                   11930:          were: as-is. EVERYWHERE
                   11931: 
                   11932:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11933:          untainted according to their languages.  were: as-is. on win32:
                   11934:          ok
                   11935: 
                   11936:        * parser3.vssscc: ...would not go unnoticed
                   11937: 
                   11938:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   11939:          fails. in case on input appears nonutf, those bytes will be
                   11940:          printed in %HH form. that can be easily decoded/recovered.
                   11941: 
                   11942:          this form is quite noticable, and hopefully would not go noticed
                   11943: 
                   11944: 2004-07-06  paf
                   11945: 
                   11946:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11947:          untainted according to their languages.  were: as-is. on win32:
                   11948:          ok
                   11949: 
                   11950: 2004-07-01  paf
                   11951: 
                   11952:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   11953:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   11954:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11955:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   11956:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   11957:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   11958:          option: global optimization ON
                   11959: 
                   11960:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   11961:          to do xdoc::create{invalid chars} standard disables chars less
                   11962:          then \x20, except tab, cr, lf.
                   11963: 
                   11964:          changed tainting so that those become '!'
                   11965: 
                   11966: 2004-06-25  paf
                   11967: 
                   11968:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11969:          int on odd address [prev bugfix failed due to superwize
                   11970:          optimizer, which turned memcpy into same 'ld' asm command]
                   11971: 
                   11972:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11973:          int on odd address
                   11974: 
                   11975: 2004-06-22  paf
                   11976: 
                   11977:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   11978: 
                   11979:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   11980:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11981:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   11982:          paf(:a)}[                $.bind[                         $.a[2]
                   11983:                 ]       ] output variables work.  todo: check in out
                   11984:          variables
                   11985: 
                   11986: 2004-06-18  paf
                   11987: 
                   11988:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   11989:          classes/table.C, classes/void.C, include/pa_globals.h,
                   11990:          include/pa_sql_connection.h, main/compile.tab.C,
                   11991:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   11992:                      $.bind[                         $.a[2]          ]
                   11993:          ] input variables work.  todo:output
                   11994: 
                   11995:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   11996:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   11997:          /_bug.html?404;http://hpsv/test/
                   11998:          --------------------------------------------------------------------------------
                   11999:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   12000:          --------------------------------------------------------------------------------
                   12001:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   12002: 
                   12003: 2004-06-16  paf
                   12004: 
                   12005:        * src/targets/cgi/parser3.C: new: iis specific
                   12006:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   12007:          $request:query
                   12008:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   12009:          $form:fields IIS-STATUS="404"
                   12010:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   12011: 
                   12012:          todo: isapi too
                   12013: 
                   12014: 2004-05-26  paf
                   12015: 
                   12016:        * src/include/pa_version.h: 3.1.3
                   12017: 
                   12018:        * operators.txt: beauty: removed outdated level 'table'
                   12019: 
                   12020:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   12021: 
                   12022:        * src/main/pa_string.C: beauty: removed 3 warnings
                   12023: 
                   12024:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   12025:          classes/op.C: beauty: removed outdated level 'table'
                   12026: 
                   12027: 2004-05-25  paf
                   12028: 
                   12029:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   12030:          implementation. mistery: how anything worked
                   12031: 
                   12032:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   12033:          changed, it is now safe to use url if pointers to it are stored
                   12034:          to gc mem
                   12035: 
                   12036:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   12037:          unknown errors reported and not cause SIGSEGV now
                   12038: 
                   12039: 2004-05-24  paf
                   12040: 
                   12041:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12042:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   12043:          less memory: CORD_chars_block originally intended to ...  it was
                   12044:          good that CORD_chars_block were not used: it consumes more memory
                   12045:          [and, might be slow too] undoing that. [and removed that func so
                   12046:          that it would not confuse parser developer in future]
                   12047: 
                   12048:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   12049:          less memory: CORD_chars_block originally intended to
                   12050:          speedup/reduce mem usage were forgotten, and were used stupid
                   12051:          CORD_chars
                   12052: 
                   12053:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   12054: 
                   12055:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   12056:          BIGENDIAN processors space-conserving mech failed, causing
                   12057:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   12058:          (1|2|3));
                   12059: 
                   12060: 2004-05-14  paf
                   12061: 
                   12062:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   12063:          bugfix: void now has vfile value, and $response:body[] works OK
                   12064: 
                   12065: 2004-05-12  paf
                   12066: 
                   12067:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   12068:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   12069:          sources to use is_defined() {return as_bool();} along VBool
                   12070: 
                   12071: 2004-05-11  paf
                   12072: 
                   12073:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   12074:          referencing to local objects
                   12075: 
                   12076:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   12077:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   12078:          left intact
                   12079: 
                   12080: 2004-04-15  paf
                   12081: 
                   12082:        * src/classes/date.C: merged: beauty: unused var removed
                   12083: 
                   12084:        * src/classes/date.C: beauty: unused var removed
                   12085: 
                   12086:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   12087:          provoked bug
                   12088: 
                   12089: 2004-04-09  paf
                   12090: 
                   12091:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   12092: 
                   12093:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   12094: 
                   12095: 2004-04-08  paf
                   12096: 
                   12097:        * src/classes/date.C: new: ^date::create[y-m-d
                   12098:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   12099: 
                   12100:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   12101: 
                   12102:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   12103:          to consult default catalog [usually, that file belongs to other
                   12104:          user/group]
                   12105: 
                   12106: 2004-04-06  paf
                   12107: 
                   12108:        * src/main/pa_common.C: beauty: gcc warning removed
                   12109: 
                   12110:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   12111:          accept that trick, trying other
                   12112: 
                   12113:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   12114:          explicit result problem
                   12115: 
                   12116:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   12117:          explicit result problem
                   12118: 
                   12119:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   12120:          explicit result problem
                   12121: 
                   12122:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   12123: 
                   12124:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   12125:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   12126:          failed
                   12127: 
                   12128:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12129:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12130:          gethostbyname failed with such 'domains'] now checked properly,
                   12131:          were: needless reverse/forward dns lookup
                   12132: 
                   12133:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12134:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12135:          gethostbyname failed with such 'domains'] now checked properly,
                   12136:          were: needless reverse/forward dns lookup
                   12137: 
                   12138:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   12139:          @method[][result] means "no string output here" moved to lexical
                   12140:          level [on grammar level it were too difficult]
                   12141: 
                   12142:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   12143:          src/main/compile.y, src/main/compile_tools.h,
                   12144:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   12145:          @method[][result] means "no string output here", implemented part
                   12146:          of that idea: compiler throws away string literal generation
                   12147:          code. and barks nonwhitespace chars
                   12148: 
                   12149:        * operators.txt: truth: removed comment about $ORIGIN
                   12150: 
                   12151: 2004-04-05  paf
                   12152: 
                   12153:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   12154:          src/include/pa_version.h, src/main/pa_common.C,
                   12155:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   12156: 
                   12157:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   12158:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   12159: 
                   12160:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   12161: 
                   12162:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   12163:          interfered with FAR console
                   12164: 
                   12165:        * configure, configure.in: 3.1.3
                   12166: 
                   12167:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   12168: 
                   12169:        * src/main/pa_common.C: removed warning
                   12170: 
                   12171:        * src/include/pa_version.h: 3.1.3
                   12172: 
                   12173: 2004-04-02  paf
                   12174: 
                   12175:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   12176: 
                   12177:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   12178:          allows to specify where to put parser log file
                   12179: 
                   12180: 2004-04-01  paf
                   12181: 
                   12182:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   12183:          without tab and enter were ignored
                   12184: 
                   12185:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   12186:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   12187:          main/pa_socks.C, targets/cgi/parser3.C,
                   12188:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   12189:          bugfix: sql connections now are disconnected
                   12190: 
                   12191: 2004-03-30  paf
                   12192: 
                   12193:        * src/classes/table.C: bugfix: table::load last line without tab
                   12194:          and enter were ignored
                   12195: 
                   12196:        * src/classes/table.C: bufix: if last table lines were commented,
                   12197:          gpfed
                   12198: 
                   12199:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   12200:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   12201:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   12202:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   12203:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   12204:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   12205:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   12206:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   12207:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   12208: 
                   12209: 2004-03-29  paf
                   12210: 
                   12211:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   12212:          causes gpf
                   12213: 
                   12214:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   12215:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   12216:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   12217:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   12218:          value.dox: translated to english
                   12219: 
                   12220: 2004-03-25  paf
                   12221: 
                   12222:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   12223:          parser3project dependency removed
                   12224: 
                   12225:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   12226:          bugfix: refused to compile without xml
                   12227: 
                   12228:        * src/types/pa_vform.C: beauty: removed warning
                   12229: 
                   12230:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   12231:          any folder [removed last ;) folder dependency]
                   12232: 
                   12233:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   12234:          folder [removed last ;) folder dependency]
                   12235: 
                   12236:        * src/include/pa_version.h: release
                   12237: 
                   12238:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   12239: 
                   12240:        * src/classes/table.C: beauty: comment& more meaningful error
                   12241:          message
                   12242: 
                   12243:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   12244:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   12245:          thing]
                   12246: 
                   12247: 2004-03-23  paf
                   12248: 
                   12249:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   12250:          and http status line parsing checked number of columns in table
                   12251:          [user reported an assert]
                   12252: 
                   12253:        * operators.txt: example: on hashfile
                   12254: 
                   12255:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   12256:          bugfix: junction reattach now actually reattaches a junction to
                   12257:          new wcontext [were only assigning it to junction, which caused
                   12258:          junction tracking to loose junction, and it's context were not
                   12259:          killed, and it tried to process in invalid context, gpf]
                   12260: 
                   12261:        * src/targets/cgi/parser3.C: debug helper added
                   12262: 
                   12263: 2004-03-19  paf
                   12264: 
                   12265:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   12266:          "type(type)" in braces
                   12267: 
                   12268: 2004-03-10  paf
                   12269: 
                   12270:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   12271:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12272:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   12273:          solution to search-in-namespaces problem:
                   12274:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   12275:          $nodes[^xdoc.select[//x:second]]
                   12276: 
                   12277:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   12278:          expression][[NAMESPACES HASH]] allows to search for info in
                   12279:          namespaces
                   12280: 
                   12281:          $nodes[^xdoc.select[//x:second][
                   12282:          $.x[http://pif.design.ru/] ]]
                   12283: 
                   12284: 2004-03-09  paf
                   12285: 
                   12286:        * operators.txt, src/main/pa_common.C: new:
                   12287:          ^file::load[...][options]         $.form[
                   12288:          !$.field1[string]
                   12289:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   12290:               ]         !$.body[string]
                   12291: 
                   12292:          GET ?here notGET(POST, HEAD, others) in content-type:
                   12293:          application/x-www-form-urlencoded
                   12294: 
                   12295:          todo: upload files ability
                   12296: 
                   12297:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   12298:          properly, done
                   12299: 
                   12300: 2004-03-05  paf
                   12301: 
                   12302:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   12303:          GET/POST $.form[$.fields started, not tested yet
                   12304:          todo:$.field[table] for multiple values
                   12305: 
                   12306:        * operators.txt: new: http:// options $.user $.password basic
                   12307:          authorization
                   12308: 
                   12309:        * src/main/pa_common.C: beauty: link to rtf added
                   12310: 
                   12311:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   12312:          new: http:// options $.user $.password basic authorization
                   12313: 
                   12314:        * src/main/pa_common.C: beauty: removed needless vars
                   12315: 
                   12316:        * operators.txt: new: pgsql option [like that recently added to
                   12317:          oracle driver]             ClientCharset=parser-charset <<
                   12318:          charset in which parser thinks client works
                   12319: 
                   12320:        * operators.txt: new: odbc option [like that recently added to
                   12321:          oracle driver]             ClientCharset=parser-charset <<
                   12322:          charset in which parser thinks client works
                   12323: 
                   12324:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   12325: 
                   12326:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   12327:          char!
                   12328: 
                   12329:        * etc/parser3.charsets/windows-1251.cfg: typo
                   12330: 
                   12331: 2004-03-04  paf
                   12332: 
                   12333:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   12334:          cached, sql transcoding now goes faster
                   12335: 
                   12336:        * operators.txt: new: mysql option [like that recently added to
                   12337:          oracle driver]             ClientCharset=parser-charset <<
                   12338:          charset in which parser thinks client works
                   12339: 
                   12340:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   12341:          typo error
                   12342: 
                   12343:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   12344:          chars commented
                   12345: 
                   12346: 2004-03-03  paf
                   12347: 
                   12348:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   12349:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   12350: 
                   12351: 2004-03-02  paf
                   12352: 
                   12353:        * operators.txt: new[update typo]:     !^void.left(n)
                   12354:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   12355:                nothing
                   12356: 
                   12357:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   12358:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   12359:                nothing
                   12360: 
                   12361:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   12362:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   12363:          row with columns:   first: data   second: file name   third:
                   12364:          content-type
                   12365: 
                   12366:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   12367:          ^connect gets properly escaped string, which can be passed to
                   12368:          request now this for mysql only. it's up to parser sql driver to
                   12369:          fix zeros properly
                   12370: 
                   12371:        * INSTALL: note: added on building apache with this option:
                   12372:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   12373: 
                   12374: 2004-03-01  paf
                   12375: 
                   12376:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   12377:          extension memory:compact befor processingrequest
                   12378: 
                   12379:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   12380:          call sole column of result
                   12381: 
                   12382:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   12383:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   12384:          pixel color
                   12385: 
                   12386:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   12387:          beauty: image -- less checks [were ugly impl]
                   12388: 
                   12389:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   12390:          negative values now considered bad
                   12391: 
                   12392:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   12393: 
                   12394:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   12395:          options now have unified defaults [after transform
                   12396:          indent/omit-xml-declaration/standalone 'default' erroreously
                   12397:          meant 'true']
                   12398: 
                   12399:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   12400:          added [on some platforms gethostbyname failed with such
                   12401:          'domains']
                   12402: 
                   12403:        * src/include/pa_config_auto.h.in: no select check, no define
                   12404: 
                   12405:        * src/classes/string.C: feature: ^string.trim both parameters may
                   12406:          be empty-strings, meaning kind=both chars=whitespaces
                   12407: 
                   12408:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   12409:          exist
                   12410: 
                   12411:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   12412:          exception if it is
                   12413: 
                   12414:        * src/classes/string.C: changed: ^string.trim [] << both,
                   12415:          whitespaces [start|both|end] << kind, whitespaces
                   12416:          [start|both|end;chars]  full
                   12417: 
                   12418: 2004-02-27  paf
                   12419: 
                   12420:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   12421:          method: ^string.trim[start|both|end[;chars]]        default
                   12422:          'chars' -- whitespace chars finished
                   12423: 
                   12424:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   12425:          src/main/pa_string.C: new method:
                   12426:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   12427:          whitespace chars   started, only start works
                   12428: 
                   12429:        * src/main/compile.C: bugfix: line numbers after
                   12430:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   12431:          signed
                   12432: 
                   12433:        * src/main/untaint.C: speed: there's no \n chars in output
                   12434:          [normally], so no need to optimize them they could be retrived
                   12435:          from databases, though. but 1. should be replaced 2. if not
                   12436:          optimized, no harm done
                   12437: 
                   12438:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   12439:          ^file::exec/cgi could return invalid status & zombie child can
                   12440:          remain for short period until process exists [very bad in
                   12441:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   12442: 
                   12443:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   12444:          malicious SMTP server to attack as by returning too long status
                   12445:          responses http://i2/tasks/edit/?id=4629448401140924947
                   12446: 
                   12447: 2004-02-26  paf
                   12448: 
                   12449:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   12450:          are         $.main[to what to rename @main]         $.file[file,
                   12451:          from which (user says) goes that CODE]         $.lineno(line
                   12452:          number in that file, where CODE starts. may be negative)
                   12453: 
                   12454:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12455:          src/main/compile.C, src/main/compile_tools.h,
                   12456:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   12457:          options] which are         $.main[to what to rename @main]
                   12458:          $.file[file, from which (user says) goes that CODE]
                   12459:          $.lineno(line number in that file, where CODE starts. may be
                   12460:          negative)
                   12461: 
                   12462: 2004-02-25  paf
                   12463: 
1.116     moko     12464:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   12465:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     12466: 
                   12467:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   12468:          produces hash of column=>1
                   12469: 
                   12470:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   12471:          with incomplete errno constants set
                   12472: 
                   12473: 2004-02-24  paf
                   12474: 
                   12475:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   12476:          "man select"
                   12477: 
                   12478:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   12479: 
                   12480:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   12481: 
                   12482:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   12483: 
1.116     moko     12484:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     12485: 
                   12486:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   12487:          unix: steps to work on unix [extracted 'to']
                   12488: 
                   12489:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   12490: 
                   12491:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   12492: 
1.116     moko     12493:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12494:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   12495:          unix [testing on solaris]
1.95      moko     12496: 
                   12497: 2004-02-20  paf
                   12498: 
                   12499:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   12500:          pointing that out
                   12501: 
                   12502:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   12503:          fixed again [same solution, mistanenly removed one line]
                   12504: 
                   12505: 2004-02-19  paf
                   12506: 
                   12507:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   12508:          date::create from bad datetime in spring daylightsaving hole now
                   12509:          OK for all platforms [on some platforms it failed]
                   12510: 
                   12511:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   12512:          in daylightsaving hole] now throws error
                   12513: 
                   12514:        * src/classes/date.C: comment: mistake fixed
                   12515: 
                   12516: 2004-02-18  paf
                   12517: 
                   12518:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   12519:          now renderes in $request:charset, but in header puts
                   12520:          $response:charset todo: make that default only so that coder
                   12521:          could override that
                   12522: 
                   12523:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   12524:          turns off omit-xml-declaration
                   12525: 
                   12526:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   12527:          /.xsl for sample
                   12528: 
                   12529: 2004-02-17  paf
                   12530: 
                   12531:        * src/classes/xdoc.C: beauty: needless helper class removed
                   12532: 
                   12533:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   12534:          copied extra time
                   12535: 
                   12536:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   12537:          part of libxml
                   12538: 
                   12539:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   12540:          libxml to do the work] <xsl:output        method="html"
                   12541:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   12542:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   12543:          />
                   12544: 
                   12545:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   12546: 
                   12547:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   12548:          caused assertion
                   12549: 
                   12550:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   12551:          could hang. now such add does nothing, sub clears $hash
                   12552: 
                   12553:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   12554:          not made quoted-printable
                   12555: 
                   12556:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   12557:          string invariant
                   12558: 
                   12559: 2004-02-16  paf
                   12560: 
                   12561:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   12562:          cleared [were not cleared properly]
                   12563: 
                   12564: 2004-02-13  paf
                   12565: 
1.116     moko     12566:        * src/include/pa_version.h: prerelease
1.95      moko     12567: 
                   12568:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   12569:          used, introducing dependencies timestamp check
                   12570: 
                   12571:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12572:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   12573:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   12574:          .xsl.stamp now not used, introducing dependencies timestamp check
                   12575: 
1.150     moko     12576:        * configure.in: auto.p: @conf made relative
1.95      moko     12577: 
                   12578: 2004-02-12  paf
                   12579: 
                   12580:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   12581:          ruined empty <input type=file> submits. parser thought there were
                   12582:          nameless empty file and $form:field got value of type 'file'
                   12583: 
                   12584:        * INSTALL: --without-threads
                   12585: 
                   12586:        * src/include/pa_sapi.h: 2004
                   12587: 
                   12588: 2004-02-11  paf
                   12589: 
                   12590:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12591:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12592:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12593:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12594:          classes/response.C, classes/string.C, classes/table.C,
                   12595:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12596:          include/pa_array.h, include/pa_cache_managers.h,
                   12597:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12598:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12599:          include/pa_dictionary.h, include/pa_dir.h,
                   12600:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12601:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12602:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12603:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12604:          include/pa_socks.h, include/pa_sql_connection.h,
                   12605:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   12606:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   12607:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12608:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12609:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12610:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12611:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12612:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12613:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12614:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12615:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12616:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12617:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12618:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12619:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12620:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   12621:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12622:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12623:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12624:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12625:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12626:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12627:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12628:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12629:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12630:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12631:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12632:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12633:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12634:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12635:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12636:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12637:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12638:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12639:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12640:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12641:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   12642: 
                   12643:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   12644:          debug version of gc.dll
                   12645: 
                   12646:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12647:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12648:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   12649:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   12650:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   12651:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   12652:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   12653:          processes
                   12654: 
                   12655:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   12656:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   12657:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   12658:          changes to reflect libxml xsl new folders
                   12659: 
                   12660:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12661:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12662:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   12663:          to reflect libxml xsl new folders
                   12664: 
                   12665:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12666:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12667:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   12668:          types/types.vcproj: started changes to reflect libxml xsl new
                   12669:          folders
                   12670: 
                   12671:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   12672:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12673:          src/main/compile.tab.C, src/main/main.vcproj,
                   12674:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   12675:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12676:          started changes to reflect libxml xsl new folders
                   12677: 
                   12678: 2004-02-10  paf
                   12679: 
                   12680:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   12681:          compile. recommened latest libxml up to date
                   12682: 
                   12683:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   12684:          pattern compilation errors", on which spent 4 hours worktime. use
                   12685:          versions higher than that. recommended now latest up to date
                   12686: 
                   12687: 2004-02-06  paf
                   12688: 
                   12689:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   12690:          beauty: unified destructing style
                   12691: 
                   12692:        * src/main/untaint.C: beauty: removed old def/ifdef
                   12693: 
                   12694:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   12695:          now
                   12696: 
                   12697: 2004-02-03  paf
                   12698: 
                   12699:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   12700:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   12701:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   12702:          then %ld/%lu
                   12703: 
                   12704:        * src/main/pa_common.C: typo: %l -> %u
                   12705: 
                   12706:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   12707:          in attributes or documents-results of transform now not &#04xx;
                   12708: 
                   12709:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   12710: 
                   12711:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   12712: 
                   12713:        * src/main/pa_charset.C: beauty: uncomment
                   12714:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   12715:          libraries
                   12716: 
                   12717: 2004-02-02  paf
                   12718: 
                   12719:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   12720:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   12721: 
                   12722:          $cookie:example[        $.value[]       $.expires[session]
                   12723:          $.path[/there/]         $.domain[test.com] ]
                   12724: 
                   12725:        * src/types/pa_vform.C: bugfix: empty values with
                   12726:          enctype=multipart/form-data now produce entries in $form:tables
                   12727:          <form method=post enctype=multipart/form-data> <input type=hidden
                   12728:          name=a> <input type=hidden name=b>
                   12729: 
                   12730:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   12731:          <hr> <pre>$request:body
                   12732: 
                   12733: 2004-01-30  paf
                   12734: 
                   12735:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   12736:          or documents-results of transform now not &#04xx;
                   12737: 
                   12738:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   12739:          produce exception.
                   12740: 
                   12741:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   12742:          bugfix: ^date::create[invalid fields now produce exception.
                   12743: 
                   12744:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   12745:          year] now produces exception. todo: check other fields
                   12746: 
                   12747: 2004-01-29  paf
                   12748: 
                   12749:        * src/include/pa_memory.h: typo error
                   12750: 
                   12751:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   12752:          more byte then specified, then zeroed it << useless and
                   12753:          potentially harmful(could gpf)
                   12754: 
                   12755: 2004-01-22  paf
                   12756: 
                   12757:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   12758: 
                   12759:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   12760:          optimization
                   12761: 
                   12762:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   12763:          [were bug: ^taint[1 & 2]="1 &2"
                   12764: 
                   12765:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   12766:          errors
                   12767: 
                   12768:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   12769:          overflow
                   12770: 
                   12771:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   12772:          error-reporting code * in parser-error reporting code [when no
                   12773:          @unhandled_exception defined]
                   12774: 
                   12775:          fixed in one place: my *snprintf override
                   12776: 
                   12777: 2004-01-13  paf
                   12778: 
                   12779:        * operators.txt: typo erro
                   12780: 
                   12781: 2003-12-25  paf
                   12782: 
                   12783:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   12784:          garbled  [pieces after zero bytes were removed]
                   12785: 
                   12786: 2003-12-22  paf
                   12787: 
1.116     moko     12788:        * src/include/Makefile.am: bugfix: removed from dist:
                   12789:          src/include/pa_config_auto.h which were configured for
1.95      moko     12790:          make-dist-platform and badly updated proper config file in target
                   12791:          [when .tar used for updating existing source tree]
                   12792: 
                   12793:        * ChangeLog, operators.txt, src/classes/op.C,
                   12794:          src/include/pa_sql_connection.h,
                   12795:          src/include/pa_sql_driver_manager.h,
                   12796:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   12797:          feature: sql introducing ability to transcode charsets
                   12798: 
                   12799: 2003-12-19  paf
                   12800: 
                   12801:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   12802:          error message
                   12803: 
                   12804:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   12805:          structure for libxml now allocated properly
                   12806: 
                   12807: 2003-12-17  paf
                   12808: 
                   12809:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   12810: 
                   12811:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   12812: 
                   12813:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   12814: 
                   12815:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   12816:          unreported xmlGenericErrors]
                   12817: 
                   12818: 2003-12-15  paf
                   12819: 
                   12820:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   12821:          works}
                   12822: 
                   12823: 2003-12-11  paf
                   12824: 
                   12825:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   12826:          id
                   12827:              !$status:tid thread id
                   12828: 
                   12829:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12830:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   12831:          bugfix(solaris): removed dependency on object initialization
                   12832:          order [one more place]
                   12833: 
                   12834:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12835:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   12836:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   12837:          understand that
                   12838: 
                   12839:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12840:          classes/xdoc.C, include/pa_cache_managers.h,
                   12841:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12842:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   12843:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   12844:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   12845:          ctor call [relying on implicit String::Body(cstr) call]
                   12846: 
                   12847:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   12848:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   12849:          object initialization order [two places]
                   12850: 
                   12851: 2003-12-10  paf
                   12852: 
                   12853:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   12854:          << time now ok
                   12855: 
                   12856:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   12857:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   12858:          operational
                   12859: 
                   12860:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   12861:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   12862:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   12863:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   12864:          back operational
                   12865: 
                   12866: 2003-12-02  paf
                   12867: 
                   12868:        * src/types/pa_vmail.C: bugfix:
                   12869:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   12870:          as-is forced]
                   12871: 
                   12872:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   12873:          exceptions out of libxml callbacks: reimplemented error handling
                   12874:          of http://localhost, parser://method and safemode check callbacks
                   12875: 
                   12876:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   12877:          [merged from HEAD]
                   12878: 
                   12879:        * src/classes/image.C: nothing: comment removed
                   12880: 
                   12881:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   12882:          addresses to int
                   12883: 
                   12884: 2003-12-01  paf
                   12885: 
                   12886:        * src/main/pa_xml_io.C: bugfix: typo
                   12887: 
                   12888:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   12889: 
                   12890:        * src/classes/xdoc.C: bugfix: typo
                   12891: 
                   12892:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   12893:          exception
                   12894: 
                   12895:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   12896: 
                   12897: 2003-11-28  paf
                   12898: 
                   12899:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   12900:          all xml documents read
                   12901: 
                   12902:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   12903: 
                   12904:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12905:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12906:          replaced original open mech of xdoc::create & co to use libxml
                   12907:          open, so that this would work for root document todo: safe mode
                   12908:          checks to libxml: ideally to some 1 point
                   12909: 
                   12910:        * src/main/pa_xml_io.C: comment
                   12911: 
                   12912:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   12913:          http://parser[abscent params]
                   12914: 
                   12915:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   12916:          works.  todo: maybe replace original open mech of xdoc::create &
                   12917:          co to use libxml open, so that this would work for root document
                   12918: 
                   12919:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   12920:          "parser://method/params/here"> <test>   &test^; </test> }]
                   12921: 
                   12922:          ^taint[^xdoc.string[]]
                   12923: 
                   12924:          @method[param] <!ENTITY test
                   12925:          "test-entity-value+$form:user+$param!">
                   12926: 
                   12927: 2003-11-27  paf
                   12928: 
                   12929:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   12930: 
                   12931:        * src/classes/date.C: bugfix: typo error
                   12932: 
                   12933: 2003-11-26  paf
                   12934: 
                   12935:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   12936:          src/main/Makefile.am, src/main/main.vcproj,
                   12937:          src/main/pa_globals.C, src/main/pa_request.C,
                   12938:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   12939:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   12940:          to pa_xml_io.C/h
                   12941: 
                   12942:        * src/types/pa_value.h: warnings: --
                   12943: 
                   12944: 2003-11-25  paf
                   12945: 
                   12946:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   12947:          whatever)
                   12948: 
                   12949:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   12950:          a, (c?x:y, z)
                   12951: 
                   12952:        * src/main/untaint.C: bugfix: consequences of not reading this
                   12953:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   12954:          <= 0 ==> none    */
                   12955: 
                   12956:        * src/include/pa_array.h: removed needless checks
                   12957: 
                   12958: 2003-11-24  paf
                   12959: 
                   12960:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   12961:          removed limit: now $form:xxx can be accessed anytime, even in
                   12962:          @auto/conf [and request/response:charset still can be changed
                   12963:          anytime]
                   12964: 
                   12965:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   12966:          now not transcodes response body
                   12967: 
                   12968:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   12969:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   12970:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   12971:          $xdoc.firstChild.firstChild.nodeValue[different]
                   12972:          ^taint[^xdoc.string[]]
                   12973: 
                   12974:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   12975:          workaround: static Hash::allocates -> static Hash_allocates
                   12976: 
                   12977: 2003-11-21  paf
                   12978: 
1.116     moko     12979:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   12980:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   12981:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     12982: 
                   12983:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   12984: 
                   12985:        * src/classes/mail.C: bugfix: typo
                   12986: 
                   12987:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     12988:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   12989:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   12990:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   12991:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     12992:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   12993: 
                   12994:        * src/main/pa_exec.C: bug in safe mode
                   12995: 
                   12996:        * src/include/Makefile.am: pa_xml_exception.h
                   12997: 
                   12998:        * src/targets/isapi/parser3isapi.C: more warnings --
                   12999: 
                   13000: 2003-11-20  paf
                   13001: 
                   13002:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   13003:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   13004:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   13005:          --
                   13006: 
                   13007:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   13008:          more warnings --
                   13009: 
                   13010:        * src/classes/xdoc.C: more warnings --
                   13011: 
                   13012:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   13013: 
                   13014:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   13015:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   13016: 
                   13017:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13018:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   13019:          classes/table.C, include/pa_cache_managers.h,
                   13020:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   13021:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   13022:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   13023:          --
                   13024: 
                   13025:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   13026:          can't report problem (undefined @unhandled_exception) problem
                   13027:          source string were not reported
                   13028: 
                   13029:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13030:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13031:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13032:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13033:          classes/response.C, classes/string.C, classes/table.C,
                   13034:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13035:          include/pa_array.h, include/pa_cache_managers.h,
                   13036:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13037:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13038:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13039:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   13040:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   13041:          include/pa_request.h, include/pa_request_charsets.h,
                   13042:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   13043:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13044:          include/pa_stack.h, include/pa_string.h,
                   13045:          include/pa_stylesheet_connection.h,
                   13046:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13047:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13048:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13049:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   13050:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13051:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   13052:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   13053:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   13054:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   13055:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13056:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13057:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   13058:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   13059:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   13060:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   13061:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   13062:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   13063:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13064:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13065:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13066:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13067:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   13068:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13069:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   13070:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13071:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13072:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13073:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13074:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13075:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13076:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13077:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13078:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13079:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   13080:          const IDENT
                   13081: 
                   13082:        * src/: include/pa_array.h, include/pa_pool.h,
                   13083:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   13084:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   13085:          types/pa_wcontext.h: more warnings --
                   13086: 
                   13087:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   13088:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   13089:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13090:          classes/memory.C, classes/op.C, classes/string.C,
                   13091:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   13092:          include/pa_config_includes.h, include/pa_operation.h,
                   13093:          include/pa_sql_connection.h, include/pa_table.h,
                   13094:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   13095:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   13096:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   13097:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   13098:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   13099:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   13100:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   13101:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   13102:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   13103:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   13104:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   13105:          types/pa_vmail.C, types/pa_vobject.C,
                   13106:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13107:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13108:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   13109:          on all projects (except libltdl=off & libsdbm=level3) found
                   13110:          several unitialized vars
                   13111: 
                   13112: 2003-11-19  paf
                   13113: 
                   13114:        * src/classes/op.C: more ansi C++ comp
                   13115: 
                   13116:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13117:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   13118:          $exception.handled[cache] meaning "get expired cache, if any.
                   13119:          else error"}
                   13120: 
                   13121:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   13122:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   13123:          ^cache[...]{body}{catch code with $exception.cache field}
                   13124: 
                   13125: 2003-11-12  paf
                   13126: 
                   13127:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   13128:          [copy/paste bug]
                   13129: 
                   13130: 2003-11-11  paf
                   13131: 
                   13132:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   13133:          failed]
                   13134: 
                   13135: 2003-11-10  paf
                   13136: 
                   13137:        * src/types/pa_vconsole.h: flush
                   13138: 
                   13139:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   13140:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   13141:          read/write  [for nntp]
                   13142: 
                   13143:        * operators.txt: mysql: transaction support: ?autocommit=0
                   13144: 
                   13145:        * operators.txt: comment: updated
                   13146: 
                   13147:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   13148:          serialize version and exipire now removes entries
                   13149: 
                   13150:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   13151:          dir, if could]
                   13152: 
                   13153:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   13154:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   13155:          removes files altogether [and dir, if could]
                   13156: 
                   13157:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   13158:          nonexistent pair. .c coded that that was error. fixed
                   13159: 
                   13160:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   13161:          file.access [regretfull can't split it to different exceptions
                   13162:          without modifying sdbm source wich would prefer not to]
                   13163: 
                   13164: 2003-11-07  paf
                   13165: 
                   13166:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13167:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13168:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   13169:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   13170:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   13171:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   13172:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   13173:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   13174:          destructing objects at request processing end
                   13175: 
                   13176: 2003-11-06  paf
                   13177: 
                   13178:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   13179:          updates
                   13180: 
                   13181:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   13182:          to include sdbm
                   13183: 
1.116     moko     13184:        * src/include/: pa_config_includes.h, pa_version.h: our
                   13185:          replacements of max& co only for cpp
1.95      moko     13186: 
                   13187:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   13188:          upper dir, .am updated
                   13189: 
                   13190:        * tests/todo.txt: hashfile: done
                   13191: 
                   13192:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   13193:          expiration [time in value. todo: move time to key]
                   13194: 
                   13195:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   13196: 
                   13197:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   13198:          to do that in foreach, no errors, but surely wrong]
                   13199: 
                   13200:        * operators.txt, src/types/pa_vhashfile.C,
                   13201:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   13202: 
                   13203:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   13204:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   13205:          foreach
                   13206: 
                   13207:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13208:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   13209: 
                   13210:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13211:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   13212: 
                   13213:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   13214:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13215:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   13216:          get/put [raw]
                   13217: 
                   13218:        * src/: classes/op.C, main/pa_os.C: just linked
                   13219: 
                   13220:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   13221:          XmlException changes
                   13222: 
                   13223:        * src/: include/pa_charset.h, include/pa_globals.h,
                   13224:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   13225:          XmlException changes
                   13226: 
                   13227:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   13228: 
                   13229:        * src/: include/pa_common.h, include/pa_exception.h,
                   13230:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   13231:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   13232:          main/pa_xml_exception.C: locking move to pa_os [along with
                   13233:          pa_sleep] apr-impl locking done
                   13234: 
                   13235:        * configure, configure.in, operators.txt, parser3.sln,
                   13236:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   13237:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   13238:          src/include/pa_exception.h, src/include/pa_globals.h,
                   13239:          src/include/pa_memory.h, src/include/pa_version.h,
                   13240:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   13241:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   13242:          src/main/compile.tab.C, src/main/main.vcproj,
                   13243:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   13244:          src/types/Makefile.am, src/types/pa_vhash.C,
                   13245:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   13246:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   13247:          again with sdbm from apache
                   13248: 
                   13249: 2003-11-05  paf
                   13250: 
                   13251:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13252:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   13253:          \parser3project dir anymore
                   13254: 
                   13255:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   13256:          thoughtlessly from xalan]
                   13257: 
                   13258:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   13259:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   13260:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   13261: 
                   13262:        * src/main/helpers/CaseFolding.txt:
                   13263:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   13264: 
                   13265: 2003-11-04  paf
                   13266: 
                   13267:        * operators.txt: comment: ^mail:send[$.options[
                   13268: 
                   13269:        * src/classes/table.C: compiled on unix
                   13270: 
1.116     moko     13271:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     13272: 
                   13273:        * src/classes/mail.C: compiled on unix
                   13274: 
                   13275:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   13276:          src/types/pa_vmail.h:     !^mail:send[
                   13277:                  $.options[unix: string to append to sendmail command
                   13278:          line]
                   13279: 
                   13280:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   13281:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   13282:          $.encloser["] <nothing> by default
                   13283: 
                   13284:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   13285:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   13286:          default
                   13287: 
                   13288: 2003-11-03  paf
                   13289: 
                   13290:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   13291:          ^table::load[; options:         !$.column-separator[^#09]
                   13292:          !$.column-encloser["]
                   13293: 
                   13294:        * operators.txt, src/include/pa_config_fixed.h,
                   13295:          src/types/pa_vrequest.C: $request:document-root
                   13296: 
                   13297:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   13298:          [already included into uri=xxx]
                   13299: 
                   13300:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   13301:          ^image.gif[filename] for $response:download
                   13302: 
                   13303:        * src/classes/date.C: minor precaution
                   13304: 
                   13305:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   13306:              !^date.unix-timestamp[]
                   13307: 
                   13308: 2003-10-30  paf
                   13309: 
                   13310:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   13311:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   13312: 
                   13313:        * src/classes/: date.C, image.C: improvement diagnostics:
                   13314:          $now[^date::create[$undefined]] now is error
                   13315: 
                   13316:        * src/main/pa_common.C: read errors would now be reported 'actually
                   13317:          read -1 bytes'
                   13318: 
                   13319: 2003-10-24  paf
                   13320: 
                   13321:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   13322:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   13323:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   13324:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   13325: 
                   13326: 2003-10-22  paf
                   13327: 
                   13328:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   13329: 
                   13330: 2003-10-21  paf
                   13331: 
                   13332:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13333:          fixed: string.match[g] without <'> option produced columns with
                   13334:          NULL's, which gpf'ed at table.save time
                   13335: 
                   13336:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   13337:          recoursion' message with intensive throw-catches fixed: incorrect
                   13338:          name and line (one name upper then needed) in error message about
                   13339:          problems inside try block
                   13340: 
                   13341: 2003-10-10  paf
                   13342: 
                   13343:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   13344:          check offset argument for validity did that in String::Body::pos
                   13345:          myself http://i2/tasks/edit/?id=4577425257580789777
                   13346: 
                   13347: 2003-10-07  paf
                   13348: 
                   13349:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   13350:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   13351: 
                   13352: 2003-10-03  paf
                   13353: 
                   13354:        * parser3.sln, src/include/pa_dictionary.h,
                   13355:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   13356:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   13357:          precalculating cstr&length
                   13358: 
                   13359: 2003-10-02  paf
                   13360: 
                   13361:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13362:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13363:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   13364:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   13365: 
                   13366: 2003-09-30  paf
                   13367: 
                   13368:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   13369:          occurrances after lang-mismatched
                   13370: 
                   13371: 2003-09-29  paf
                   13372: 
                   13373:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   13374:          helper
                   13375: 
                   13376:        * src/main/pa_string.C: string::serialize bug fix with
                   13377:          zero-terminator
                   13378: 
                   13379:        * src/classes/table.C: ^nameless_table.save column row now has no
                   13380:          \t at the end
                   13381: 
                   13382:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13383:          @postprocess  now takes $response:body/download
                   13384: 
                   13385:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   13386:          error message
                   13387: 
                   13388:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   13389: 
                   13390:        * src/classes/table.C: bugfix: flip: must produce nameless
                   13391:          http://i2/tasks/edit/?id=4573405524674081244
                   13392: 
                   13393:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   13394:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   13395: 
                   13396:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   13397:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   13398: 
                   13399: 2003-09-26  paf
                   13400: 
                   13401:        * src/main/untaint.C: removed needless field
                   13402: 
                   13403:        * src/main/untaint.C: removed needless const
                   13404: 
                   13405:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   13406:          String.for_each bug fixed [omited one-char cases]
                   13407: 
                   13408:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   13409:          runtime-executor stack were cleared... BADLY
                   13410: 
                   13411:        * src/main/pa_string.C: ^stirng.replace code used old
                   13412:          param-convention on langs.append, fixed that search fo the like,
                   13413:          found none
                   13414: 
                   13415:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   13416:          string::serialize/deserialize implemented Language enum assigned
                   13417:          meaningful letters [more convinient for debugging. read warning
                   13418:          before adding/changing anything]
                   13419: 
                   13420: 2003-09-25  paf
                   13421: 
                   13422:        * src/: include/pa_string.h, include/pa_version.h,
                   13423:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   13424:          differences on unix
                   13425: 
                   13426:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   13427:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   13428:          src/classes/xdoc.C, src/classes/xnode.C,
                   13429:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   13430:          src/include/pa_charsets.h, src/include/pa_common.h,
                   13431:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   13432:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   13433:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   13434:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   13435:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   13436:          src/main/compile_tools.h, src/main/pa_charset.C,
                   13437:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   13438:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13439:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   13440:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   13441:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   13442:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   13443:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   13444: 
                   13445:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   13446:          functions aligned to that of eeparser3 look
                   13447: 
                   13448:        * src/lib/cord/cordprnt.c: removed warnings
                   13449: 
                   13450: 2003-09-24  paf
                   13451: 
                   13452:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13453:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   13454:          include/pa_cache_managers.h, include/pa_charset.h,
                   13455:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   13456:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13457:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13458:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   13459:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   13460:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13461:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   13462:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   13463:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   13464:          types/pa_vxnode.C: v() functions of String::Body,
                   13465:          String::Languages and String itself StringBody->String::Body
                   13466: 
                   13467:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13468:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   13469:          never optimized anything.  todo: somehow speed up harder cases:
                   13470:          concatenationA+concatenationB when last block of A and first of B
                   13471:          contain same letters
                   13472: 
                   13473:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13474:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   13475:          blocks of same char [CORD_append_block]
                   13476: 
                   13477:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13478:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   13479:          save space by extending blocks when appending block with c ==
                   13480:          lastblock.c
                   13481: 
                   13482:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   13483:          working yet :( but more working &understood :)
                   13484: 
                   13485:        * src/: classes/table.C, include/pa_string.h,
                   13486:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   13487: 
                   13488: 2003-09-23  paf
                   13489: 
                   13490:        * src/main/untaint.C: $a[ok!] $a works!
                   13491: 
                   13492:        * src/main/untaint.C: something even more works :)
                   13493: 
                   13494:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13495:          something more works :)
                   13496: 
                   13497:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13498:          lib/cord/cordxtra.c: something already works :)
                   13499: 
                   13500:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   13501:          serialize&deserialize
                   13502: 
                   13503:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13504:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   13505:          main/untaint.C: main idea implemented, details left
                   13506: 
                   13507: 2003-09-22  paf
                   13508: 
                   13509:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   13510: 
                   13511:        * src/classes/xnode.C: copy/paste comment bugfix
                   13512: 
                   13513:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   13514:          allocator returns 0, just die.
                   13515:          http://i2/tasks/edit/?id=4570798492410259445
                   13516: 
                   13517:        * src/classes/xdoc.C: copy/paste comment bugfix
                   13518: 
                   13519:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   13520:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   13521:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   13522:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   13523: 
                   13524:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   13525:          chars due to bitwise operation signed-char error]
                   13526: 
                   13527: 2003-09-19  paf
                   13528: 
                   13529:        * src/types/pa_wcontext.C: output message: more practical
                   13530:          suggestion
                   13531: 
                   13532:        * src/main/pa_common.C, operators.txt: merged
                   13533:          $f[^file::load[binary;http://...]] $f.tables
                   13534: 
                   13535: 2003-09-02  paf
                   13536: 
                   13537:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   13538:          flush stdout without referencing 'stdout' symbol. to hell with
                   13539:          non-ansi libraries without 'stdout' symbol
                   13540: 
                   13541:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   13542:          unix (users reported problems with some old libc)
                   13543: 
                   13544:        * src/types/pa_vdate.h: forgot initializer
                   13545: 
                   13546: 2003-09-01  paf
                   13547: 
                   13548:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   13549:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   13550:          zone]
                   13551: 
                   13552:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   13553: 
                   13554: 2003-08-19  paf
                   13555: 
                   13556:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   13557:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   13558:          simplified a little
                   13559: 
                   13560:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   13561:          [lost fix from 3.0.8]
                   13562: 
                   13563:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   13564:          visible here }
                   13565: 
                   13566:          bug fix
                   13567: 
                   13568:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   13569: 
                   13570:        * src/main/compile.tab.C: initialized couple of variables about
                   13571:          which user reported runtime problems when parser were compiled
                   13572:          with VC7, warning level4.  study shows that later in bison
                   13573:          they've fixed that. would migrate to latest bison someday
                   13574: 
                   13575:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   13576:          recoding headers)
                   13577: 
                   13578:        * src/types/pa_vmail.C: works as before, same charset problems:
                   13579:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   13580:          anything for now
                   13581: 
                   13582:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   13583:          problems with body
                   13584: 
                   13585:        * src/types/pa_vmail.C: mail_receive just compiled
                   13586: 
                   13587: 2003-08-18  paf
                   13588: 
                   13589:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13590:          main/main.vcproj, types/types.vcproj: win32: continued process
                   13591:          detaching from \parser3project directory
                   13592: 
                   13593:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   13594:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   13595:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   13596:          src/lib/pcre/pcre_dftables.dsp,
                   13597:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   13598:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13599:          src/types/types.dsp: moved to MSVC 7
                   13600: 
                   13601:        * gnu.vcproj.vspscc, parser3.vssscc,
                   13602:          src/classes/classes.vcproj.vspscc,
                   13603:          src/lib/cord/cord.vcproj.vspscc,
                   13604:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   13605:          src/lib/md5/md5.vcproj.vspscc,
                   13606:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   13607:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   13608:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   13609:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   13610:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   13611:          moved to MSVC 7
                   13612: 
                   13613:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   13614:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   13615:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   13616:          src/lib/pcre/pcre_dftables.vcproj,
                   13617:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   13618:          src/targets/cgi/parser3.vcproj,
                   13619:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13620:          new VS project files
                   13621: 
                   13622:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   13623:          .NET to detect Jalindi Igloo capabilities.
                   13624: 
                   13625:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     13626:          src/classes/classes.awk, src/doc/footer.htm,
                   13627:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   13628:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     13629:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   13630:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   13631: 
                   13632: 2003-08-15  paf
                   13633: 
                   13634:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13635:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   13636: 
                   13637:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13638:          non-ascii <yyy> now encoded correctly
                   13639: 
                   13640: 2003-07-29  paf
                   13641: 
1.116     moko     13642:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   13643:          dist
1.95      moko     13644: 
                   13645:        * src/types/pa_vmail.C: just started --with-mail-receive
                   13646: 
                   13647: 2003-07-28  paf
                   13648: 
1.116     moko     13649:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   13650:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     13651: 
                   13652:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   13653: 
                   13654: 2003-07-25  paf
                   13655: 
                   13656:        * src/doc/footer.htm: year
                   13657: 
                   13658: 2003-07-24  paf
                   13659: 
                   13660:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   13661:          fix
                   13662: 
                   13663:        * src/include/pa_version.h: release
                   13664: 
1.116     moko     13665:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     13666: 
                   13667:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   13668:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   13669:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   13670:          getting rid of win32xml pseudo project
                   13671: 
                   13672:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   13673: 
1.116     moko     13674:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   13675:          configure.in, operators.txt, parser3.dsw,
1.95      moko     13676:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     13677:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     13678:          src/classes/classes.C, src/classes/classes.awk,
                   13679:          src/classes/classes.dsp, src/classes/classes.h,
                   13680:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13681:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13682:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13683:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13684:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13685:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13686:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   13687:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     13688:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   13689:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13690:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   13691:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   13692:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   13693:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13694:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13695:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   13696:          src/include/pa_operation.h, src/include/pa_pool.h,
                   13697:          src/include/pa_pragma_pack_begin.h,
1.95      moko     13698:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   13699:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   13700:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   13701:          src/include/pa_sql_connection.h,
                   13702:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   13703:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   13704:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13705:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     13706:          src/include/pa_uue.h, src/lib/Makefile.am,
                   13707:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   13708:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   13709:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   13710:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     13711:          src/lib/cord/include/ec.h,
                   13712:          src/lib/cord/include/private/Makefile.am,
                   13713:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     13714:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   13715:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     13716:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     13717:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   13718:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13719:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   13720:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   13721:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13722:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   13723:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     13724:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   13725:          src/main/pa_request.C, src/main/pa_socks.C,
                   13726:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13727:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     13728:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   13729:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   13730:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   13731:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   13732:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   13733:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   13734:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     13735:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   13736:          src/targets/isapi/parser3isapi.dsp,
                   13737:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     13738:          src/types/pa_junction.h, src/types/pa_method.h,
                   13739:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     13740:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13741:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13742:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13743:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13744:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13745:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13746:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13747:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   13748:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   13749:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   13750:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13751:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13752:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13753:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13754:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13755:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13756:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13757:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13758:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13759:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13760:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13761:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13762:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   13763:          HEAD
                   13764: 
                   13765:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   13766:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   13767:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   13768:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   13769:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   13770:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   13771:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   13772:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   13773:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   13774:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   13775:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   13776:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   13777:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   13778:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   13779:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   13780:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   13781:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   13782:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   13783:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   13784:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   13785:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   13786:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   13787:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   13788:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   13789:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   13790:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   13791:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   13792:          outputs/create-dir, results/001.processed, results/002.processed,
                   13793:          results/003.processed, results/004.processed,
                   13794:          results/005.processed, results/006.processed,
                   13795:          results/007.processed, results/008.processed,
                   13796:          results/009.processed, results/010.processed,
                   13797:          results/011.processed, results/012.processed,
                   13798:          results/013.processed, results/014.processed,
                   13799:          results/015.processed, results/016.processed,
                   13800:          results/017.processed, results/018.processed,
                   13801:          results/019.processed, results/020.processed,
                   13802:          results/021.processed, results/022.processed,
                   13803:          results/023.processed, results/024.processed,
                   13804:          results/025.processed, results/026.processed,
                   13805:          results/027.processed, results/028.processed,
                   13806:          results/029.processed, results/030.processed,
                   13807:          results/031.processed, results/032.processed,
                   13808:          results/033.processed, results/034.processed,
                   13809:          results/035.processed, results/036.processed,
                   13810:          results/037.processed, results/038.processed,
                   13811:          results/039.processed, results/040.processed,
                   13812:          results/041.processed, results/042.processed,
                   13813:          results/043.processed, results/044.processed,
                   13814:          results/045.processed, results/046.processed,
                   13815:          results/047.processed, results/048.processed,
                   13816:          results/049.processed, results/050.processed,
                   13817:          results/051.processed, results/052.processed,
                   13818:          results/053.processed, results/054.processed,
                   13819:          results/055.processed, results/056.processed,
                   13820:          results/057.processed, results/058.processed,
                   13821:          results/059.processed, results/060.processed,
                   13822:          results/061.processed, results/062.processed,
                   13823:          results/063.processed, results/064.processed,
                   13824:          results/065.processed, results/066.processed,
                   13825:          results/067.processed, results/068.processed,
                   13826:          results/069.processed, results/070.processed,
                   13827:          results/071.processed, results/072.processed,
                   13828:          results/073.processed, results/074.processed,
                   13829:          results/075.processed, results/076.processed,
                   13830:          results/077.processed, results/078.processed,
                   13831:          results/079.processed, results/080.processed,
                   13832:          results/081.processed, results/082.processed,
                   13833:          results/083.processed, results/084.processed,
                   13834:          results/085.processed, results/086.processed,
                   13835:          results/087.processed, results/088.processed,
                   13836:          results/089.processed, results/090.processed,
                   13837:          results/091.processed, results/092.processed,
                   13838:          results/093.processed, results/094.processed,
                   13839:          results/095.processed, results/096.processed,
                   13840:          results/097.processed, results/098.processed,
                   13841:          results/099.processed, results/100.processed,
                   13842:          results/101.processed, results/102.processed,
                   13843:          results/103.processed, results/104.processed,
                   13844:          results/105.processed, results/106.processed,
                   13845:          results/107.processed, results/108.processed,
                   13846:          results/109.processed, results/110.processed,
                   13847:          results/111.processed, results/112.processed,
                   13848:          results/113.processed, results/114.processed,
                   13849:          results/115.processed, results/116.processed,
                   13850:          results/117.processed, results/118.processed,
                   13851:          results/119.processed, results/120.processed,
                   13852:          results/121.processed, results/122.processed,
                   13853:          results/123.processed, results/124.processed,
                   13854:          results/125.processed, results/126.processed,
                   13855:          results/127.processed, results/128.processed,
                   13856:          results/129.processed, results/130.processed,
                   13857:          results/131.processed, results/132.processed,
                   13858:          results/133.processed, results/134.processed,
                   13859:          results/135.processed, results/136.processed,
                   13860:          results/137.processed, results/138.processed,
                   13861:          results/139.processed, results/140.processed,
                   13862:          results/141.processed: merged(copied) to HEAD from template_gc
                   13863: 
                   13864:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   13865:          towards \parser3project not having to be in root
                   13866: 
                   13867:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   13868:          module compiled [were minor unnecessary changes in lib/md5
                   13869:          interface]
                   13870: 
                   13871:        * src/include/pa_version.h: release
                   13872: 
                   13873:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   13874: 
                   13875:        * src/classes/math.C: merged uuid bugfix
                   13876: 
                   13877:        * tests/: 141.html, results/141.processed: fixed bug with
                   13878:          too-small-a-buffer
                   13879: 
                   13880:        * src/classes/math.C: uuid bugfix
                   13881: 
                   13882:        * tests/: 141.html, Makefile, results/005.processed,
                   13883:          results/030.processed, results/075.processed,
                   13884:          results/078.processed: to reflect date format change (were -
                   13885:          become ' ')
                   13886: 
                   13887:        * src/classes/math.C: uuid bugfix
                   13888: 
                   13889:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   13890:          debug/release changes
                   13891: 
                   13892:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   13893: 
                   13894: 2003-07-23  paf
                   13895: 
                   13896:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13897:          renamed a little [to move to comman naming conv]
                   13898: 
1.116     moko     13899:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   13900:          build
1.95      moko     13901: 
                   13902:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   13903:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13904:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   13905:          stack top_index() fixed
                   13906: 
                   13907:        * src/main/pa_globals.C: minor style changes
                   13908: 
                   13909:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   13910:          closing/caching fixed [connections were not closed/put to cache]
                   13911: 
                   13912: 2003-07-22  paf
                   13913: 
                   13914:        * INSTALL: gc part updated stightly
                   13915: 
                   13916:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   13917:          new sapi interface
                   13918: 
                   13919:        * src/classes/file.C: comment on OS
                   13920: 
                   13921:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   13922:          one deeper in cord lib]
                   13923: 
                   13924:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   13925: 
                   13926:        * src/main/pa_memory.C: out of memory is no longer coredump
                   13927: 
                   13928:        * INSTALL: disable-threads adviced
                   13929: 
                   13930: 2003-07-21  paf
                   13931: 
1.116     moko     13932:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     13933: 
                   13934:        * src/classes/file.C: file::exec/cgi environment variables now must
                   13935:          be UPPERCASE and A-Z 0-9 _-
                   13936: 
                   13937:        * src/classes/file.C: env passing fixed
                   13938: 
                   13939:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   13940: 
                   13941:        * src/main/pa_common.C: http:// CRLF now
                   13942: 
                   13943: 2003-07-02  paf
                   13944: 
                   13945:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   13946:          fields to reflect their real meaning
                   13947: 
                   13948: 2003-06-27  paf
                   13949: 
                   13950:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   13951:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   13952:          file::exec/cgi .charset
                   13953: 
                   13954: 2003-06-26  paf
                   13955: 
                   13956:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   13957:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   13958:          src/classes/table.C: fixed several uninitialized local
                   13959:          structures.  notably ^hash.foreach now inserts delimiters
                   13960:          properly [were inserting it before first body]
                   13961: 
                   13962: 2003-06-24  paf
                   13963: 
                   13964:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   13965: 
                   13966: 2003-06-20  paf
                   13967: 
                   13968:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13969:          src/main/pa_globals.C: introducing
                   13970:          $f[^file::load[binary;http://...]] $f.tables
                   13971: 
                   13972: 2003-06-06  paf
                   13973: 
                   13974:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   13975:          table. [were method lookup: inconsistent]
                   13976: 
                   13977: 2003-06-02  paf
                   13978: 
                   13979:        * src/include/pa_memory.h: empty string clone fixed to return
                   13980:          writable memory
                   13981: 
                   13982:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   13983:          were not appended] which violated string invariant
                   13984: 
                   13985: 2003-05-30  paf
                   13986: 
                   13987:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   13988:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   13989: 
                   13990:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   13991:          GMT  ; RFC 822, updated by RFC 1123
                   13992: 
                   13993:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   13994:          targets/isapi/parser3isapi.C: initialized request_info properly
                   13995: 
                   13996:        * src/classes/xnode.C: found minor bug, commended for future
                   13997: 
                   13998: 2003-05-28  paf
                   13999: 
                   14000:        * src/classes/form.C: request_info.content_length can't be <0,
                   14001:          size_t for some time
                   14002: 
                   14003: 2003-05-26  paf
                   14004: 
                   14005:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   14006:          forgotten <0 changed to !=STRING_NOT_FOUND
                   14007: 
                   14008:        * src/classes/math.C: merged ffffu from HEAD
                   14009: 
                   14010: 2003-05-11  paf
                   14011: 
                   14012:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   14013: 
                   14014:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   14015:          premature doc free.  transformed document had xmlDoc reference
                   14016:          stored to non-gc-memory (libgdome) added holding-reference
                   14017: 
                   14018: 2003-04-29  paf
                   14019: 
                   14020:        * src/main/pa_globals.C: started digging on double free.  on win32
                   14021:          found that that's perfectly normal.
                   14022: 
                   14023: 2003-04-25  paf
                   14024: 
                   14025:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   14026: 
                   14027:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   14028: 
                   14029:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   14030:          print anything.  changed to quicker and simplier code
                   14031: 
                   14032:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   14033:          strict a check]
                   14034: 
                   14035:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   14036: 
                   14037: 2003-04-24  paf
                   14038: 
                   14039:        * src/include/pa_table.h: too strict assert loosened
                   14040: 
                   14041:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   14042:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   14043:          report
                   14044: 
                   14045: 2003-04-21  paf
                   14046: 
1.116     moko     14047:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     14048: 
                   14049:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   14050:          memory
                   14051: 
                   14052:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   14053:          xmlMallocAtomic [author agreed to my suggestion], used that
                   14054: 
                   14055:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   14056: 
                   14057:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   14058:          types/pa_vmail.C: attributed_meaning_to_string added
                   14059:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   14060:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   14061:          made that param obligatory
                   14062: 
                   14063:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   14064:          fixed [assert helped]
                   14065: 
                   14066:        * src/include/pa_string.h: assert added [looking for bug]
                   14067: 
                   14068:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   14069:          names on Win32 considered disk-global
                   14070: 
                   14071:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   14072:          considered disk-global
                   14073: 
                   14074: 2003-04-18  paf
                   14075: 
                   14076:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   14077:          filenames
                   14078: 
                   14079:        * src/main/untaint.C: enabled '~' letter in filenames
                   14080: 
                   14081: 2003-04-16  paf
                   14082: 
                   14083:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   14084: 
                   14085:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   14086:          HEAD
                   14087: 
1.116     moko     14088:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     14089: 
                   14090: 2003-04-15  paf
                   14091: 
                   14092:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14093:          src/lib/md5/pa_md5c.c, tests/141.html,
                   14094:          tests/results/141.processed: merged from head ^math:uuid[]
                   14095:          ^math:uid64[] ^math:md5[string]
                   14096: 
                   14097:          test added: 141.html
                   14098: 
                   14099:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   14100: 
                   14101:        * src/classes/math.C: ^math:uuid[]
                   14102: 
                   14103:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   14104: 
                   14105:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14106:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   14107: 
                   14108:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   14109:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   14110:          ^file::load[mode;name;     $.offset     $.limit
                   14111: 
                   14112: 2003-04-14  paf
                   14113: 
                   14114:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14115:          started ^math:md5
                   14116: 
                   14117:        * src/classes/table.C, src/include/pa_array.h,
                   14118:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   14119:          tests/results/140.processed: table $.reverse option works in
                   14120:          create&co table $.distinct[tables] bug fix merged
                   14121: 
                   14122:        * src/: classes/table.C, include/pa_table.h: table
                   14123:          $.distinct[tables] bug fixed
                   14124: 
                   14125:        * src/classes/table.C: more warnings
                   14126: 
                   14127:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   14128:          removed checks in table::set_current, moved them back to
                   14129:          table::locate implemented table::create/join ñ $.reverse
                   14130: 
                   14131:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   14132:          removed checks in table::set_current, moved them back to
                   14133:          table::locate
                   14134: 
                   14135: 2003-04-11  paf
                   14136: 
                   14137:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14138:          src/include/pa_array.h, src/include/pa_common.h,
                   14139:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14140:          src/include/pa_table.h, src/main/pa_request.C,
                   14141:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14142:          src/main/pa_table.C: merged from HEAD from
                   14143:          before_append_array_limit_sense_change to
                   14144:          after_append_array_limit_sense_change
                   14145: 
                   14146:        * src/classes/table.C: typo
                   14147: 
                   14148:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14149:          src/include/pa_array.h, src/include/pa_common.h,
                   14150:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   14151:          src/include/pa_table.h, src/main/pa_array.C,
                   14152:          src/main/pa_globals.C, src/main/pa_request.C,
                   14153:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14154:          src/main/pa_table.C: append_array_limit_sense_change locate
                   14155:          accepts options same as create new option: $.reverse(1)   [do not
                   14156:          work in table::create]
                   14157: 
                   14158:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   14159:          (stat xxx,
                   14160: 
                   14161:        * src/classes/: table.C: typo
                   14162: 
                   14163:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   14164:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   14165:          results/130.processed, results/131.processed,
                   14166:          results/132.processed, results/133.processed,
                   14167:          results/134.processed, results/135.processed,
                   14168:          results/136.processed, results/137.processed,
                   14169:          results/138.processed, results/139.processed: added few mustfail
                   14170:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   14171:          date/time 132.html mustfail: access to junction outside of
                   14172:          context 133.html mustfail: access to junction outside of context,
                   14173:          case version 134.html mustfail: hash: adding a key inside of
                   14174:          foreach 135.html mustfail: modifying system class 136.html
                   14175:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   14176:          appendChild without import 138.html mustfail: invalid encoding
                   14177:          inside of xml 139.html mustfail: bad XPath
                   14178: 
                   14179:        * operators.txt, src/classes/table.C, tests/084.html,
                   14180:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   14181:          tests/129.html, tests/results/125.processed,
                   14182:          tests/results/126.processed, tests/results/127.processed,
                   14183:          tests/results/128.processed, tests/results/129.processed: merged
                   14184:          from HEAD ^table.hash[key][$.distinct[tables]]
                   14185: 
                   14186:          maked appropriate tests [changed one old nonconforming]
                   14187: 
                   14188:        * operators.txt, src/classes/table.C:
                   14189:          ^table.hash[key][$.distinct[tables]]
                   14190: 
                   14191:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14192:          merged fix for found very old xml (dom) bug: were passing
                   14193:          domString objects and later ERROREOUSLY freed them
                   14194: 
                   14195:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   14196:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   14197:          libgdome bug can not be worked around
                   14198: 
                   14199: 2003-04-10  paf
                   14200: 
                   14201:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14202:          found very old xml (dom) bug: were passing domString objects and
                   14203:          later ERROREOUSLY freed them
                   14204: 
                   14205:        * src/doc/string.dox, src/include/pa_memory.h,
                   14206:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   14207:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   14208:          tests/123.html, tests/124.html, tests/results/001.processed,
                   14209:          tests/results/002.processed, tests/results/003.processed,
                   14210:          tests/results/004.processed, tests/results/005.processed,
                   14211:          tests/results/006.processed, tests/results/008.processed,
                   14212:          tests/results/009.processed, tests/results/010.processed,
                   14213:          tests/results/011.processed, tests/results/012.processed,
                   14214:          tests/results/013.processed, tests/results/014.processed,
                   14215:          tests/results/015.processed, tests/results/016.processed,
                   14216:          tests/results/017.processed, tests/results/018.processed,
                   14217:          tests/results/020.processed, tests/results/021.processed,
                   14218:          tests/results/022.processed, tests/results/023.processed,
                   14219:          tests/results/024.processed, tests/results/025.processed,
                   14220:          tests/results/026.processed, tests/results/027.processed,
                   14221:          tests/results/028.processed, tests/results/029.processed,
                   14222:          tests/results/030.processed, tests/results/031.processed,
                   14223:          tests/results/032.processed, tests/results/033.processed,
                   14224:          tests/results/034.processed, tests/results/035.processed,
                   14225:          tests/results/036.processed, tests/results/037.processed,
                   14226:          tests/results/038.processed, tests/results/039.processed,
                   14227:          tests/results/040.processed, tests/results/041.processed,
                   14228:          tests/results/042.processed, tests/results/043.processed,
                   14229:          tests/results/044.processed, tests/results/045.processed,
                   14230:          tests/results/046.processed, tests/results/047.processed,
                   14231:          tests/results/048.processed, tests/results/049.processed,
                   14232:          tests/results/050.processed, tests/results/051.processed,
                   14233:          tests/results/052.processed, tests/results/053.processed,
                   14234:          tests/results/054.processed, tests/results/055.processed,
                   14235:          tests/results/056.processed, tests/results/057.processed,
                   14236:          tests/results/058.processed, tests/results/059.processed,
                   14237:          tests/results/060.processed, tests/results/061.processed,
                   14238:          tests/results/062.processed, tests/results/063.processed,
                   14239:          tests/results/064.processed, tests/results/065.processed,
                   14240:          tests/results/066.processed, tests/results/067.processed,
                   14241:          tests/results/068.processed, tests/results/069.processed,
                   14242:          tests/results/070.processed, tests/results/071.processed,
                   14243:          tests/results/072.processed, tests/results/073.processed,
                   14244:          tests/results/074.processed, tests/results/075.processed,
                   14245:          tests/results/076.processed, tests/results/077.processed,
                   14246:          tests/results/078.processed, tests/results/079.processed,
                   14247:          tests/results/080.processed, tests/results/081.processed,
                   14248:          tests/results/082.processed, tests/results/083.processed,
                   14249:          tests/results/084.processed, tests/results/085.processed,
                   14250:          tests/results/086.processed, tests/results/087.processed,
                   14251:          tests/results/088.processed, tests/results/089.processed,
                   14252:          tests/results/090.processed, tests/results/091.processed,
                   14253:          tests/results/092.processed, tests/results/093.processed,
                   14254:          tests/results/094.processed, tests/results/095.processed,
                   14255:          tests/results/096.processed, tests/results/097.processed,
                   14256:          tests/results/101.processed, tests/results/102.processed,
                   14257:          tests/results/104.processed, tests/results/105.processed,
                   14258:          tests/results/106.processed, tests/results/107.processed,
                   14259:          tests/results/108.processed, tests/results/109.processed,
                   14260:          tests/results/110.processed, tests/results/111.processed,
                   14261:          tests/results/112.processed, tests/results/113.processed,
                   14262:          tests/results/114.processed, tests/results/115.processed,
                   14263:          tests/results/116.processed, tests/results/117.processed,
                   14264:          tests/results/118.processed, tests/results/119.processed,
                   14265:          tests/results/120.processed, tests/results/121.processed,
                   14266:          tests/results/122.processed, tests/results/123.processed,
                   14267:          tests/results/124.processed: new convention: char* never 0.
                   14268:          assert in cord on that
                   14269: 
                   14270:        * src/main/pa_charset.C: couple more asserts
                   14271: 
                   14272:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   14273:          speedup
                   14274: 
                   14275:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   14276:          added [may be those is the case now?]
                   14277: 
                   14278:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14279:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14280:          hope]
                   14281: 
                   14282:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14283:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14284:          hope]
                   14285: 
                   14286:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   14287: 
                   14288: 2003-04-09  paf
                   14289: 
                   14290:        * src/classes/date.C: merged ^date.roll changes
                   14291: 
                   14292:        * src/classes/date.C: ^date.roll bug fix
                   14293: 
                   14294:        * src/classes/date.C: ^date.roll now throws less errors: month
                   14295:          shifts handles end of month situation by reducing day number
                   14296:          hour-hole shift reduces hour to recover
                   14297: 
                   14298:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   14299:          Sort by function time
                   14300: 
                   14301:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   14302:          http://   $.charset[] param done
                   14303: 
                   14304:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   14305:          added [after volatile fix. passes on win&intel-solaris]
                   14306: 
                   14307: 2003-04-08  paf
                   14308: 
                   14309:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   14310:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   14311:          include/pa_common.h, include/pa_request_charsets.h,
                   14312:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14313:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   14314:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   14315:          types/pa_vresponse.C: started http://   $.charset[] param and
                   14316:          http response charset detection just compiled.  todo:test
                   14317: 
                   14318:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   14319: 
                   14320:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   14321:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   14322:          types/pa_vmail.C: changed transcode param converntion  along with
                   14323:          string creating convention -- all strings are zero-terminated,
                   14324:          this allowed to fix one remaining String("123", 2) case
                   14325: 
                   14326:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14327:          classes/op.C, classes/string.C, classes/table.C,
                   14328:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   14329:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   14330:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14331:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   14332:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   14333:          violated String::invariant. started fixing [not compiled now]
                   14334: 
                   14335:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14336:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   14337:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   14338:          improvements & optimizations
                   14339: 
                   14340:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   14341:          :(]
                   14342: 
                   14343:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   14344:          [for it's a pointer really]
                   14345: 
                   14346:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   14347:          'n' param. worked that around
                   14348: 
                   14349:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   14350:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   14351:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   14352:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   14353:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   14354: 
                   14355:          Thanks for the bug report and patch.
                   14356: 
                   14357:          I hadn't looked at this code in a while.  Reading it now, it
                   14358:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   14359:          comply with the invariant, though that may not matter a lot.  I
                   14360:          changed that, too.
                   14361: 
                   14362:          Hans
                   14363: 
                   14364: 2003-04-07  paf
                   14365: 
                   14366:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   14367:          merged from head:safe mode error message now includes numbers
                   14368: 
                   14369:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14370:          problem: as_double returns it's result in fp-register compiler
                   14371:          optimizes access to that register after b->as_double, and just
                   14372:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14373:          from memory.  _SAME_ double values do not match here.  when
                   14374:          forced to REload fp-register, values do match.
                   14375: 
                   14376:          tried to make them volatile.
                   14377: 
                   14378:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14379:          problem: as_double returns it's result in fp-register compiler
                   14380:          optimizes access to that register after b->as_double, and just
                   14381:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14382:          from memory.  _SAME_ double values do not match here.  when
                   14383:          forced to REload fp-register, values do match.
                   14384: 
                   14385:          tried to make them volatile.
                   14386: 
                   14387:        * src/types/pa_vobject.h: small style change
                   14388: 
                   14389:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   14390: 
                   14391:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   14392:          mode error message now includes numbers
                   14393: 
                   14394:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   14395:          now causes death
                   14396: 
                   14397: 2003-04-04  paf
                   14398: 
                   14399:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   14400:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   14401:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   14402:          Sent: Thursday, January 23, 2003 9:14 AM
                   14403: 
                   14404:          huge speedup on ^file::cgi with big result
                   14405: 
                   14406:        * src/classes/table.C: sort table with 0 rows bug fixed
                   14407: 
                   14408:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   14409:          fix http://i2/tasks/edit/?id=4493701604654042676
                   14410: 
                   14411:          @main[] $with_default[  $.a[1]  $._default[default from
                   14412:          with_default] ] ^show[$with_default]
                   14413: 
                   14414:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14415:          =$to_add_to.xxx=<br>
                   14416: 
                   14417:          ^show[$to_add_to]
                   14418: 
                   14419:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14420:          ^show[$cloned]
                   14421: 
                   14422:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14423: 
                   14424:          }  <hr>
                   14425: 
                   14426:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   14427:          http://i2/tasks/edit/?id=4493701604654042676
                   14428: 
                   14429:          @main[] $with_default[  $.a[1]  $._default[default from
                   14430:          with_default] ] ^show[$with_default]
                   14431: 
                   14432:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14433:          =$to_add_to.xxx=<br>
                   14434: 
                   14435:          ^show[$to_add_to]
                   14436: 
                   14437:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14438:          ^show[$cloned]
                   14439: 
                   14440:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14441: 
                   14442:          }  <hr>
                   14443: 
                   14444:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   14445:          http://i2/tasks/edit/?id=4507350336410850921
                   14446: 
                   14447:        * src/classes/xdoc.C: memory allocation func bugfix
                   14448:          http://i2/tasks/edit/?id=4499303470368629745
                   14449: 
                   14450:        * src/classes/math.C: allowed random 1...
                   14451: 
                   14452:        * src/classes/math.C: allowed random 0..
                   14453: 
                   14454:        * src/main/pa_globals.C: exif mem leak
                   14455:          http://i2/tasks/edit/?id=4480590323629807263
                   14456: 
                   14457:        * src/: classes/classes.dsp, main/main.dsp,
                   14458:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   14459:          fix http://i2/tasks/edit/?id=4493946731322521294
                   14460:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   14461: 
                   14462:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14463:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   14464:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   14465:          links to xml libs made relative, no need to unpack parser3project
                   14466:          to /parser3project.
                   14467: 
                   14468:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   14469:          column more precise - tab handling bug fixed
                   14470: 
                   14471:        * src/main/: compile.tab.C, compile.y: more understandable error
                   14472:          message in case @CLASS with more then one line inside
                   14473: 
                   14474:        * src/targets/cgi/parser3.C: more understandable error message in
                   14475:          case of errors in @unhandled_exception
                   14476: 
                   14477: 2003-04-03  paf
                   14478: 
                   14479:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   14480:          src/main/compile.tab.C, src/main/compile.y,
                   14481:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14482:          src/main/execute.C, src/main/pa_request.C: debug info format
                   14483:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   14484: 
                   14485:          higher limits:   file number (max: 255)   line number (max:
                   14486:          64535)   column number (max: 255)
                   14487: 
                   14488:        * src/classes/math.C: top limit
                   14489: 
                   14490:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   14491:          precise parse error position in case of
                   14492: 
                   14493:          ^bug ]
                   14494: 
                   14495:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   14496:          changed to realities, and passed [bug fixed]
                   14497: 
                   14498:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   14499:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   14500:          main/compile_tools.h, main/pa_request.C: introducing
                   14501:          ^process...[main-method-alias]
                   14502: 
                   14503:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   14504:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14505:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   14506:          params receive zero reference, but they are expected not to look
                   14507:          there]
                   14508: 
                   14509:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14510:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   14511:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14512:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14513:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14514:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14515:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   14516:          [methods without params receive zero reference, but they are
                   14517:          expected not to look there]
                   14518: 
                   14519:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14520:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   14521:          ^process...[filename] useful for better error reporting
                   14522:          [file/line/col]
                   14523: 
                   14524:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   14525:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   14526:          '%s', it 2. method undefined in case of ^void[]
                   14527: 
                   14528:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14529:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   14530:          handling done. now we have error columns todo: test it
                   14531: 
                   14532:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   14533:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   14534: 
                   14535:          this makes life easier: were: bad stack order -- were in
                   14536:          exception catch unwind order, which didn't match execution order
                   14537: 
                   14538:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   14539: 
                   14540:          @first[] ^throw[a;1]
                   14541: 
                   14542:          showed throw a first throw b try
                   14543: 
                   14544:          which is no good
                   14545: 
                   14546:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14547:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   14548:          trace reset after handled exception [old bug fixed]
                   14549: 
                   14550:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   14551:          fixed.  position reporting made precise [both, in parse erros and
                   14552:          runtime errors]
                   14553: 
                   14554: 2003-04-02  paf
                   14555: 
                   14556:        * src/: include/pa_operation.h, include/pa_request.h,
                   14557:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14558:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14559:          main/pa_exception.C, main/pa_request.C: debug info: started
                   14560:          using.  todo:complete
                   14561: 
                   14562:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   14563:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14564:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14565:          main/pa_request.C: prepared debug info todo:use it
                   14566: 
                   14567:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   14568:          return Operation class->union after switching from autoptrs.
                   14569: 
                   14570:        * tests/: Makefile, results/108.processed, results/117.processed:
                   14571:          meta considered OK [it's up to coder now to remove it not needed]
                   14572: 
                   14573:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   14574:          Dictionary constructor when moved to gc]
                   14575: 
                   14576:        * src/main/pa_common.C: uncommented http:// file loading
                   14577: 
                   14578:        * src/include/pa_array.h, src/main/execute.C,
                   14579:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   14580:          fix [gdGrowingBuf]
                   14581: 
                   14582:        * configure.in, src/lib/Makefile.am: removed patches
                   14583: 
                   14584:        * configure, src/include/pa_config_auto.h.in,
                   14585:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   14586: 
                   14587:        * src/main/pa_common.C: uncommented http:// file loading
                   14588: 
                   14589:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   14590:          xdoc::create/load
                   14591: 
                   14592:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   14593:          classes/string.C, classes/table.C, classes/void.C,
                   14594:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   14595:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   14596:          String::String(str,helper_length) are checked.  found/fixed one
                   14597:          place: $request:body now zero-terminated,
                   14598: 
                   14599:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   14600:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   14601:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   14602:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14603:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14604:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   14605:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14606:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   14607:          easily optimizable)
                   14608: 
                   14609:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   14610:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   14611: 
                   14612:        * src/: include/pa_array.h, include/pa_stack.h,
                   14613:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   14614:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   14615:          become assertion iterator in methodframe filler
                   14616: 
                   14617:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   14618:          targets/cgi/parser3.C: array::get/put inlined
                   14619: 
                   14620:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   14621:          gc_substitute_memory_management_functions +installed CORD_oom
                   14622:          function
                   14623: 
                   14624:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   14625:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14626:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   14627:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   14628:          assertions started configure.in --enable-assertions
                   14629: 
                   14630: 2003-04-01  paf
                   14631: 
                   14632:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   14633:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   14634:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   14635:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   14636:          gc misses that and collects valid memory fixed by remembering
                   14637:          xmlDoc from dom object in xdoc.  todo: do something with
                   14638:          premature free of xdoc with xnodes/node values referring into it
                   14639: 
                   14640:        * src/classes/: mail.C: typo fix
                   14641: 
                   14642:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   14643:          changes
                   14644: 
                   14645:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   14646:          main/pa_memory.C: moved memory debugging to global level: to
                   14647:          pa_gc_malloc
                   14648: 
                   14649:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   14650:          debugging showed no errors. todo: debug parser memory
                   14651: 
                   14652:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   14653:          configurations
                   14654: 
                   14655:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   14656:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   14657:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14658:          types/types.dsp: prepared xml-static configuration
                   14659: 
                   14660: 2003-03-31  paf
                   14661: 
                   14662:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   14663:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   14664:          xml lib memory debugging, simple checks failed: it seems that
                   14665:          library does realloc(bad ptr), and recording those ptrs in heap
                   14666:          [for debugging] was bad: heap situation changes = everything
                   14667:          works fine
                   14668: 
                   14669:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   14670:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   14671:          limit of 10 user-defined charsets]
                   14672: 
                   14673: 2003-03-28  paf
                   14674: 
                   14675:        * src/main/execute.C: execution stack copied to local register
                   14676:          variable, removed lots [~2e7) of memory accesses
                   14677: 
                   14678: 2003-03-27  paf
                   14679: 
                   14680:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   14681:          works in debug, but fails in release todo: fix that
                   14682: 
                   14683:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   14684:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   14685:          replacement from gc branch
                   14686: 
                   14687:        * src/main/pa_exec.C: introducing append_help_length [radical
                   14688:          improvement here]
                   14689: 
                   14690:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   14691:          'not recommened' in gc.h, on win32 noticed no difference]
                   14692: 
                   14693:        * src/include/pa_array.h: returned checked array get [were disabled
                   14694:          for debugging] result:not slower [don't understand that, it were
                   14695:          INLINED] todo: find out a way of inlining it!
                   14696: 
                   14697:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   14698:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   14699:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   14700:          convention changed: all resulting strings are zero-terminated
                   14701: 
                   14702:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14703:          classes/string.C, classes/table.C, classes/void.C,
                   14704:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   14705:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   14706:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   14707:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14708:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   14709:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   14710:          append_help_length [radical improvement here]
                   14711: 
                   14712:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   14713:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   14714:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   14715:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   14716:          even slower
                   14717: 
                   14718:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   14719:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   14720:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   14721:          clients of &get(): most to use non-ref version, some[in tight
                   14722:          places] to get_unchecked_ref
                   14723: 
                   14724:        * src/doc/memory.dox: forgot to add
                   14725: 
                   14726:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   14727:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   14728:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   14729:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   14730:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   14731:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   14732:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   14733:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   14734:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   14735:          func] other Array & removed
                   14736: 
                   14737: 2003-03-26  paf
                   14738: 
                   14739:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   14740:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   14741:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   14742:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14743:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   14744:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   14745:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14746:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   14747:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14748:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   14749:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   14750:          pre-evaluated .count() in some places
                   14751: 
                   14752:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14753:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   14754:          types/types.dsp: .dsp profiling updated
                   14755: 
                   14756:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   14757:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   14758:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   14759: 
                   14760:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   14761:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   14762:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   14763:          use lib/gc,lib/cord
                   14764: 
1.116     moko     14765:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   14766:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     14767:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   14768:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   14769:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14770:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     14771:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     14772:          src/lib/cord/include/Makefile.am,
1.116     moko     14773:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   14774:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   14775:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14776:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   14777:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   14778:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   14779:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   14780:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   14781:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   14782:          funcs ported pa_exec
1.95      moko     14783: 
                   14784:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   14785: 
                   14786:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   14787:          bundled gc includes
                   14788: 
                   14789:        * src/: classes/op.C, include/pa_array.h,
                   14790:          include/pa_sql_connection.h, include/pa_string.h,
                   14791:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   14792:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   14793:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   14794:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   14795:          first real site (aval)]
                   14796: 
                   14797: 2003-03-25  paf
                   14798: 
                   14799:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14800:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   14801:          process
                   14802: 
                   14803:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   14804:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   14805: 
                   14806:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   14807: 
                   14808:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   14809:          src/types/pa_value.h, src/types/pa_vfile.h,
                   14810:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14811:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   14812:          tests/results/121.processed: untaint.C L_URI
                   14813: 
                   14814:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   14815:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   14816:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   14817:          src/types/pa_vmemory.h: ^memory:compact[]
                   14818: 
                   14819:        * tests/results/109.processed: it was a bug in parser. updated 109
                   14820:          test result
                   14821: 
                   14822:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   14823: 
                   14824:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   14825:          tests/results/107.processed: fixed dom language [values are now
                   14826:          considered tainted.  it was a bug in parser. updated 107 test
                   14827:          result
                   14828: 
                   14829:        * src/classes/xdoc.C: fixed transform params
                   14830: 
                   14831:        * src/: include/pa_stylesheet_manager.h,
                   14832:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   14833: 
                   14834:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   14835:          overloads for structure handling
                   14836: 
                   14837:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   14838:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   14839:          StringBody(0) ambiguilty, introducting static
                   14840:          StringBody::Format(int)
                   14841: 
                   14842:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   14843:          linked
                   14844: 
                   14845:        * src/types/pa_vxdoc.C: vxdoc compiled
                   14846: 
                   14847:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   14848:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   14849:          finalizers isntalled
                   14850: 
                   14851:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   14852:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   14853:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14854:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   14855:          compiled todo: xnode.C / finalizers
                   14856: 
                   14857:        * src/doc/string.dox: updated: new string internals
                   14858: 
                   14859: 2003-03-24  paf
                   14860: 
                   14861:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14862:          include/pa_charset.h, include/pa_config_fixed.h,
                   14863:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   14864:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   14865:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   14866:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   14867:          types/pa_vxnode.h: started XML
                   14868: 
                   14869:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   14870: 
                   14871:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14872:          include/pa_string.h, main/pa_common.C,
                   14873:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   14874: 
                   14875:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14876:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   14877:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14878:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   14879:          for eq STRING_NOT_FOUND
                   14880: 
                   14881:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   14882:          optimize bit implemented
                   14883: 
                   14884:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14885:          String::ArrayFragment::append_positions fixed
                   14886: 
                   14887:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   14888:          String::this_starts fixed
                   14889: 
                   14890:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   14891: 
                   14892:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   14893:          hashcode implemented fully, including per-char callback [it can
                   14894:          be - substr CORD node]
                   14895: 
                   14896:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   14897:          rewritten to rewalloc with 100byte buf ahead
                   14898: 
                   14899:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   14900:          src/include/pa_string.h, src/main/compile.tab.C,
                   14901:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   14902:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   14903:          CORD_ec [bad] would rewrite as realloc now
                   14904: 
                   14905:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14906:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   14907:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14908:          include/pa_common.h, include/pa_request.h,
                   14909:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   14910:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   14911:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   14912:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   14913:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   14914:          types/pa_vstateless_class.h: 2*2 worked :)
                   14915: 
                   14916:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   14917:          src/include/pa_exec.h, src/include/pa_string.h,
                   14918:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   14919:          passed OK
                   14920: 
                   14921:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14922:          types/pa_value.C: all linked todo: debug
                   14923: 
                   14924:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   14925:          types/pa_vstateless_class.C: all compiled.  todo:link
                   14926: 
                   14927:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   14928: 
                   14929:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   14930: 
                   14931:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   14932: 
                   14933:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   14934: 
                   14935:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   14936:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   14937:          pa_vstateless_class.C, pa_vstateless_class.h:
                   14938:          pa_vstateless_class.C compiled
                   14939: 
                   14940:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   14941:          types/pa_vmath.C: pa_vmail.C compiled
                   14942: 
                   14943:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   14944: 
                   14945:        * src/types/pa_vform.C: pa_vform.C compiled
                   14946: 
                   14947:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   14948: 
                   14949:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   14950:          pa_vstateless_class.C: pa_vcookie.C compiled
                   14951: 
                   14952:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   14953:          types/pa_vhash.h: pa_value.C compiled
                   14954: 
                   14955:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   14956:          classes.lib main.lib compiled
                   14957: 
                   14958:        * src/classes/void.C: void.C compiled
                   14959: 
                   14960:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   14961:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   14962:          compiled
                   14963: 
                   14964:        * src/: classes/string.C, include/pa_request.h,
                   14965:          include/pa_string.h, main/pa_string.C: string.C compiled
                   14966: 
                   14967:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   14968:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   14969:          main/pa_request.C, main/pa_string.C: op.C compiled
                   14970: 
                   14971:        * src/classes/: math.C, op.C: math.C compiled
                   14972: 
                   14973:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   14974:          types/pa_vmail.h: mail.C compiled
                   14975: 
                   14976:        * src/classes/: int.C, table.C: int.C compiled
                   14977: 
                   14978:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   14979:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   14980:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   14981:          compiled
                   14982: 
                   14983:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14984:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   14985:          include/pa_sql_connection.h: hash.C compiled
                   14986: 
                   14987:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   14988:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14989:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14990:          classes/math.C, classes/op.C, classes/response.C,
                   14991:          classes/string.C, classes/table.C, classes/void.C,
                   14992:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   14993:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14994:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   14995:          file.C table.C compiled
                   14996: 
                   14997:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   14998:          main/untaint.C: main.lib compiled
                   14999: 
                   15000: 2003-03-21  paf
                   15001: 
                   15002:        * src/: classes/op.C, include/pa_cache_managers.h,
                   15003:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15004:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   15005:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15006:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   15007:          compiled
                   15008: 
                   15009:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   15010:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   15011:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15012:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   15013:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   15014:          pa_request.C compiled
                   15015: 
                   15016:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   15017:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   15018:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   15019:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   15020:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15021:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   15022:          compiled
                   15023: 
                   15024:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   15025:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   15026:          on unix
                   15027: 
                   15028:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15029:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   15030:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   15031:          pa_charsets.C compiled
                   15032: 
                   15033:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   15034:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   15035:          main/compile.y, main/execute.C, main/pa_common.C,
                   15036:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   15037:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   15038:          types/pa_vmethod_frame.h: execute.C compiled
                   15039: 
                   15040:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15041:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15042:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15043:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   15044:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15045:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15046:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   15047:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   15048:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15049:          include/pa_stylesheet_connection.h,
                   15050:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15051:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15052:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15053:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15054:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   15055:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   15056:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15057:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   15058:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   15059:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15060:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15061:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15062:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15063:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15064:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15065:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15066:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15067:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15068:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15069:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15070:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15071:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15072:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15073:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15074:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   15075:          [C++ CORD wrapper]
                   15076: 
                   15077:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   15078: 
                   15079:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   15080:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   15081: 
                   15082:          command line, env values, input got transcoded before call
                   15083:          stdout, stderr got transcoded after call
                   15084: 
                   15085:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   15086:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   15087: 
                   15088:        * src/main/pa_common.C: } typo bug fix
                   15089: 
                   15090:        * src/main/pa_common.C: } typo bug fix
                   15091: 
                   15092: 2003-03-20  paf
                   15093: 
                   15094:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   15095:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   15096: 
                   15097:        * src/include/pa_string.h: more tests
                   15098: 
                   15099:        * src/main/pa_string.C: string.pos fixed
                   15100: 
1.116     moko     15101:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   15102:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   15103:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   15104:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   15105:          replaces
1.95      moko     15106: 
                   15107:        * src/: classes/image.C, include/pa_dictionary.h,
                   15108:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15109:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   15110:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   15111:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   15112: 
                   15113:        * src/include/pa_string.h: warning
                   15114: 
                   15115:        * src/include/pa_string.h: this_starts fixed
                   15116: 
                   15117:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   15118:          new String ctor & append params convention
                   15119: 
                   15120:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   15121:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   15122:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   15123:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   15124:          main/pa_exception.C, main/pa_exec.C,
                   15125:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15126:          main/pa_stylesheet_manager.C, main/untaint.C,
                   15127:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   15128:          types/pa_vmail.C: more tests OK
                   15129: 
                   15130:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   15131:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   15132:          gc/exit runned OK
                   15133: 
                   15134:        * src/types/pa_vmail.C: another naming problem: should not name
                   15135:          vars like that: unpredictable close caused problems with later
                   15136:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   15137:          descriptors missing on startup: stdin; Bad file number
                   15138: 
                   15139:          todo: find out why so many filters(stream) here. probably wrong?
                   15140: 
                   15141:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   15142:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   15143:          main/untaint.C: test compiled
                   15144: 
                   15145:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   15146:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   15147:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   15148:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   15149:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   15150:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15151:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   15152:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   15153:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   15154:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   15155: 
                   15156:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   15157:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   15158:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   15159:          src/include/pa_memory.h, src/include/pa_request.h,
                   15160:          src/include/pa_request_charsets.h,
                   15161:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   15162:          src/main/compile.tab.C, src/main/execute.C,
                   15163:          src/main/pa_charset.C, src/main/pa_common.C,
                   15164:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15165:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15166:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   15167:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   15168:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   15169:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15170:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   15171:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15172:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   15173:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   15174:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15175:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   15176:          pa_common.C [done, without http for now]
                   15177: 
                   15178: 2003-03-19  paf
                   15179: 
                   15180:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   15181:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   15182:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   15183:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   15184:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   15185:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   15186:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   15187:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   15188:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15189:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   15190:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   15191:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15192:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15193:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15194:          types/pa_wwrapper.h: started test
                   15195: 
1.116     moko     15196:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   15197:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     15198: 
                   15199:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   15200:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   15201:          it
                   15202: 
                   15203:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   15204:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   15205:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   15206:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   15207:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   15208:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   15209:          types/pa_vmethod_frame.h, types/types.dsp: string
                   15210:          reimplementation with cord+array<fragment>: 70%
                   15211: 
                   15212: 2003-03-18  paf
                   15213: 
                   15214:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15215:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   15216:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   15217:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   15218:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   15219:          can ignore lang in cmp and pos really,             but would
                   15220:          split properly!
                   15221: 
                   15222:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   15223:          cord part made parser/src/lib: it's not compiled into libgc by
                   15224:          default
                   15225: 
                   15226:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   15227:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15228:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15229:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15230:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15231:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15232:          src/classes/xnode.C, src/classes/xnode.h,
                   15233:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   15234:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15235:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   15236:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15237:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15238:          src/include/pa_memory.h, src/include/pa_pool.h,
                   15239:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   15240:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   15241:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15242:          src/include/pa_stylesheet_connection.h,
                   15243:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15244:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   15245:          src/main/compile.C, src/main/compile.tab.C,
                   15246:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15247:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   15248:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15249:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15250:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   15251:          src/main/pa_pool.C, src/main/pa_request.C,
                   15252:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15253:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   15254:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   15255:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   15256:          src/types/pa_junction.h, src/types/pa_method.h,
                   15257:          src/types/pa_value.C, src/types/pa_value.h,
                   15258:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15259:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15260:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15261:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15262:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15263:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15264:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15265:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   15266:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15267:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15268:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15269:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15270:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15271:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15272:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15273:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15274:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15275:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15276:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15277:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15278:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15279:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   15280:          gc: PA_Object done lots of replacements also
                   15281: 
                   15282:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   15283:          gc logging
                   15284: 
                   15285: 2003-03-17  paf
                   15286: 
                   15287:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15288:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   15289:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   15290:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15291:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   15292:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   15293:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   15294:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15295:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15296:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   15297:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   15298:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   15299:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   15300:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   15301:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15302:          types/pa_vxnode.h: libgc attempt
                   15303: 
                   15304: 2003-03-13  paf
                   15305: 
                   15306:        * src/: include/pa_sql_driver_manager.h,
                   15307:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   15308:          called
                   15309: 
                   15310:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   15311:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   15312:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   15313:          types/pa_value.h, types/pa_vobject.h,
                   15314:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   15315:          set_base, set_derived simplified [counter leaks fixed]
                   15316: 
                   15317:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   15318:          src/types/types.dsp: incorporated status class patch From:
                   15319:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   15320:          2003 8:14 AM
                   15321: 
                   15322:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   15323:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   15324:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   15325: 
                   15326: 2003-03-12  paf
                   15327: 
1.116     moko     15328:        * configure, configure.in, src/lib/ltdl/configure,
                   15329:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     15330:          lib/ltdl/Makefile now created by /configure.in only [were by
                   15331:          lib/ltdl/configure.in OVERWRITE]
                   15332: 
1.116     moko     15333:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   15334:          linkage fixed for g++ 3.2.2
1.95      moko     15335: 
                   15336:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   15337:          on using privately declared class [fixed]
                   15338: 
                   15339:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   15340:          3.2 rightliy complained on using privately declared class [fixed]
                   15341: 
                   15342:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   15343:          sigpipe before request constructor now causes death
                   15344: 
                   15345:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   15346:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   15347:          not cause exception in exception handler
                   15348: 
1.116     moko     15349:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   15350:          now default links libstdc++ statically.  that can be overriden by
                   15351:          --with-dynamic-stdcpp
1.95      moko     15352: 
                   15353: 2003-03-11  paf
                   15354: 
                   15355:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   15356:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   15357:          necessity of libstdc++
                   15358: 
                   15359:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15360: 
                   15361:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15362: 
                   15363: 2003-03-08  paf
                   15364: 
                   15365:        * tests/Makefile: make install & co
                   15366: 
                   15367:        * src/: include/pa_request.h, classes/op.C: removing
                   15368:          vclass,object.h -> pa_request.h dependency
                   15369: 
                   15370:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   15371:          main/pa_request.C: removing vform,response,cookie.h ->
                   15372:          pa_request.h dependency
                   15373: 
                   15374:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   15375:          dependency [testing...]
                   15376: 
                   15377:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   15378:          return 0; fixed
                   15379: 
                   15380:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   15381:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   15382: 
                   15383:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   15384: 
                   15385:        * src/main/pa_request.C: forgotten: ifdef XML
                   15386: 
                   15387:        * src/main/pa_request.C: forgotten: ifdef XML
                   15388: 
                   15389:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   15390:          win32 and run memleak tests again
                   15391: 
                   15392:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   15393:          old xml lib-- it's internal memory handling has faults
                   15394: 
                   15395:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   15396:          problems when transcode from charset A to A.
                   15397: 
                   15398:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   15399:          todo: still problems when transcode from charset A to A.
                   15400: 
                   15401:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   15402:          classes/table.C, include/pa_array.h,
                   15403:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   15404:          started full-scale-site-test [~ http://parser.ru sources]
                   15405: 
                   15406:          some fixes
                   15407: 
                   15408:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   15409:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15410:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   15411:          results/110.processed, results/111.processed,
                   15412:          results/112.processed, results/113.processed,
                   15413:          results/114.processed, results/115.processed,
                   15414:          results/116.processed, results/117.processed,
                   15415:          results/118.processed, results/119.processed,
                   15416:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   15417:          selectSingle 111 xdoc.create from tainted & 112
                   15418:          xdoc.create/output with russian attr value 113 xpath
                   15419:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   15420:          116 output media-type change 117 transform by dom stylesheet 118
                   15421:          empty transform result 119 dom setAttribute 120 nbsp letter
                   15422:          output
                   15423: 
                   15424:          =END OF PREPARED XML TESTS=
                   15425: 
                   15426: 2003-03-07  paf
                   15427: 
                   15428:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15429:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   15430:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   15431:          transform with params [bugs fixed]
                   15432: 
                   15433:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   15434:          from copy/paste bug
                   15435: 
                   15436:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15437:          src/include/pa_request.h, src/main/execute.C,
                   15438:          src/main/pa_charset.C, src/main/pa_exception.C,
                   15439:          src/main/pa_globals.C, src/main/pa_request.C,
                   15440:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15441:          src/types/pa_vxnode.C, tests/107.html,
                   15442:          tests/results/107.processed: xml: test: 107 bug fixes
                   15443: 
                   15444:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15445:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15446:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   15447: 
                   15448:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   15449:          string
                   15450: 
                   15451:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   15452:          mem alloc functions used for different cases [libxml, libxsl]
                   15453: 
                   15454:        * src/classes/classes.C: fixed: prevent system classes from
                   15455:          modification to lock ALL the classes, not only directly used
                   15456: 
                   15457:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   15458:          linked
                   15459: 
                   15460:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   15461: 
                   15462: 2003-03-06  paf
                   15463: 
                   15464:        * src/classes/xdoc.C: xdoc.C 50%
                   15465: 
                   15466:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   15467:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15468:          main/pa_globals.C, main/pa_request.C,
                   15469:          main/pa_stylesheet_manager.C: xnode.C compiled
                   15470: 
                   15471:        * src/: include/pa_stylesheet_connection.h,
                   15472:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   15473:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   15474: 
                   15475:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   15476:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   15477:          xml: stylesheet&manager STARTED
                   15478: 
                   15479:        * src/: include/pa_globals.h, main/pa_charset.C,
                   15480:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   15481: 
                   15482:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   15483:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   15484:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   15485:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   15486:          charsets
                   15487: 
                   15488:        * tests/023.html: in some cases it rounded up badly. postponing
                   15489:          solution of that problem, making more simple test
                   15490: 
                   15491:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   15492:          -kb now
                   15493: 
                   15494:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15495:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   15496:          moved to charsets.C
                   15497: 
                   15498: 2003-03-05  paf
                   15499: 
                   15500:        * src/classes/string.C, src/include/pa_string.h,
                   15501:          src/main/pa_string.C, tests/105.html,
                   15502:          tests/results/105.processed: String::match bug fixed
                   15503: 
                   15504:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   15505:          tests/results/104.processed: ^bpt operator added [does int3 in
                   15506:          debug build on win32]
                   15507: 
                   15508:        * tests/: 057.html, results/057.processed: test bug fixed
                   15509: 
1.116     moko     15510:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     15511: 
                   15512:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   15513:          missing
                   15514: 
1.116     moko     15515:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   15516:          forgotten files added to Makes
1.95      moko     15517: 
                   15518:        * ltmain.sh: ltmain.sh added
                   15519: 
                   15520:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15521:          change undone ;(
                   15522: 
                   15523:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15524:          made static
                   15525: 
                   15526:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     15527:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   15528:          todo:make linker happy
1.95      moko     15529: 
                   15530:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   15531:          env param made optional
                   15532: 
                   15533: 2003-03-04  paf
                   15534: 
                   15535:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   15536:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   15537: 
                   15538:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   15539:          results/103.processed: tests: 103 image.copy transparence test
                   15540: 
                   15541:        * src/main/execute.C, tests/101.html, tests/102.html,
                   15542:          tests/results/101.processed, tests/results/102.processed: tests:
                   15543:          101 method/variable name conflict test 102 form fields change
                   15544:          should not not change anything [bug fix]
                   15545: 
                   15546:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   15547:          results/099.processed, results/100.processed: tests: 57 date
                   15548:          create 2002: added 99,100 response:body/download
                   15549: 
                   15550:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   15551:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   15552: 
                   15553:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   15554:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   15555:          fixed]
                   15556: 
                   15557:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   15558:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   15559:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   15560:          image EXIF  [bug fixed]
                   15561: 
                   15562:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   15563:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   15564:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   15565:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   15566:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   15567:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   15568:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   15569:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   15570:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   15571:          tests/094.html, tests/095.html, tests/results/061.processed,
                   15572:          tests/results/062.processed, tests/results/063.processed,
                   15573:          tests/results/064.processed, tests/results/065.processed,
                   15574:          tests/results/066.processed, tests/results/067.processed,
                   15575:          tests/results/068.processed, tests/results/069.processed,
                   15576:          tests/results/070.processed, tests/results/071.processed,
                   15577:          tests/results/072.processed, tests/results/073.processed,
                   15578:          tests/results/074.processed, tests/results/075.processed,
                   15579:          tests/results/076.processed, tests/results/077.processed,
                   15580:          tests/results/078.processed, tests/results/080.processed,
                   15581:          tests/results/081.processed, tests/results/082.processed,
                   15582:          tests/results/083.processed, tests/results/084.processed,
                   15583:          tests/results/085.processed, tests/results/086.processed,
                   15584:          tests/results/087.processed, tests/results/088.processed,
                   15585:          tests/results/089.processed, tests/results/090.processed,
                   15586:          tests/results/091.processed, tests/results/092.processed,
                   15587:          tests/results/093.processed, tests/results/094.processed,
                   15588:          tests/results/095.processed, tests/079.html,
                   15589:          tests/results/079.processed: tests: 61 file::stat size 62
                   15590:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   15591:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   15592:          string.match simple on long 68 string.match normalized simple on
                   15593:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   15594:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   15595:          date arithmetics 75 response date values/attributes 76 string.pos
                   15596:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   15597:          with local 80 scientific numeric literal in string autoconvert 81
                   15598:          xor: logical and numerical 82 for delims 83 menu delims 84
                   15599:          table.hash distinct 85 long string  replace 86 throw+catch
                   15600:          current language preserve 87 bit shifts 88 junction tests +
                   15601:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   15602:          91 $caller test 92 junction is + def junction tests 93 $caller
                   15603:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   15604: 
                   15605:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   15606:          fixed] 60 string eq string [bug fixed]
                   15607: 
                   15608:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   15609:          058.html, 058_paf2000.png, 059.html, 060.html,
                   15610:          results/053.processed, results/054.processed,
                   15611:          results/055.processed, results/056.processed,
                   15612:          results/057.processed, results/058.processed,
                   15613:          results/059.processed, results/060.processed: test: 53
                   15614:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   15615:          date.create[string] 58 image.measure[png]
                   15616: 
                   15617:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   15618:          outputs/051.processed, results/052.processed: test: 52
                   15619:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   15620:          task: fix that
                   15621: 
                   15622: 2003-03-03  paf
                   15623: 
                   15624:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   15625:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   15626:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   15627:          outputs/049.processed, outputs/050.processed,
                   15628:          outputs/051.processed, results/001.processed,
                   15629:          results/002.processed, results/003.processed,
                   15630:          results/005.processed, results/006.processed,
                   15631:          results/008.processed, results/009.processed,
                   15632:          results/011.processed, results/012.processed,
                   15633:          results/013.processed, results/014.processed,
                   15634:          results/015.processed, results/016.processed,
                   15635:          results/017.processed, results/020.processed,
                   15636:          results/021.processed, results/022.processed,
                   15637:          results/024.processed, results/025.processed,
                   15638:          results/026.processed, results/027.processed,
                   15639:          results/028.processed, results/029.processed,
                   15640:          results/030.processed, results/031.processed,
                   15641:          results/049.processed, results/050.processed,
                   15642:          results/051.processed, results/043.processed,
                   15643:          results/044.processed, results/045.processed,
                   15644:          results/046.processed, results/047.processed,
                   15645:          results/048.processed: tests: 43,44,45 date rolls 46
                   15646:          autoevaluating junction 47 table.select 48 name with subvar 49
                   15647:          hash-creating switch 50 process 51 started parent/child, works as
                   15648:          it were but it were NOT GOOD, created separate task  to fix that
                   15649: 
                   15650:        * tests/: 042.html, results/042.processed: test: 42
                   15651:          exception.handled
                   15652: 
                   15653:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   15654:          expression
                   15655: 
                   15656:        * tests/: 040.html, results/040.processed: test: 39 method result
                   15657:          of type table 40 method param junction auto evaluate
                   15658: 
                   15659:        * tests/: 039.html, results/039.processed: test: 37 method result
                   15660:          of type table
                   15661: 
                   15662:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   15663:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   15664:          tests/038.html, tests/results/033.processed,
                   15665:          tests/results/034.processed, tests/results/035.processed,
                   15666:          tests/results/036.processed, tests/results/037.processed,
                   15667:          tests/results/038.processed: tests: 33 string.replace 34
                   15668:          string.upper 35 table created 36 local/global vars with juntions
                   15669:          37 table clone 38 math PI & number formatting
                   15670: 
                   15671:          math class registring typo fixed
                   15672: 
                   15673:        * src/classes/op.C, src/include/pa_request.h,
                   15674:          src/include/pa_string.h, src/main/execute.C,
                   15675:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   15676:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   15677:          tests/032.html, tests/results/032.processed: uchar changed to
                   15678:          String_UL in all places [was not everywhere] untaint test: 032
                   15679: 
                   15680:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   15681:          tests/results/004.processed, tests/parser-cygwin.sh,
                   15682:          tests/parser-unix.sh: removed -H command line key, now testing
                   15683:          using .sh file with SERVER_SOFTWARE=xxx
                   15684: 
                   15685: 2003-02-26  paf
                   15686: 
                   15687:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   15688:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   15689:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   15690:          tests/results/024.processed, tests/results/025.processed,
                   15691:          tests/results/026.processed, tests/results/027.processed,
                   15692:          tests/results/028.processed, tests/results/029.processed,
                   15693:          tests/results/030.processed, tests/results/031.processed: fixed
                   15694:          bug with name_cstr mutable CharPtr more tests
                   15695: 
                   15696:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   15697:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   15698:          << abort.  die now just exits
                   15699: 
                   15700:        * src/classes/classes.awk, src/classes/classes.h,
                   15701:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15702:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15703:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15704:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15705:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15706:          src/classes/xnode.C, src/include/pa_memory.h,
                   15707:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   15708:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   15709:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   15710:          tests/017.html, tests/018.html, tests/019.html,
                   15711:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   15712:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   15713:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   15714:          tests/results/015.processed, tests/results/016.processed,
                   15715:          tests/results/017.processed, tests/results/018.processed,
                   15716:          tests/results/019.processed, tests/results/020.processed,
                   15717:          tests/results/021.processed, tests/results/022.processed,
                   15718:          tests/results/023.processed: methoded_array now contains all Mxxx
                   15719:          classes SAPI::get_env now returns info on pool more tests
                   15720: 
                   15721:        * src/include/pa_array.h, src/include/pa_hash.h,
                   15722:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   15723:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   15724:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   15725:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   15726:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   15727:          tests/results/001.processed, tests/results/002.processed,
                   15728:          tests/results/003.processed, tests/results/004.processed,
                   15729:          tests/results/005.processed, tests/results/006.processed,
                   15730:          tests/results/007.processed, tests/results/008.processed,
                   15731:          tests/results/009.processed, tests/results/010.processed,
                   15732:          tests/results/011.processed, tests/results/012.processed,
                   15733:          tests/results/013.processed, tests/results/014.processed: hash
                   15734:          cloning fixed
                   15735: 
                   15736: 2003-02-25  paf
                   15737: 
                   15738:        * src/main/pa_common.C: typo fixed
                   15739: 
                   15740: 2003-02-24  paf
                   15741: 
                   15742:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   15743:          [one remained]
                   15744: 
                   15745:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   15746:          [should have been get_string(&pool)] todo: check other such calls
                   15747: 
                   15748:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   15749:          test10, bad lookups
                   15750: 
                   15751:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   15752:          object got destructed, and xxx points to sky
                   15753: 
                   15754:        * ChangeLog, src/classes/string.C: match bug fixed
                   15755: 
                   15756:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   15757:          $.charset[specified] now
                   15758: 
                   15759:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15760:          which failed to handle sigsetjmp+throw: crashed inside of
                   15761:          pre-throw code.  rewritten simplier [though duplicating
                   15762:          closesocket code]
                   15763: 
                   15764:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15765:          which failed to handle sigsetjmp+throw: crashed inside of
                   15766:          pre-throw code.  rewritten simplier [though duplicating
                   15767:          closesocket code]
                   15768: 
                   15769: 2003-02-21  paf
                   15770: 
                   15771:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   15772:          $cookie:name[$.expires[date << can be now]]
                   15773: 
                   15774:          written makefile with regression tests [raw]
                   15775: 
                   15776:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   15777:          tests' only [it's not forcing CGI mode now] now use -H to output
                   15778:          CGI header when parser used in command line [useful for tests
                   15779:          also]
                   15780: 
                   15781:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   15782:          switches on CGI mode, and is used in regression tests
                   15783: 
                   15784:        * src/: include/pa_request.h, main/pa_request.C,
                   15785:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   15786:          fixed
                   15787: 
                   15788:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   15789:          handling pa_*
                   15790: 
                   15791:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   15792:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   15793:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   15794:          memory handling files
                   15795: 
                   15796:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   15797: 
                   15798:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   15799:          compiles OK test to show benefits of free
                   15800: 
                   15801:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15802:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   15803:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15804:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   15805:          use pool [as the one in ^process]
                   15806: 
                   15807:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   15808:          -- some must use pool [as the one in ^process]
                   15809: 
                   15810: 2003-02-20  paf
                   15811: 
                   15812:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15813:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15814:          classes/math.C, classes/op.C, classes/response.C,
                   15815:          classes/string.C, classes/table.C, classes/void.C,
                   15816:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   15817:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   15818:          string cmp fixed
                   15819: 
                   15820:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   15821:          values passed OK now
                   15822: 
                   15823: 2003-02-19  paf
                   15824: 
                   15825:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   15826:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   15827:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   15828:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   15829:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   15830:          all remaning leaks resulted from pooled::malloc calls [excluding
                   15831:          in gd -- planning complete rewrite extremely ugly code]
                   15832: 
                   15833:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   15834:          files
                   15835: 
                   15836: 2003-02-17  paf
                   15837: 
                   15838:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15839:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15840:          classes/response.C, classes/string.C, classes/table.C,
                   15841:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   15842:          include/pa_stylesheet_connection.h,
                   15843:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   15844:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   15845:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   15846:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15847:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15848:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   15849:          of unitialized simple-typed field
                   15850: 
                   15851:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   15852:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   15853:          simple-typed field fixed.  todo: find&kill all like that one
                   15854: 
                   15855:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   15856:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   15857:          debug output fixed
                   15858: 
                   15859:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   15860:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   15861:          object_ptr from delete[them]
                   15862: 
                   15863:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   15864:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   15865:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   15866:          main/pa_charset.C, main/pa_common.C,
                   15867:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15868:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15869:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   15870:          calls
                   15871: 
                   15872:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   15873:          couple mem leaks rusulted from old pooled::malloc usage.
                   15874:          todo:find more like those
                   15875: 
                   15876:        * src/main/: compile.C, compile_tools.C: 2*2!
                   15877: 
                   15878:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   15879:          stackItem fixed [there were no string on stack before]
                   15880: 
                   15881:        * src/: main/execute.C, main/pa_request.C,
                   15882:          types/pa_vmethod_frame.C: first letters out OK
                   15883: 
                   15884:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   15885:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   15886:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   15887:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   15888:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   15889:          type not initialized with zeros :( while class fields of class
                   15890:          types initialized with default constructors.  learn C++
                   15891: 
                   15892:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   15893:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   15894:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   15895:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   15896:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   15897: 
                   15898: 2003-02-14  paf
                   15899: 
                   15900:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   15901:          13 link errors
                   15902: 
                   15903:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   15904:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   15905:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   15906:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   15907:          errors :)
                   15908: 
                   15909:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   15910:          classes/hash.C, classes/mail.C, classes/op.C,
                   15911:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   15912:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   15913:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   15914:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   15915: 
                   15916:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   15917:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   15918:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   15919:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   15920:          types/pa_vint.h, types/types.dsp: op compiled
                   15921: 
                   15922:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   15923:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   15924:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   15925: 
                   15926: 2003-02-07  paf
                   15927: 
                   15928:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   15929: 
                   15930: 2003-02-06  paf
                   15931: 
                   15932:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   15933:          mail compiled
                   15934: 
                   15935:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   15936:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   15937:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   15938: 
                   15939:        * src/classes/: file.C, form.C: form compiled
                   15940: 
                   15941:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   15942:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   15943:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   15944: 
                   15945:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   15946:          types/pa_vmath.h: math compiled [win32]
                   15947: 
                   15948:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   15949:          types/pa_vstring.h: hash compiled
                   15950: 
                   15951: 2003-02-04  paf
                   15952: 
                   15953:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   15954:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15955:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   15956:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   15957:          types/pa_vhash.h: hash 50% compiled
                   15958: 
                   15959:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15960:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   15961:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15962:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   15963:          main/pa_string.C: date compiled
                   15964: 
                   15965:        * src/classes/: classes.dsp, double.C: double compiled
                   15966: 
                   15967:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15968:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   15969:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15970:          classes/string.C, classes/table.C, classes/void.C,
                   15971:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   15972:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   15973:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   15974:          compiled
                   15975: 
                   15976:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15977:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15978:          classes/math.C, classes/op.C, classes/response.C,
                   15979:          classes/string.C, classes/table.C, classes/void.C,
                   15980:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15981:          types/pa_vvoid.h: void  compiled :)
                   15982: 
                   15983:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   15984:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15985:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15986:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   15987:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   15988:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   15989:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   15990:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   15991:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   15992:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   15993:          value_includes.h
                   15994: 
                   15995:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   15996:          trying to remove stupid value_includes.h
                   15997: 
                   15998:        * src/main/pa_exec.C: pa_exec compiled on win32
                   15999: 
                   16000:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   16001: 
                   16002:        * src/: include/pa_globals.h, include/pa_request.h,
                   16003:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   16004:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   16005:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   16006:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   16007:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   16008: 
                   16009:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   16010:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   16011:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   16012: 
                   16013:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   16014:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   16015:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   16016:          compiled
                   16017: 
                   16018:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   16019:          name conflicts)
                   16020: 
                   16021:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   16022:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   16023:          yelds "virtual memory exhausted" while trying to compile
                   16024:          execute.C [eating up to 127MB]
                   16025: 
                   16026: 2003-02-03  paf
                   16027: 
                   16028:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   16029:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   16030:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   16031:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16032:          types/pa_vint.h, types/pa_vjunction.h,
                   16033:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   16034:          started gcc compiling pa_common compiled
                   16035: 
                   16036:        * src/: include/pa_exception.h, include/pa_pool.h,
                   16037:          main/pa_exception.C: exception gcc change #1
                   16038: 
1.116     moko     16039:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   16040:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     16041: 
                   16042:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   16043: 
                   16044:        * src/types/pa_vtable.C: vtable compiled
                   16045: 
                   16046:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   16047: 
                   16048:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   16049:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   16050: 
                   16051:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   16052: 
                   16053:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   16054: 
                   16055:        * src/types/pa_vrequest.C: vrequest compiled
                   16056: 
                   16057:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   16058:          pa_vobject.C, pa_vobject.h: vobject compiled
                   16059: 
                   16060:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   16061:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16062:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   16063:          compiled
                   16064: 
                   16065:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   16066: 
                   16067:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   16068:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   16069:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   16070:          compiled
                   16071: 
                   16072:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16073:          main.lib - 0 error(s), 0 warning(s)
                   16074: 
                   16075:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16076:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   16077: 
                   16078: 2003-01-31  paf
                   16079: 
                   16080:        * src/: include/pa_array.h, include/pa_operation.h,
                   16081:          include/pa_request.h, main/execute.C, main/main.dsp,
                   16082:          types/pa_vjunction.h: started last file from main library:
                   16083:          execute
                   16084: 
                   16085:        * src/: include/pa_request.h, include/pa_sapi.h,
                   16086:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   16087:          main/pa_request.C, targets/cgi/parser3.C,
                   16088:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   16089:          types/pa_vhash.h: pa_request compiled
                   16090: 
                   16091:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   16092:          include/pa_globals.h, include/pa_request.h,
                   16093:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   16094:          main/execute.C, main/main.dsp, main/pa_common.C,
                   16095:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16096:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   16097:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   16098:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16099:          types/types.dsp: most pa_request compiled
                   16100: 
                   16101:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16102:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16103:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16104:          classes/op.C, classes/response.C, classes/string.C,
                   16105:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16106:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16107:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16108:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16109:          include/pa_dictionary.h, include/pa_dir.h,
                   16110:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16111:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   16112:          include/pa_pool.h, include/pa_request.h,
                   16113:          include/pa_request_charsets.h, include/pa_request_info.h,
                   16114:          include/pa_sapi.h, include/pa_socks.h,
                   16115:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16116:          include/pa_stack.h, include/pa_string.h,
                   16117:          include/pa_stylesheet_connection.h,
                   16118:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16119:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16120:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16121:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   16122:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   16123:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16124:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16125:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16126:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   16127:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16128:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16129:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16130:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16131:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16132:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   16133:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   16134:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16135:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16136:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16137:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   16138:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   16139:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16140:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16141:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16142:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16143:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16144:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16145:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16146:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16147:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16148:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16149:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16150:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16151:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16152:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16153:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16154:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   16155: 
                   16156:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   16157:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   16158:          src/include/pa_charsets.h, src/include/pa_common.h,
                   16159:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   16160:          src/include/pa_exec.h, src/include/pa_pool.h,
                   16161:          src/include/pa_request.h, src/include/pa_sapi.h,
                   16162:          src/include/pa_sql_connection.h,
                   16163:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16164:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   16165:          src/main/compile.tab.C, src/main/compile_tools.C,
                   16166:          src/main/compile_tools.h, src/main/main.dsp,
                   16167:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   16168:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   16169:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16170:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16171:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   16172:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   16173:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   16174:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16175:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16176:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   16177:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   16178:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   16179:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16180:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16181:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16182:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16183:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16184:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16185:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   16186:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   16187:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   16188:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   16189:          died, long live StringPtr
                   16190: 
                   16191: 2003-01-30  paf
                   16192: 
                   16193:        * src/: include/pa_charset.h, include/pa_request.h,
                   16194:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   16195:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   16196:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   16197: 
                   16198:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   16199:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   16200:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   16201:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16202:          types/types.dsp: vstateless_class compiled
                   16203: 
                   16204:        * src/main/compile.C: compile compiled
                   16205: 
                   16206:        * src/: include/pa_array.h, include/pa_operation.h,
                   16207:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   16208:          main/pa_table.C: compile_tools compiled
                   16209: 
                   16210:        * src/: include/pa_operation.h, main/compile.y,
                   16211:          main/compile_tools.C, main/compile_tools.h: started
                   16212:          compile_tools. vagues ideas of how to free compiled code
                   16213: 
                   16214:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   16215:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   16216:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   16217:          compiled
                   16218: 
                   16219: 2003-01-29  paf
                   16220: 
                   16221:        * src/: include/pa_globals.h, include/pa_request.h,
                   16222:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16223:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16224:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   16225:          compiled
                   16226: 
                   16227:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   16228:          now
                   16229: 
                   16230:        * src/: include/pa_array.h, include/pa_exception.h,
                   16231:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   16232: 
                   16233:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   16234:          compiled
                   16235: 
                   16236:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16237:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   16238:          types/pa_vfile.h: vfile compiled
                   16239: 
                   16240:        * src/: include/pa_common.h, include/pa_globals.h,
                   16241:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   16242:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16243:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   16244: 
                   16245:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   16246:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   16247:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16248:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16249:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   16250: 
                   16251:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   16252:          main/main.dsp, main/untaint.C: more compiled
                   16253: 
                   16254:        * src/: include/pa_charsets.h, include/pa_request.h,
                   16255:          include/pa_request_info.h, include/pa_string.h,
                   16256:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   16257:          types/pa_vresponse.h: vrequest compiled
                   16258: 
                   16259:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   16260:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   16261:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   16262: 
                   16263:        * src/: classes/classes.h, include/pa_charset.h,
                   16264:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   16265:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   16266:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   16267:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   16268:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   16269:          types/pa_vrequest.C, types/pa_vrequest.h,
                   16270:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   16271:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   16272: 
                   16273:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   16274:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16275:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   16276:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   16277:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16278:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   16279:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16280:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16281:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   16282: 
                   16283: 2003-01-28  paf
                   16284: 
                   16285:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   16286:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   16287:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   16288:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   16289:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   16290:          compile_tools
                   16291: 
                   16292:        * src/: include/pa_charset.h, include/pa_exception.h,
                   16293:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   16294:          untaint compiled
                   16295: 
                   16296:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   16297:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   16298:          more compiled.  struck with string::store_to needing to know
                   16299:          source/client charsets
                   16300: 
                   16301:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   16302:          types/pa_vfile.h: uue compiled
                   16303: 
                   16304:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   16305:          table compiled
                   16306: 
                   16307:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   16308:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   16309: 
                   16310:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16311:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   16312:          introduced]
                   16313: 
                   16314:        * src/: classes/date.C, include/pa_charset.h,
                   16315:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   16316:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   16317:          pa_charsets compiled
                   16318: 
                   16319:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   16320:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   16321: 
                   16322:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   16323:          common compiled
                   16324: 
                   16325:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   16326:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   16327: 
                   16328:        * src/: include/pa_array.h, include/pa_charset.h,
                   16329:          include/pa_charsets.h, include/pa_pool.h,
                   16330:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16331:          include/pa_stack.h, include/pa_string.h,
                   16332:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   16333:          sql_driver_manager compiled
                   16334: 
                   16335:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   16336:          letter i with two dots added to koi, all ukranian letters added
                   16337:          to win1251.
                   16338: 
                   16339:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   16340:          abscent from koi]
                   16341: 
                   16342: 2003-01-27  paf
                   16343: 
                   16344:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16345:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16346:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16347:          sql/pa_sql_driver.h: paused on sql_manager
                   16348: 
                   16349:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   16350:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16351:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   16352:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   16353: 
                   16354:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   16355:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16356:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   16357:          main/pa_table.C: table compiled
                   16358: 
                   16359:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   16360:          cache_managers compiled
                   16361: 
                   16362:        * src/: include/pa_array.h, include/pa_charset.h,
                   16363:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   16364: 
                   16365:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   16366: 
                   16367:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   16368:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16369:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   16370:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   16371:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   16372: 
                   16373: 2003-01-24  paf
                   16374: 
                   16375:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   16376:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   16377:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16378:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   16379:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   16380:          types/pa_vint.h, types/pa_vjunction.h,
                   16381:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16382:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   16383: 
                   16384:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   16385:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   16386:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   16387:          main/pa_string.C, main/pa_table.C: string compiled
                   16388: 
                   16389:        * src/: include/pa_array.h, include/pa_common.h,
                   16390:          include/pa_dictionary.h, include/pa_exception.h,
                   16391:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   16392:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   16393:          main/pa_string.C: dictionary compiled
                   16394: 
                   16395: 2003-01-23  paf
                   16396: 
                   16397:        * src/: include/pa_array.h, include/pa_common.h,
                   16398:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16399:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   16400:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   16401:          types/pa_value.h: resurrected pool in new sense: now it's
                   16402:          factory, producing&accounting memory chunks for read[autofree]
                   16403:          buffers
                   16404: 
                   16405:        * src/: include/pa_array.h, include/pa_exception.h,
                   16406:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   16407:          main/pa_exception.C, main/pa_table.C: table compiled
                   16408: 
                   16409:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   16410:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   16411:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   16412:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   16413:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   16414:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   16415:          main/pa_table.C: aint that easy
                   16416: 
                   16417:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   16418:          main/main.dsp: continued with Hash
                   16419: 
                   16420:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   16421:          stack] now. and exception can be reported OK now [can be reported
                   16422:          outside of pro c with that stack]
                   16423: 
                   16424: 2003-01-22  paf
                   16425: 
                   16426:        * src/: include/pa_array.h, include/pa_charset.h,
                   16427:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   16428:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   16429:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   16430:          base: contains references_count.  auto_ptr template calls
                   16431:          add_ref/release
                   16432: 
                   16433: 2003-01-21  paf
                   16434: 
                   16435:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16436:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16437:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16438:          classes/op.C, classes/response.C, classes/string.C,
                   16439:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16440:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16441:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16442:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16443:          include/pa_dictionary.h, include/pa_dir.h,
                   16444:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16445:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16446:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16447:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16448:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16449:          include/pa_stack.h, include/pa_string.h,
                   16450:          include/pa_stylesheet_connection.h,
                   16451:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16452:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16453:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16454:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   16455:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16456:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16457:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16458:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16459:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16460:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16461:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16462:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16463:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16464:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16465:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16466:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16467:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   16468:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16469:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16470:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16471:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16472:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16473:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16474:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16475:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16476:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16477:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16478:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16479:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16480:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16481:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16482:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16483:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   16484:          2002->2003
                   16485: 
                   16486: 2003-01-16  paf
                   16487: 
                   16488:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   16489:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   16490: 
                   16491:        * operators.txt, src/include/pa_config_fixed.h,
                   16492:          src/main/pa_common.C: http request now return status. and not
                   16493:          fail on status!=200
                   16494: 
                   16495: 2003-01-15  paf
                   16496: 
                   16497:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   16498: 
                   16499: 2003-01-14  paf
                   16500: 
                   16501:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   16502:          mkinstalldirs: removed some ancient files [they in / really]
                   16503: 
                   16504:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   16505:          regretfully needed patch in two places.  in config_fixed.h made
                   16506:          stubs for lib to compile in MSVC
                   16507: 
                   16508: 2003-01-13  paf
                   16509: 
                   16510:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   16511:          configure.in(libtool) hacks
                   16512: 
1.116     moko     16513:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     16514:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   16515:          ltdl.h: moved to latest libtool (1.4.3)
                   16516: 
                   16517: 2003-01-10  paf
                   16518: 
                   16519:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   16520: 
                   16521:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   16522:          patches.        libxml2 >= 2.5.1
                   16523:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   16524:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   16525:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16526: 
                   16527:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   16528:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   16529:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   16530:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16531: 
                   16532: 2003-01-09  paf
                   16533: 
                   16534:        * INSTALL: xml,xslt,gdome lib urls updated
                   16535: 
                   16536:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     16537:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     16538:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     16539:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   16540:          1.7.2
1.95      moko     16541: 
                   16542:        * depcomp: moving to automake 1.7.2
                   16543: 
                   16544: 2002-12-27  paf
                   16545: 
                   16546:        * src/include/pa_version.h: 0007
                   16547: 
                   16548:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   16549:          outdated parts, made links to language docs
                   16550: 
                   16551:        * src/include/pa_config_auto.h.in: comment
                   16552: 
                   16553: 2002-12-26  paf
                   16554: 
                   16555:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   16556:          not contain trailing / fixed.
                   16557: 
                   16558:        * INSTALL: changing SAFE_MODE politics
                   16559: 
                   16560:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   16561: 
                   16562:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   16563: 
                   16564: 2002-12-25  paf
                   16565: 
                   16566:        * src/main/pa_globals.C: optimized-xml
                   16567: 
                   16568:        * src/main/pa_globals.C: optimized-as-is
                   16569: 
                   16570: 2002-12-24  paf
                   16571: 
                   16572:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   16573:          fixed [were really called with zero size when .html?a=&b=]
                   16574: 
                   16575:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   16576:          with --with-sendmail
                   16577: 
                   16578:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   16579:          fixed]
                   16580: 
                   16581: 2002-12-23  paf
                   16582: 
                   16583:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   16584:          ignoring parameters & were storing only string with default
                   16585:          expires
                   16586: 
                   16587:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   16588:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   16589:          December 23, 2002 4:22 AM Subject: bug â
                   16590:          Charset::transcode_buf2xchar
                   16591: 
                   16592: 2002-12-20  paf
                   16593: 
                   16594:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   16595:          non-cgi [script] runs
                   16596: 
                   16597: 2002-12-19  paf
                   16598: 
                   16599:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16600:          [tested on elik]] moreover, it's not needed there [parser
                   16601:          registers charsets itself]
                   16602: 
                   16603:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16604:          [tested on elik]]
                   16605: 
                   16606:        * operators.txt, src/include/pa_globals.h,
                   16607:          src/include/pa_request.h, src/main/pa_globals.C,
                   16608:          src/main/pa_request.C: $response:download
                   16609: 
                   16610:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   16611:          compiler [win32]].
                   16612: 
                   16613: 2002-12-18  paf
                   16614: 
                   16615:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   16616: 
                   16617: 2002-12-17  paf
                   16618: 
                   16619:        * src/targets/cgi/parser3.C: merged die&iis changes
                   16620: 
                   16621:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   16622:          to exit(1) 2. more flexible iilegal call check
                   16623: 
                   16624: 2002-12-16  paf
                   16625: 
                   16626:        * ltmain.sh: some automakes silly insist on having this handy
                   16627: 
                   16628:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16629:          'p' bug fix
                   16630: 
                   16631: 2002-12-15  paf
                   16632: 
                   16633:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16634:          'p'
                   16635: 
                   16636:        * configure.in, src/include/pa_config_auto.h.in,
                   16637:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   16638:          from branch 6 to HEAD
                   16639: 
                   16640:        * src/main/compile.C: removed warning
                   16641: 
                   16642:        * src/main/pa_common.C: ftruncate having checked
                   16643: 
                   16644:        * configure.in, src/include/pa_version.h: new version
                   16645: 
                   16646: 2002-12-14  paf
                   16647: 
                   16648:        * src/classes/table.C: removed unnecessary code
                   16649: 
                   16650:        * src/sql/pa_sql_driver.h: exception type fixed
                   16651: 
                   16652: 2002-12-09  paf
                   16653: 
                   16654:        * src/types/pa_vvoid.h: $void.store[now] error
                   16655: 
                   16656:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16657: 
                   16658:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   16659:          tries to write core dump
                   16660: 
                   16661:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16662: 
                   16663:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16664:          classes/void.C, main/pa_sql_driver_manager.C,
                   16665:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16666:          handlers #2
                   16667: 
                   16668:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   16669:          exception handling mech in sql handlers
                   16670: 
                   16671:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   16672:          handlers
                   16673: 
                   16674:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16675:          classes/void.C, main/pa_sql_driver_manager.C,
                   16676:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16677:          handlers
                   16678: 
1.116     moko     16679:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   16680:          to write makefile which used libtool to install things, which is
                   16681:          not needed
1.95      moko     16682: 
                   16683: 2002-12-06  paf
                   16684: 
                   16685:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   16686:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   16687: 
                   16688: 2002-12-05  paf
                   16689: 
                   16690:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   16691:          cc/bcc OK now
                   16692: 
                   16693:        * src/main/untaint.C: mail header closed properly
                   16694: 
                   16695:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   16696:          header ',' allowed.  still bugs in smtp [only one receiptient
                   16697:          works, cc, bcc ignored now, and MAILED ;)]
                   16698: 
                   16699:          [strncpy killed, memnchr used]
                   16700: 
                   16701:        * src/main/pa_table.C: table-copy now current=0
                   16702: 
                   16703:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   16704:          lowlevel proc
                   16705: 
                   16706:        * src/targets/cgi/parser3.C: more checks on
                   16707:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16708:          checked that now
                   16709: 
                   16710:        * src/targets/cgi/parser3.C: more checks on
                   16711:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16712:          checked that now
                   16713: 
                   16714:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   16715:          out-of-mem errors reached log]
                   16716: 
                   16717:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   16718:          mail:send MIME-Version default
                   16719: 
                   16720:        * src/main/main.dsp: pa_version included into main.dsp
                   16721: 
                   16722: 2002-12-04  paf
                   16723: 
                   16724:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   16725: 
                   16726:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   16727:          lib/libltdl -> lib/ltdl Win32 changes. s
                   16728: 
                   16729:        * src/classes/classes.awk: more strict *.C$
                   16730: 
                   16731:        * gnu.dsp: restored
                   16732: 
1.116     moko     16733:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   16734:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   16735:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   16736:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   16737:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   16738:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   16739:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   16740:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   16741:          now created with /configure, not ltdl/configure, so it does have
                   16742:          no problems with automake.  ltdl/configure
                   16743:          AC_OUTPUT(Makefile<<removed)
1.95      moko     16744: 
                   16745: 2002-12-02  paf
                   16746: 
                   16747:        * operators.txt: removed outdated status:db
                   16748: 
                   16749:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   16750:          src/main/pa_common.C, src/main/pa_request.C,
                   16751:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   16752:          tainted parts becomes http-header
                   16753: 
                   16754: 2002-11-29  paf
                   16755: 
                   16756:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   16757:          dates now objects of type date
                   16758: 
                   16759:        * src/classes/image.C: file.seek removed [it were used in image.C
                   16760:          only, and for parser user this  means that jpeg image has bad
                   16761:          size in fragment's header] now used image.format
                   16762: 
                   16763:        * src/: include/pa_common.h, main/pa_common.C,
                   16764:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   16765:          now handled exactly like $response:header values.  e.g. can be
                   16766:          hash [can have subattributes] & contain date values.
                   16767: 
                   16768:        * src/main/pa_common.C: http:// param values lang forced URI
                   16769: 
                   16770:        * src/main/pa_common.C: http:// tainted partes now %xx
                   16771: 
                   16772: 2002-11-28  paf
                   16773: 
                   16774:        * operators.txt: http.timeout
                   16775: 
                   16776:        * src/classes/image.C: ^image.length now counts interchar space.
                   16777:          plus space after last char
                   16778: 
                   16779:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   16780: 
                   16781:        * src/classes/image.C: ^image.font width measurer now scans full
                   16782:          height [were -1]
                   16783: 
                   16784:        * configure.in: stopped double libltdl/Makefile generation
                   16785: 
                   16786:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   16787:          chars [one top horizontal line of 1pixel height were missing]
                   16788: 
                   16789:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   16790:          'false' to go into (Hash *) parameter
                   16791: 
                   16792: 2002-11-27  paf
                   16793: 
                   16794:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   16795:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   16796:          returns content-disposition: >>attachment<<
                   16797: 
                   16798:        * src/classes/image.C: ^image.font << bad font file-size now
                   16799:          properly reported
                   16800: 
                   16801: 2002-11-26  paf
                   16802: 
                   16803:        * src/main/pa_request.C: fixed lang in reponse header
                   16804: 
                   16805:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   16806: 
                   16807:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   16808:          made exception: http.status with source=bad status#
                   16809: 
                   16810: 2002-11-25  paf
                   16811: 
                   16812:        * configure.in, src/classes/image.C,
                   16813:          src/include/pa_config_auto.h.in,
                   16814:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     16815:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   16816:          const void related probs fixed
1.95      moko     16817: 
                   16818:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   16819: 
                   16820:          $file[^file::load[http://there]] $file.SERVER
                   16821: 
                   16822:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   16823:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   16824:          http options [invalid onces now reported] made default
                   16825:          user-agent: paf
                   16826: 
                   16827:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   16828:          src/classes/xdoc.C, src/include/pa_common.h,
                   16829:          src/include/pa_globals.h, src/main/pa_common.C,
                   16830:          src/main/pa_globals.C, src/main/pa_request.C,
                   16831:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   16832:          now understand http:// prefix and additional params, sample:
                   16833:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   16834:          $.USER-AGENT[parser3] ]]
                   16835: 
                   16836: 2002-11-22  paf
                   16837: 
                   16838:        * src/classes/image.C, src/include/pa_globals.h,
                   16839:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   16840:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   16841:          $image.exif.DateTime & co
                   16842: 
                   16843: 2002-11-21  paf
                   16844: 
                   16845:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   16846:          _PASS_APPENDED)
                   16847: 
                   16848:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   16849:          EXIF information [were big block and it's size were considered
                   16850:          negative :(]
                   16851: 
                   16852:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   16853:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   16854:          internals rewritten. no there's reader.seek, and all's ready for
                   16855:          EXIF extraction [now we fail to measure files with EXIF info]
                   16856: 
                   16857:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   16858:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   16859:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   16860: 
                   16861: 2002-11-20  paf
                   16862: 
                   16863:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   16864: 
                   16865:        * configure.in, src/include/pa_config_auto.h.in,
                   16866:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   16867:          comment
                   16868: 
                   16869:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   16870: 
                   16871:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16872:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   16873:          currently processed document SIGPIPE >> interrupts request
                   16874:          processing [exception = DB rollback]
                   16875: 
                   16876:        * src/main/pa_exec.C: comment
                   16877: 
                   16878:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   16879: 
                   16880:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   16881:          << disable HTTP-POST repassing
                   16882: 
                   16883:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16884:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   16885:          pipe read errors now checked
                   16886: 
                   16887: 2002-11-19  paf
                   16888: 
                   16889:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   16890:          CGI: Illegal call
                   16891: 
                   16892: 2002-11-01  paf
                   16893: 
                   16894:        * src/main/execute.C: comment
                   16895: 
                   16896: 2002-10-31  paf
                   16897: 
                   16898:        * src/main/execute.C: found out why, checked that for now.  todo:
                   16899:          find out a way for that user could do that
                   16900: 
                   16901:        * src/types/pa_vstateless_object.h: object put replaces static
                   16902:          parent if any
                   16903: 
                   16904:        * src/types/pa_vobject.C: object put replaces static parent if any
                   16905: 
                   16906:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16907:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   16908:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16909:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16910:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16911:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16912:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16913:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16914:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16915:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16916:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16917:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16918:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16919:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16920:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16921:          types/pa_wwrapper.h: static fix merged
                   16922: 
                   16923:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   16924:          $virtual_fields in dynamic, but one can reach derived
                   16925:          static[class] variable from base
                   16926: 
                   16927:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16928:          types/pa_vobject.C, types/pa_vobject.h,
                   16929:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   16930:          statics, left $virtual_fields in dynamic
                   16931: 
                   16932:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   16933:          one can't remember derivates in base class: there's so many of
                   16934:          them.  also there can be no virtual method calls in static
                   16935:          classes
                   16936: 
                   16937:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16938:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   16939:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16940:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16941:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16942:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16943:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16944:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16945:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16946:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16947:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16948:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16949:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16950:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16951:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16952:          types/pa_wwrapper.h: static call $self fixed
                   16953: 
                   16954:        * src/main/execute.C: comment
                   16955: 
                   16956:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   16957:          ^process[$caller.self]{...} now compiles to last derived object
                   16958:          part of that 'self'
                   16959: 
                   16960: 2002-10-29  paf
                   16961: 
                   16962:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   16963:          re-passing [iis to blame]
                   16964: 
                   16965:        * src/classes/string.C: changed string.save to pass current sql
                   16966:          connection to cstr thus one can ^connect[some server]{
                   16967:          $s[insert into table x (x) values (^taint[sql]{value})]
                   16968:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   16969:          properly escaped.  [tried in mssql->mysql export->import of
                   16970:          binary data]
                   16971: 
                   16972: 2002-10-25  paf
                   16973: 
                   16974:        * src/types/pa_vresponse.C: case insensitive response user fields
                   16975:          get/put
                   16976: 
                   16977:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16978:          types/pa_vresponse.C: saving for maybe-future
                   16979: 
                   16980: 2002-10-23  paf
                   16981: 
                   16982:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   16983:          ^table.hash(expr)...
                   16984: 
                   16985:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   16986: 
                   16987: 2002-10-22  paf
                   16988: 
                   16989:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   16990:          VForm::Append...(...Value)
                   16991: 
                   16992:        * src/main/execute.C: $.name outside of $name[...] checked
                   16993: 
                   16994:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   16995:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   16996: 
                   16997: 2002-10-21  paf
                   16998: 
                   16999:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   17000:          $form:qtail $form:imap.x/y
                   17001: 
                   17002:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   17003:          "?value&...", "...&value&...", "...&value"
                   17004: 
                   17005:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   17006: 
                   17007:        * operators.txt, src/classes/file.C: /some/page.html:
                   17008:          ^file:fullpath[a.gif] => /some/a.gif
                   17009: 
                   17010: 2002-10-17  paf
                   17011: 
                   17012:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   17013:          a little: logical not and bitwise negation precedence made
                   17014:          highest, << and >> bitshits precedence made equal [were << higher
                   17015:          than >>]
                   17016: 
                   17017:        * src/classes/op.C: exception handling fixed [were bad with
                   17018:          contexts]
                   17019: 
                   17020: 2002-10-16  paf
                   17021: 
                   17022:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17023:          main/pa_request.C: Request::self considered equal to
                   17024:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   17025:          VMethodFrame.self()
                   17026: 
                   17027:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   17028:          $hash in open field now gives old good error meesage
                   17029: 
                   17030: 2002-10-15  paf
                   17031: 
                   17032:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   17033:          use ^if($junction is junction){was and now true}
                   17034: 
                   17035:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   17036:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   17037:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   17038:          points to place where value left xml library and came to parser:
                   17039:          place of dom field extraction/call
                   17040: 
                   17041:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   17042:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17043:          types/pa_vmethod_frame.h: removed last pieces of old code
                   17044:          allowing $junction.xxx at compile time
                   17045: 
                   17046:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   17047:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   17048:          objects also considered [were only classes]
                   17049: 
                   17050:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   17051:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   17052:          with CLASS self.  [   (request&method_frame).self temporarily
                   17053:          changed   ]
                   17054: 
                   17055:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   17056:          no exception to native calls.  for&foreach changed to use
                   17057:          method_frame.caller for their var's name context
                   17058: 
                   17059:        * src/: main/execute.C, targets/cgi/parser3.C,
                   17060:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   17061:          compiling to system classes disabled
                   17062: 
                   17063:        * operators.txt, src/classes/op.C:
                   17064:          ^process[$caller.CLASS]{code-string} added
                   17065: 
                   17066:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   17067:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   17068:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   17069:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   17070:          src/types/types.dsp: removed $junction.get $junction.set[]
                   17071:          introducing $caller
                   17072: 
                   17073:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   17074:          find them lower by inheritance tree
                   17075: 
                   17076:        * src/types/pa_vjunction.C: ident
                   17077: 
                   17078: 2002-10-14  paf
                   17079: 
                   17080:        * src/classes/op.C: process compiles to code's class class
                   17081: 
                   17082:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17083:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   17084:          main/compile.y, main/execute.C, main/pa_request.C,
                   17085:          types/pa_vstateless_class.h: operators now main-class-methods
                   17086: 
                   17087:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   17088:          better stack trace [has "call" & co there]
                   17089: 
                   17090:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17091:          operators @auto now executed in MAIN context
                   17092: 
                   17093:        * src/main/execute.C: operator execution context now = MAIN, not
                   17094:          closest stack frame
                   17095: 
                   17096:          @touchit[] $i[after]
                   17097: 
                   17098:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   17099:          were 'after'
                   17100: 
                   17101:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   17102:          'after'
                   17103: 
                   17104:        * src/main/execute.C: comment
                   17105: 
                   17106:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   17107:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   17108:          action]
                   17109: 
                   17110:        * src/types/pa_vxnode.C: misreplace fixed
                   17111: 
                   17112:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17113:          src/types/pa_vstatus.C, operators.txt:
                   17114:          $status:rusage.tv_secs/usecs introduced
                   17115: 
                   17116: 2002-10-09  paf
                   17117: 
                   17118:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   17119:          on empty string [or uses (default)]
                   17120: 
                   17121: 2002-10-08  paf
                   17122: 
                   17123:        * src/main/untaint.C: mail header quoted printable changed after
                   17124:          RFC reread
                   17125: 
                   17126:        * operators.txt: plan on ^if(method
                   17127: 
                   17128:        * src/types/pa_vxnode.C: misreplace
                   17129: 
                   17130: 2002-09-24  paf
                   17131: 
1.116     moko     17132:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     17133: 
                   17134:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   17135:          mailreceive would compile on freebsd now
                   17136: 
                   17137:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   17138:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     17139:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   17140:          mailreceive would compile on freebsd now
1.95      moko     17141: 
                   17142:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   17143:          changed: now there are only few chars are untainted: * ? ' " < >
                   17144:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   17145:          one should use ^untaint[uri]{...} now]
                   17146: 
                   17147:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   17148:          $list.name, not tainted as filespec
                   17149: 
                   17150:          @russianindex[] #dir with files with russian-lang names
                   17151:          $where[dir]
                   17152: 
                   17153:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   17154:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   17155: 
                   17156: 2002-09-23  paf
                   17157: 
                   17158:        * src/types/pa_vdouble.h: double->int round added
                   17159: 
                   17160:        * src/classes/date.C: date bug fix, now
                   17161:          round(floatDays*secondsPerDay)
                   17162: 
                   17163:        * src/classes/date.C: date bug fix, now
                   17164:          round(floatDays*secondsPerDay)
                   17165: 
                   17166: 2002-09-20  paf
                   17167: 
                   17168:        * src/main/execute.C: code junction calls disabled [before: code
                   17169:          was compiled in such a way, that there were no code-junctions in
                   17170:          OP_CALL]
                   17171: 
                   17172:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   17173: 
                   17174:          @badjunctioncallinside[code] ^code[]
                   17175: 
                   17176:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   17177:          expanding to include ^junction.method
                   17178: 
                   17179:        * src/main/pa_common.C: -d "DIR/" now true
                   17180: 
                   17181:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   17182:          as internal xdoc encoding, and after decoding attributes set by
                   17183:          dom functions now encoded OK, not as digital entities
                   17184: 
                   17185:        * src/classes/xdoc.C: empty transform result, being taken as file
                   17186:          now returns empty file, not raises stupid error about "stat-ed
                   17187:          file"
                   17188: 
                   17189:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   17190:          allowed
                   17191: 
                   17192:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   17193:          write iterators now:
                   17194: 
                   17195:          ^user-foreach[key;value]{$key=$value<br>}
                   17196: 
                   17197:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17198:          $code.value($i*2)       $code }
                   17199: 
                   17200:        * src/main/compile_tools.h: mistype
                   17201: 
1.116     moko     17202:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   17203:          thus taking linking options configure changes into account [were:
                   17204:          ignoring]
1.95      moko     17205: 
                   17206:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   17207:          $junction.get/put(1) one can write iterators now:
                   17208: 
                   17209:          ^user-foreach[key;value]{$key=$value<br>}
                   17210: 
                   17211:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17212:          $code.value($i*2)       $code }
                   17213: 
                   17214:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17215:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17216:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   17217:          introducing $junction.get/put(1) one can write iterators now:
                   17218: 
                   17219:          ^user-foreach[key;value]{$key=$value<br>}
                   17220: 
                   17221:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17222:          $code.value($i*2)       $code }
                   17223: 
                   17224: 2002-09-19  paf
                   17225: 
1.116     moko     17226:        * Makefile.am: new: make commit
1.95      moko     17227: 
                   17228:        * aclocal.m4: forced to be older
                   17229: 
                   17230: 2002-09-18  paf
                   17231: 
                   17232:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   17233:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   17234: 
                   17235:        * src/: include/pa_common.h, include/pa_request.h,
                   17236:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   17237:          - now this - fatal error
                   17238: 
                   17239:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   17240:          that one can pass binary data there
                   17241: 
                   17242:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17243:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17244:          classes/op.C, classes/response.C, classes/string.C,
                   17245:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17246:          include/pa_request.h: pa_request contexts made privated, plus
                   17247:          get_{self/method_frame} to read.  Request_context_saver used in
                   17248:          ^try to save flang too.  [were not saved]
                   17249: 
                   17250:        * src/types/pa_vresponse.C: header value chains joined before
                   17251:          output, this should help $.subject[$var $var] from being
                   17252:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   17253: 
                   17254: 2002-09-17  paf
                   17255: 
                   17256:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   17257:          removed changes, operators executed with calling self.  lots of
                   17258:          code with ^include code relies on defined/defining self variables
                   17259: 
                   17260:          $a[1] ^include[print_a.p] print_a.p: $a
                   17261: 
                   17262:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   17263: 
                   17264:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   17265:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17266:          types/pa_vstateless_class.h: operators now executed with MAIN
                   17267:          self.  it's for ^include sake, too strong a change
                   17268: 
                   17269:        * src/classes/op.C: made place for ^process to compile it's code to
                   17270:          in case of no self
                   17271: 
                   17272:        * src/main/execute.C: found ancient param to Junction, removed.
                   17273:          allowed passing self to native_code_operators [for ^process to
                   17274:          work, she needs self]
                   17275: 
                   17276:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   17277:          types/pa_vstateless_class.h: found ancient param to Junction,
                   17278:          removed.  allowed passing self to native_code_operators [for
                   17279:          ^process to work, she needs self]
                   17280: 
                   17281:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   17282:          types/pa_value.h, types/pa_vmethod_frame.h,
                   17283:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   17284:          checked that in VMethodFrame get/put and $self.
                   17285: 
                   17286:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   17287:          copy options options checked, wrong option now fatal error
                   17288: 
                   17289:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   17290:          pieces boundaries]
                   17291: 
1.150     moko     17292:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17293:          .dll on cygwin, .so in other cases)
1.95      moko     17294: 
                   17295:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17296:          .dll on cygwin, .so in other cases)
                   17297: 
                   17298:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   17299:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   17300:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   17301:          record taken [were last]
                   17302: 
                   17303:        * src/: classes/hash.C, classes/table.C,
                   17304:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   17305:          now errors
                   17306: 
                   17307:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   17308: 
                   17309:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   17310:          ,2,3]
                   17311: 
                   17312: 2002-09-16  paf
                   17313: 
                   17314:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   17315:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   17316:          stdout to be binary.  now detected closest header break.
                   17317: 
                   17318:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   17319:          closed right
                   17320: 
                   17321: 2002-09-13  paf
                   17322: 
                   17323:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   17324:          src/main/compile_tools.h: (expression #comment)
                   17325: 
                   17326:          (multiline expression #comment  line2  #comment )
                   17327: 
                   17328:          (expression #comment with (brackets) comment) << OK
                   17329: 
                   17330:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   17331:          bitwise !|| numerical xor now [preparing for expression
                   17332:          #comments]
                   17333: 
                   17334:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   17335:          error
                   17336: 
                   17337:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   17338:          cheched in pa_socks.C
                   17339: 
1.116     moko     17340:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17341:          HAVE_WINSOCK_H created in configure.in
1.95      moko     17342: 
                   17343:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   17344:          cookie date now clean [were mistakenly tainted & that worked bad
                   17345:          with opera -- 'happily' that worked OK with msie]
                   17346: 
                   17347: 2002-09-12  paf
                   17348: 
                   17349:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   17350:          VClass get_element now first looks to fields, next to methods &
                   17351:          co todo: the rest reason: more speed
                   17352: 
                   17353:        * src/main/untaint.C: quoted printable encoding stops before
                   17354:          \s*<...>$
                   17355: 
                   17356:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   17357:          stops before <...>$
                   17358: 
                   17359: 2002-09-11  paf
                   17360: 
                   17361:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   17362:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   17363:          forgot to check users of those funcs. not all were using that
                   17364:          return value convention
                   17365: 
                   17366:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   17367:          windows-1254 added
                   17368: 
                   17369: 2002-09-10  paf
                   17370: 
                   17371:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   17372:          VCodeFrame parent param were specified badly
                   17373: 
                   17374:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   17375:          WWrapper which used in constructing objects(second param to sql
                   17376:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   17377:          code in hash to survivi
                   17378: 
                   17379:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   17380:          param to execute [stack said 'thanks']
                   17381: 
                   17382:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   17383:          types/pa_value.h, types/pa_vcode_frame.h,
                   17384:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17385:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   17386:          responsibility to wcontext
                   17387: 
                   17388:        * src/classes/file.C: decided not to log exec's with stderr, that
                   17389:          could be warnings, and it's up to scritper to log/show them
                   17390: 
                   17391:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   17392:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   17393:          double/string converstion, which were loosing time&precesion
                   17394: 
                   17395:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   17396:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   17397:          case of unfinished in buffer processing, causing accidental
                   17398:          transcode stop [in case that source enc != utf-8 & there is
                   17399:          incomplete utf-8 sequence at the end of 16000block iside of
                   17400:          libxml lib] tfm readed & code updated
                   17401: 
                   17402: 2002-09-04  paf
                   17403: 
                   17404:        * configure: makes with sjlj
                   17405: 
                   17406:        * INSTALL, src/include/pa_config_fixed.h,
                   17407:          src/include/pa_sql_connection.h,
                   17408:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   17409:          checked.  on win32 it made default
                   17410: 
                   17411:        * src/include/pa_config_auto.h.in: sjlj define
                   17412: 
                   17413:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   17414:          can not work with longjump/throw pair, and one must switch that
                   17415:          on there.  todo: detect that automatically]
                   17416: 
                   17417:        * src/types/pa_vxnode.C: removed too strong checks of
                   17418:          xnode.elements.  now, for instance, if element does not have any
                   17419:          attributes, $xnode.attributes is void, not error
                   17420: 
                   17421: 2002-09-02  paf
                   17422: 
                   17423:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   17424:          removed double_result, didn't help
                   17425: 
                   17426:        * src/main/execute.C: double_result made to move that var away from
                   17427:          hungry g++ optimizer (-O2), before: it were optimized and
                   17428:          comparison operators worked badly
                   17429: 
                   17430:        * src/types/pa_vdate.h: removed debug
                   17431: 
1.116     moko     17432:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     17433: 
                   17434:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   17435:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   17436:          unknown reason.
                   17437: 
                   17438: 2002-08-29  paf
                   17439: 
                   17440:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   17441:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   17442:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   17443:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   17444:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   17445:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   17446:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   17447:          [called less frequent, allowed to remove ugly
                   17448:          Junction.change_context-s from many places, switch,
                   17449:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   17450:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   17451:          [speed up]
                   17452: 
                   17453: 2002-08-28  paf
                   17454: 
                   17455:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   17456:          tainted
                   17457: 
                   17458:        * src/types/pa_vcookie.C: fixed cookie delete when
                   17459:          $cookie:name[$.value[]]
                   17460: 
                   17461:        * operators.txt, src/classes/string.C:
                   17462:          ^string.split[delim[;options]]
                   17463: 
                   17464: 2002-08-27  paf
                   17465: 
1.116     moko     17466:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     17467: 
                   17468:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   17469:          delimiter
                   17470: 
                   17471:        * INSTALL: recommended latest gmime 1.0.5
                   17472: 
                   17473: 2002-08-26  paf
                   17474: 
                   17475:        * configure, configure.in: apache13/hook added to make dist.
                   17476: 
                   17477: 2002-08-23  paf
                   17478: 
                   17479:        * src/: include/pa_common.h, main/pa_common.C,
                   17480:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   17481:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   17482:          whatever] it's error now
                   17483: 
                   17484: 2002-08-21  paf
                   17485: 
1.116     moko     17486:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     17487: 
                   17488:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17489:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   17490:          class".  compiled as if here they named base class
                   17491: 
                   17492:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   17493:          cloning constructor]
                   17494: 
                   17495:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   17496: 
1.150     moko     17497:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     17498:          $mail.received.file.value.content-type fixed
                   17499: 
                   17500: 2002-08-20  paf
                   17501: 
                   17502:        * src/classes/file.C: fixed language of file:file result
                   17503: 
                   17504:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   17505:          from 3.0.0005
                   17506: 
                   17507:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   17508: 
                   17509:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   17510:          3.0.0005
                   17511: 
                   17512:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   17513: 
                   17514: 2002-08-19  paf
                   17515: 
                   17516:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   17517:          work now
                   17518: 
                   17519:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   17520:          error in xnode, which were not catched in xdoc]
                   17521: 
                   17522:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   17523:          prepared:        // validate each document after load/create (?)
                   17524:                 //xmlDoValidityCheckingDefaultValue = 1;
                   17525: 
                   17526: 2002-08-15  paf
                   17527: 
                   17528:        * src/classes/classes.h: write to static var caused useless
                   17529:          Exception, introduced Methoded::put_element wich consumes those
                   17530: 
                   17531:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   17532:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   17533:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   17534:          $response:field[date] $response:field[$.xxx[date]]
                   17535: 
                   17536:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17537:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   17538:          ^hash::sql{bad}
                   17539: 
                   17540:        * operators.txt: $request:body unprecessed POST request body
                   17541: 
                   17542:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   17543: 
                   17544:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   17545:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   17546: 
                   17547:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   17548:          src/include/pa_request.h, src/main/pa_pool.C,
                   17549:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   17550:          $request:body r.post_data now const
                   17551: 
                   17552:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   17553:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   17554:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   17555:          types/pa_vtable.h: instead of type() checking everywhere used
                   17556:          Value.as now user descendants can be used in params.
                   17557: 
                   17558:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   17559:          ^if($xtable) now OK
                   17560: 
                   17561:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   17562:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   17563:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   17564: 
                   17565: 2002-08-14  paf
                   17566: 
                   17567:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   17568:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17569:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17570:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17571:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17572:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17573:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17574:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17575:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17576:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17577:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17578:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17579:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17580:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   17581:          & VClass
                   17582: 
                   17583:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   17584: 
                   17585:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   17586:          removed fixopt stupidity. on stupid linux use cd /document/root
                   17587:          ../cgi/parser3 script
                   17588: 
                   17589:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   17590:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   17591: 
                   17592:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   17593:          fixopt.h: fixopt now preprocesses command line params, splitting
                   17594:          them by space, excluding argv[0], argv[argc-1]
                   17595: 
                   17596:        * src/targets/cgi/parser3.C: -f config file
                   17597: 
                   17598:        * src/targets/cgi/parser3.C: fixed .log file dir
                   17599: 
                   17600: 2002-08-13  paf
                   17601: 
                   17602:        * src/types/pa_vobject.C: allow override parent variables, useful
                   17603:          for form descendants [in vobject too, were in vclass]
                   17604: 
                   17605:        * src/types/pa_vclass.C: allow override parent variables, useful
                   17606:          for form descendants
                   17607: 
                   17608:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   17609:          overwritten in derived(table)
                   17610: 
                   17611:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17612:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   17613:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17614:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17615:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17616:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17617:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17618:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17619:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17620:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17621:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17622:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17623:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17624:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17625:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   17626:          Value::get_element(..., bool looking_down) [needed to exclude
                   17627:          endless recoursion]
                   17628: 
                   17629:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   17630:          fix bug with put endless recoursion todo: check 'as'
                   17631: 
                   17632:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   17633:          reorganized modules todo: fix bug with put endless recoursion
                   17634:          todo: check 'as'
                   17635: 
                   17636:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   17637:          in derived(table)
                   17638: 
                   17639:        * src/types/pa_vobject.h: derived classes can have fields of their
                   17640:          own now
                   17641: 
                   17642:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   17643:          fixed error message on using non-created table
                   17644: 
                   17645:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   17646:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   17647:          main/compile.C, main/compile.tab.C, main/execute.C,
                   17648:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17649:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17650:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17651:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17652:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   17653:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17654:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17655:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17656:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17657:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17658:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17659:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17660:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   17661:          looking down/up tree todo: fix error message on non-constructed
                   17662:          parents
                   17663: 
                   17664: 2002-08-12  paf
                   17665: 
                   17666:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   17667:          derived OK
                   17668: 
                   17669:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   17670:          thorough testing
                   17671: 
                   17672:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   17673:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17674:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17675:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   17676:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   17677:          ^base:create[] dynamic call rewritten todo: thorough testing
                   17678: 
                   17679:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   17680:          now instantates base class, remembers it and saves child in
                   17681:          parent VObject.get_class now returns last child = downward
                   17682:          virtual calls OK
                   17683: 
                   17684:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17685:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17686:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   17687:          types/pa_vobject.h, types/pa_vresponse.h,
                   17688:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17689:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   17690:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   17691:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   17692:          instance]
                   17693: 
                   17694:        * src/main/pa_request.C: $response:body[file] content-type check
                   17695:          fixed [were bad when content-type is hash]
                   17696: 
                   17697: 2002-08-09  paf
                   17698: 
                   17699:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17700:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   17701: 
                   17702: 2002-08-08  paf
                   17703: 
                   17704:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   17705:          src/main/pa_globals.C: year column in month calendar [week year]
                   17706: 
                   17707:        * src/main/execute.C: error reporting on object writes to MAIN
                   17708:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   17709: 
                   17710:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   17711:          $date.daylightsaving
                   17712: 
                   17713:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   17714:          use tainted data now. only she must specify the language.
                   17715: 
                   17716:          ^mail:send[     $.from[paf@mail.design.ru]
                   17717:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   17718:                $.text[^taint[uri][ìîñêâà]=] ]
                   17719: 
                   17720:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   17721:          now prints more precise origin
                   17722: 
                   17723:        * src/include/pa_string.h: String::first_char now not fails on
                   17724:          empty strings ^if(-f '') now ok and in 3 other places.
                   17725: 
                   17726:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   17727:          String::first_char now not fails on empty strings ^if(-f '') now
                   17728:          ok and in 3 other places.
                   17729: 
                   17730: 2002-08-07  paf
                   17731: 
                   17732:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   17733:          fixed
                   17734: 
                   17735:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   17736: 
                   17737:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   17738:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17739:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   17740:          mistakenly not completely transparent to object writes.
                   17741:          $hash[^if(1){$hash}] now works
                   17742: 
                   17743:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   17744:          now erasing cache file [there were bad check on that]
                   17745: 
                   17746:        * src/: classes/classes.dsp, classes/table.C,
                   17747:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   17748:          all Debug dirs in .dsp now named 'Debug'
                   17749: 
1.116     moko     17750:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     17751: 
                   17752:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   17753: 
                   17754:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   17755: 
                   17756:        * src/types/pa_vmail.C: mail:send empty  email checked
                   17757: 
                   17758: 2002-08-06  paf
                   17759: 
                   17760:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17761:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17762:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   17763: 
                   17764:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   17765:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   17766:          #  $.default() }
                   17767: 
                   17768:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   17769: 
                   17770:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17771:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   17772:          $file.content-type [instead of .mime-type] now works for
                   17773:          file::stat also
                   17774: 
                   17775:        * src/main/pa_request.C: case insensitive mime_type_of
                   17776: 
                   17777: 2002-08-05  paf
                   17778: 
                   17779:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   17780: 
                   17781:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   17782: 
                   17783:        * operators.txt: comment on date:calendar week column
                   17784: 
                   17785:        * src/main/pa_common.C: write checked
                   17786: 
                   17787:        * src/main/: pa_common.C: write checked
                   17788: 
                   17789:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   17790: 
                   17791:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   17792:          month calendar week column [ISO 8601 Week Numbers]
                   17793: 
                   17794: 2002-08-02  paf
                   17795: 
                   17796:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   17797:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   17798:          DEBUG*
                   17799: 
                   17800:        * configure, configure.in, src/include/pa_version.h: release
                   17801:          3_0_0005
                   17802: 
                   17803:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   17804:          multipart post fixed
                   17805: 
                   17806:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   17807:          response transcoded source->client only when text/* or simple
                   17808:          onoverridden $response:body
                   17809: 
                   17810: 2002-08-01  paf
                   17811: 
                   17812:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17813:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17814:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17815:          classes/op.C, classes/response.C, classes/string.C,
                   17816:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17817:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17818:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17819:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   17820:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17821:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   17822:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   17823:          include/pa_socks.h, include/pa_sql_connection.h,
                   17824:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17825:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17826:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17827:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17828:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17829:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   17830:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17831:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17832:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17833:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17834:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17835:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17836:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17837:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17838:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17839:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17840:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17841:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17842:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   17843:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   17844:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17845:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   17846:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17847:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17848:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17849:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   17850:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17851:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17852:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17853:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17854:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17855:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17856:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17857:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     17858:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     17859: 
                   17860:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   17861:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   17862:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17863:          classes/math.C, classes/op.C, classes/response.C,
                   17864:          classes/string.C, classes/table.C, classes/void.C,
                   17865:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17866:          include/pa_array.h, include/pa_cache_managers.h,
                   17867:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17868:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17869:          include/pa_dictionary.h, include/pa_dir.h,
                   17870:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17871:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17872:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17873:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17874:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17875:          include/pa_stack.h, include/pa_string.h,
                   17876:          include/pa_stylesheet_connection.h,
                   17877:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17878:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17879:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   17880:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17881:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   17882:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17883:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17884:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17885:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17886:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17887:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17888:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17889:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17890:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17891:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17892:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17893:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17894:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   17895:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17896:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17897:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17898:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17899:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17900:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17901:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17902:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17903:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17904:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17905:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17906:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17907:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17908:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17909:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17910:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   17911:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   17912:          types/Makefile.am: ident.C* removed
                   17913: 
                   17914:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   17915:          file:find[/can/do/this/now.txt]
                   17916: 
                   17917:        * src/targets/cgi/parser3.C: usage to stdout now
                   17918: 
                   17919: 2002-07-31  paf
                   17920: 
                   17921:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   17922: 
                   17923:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   17924:          default "postmaster"
                   17925: 
                   17926:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   17927:          -f postmaster now default sendmail key word "postmaster"
                   17928:          replaced to $.from
                   17929: 
                   17930: 2002-07-30  paf
                   17931: 
1.116     moko     17932:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   17933:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     17934: 
                   17935:        * src/main/pa_charset.C: comment
                   17936: 
                   17937:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   17938:          table, &#decimal;
                   17939: 
                   17940:        * src/main/pa_request.C: comment
                   17941: 
                   17942:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   17943:          paragraf]
                   17944: 
                   17945: 2002-07-11  paf
                   17946: 
                   17947:        * src/main/pa_exec.C: build command line badly added params twice
                   17948:          [and first time without ' ']. double wrong. fixed.
                   17949: 
                   17950:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   17951:          wich parser did not provide = reported badly.  fixed that.
                   17952: 
                   17953:        * src/classes/mail.C: $MAIL[ # xxx ]
                   17954: 
                   17955:          now ok
                   17956: 
                   17957:        * operators.txt: plan: sql detailed exception
                   17958: 
                   17959: 2002-07-01  paf
                   17960: 
                   17961:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   17962:          [MForm.configure_admin were called when request.main_class ==0
                   17963: 
                   17964:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   17965: 
                   17966:        * src/classes/form.C: content_length type fix
                   17967: 
                   17968: 2002-06-30  paf
                   17969: 
                   17970:        * src/classes/mail.C: merged from 4
                   17971: 
                   17972:        * src/classes/mail.C: restored $MAIL
                   17973: 
                   17974: 2002-06-28  paf
                   17975: 
                   17976:        * configure, configure.in: removed paths.h
                   17977: 
1.116     moko     17978:        * configure, src/include/pa_version.h,
1.95      moko     17979:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   17980:          merged, makes updated
                   17981: 
                   17982:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   17983:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17984:          src/include/pa_pool.h, src/include/pa_version.h,
                   17985:          src/main/pa_charset.C, src/main/pa_pool.C,
                   17986:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   17987:          src/types/pa_vmail.C: merged latest updates to head
                   17988: 
                   17989: 2002-06-27  paf
                   17990: 
                   17991:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17992:          not error now
                   17993: 
                   17994:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17995:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17996:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17997:          ^xdoc::create[[uri]]... base uri for document being created,
                   17998:          imports and other relative file names would be relative to this
                   17999:          uri default uri=path_translated
                   18000: 
                   18001:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   18002: 
                   18003: 2002-06-26  paf
                   18004: 
                   18005:        * configure, configure.in, src/include/pa_version.h:
                   18006:          release_3_0_0004
                   18007: 
                   18008:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   18009:          0 now
                   18010: 
                   18011:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   18012: 
                   18013: 2002-06-25  paf
                   18014: 
                   18015:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   18016:          considered bad number now
                   18017: 
                   18018:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   18019:          now
                   18020: 
                   18021:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   18022:          name: optimize
                   18023: 
                   18024:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   18025:          library configured
                   18026: 
                   18027:        * src/main/pa_request.C: configure_admin forced if no @conf
                   18028: 
1.150     moko     18029:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   18030:          ^math:crypt updated to generate random salt when needed and to
                   18031:          call system crypt() if not $apr1$ prefix
1.95      moko     18032: 
                   18033: 2002-06-24  paf
                   18034: 
                   18035:        * INSTALL: --with-static/shared-mailreceive described
                   18036: 
                   18037:        * src/include/pa_config_fixed.h: ssize_t fixed
                   18038: 
1.116     moko     18039:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18040:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     18041:          src/types/pa_vmail.C: $mail:received makes update
                   18042: 
                   18043:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   18044:          WITH_MAILRECEIVE
                   18045: 
                   18046:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   18047: 
                   18048:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   18049:          option, for $mail:receive
                   18050: 
                   18051:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   18052:          introducting $message:received ^mail:send rewritten with backward
                   18053:          comp
                   18054: 
                   18055:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18056:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18057:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   18058:          now
                   18059: 
                   18060:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   18061:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18062:          src/include/pa_request.h, src/include/pa_string.h,
                   18063:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   18064:          src/main/pa_globals.C, src/main/pa_request.C,
                   18065:          src/main/pa_string.C, src/main/pa_uue.C,
                   18066:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   18067:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   18068:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   18069:          uue to separate file introducting $message:received ^mail:send
                   18070:          rewritten with backward comp
                   18071: 
                   18072: 2002-06-21  paf
                   18073: 
1.116     moko     18074:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   18075:          co changes
1.95      moko     18076: 
1.116     moko     18077:        * configure, configure.in, src/lib/md5/Makefile.am,
                   18078:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   18079:          restructure .in and .am files appropriate changes
1.95      moko     18080: 
                   18081:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   18082:          pcre to libs/ added libs/md5 which is linked to non-apache
                   18083:          targets ^math:crypt[password;$apr1$salt]
                   18084: 
                   18085:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   18086:          src/Makefile.am, src/classes/Makefile.am,
                   18087:          src/classes/classes.dsp, src/classes/math.C,
                   18088:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     18089:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   18090:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   18091:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   18092:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   18093:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   18094:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   18095:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   18096:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     18097:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   18098:          src/lib/pcre/pcre_parser_ctype.dsp,
                   18099:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   18100:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   18101:          src/main/compile.tab.C, src/main/main.dsp,
                   18102:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   18103:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   18104:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   18105:          to libs/ added libs/md5 which is linked to non-apache targets
                   18106:          ^math:crypt[password;$apr1$salt]
                   18107: 
                   18108: 2002-06-20  paf
                   18109: 
1.150     moko     18110:        * INSTALL, configure, configure.in, operators.txt,
                   18111:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   18112:          src/include/pa_globals.h, src/include/pa_request.h,
                   18113:          src/main/execute.C, src/main/pa_request.C,
                   18114:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18115:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   18116:          file:justname&co & @auto/conf[filespec
1.95      moko     18117: 
                   18118:        * operators.txt, src/classes/file.C:
                   18119:          !^file:dirname[/a/some.tar.gz]=/a
                   18120:              !^file:dirname[/a/b/]=/a
                   18121:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   18122:              !^file:justname[/a/some.tar.gz]=some.tar
                   18123:              !^file:justext[/a/some.tar.gz]=gz
                   18124: 
                   18125:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18126:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   18127:          @conf/auto[filespec]
                   18128: 
1.116     moko     18129:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     18130: 
1.150     moko     18131:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     18132:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   18133:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   18134: 
                   18135: 2002-06-18  paf
                   18136: 
                   18137:        * configure, configure.in, src/include/pa_version.h: version to
                   18138:          configure.in
                   18139: 
                   18140:        * INSTALL: reflected .conf.dist dir change
                   18141: 
1.150     moko     18142:        * Makefile.am, configure, configure.in,
1.116     moko     18143:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     18144:          .in & *.am updated
                   18145: 
                   18146:        * src/classes/file.C: strncasecmp
                   18147: 
                   18148:        * src/classes/file.C: strcasecmp
                   18149: 
1.150     moko     18150:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     18151: 
                   18152:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   18153:          insensitive check now
                   18154: 
                   18155:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   18156: 
                   18157:        * configure, configure.in, src/include/pa_pool.h,
                   18158:          src/include/pa_types.h: pack configure.in detection simplified.
                   18159:          figured out that gcc on sparc not that stupid as thought
                   18160:          previously: on sparc: when it sees packed class it modifies it's
                   18161:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   18162:          operations [st, lduh] so packed must be all parts of packed
                   18163:          class, i.e. it's parents&fields(classes).  for now it's only
                   18164:          String that packed and what was wrong is that it's parent -
                   18165:          Pooled, were not packed. fixed that.
                   18166: 
                   18167: 2002-06-14  paf
                   18168: 
                   18169:        * operators.txt: more precise xml-to-text options
                   18170: 
                   18171:        * operators.txt, src/types/pa_vxnode.C: xnode
                   18172:          attribute_node.name/value xnode pi.node.data
                   18173: 
                   18174: 2002-06-12  paf
                   18175: 
1.116     moko     18176:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   18177:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     18178: 
                   18179:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   18180:          src/include/pa_globals.h, src/include/pa_request.h,
                   18181:          src/main/compile.tab.C, src/main/pa_globals.C,
                   18182:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   18183:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   18184: 
                   18185:        * src/classes/mail.C: sendmail -ti [default now]
                   18186: 
                   18187:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   18188:          to be strings. for convinient #ing
                   18189: 
                   18190:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   18191:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   18192: 
                   18193:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   18194:          main/pa_globals.C, main/pa_request.C: @conf
                   18195: 
                   18196: 2002-06-11  paf
                   18197: 
                   18198:        * src/classes/file.C: check simplified
                   18199: 
                   18200:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   18201:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   18202:          valid prefix
                   18203: 
                   18204:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   18205:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   18206:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   18207: 
                   18208: 2002-06-10  paf
                   18209: 
                   18210:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   18211:          src/main/pa_common.C: lock failures reported now
                   18212: 
                   18213:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   18214:          string->double @ compile time were not-enough-checking...
                   18215: 
                   18216:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   18217:          autoconvert now ignored
                   18218: 
                   18219:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   18220:          check
                   18221: 
                   18222:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   18223:          $response:body content-type:name
                   18224: 
                   18225:        * configure, configure.in: hpux check, nsl link, no socket
                   18226: 
                   18227:        * operators.txt: old merge conflict removed
                   18228: 
                   18229:        * configure, configure.in: pack even address access on sparc&co
                   18230:          arch checked in configure
                   18231: 
                   18232:        * configure, src/include/pa_version.h: makes
                   18233: 
                   18234:        * configure, configure.in, src/include/pa_version.h: makes
                   18235: 
                   18236:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   18237:          with charset even when all letters were 7bit one
                   18238: 
                   18239:        * src/main/pa_common.C: merged fixed -d (bug)
                   18240: 
                   18241:        * src/main/pa_common.C: fixed -d (bug)
                   18242: 
                   18243: 2002-06-03  paf
                   18244: 
                   18245:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   18246:          src/classes/classes.dsp, src/main/compile.tab.C,
                   18247:          src/main/main.dsp, src/main/pa_globals.C,
                   18248:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   18249:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   18250:          .dsp-s along with reorganized cvs modules dirs structure
                   18251: 
                   18252:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18253:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   18254:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   18255:          modules
                   18256: 
                   18257: 2002-05-28  paf
                   18258: 
                   18259:        * src/targets/cgi/parser3.C: info.uri now ""
                   18260: 
                   18261: 2002-05-17  paf
                   18262: 
                   18263:        * src/classes/: table.C: ^table.save << checked empty
                   18264:          pre/match/post columns
                   18265: 
                   18266: 2002-05-16  paf
                   18267: 
                   18268:        * src/classes/image.C: image::measure can png now
                   18269: 
                   18270: 2002-05-15  paf
                   18271: 
                   18272:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   18273:          added
                   18274: 
                   18275:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   18276: 
                   18277:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   18278:          %H[:%M[:%S]]]]]] [-%m now
                   18279: 
                   18280: 2002-05-14  paf
                   18281: 
                   18282:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   18283: 
                   18284: 2002-05-07  paf
                   18285: 
                   18286:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   18287:          src/include/pa_globals.h, src/include/pa_request.h,
                   18288:          src/include/pa_table.h, src/main/compile.tab.C,
                   18289:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   18290:          src/main/pa_request.C, src/main/pa_table.C,
                   18291:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   18292:          src/targets/isapi/parser3isapi.dsp,
                   18293:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   18294:          name2number field now &.  main_method_name now on Request pool
                   18295:          rather on global_pool [Junction+VJunction created on same pool as
                   18296:          name = were created on global pool, causing mem leaks]
                   18297: 
                   18298:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   18299:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   18300:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   18301:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   18302:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18303:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   18304:          field now &.  main_method_name now on Request pool rather on
                   18305:          global_pool [Junction+VJunction created on same pool as name =
                   18306:          were created on global pool, causing mem leaks]
                   18307: 
                   18308: 2002-05-06  paf
                   18309: 
                   18310:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18311:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18312:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18313: 
                   18314:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18315:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18316:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18317: 
                   18318: 2002-04-30  paf
                   18319: 
                   18320:        * configure, src/include/pa_version.h: version now not b
                   18321: 
                   18322:        * src/targets/cgi/parser3.C: request.uri now never 0
                   18323: 
                   18324: 2002-04-29  paf
                   18325: 
                   18326:        * configure.in: removed b
                   18327: 
                   18328:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   18329:          Exception::comment/type checked in (), no there's no empty
                   18330:          type/comment by default
                   18331: 
                   18332:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   18333:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   18334:          src/doc/value.dox, src/include/pa_exception.h,
                   18335:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   18336:          0001
                   18337: 
                   18338: 2002-04-26  paf
                   18339: 
                   18340:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   18341:          size reduced
                   18342: 
                   18343: 2002-04-25  paf
                   18344: 
                   18345:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   18346:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   18347:          now that took into account
                   18348: 
                   18349:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   18350:          01:03:04]
                   18351: 
                   18352:        * ChangeLog, operators.txt, src/classes/date.C:
                   18353:          ^date::create[2002-12-33 01:03:04]
                   18354: 
                   18355:        * ChangeLog: updated changelog
                   18356: 
                   18357:        * src/classes/table.C: removed restriction on column count to
                   18358:          ^table.hash to work, now must be >0 [were >1]
                   18359: 
                   18360: 2002-04-24  paf
                   18361: 
                   18362:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18363:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18364:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   18365:          targets
                   18366: 
                   18367: 2002-04-23  paf
                   18368: 
                   18369:        * operators.txt, src/classes/string.C:
                   18370:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   18371:          "junction used outside of context"]
                   18372: 
                   18373: 2002-04-22  paf
                   18374: 
                   18375:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   18376:          src/main/pa_string.C, src/types/pa_vstring.C,
                   18377:          src/types/pa_vstring.h: ^string.optimize[]
                   18378: 
                   18379:        * src/: include/pa_globals.h, include/pa_table.h,
                   18380:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   18381:          table template
                   18382: 
                   18383:        * src/classes/: string.C: optimize removed from string
                   18384:          .left/right/pos
                   18385: 
                   18386:        * src/main/execute.C: rolled back to
                   18387:          before_killing_userjunction_contexts
                   18388: 
                   18389:        * src/main/execute.C: user junctions context killed
                   18390: 
                   18391:        * src/main/execute.C: junctions to local contexts got
                   18392:          cleanized&checked later
                   18393: 
                   18394: 2002-04-19  paf
                   18395: 
                   18396:        * src/: classes/string.C, include/pa_request.h,
                   18397:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   18398:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   18399:          prior to .left .right .mid .pos .match when that is profitable,
                   18400:          and always before .replace when $ORIGINS(1) optimization disabled
                   18401:          economy from not wasting mem on lots of strings which occur by
                   18402:          lots of String:mid calls to get parts of source string between
                   18403:          found_occurances
                   18404: 
                   18405:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   18406:          ^file:list
                   18407: 
                   18408:        * src/: include/pa_globals.h, include/pa_table.h,
                   18409:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   18410:          globalized, not created @ each ^match anymore economy:
                   18411:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   18412: 
                   18413:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   18414:          removed from each String::match replace iteration, and made
                   18415:          stacked sizeof(VTable)=12bytes economy on each replace code
                   18416: 
                   18417:        * src/doc/footer.htm: 2001,
                   18418: 
                   18419:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18420:          string.match[]['] option enables generation of $match.prematch
                   18421:          .match .postmatch columns
                   18422: 
                   18423:        * src/main/pa_string.C: String::match options analized without
                   18424:          cstr-ing them now
                   18425: 
                   18426:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   18427:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   18428:          config updated to doxygen 1.2.15, created helper which fixes
                   18429:          minor bugs in chm project files & htm tree.  changed extension to
                   18430:          .htm
                   18431: 
                   18432: 2002-04-18  paf
                   18433: 
                   18434:        * src/doc/doxygen.cfg: .chi generation disabled
                   18435: 
                   18436:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   18437:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   18438:          fields&methods
                   18439: 
                   18440:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   18441:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   18442:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   18443:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   18444:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   18445:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   18446:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18447:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   18448:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   18449:          VStateless_class to VObject
                   18450: 
                   18451:        * src/: main/pa_request.C, types/pa_valiased.h,
                   18452:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18453:          types/pa_vstring.h: VStateless_string_object speicalized light
                   18454:          version of VStateless_object
                   18455: 
                   18456:        * src/classes/op.C: ^throw comment param made optional
                   18457: 
                   18458:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   18459:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   18460:          and implemented down in VClass, fclass_alias removed,
                   18461: 
                   18462:        * src/types/pa_value.C: forced to cut that from .h because of
                   18463:          VStateless_class usage [undefined in .h]
                   18464: 
                   18465:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18466:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18467:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   18468:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   18469:          on each CALL]
                   18470: 
                   18471:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   18472:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   18473:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   18474:          classes/response.C, classes/string.C, classes/table.C,
                   18475:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   18476:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   18477:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   18478:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   18479:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18480:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   18481:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   18482:          removed Value::fname
                   18483: 
                   18484: 2002-04-17  paf
                   18485: 
                   18486:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18487:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   18488:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   18489:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   18490:          state, PTHROW freshen to throw & co
                   18491: 
                   18492:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   18493: 
                   18494:        * src/classes/op.C: taint local result var bug fixed
                   18495: 
                   18496: 2002-04-16  paf
                   18497: 
                   18498:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   18499:          Attic asm.txt as most interesting
                   18500: 
                   18501:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   18502:          check, preventing content-length: 0 from appearing
                   18503: 
                   18504:        * src/main/execute.C: $result in @main now taken into account as in
                   18505:          usual functions
                   18506: 
                   18507:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   18508:          & @unhandled_exception now taken into account as in usual
                   18509:          functions
                   18510: 
                   18511:        * src/doc/postbuild.txt: instructions on post .html build
                   18512: 
                   18513:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   18514: 
                   18515:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   18516:          tainted
                   18517: 
                   18518:        * src/main/pa_request.C: uri in error log
                   18519: 
                   18520:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   18521:          cheched date:create(days) param for validity [later were assumed
                   18522:          valid and crashed on invalid onces]
                   18523: 
                   18524:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18525:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   18526:          and used that for removing VString wrapper
                   18527: 
                   18528:        * src/classes/op.C: exception2vhash file now tainted
                   18529: 
                   18530:        * src/classes/op.C: _process pseudo origin copied from local var to
                   18531:          heap
                   18532: 
                   18533:        * src/classes/op.C: extra check on empty file in origin in _execute
                   18534: 
                   18535: 2002-04-15  paf
                   18536: 
                   18537:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   18538: 
                   18539:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   18540:          functions
                   18541: 
                   18542:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   18543:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   18544:          started dual write_xxx_lang functions, if checked & works
                   18545: 
                   18546:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   18547:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   18548:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   18549:          unnecessary VString shells
                   18550: 
                   18551:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   18552:          prev changes]
                   18553: 
                   18554:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18555:          classes/table.C, include/pa_request.h, main/execute.C,
                   18556:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18557:          StringOrValue wcontext result, now ready for dual writes
                   18558: 
                   18559:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   18560:          checked that
                   18561: 
                   18562:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18563:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   18564:          changed to OP_WRITE_VALUE in var get cases
                   18565: 
                   18566:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   18567:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   18568:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18569:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   18570:          switch in hash constructor fixed [were problems with using of
                   18571:          stacked wwrapper after it's death]
                   18572: 
                   18573: 2002-04-12  paf
                   18574: 
                   18575:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   18576: 
                   18577: 2002-04-11  paf
                   18578: 
                   18579:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   18580:          Request::process_internal codeFrame & wwrapper stacked [not
                   18581:          wasting  heap anymore]
                   18582: 
                   18583: 2002-04-10  paf
                   18584: 
                   18585:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   18586:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   18587:          classes/string.C, classes/table.C, classes/void.C,
                   18588:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   18589:          main/pa_string.C: killed Request::process() wrapping
                   18590:          VString(String) in case we need only String
                   18591: 
                   18592:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18593:          killed 8 bytes from String.head
                   18594: 
                   18595: 2002-04-09  paf
                   18596: 
                   18597:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   18598:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   18599:          local*/char b[...];      a=b; situations
                   18600: 
                   18601:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   18602: 
                   18603:        * src/classes/xdoc.C: xslt params fixed
                   18604: 
                   18605:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   18606:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   18607:          not pool.malloc(MAX_NUMBER) but really neaded
                   18608: 
                   18609:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   18610:          int/double.int/double(default)
                   18611: 
                   18612: 2002-04-04  paf
                   18613: 
                   18614:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   18615:          [when reconstructing pieces were split by
                   18616:          max_integral(piece.size), thus some strings to replace happen to
                   18617:          be split into two = not replaced)
                   18618: 
                   18619:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   18620:          standalone version = current dir
                   18621: 
                   18622:        * src/targets/cgi/parser3.C: document root in standalone version =
                   18623:          current dir
                   18624: 
                   18625: 2002-04-03  paf
                   18626: 
                   18627:        * configure, configure.in: more checks on nonexistent charset
                   18628: 
1.116     moko     18629:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     18630: 
                   18631: 2002-04-02  paf
                   18632: 
                   18633:        * src/main/compile.C: parser.compile [exception name more like in
                   18634:          doc]
                   18635: 
                   18636: 2002-04-01  paf
                   18637: 
                   18638:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   18639:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   18640:          .content-type.charset, not .charset
                   18641: 
                   18642: 2002-03-29  paf
                   18643: 
                   18644:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   18645: 
                   18646:        * operators.txt, src/classes/date.C: ^date::create now may not
                   18647:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   18648:          days' year.  | 31.05->31.04   roll
                   18649: 
                   18650: 2002-03-28  paf
                   18651: 
                   18652:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   18653:          src/include/pa_globals.h, src/include/pa_hash.h,
                   18654:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   18655:          ^cache(seconds)    ^cache[date] }
                   18656: 
                   18657:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   18658:          param
                   18659: 
                   18660: 2002-03-27  paf
                   18661: 
                   18662:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   18663:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   18664:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   18665:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   18666:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   18667:          src/classes/xnode.C, src/include/pa_exception.h,
                   18668:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   18669:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   18670:          src/main/pa_array.C, src/main/pa_charset.C,
                   18671:          src/main/pa_charsets.C, src/main/pa_common.C,
                   18672:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   18673:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   18674:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   18675:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   18676:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18677:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   18678:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   18679:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   18680:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   18681:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   18682:          src/types/pa_wwrapper.h: assigned exception types
                   18683: 
                   18684:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   18685:          src/include/pa_request.h, src/main/execute.C,
                   18686:          src/main/pa_request.C: decided agains resetting exception_trace,
                   18687:          just changed name
                   18688: 
                   18689: 2002-03-26  paf
                   18690: 
                   18691:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   18692:          fixed
                   18693: 
                   18694:        * src/classes/op.C: forced language of $source field of exception
                   18695:          to 'tainted', so that sql-langed-frags could be outputed outside
                   18696:          of connect
                   18697: 
                   18698:        * operators.txt: removed date.roll limit of +-1 offset
                   18699: 
                   18700:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   18701: 
                   18702:        * operators.txt, src/classes/date.C: fixed date roll on
                   18703:          daylightsaving days mktime took into account tm_isdst flag, which
                   18704:          remained from BEFORE roll, but should have been reset
                   18705: 
                   18706: 2002-03-25  paf
                   18707: 
                   18708:        * operators.txt, src/targets/cgi/parser3.C:
                   18709:          http_site_config_filespec
                   18710: 
                   18711:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   18712:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   18713:          with any/both --disable-foreign-group-files --disable-execs
                   18714: 
                   18715:        * INSTALL: "--with=sendmail=COMMAND" comment
                   18716: 
                   18717:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   18718:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     18719:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   18720:          disables execs also.  introducing --sendmail
1.95      moko     18721: 
                   18722:        * operators.txt: pgsql options comment
                   18723: 
                   18724:        * INSTALL: comment on --disable-link-stdcpp
                   18725: 
1.116     moko     18726:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18727:          libstdc++ link skipping configure option
1.95      moko     18728: 
                   18729:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   18730:          with error were put to cache with 'marked_to_rollback' flag, all
                   18731:          consequent even OK requests rolled back
                   18732: 
                   18733: 2002-03-22  paf
                   18734: 
                   18735:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   18736:          false return
                   18737: 
                   18738:        * operators.txt: few comments on sets
                   18739: 
                   18740: 2002-03-18  paf
                   18741: 
                   18742:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   18743:          src/include/pa_globals.h, src/include/pa_request.h,
                   18744:          src/include/pa_stack.h, src/main/pa_globals.C,
                   18745:          src/main/pa_request.C: introducing ^try
                   18746: 
                   18747:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   18748:          types/pa_vdouble.h: removed some tested @tests
                   18749: 
                   18750: 2002-03-15  paf
                   18751: 
                   18752:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   18753: 
                   18754: 2002-03-13  paf
                   18755: 
                   18756:        * src/main/pa_exception.C: checked not-pooled malloc
                   18757: 
                   18758: 2002-03-11  paf
                   18759: 
                   18760:        * INSTALL, configure, configure.in,
                   18761:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   18762: 
                   18763:        * src/main/pa_common.C: --disable-foreign-group-files
                   18764: 
                   18765:        * INSTALL: --disable-execs
                   18766: 
                   18767:        * src/main/pa_exec.C: --disable-execs
                   18768: 
                   18769:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18770:          --disable-execs
                   18771: 
                   18772:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   18773: 
                   18774:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   18775:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   18776: 
                   18777: 2002-03-05  paf
                   18778: 
                   18779:        * operators.txt, src/classes/date.C: date week calendar columns
                   18780:          named
                   18781: 
                   18782:        * operators.txt, src/classes/date.C: date week calendar columns
                   18783:          named
                   18784: 
                   18785:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   18786:          requires headers to be terminated with \r\n manually [refuses to
                   18787:          separate header/body itself]
                   18788: 
                   18789:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18790:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   18791: 
                   18792: 2002-03-04  paf
                   18793: 
                   18794:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   18795:          in PASS language
                   18796: 
                   18797:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   18798:          deserialize checks on broken file
                   18799: 
                   18800:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   18801:          parser3isapi.dsp: isapi updated
                   18802: 
                   18803: 2002-03-01  paf
                   18804: 
                   18805:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   18806: 
                   18807: 2002-02-28  paf
                   18808: 
                   18809:        * src/main/untaint.C: removed some debug comments
                   18810: 
                   18811:        * src/main/pa_charsets.C: when placing charset to cache using
                   18812:          global name now [were request]
                   18813: 
                   18814:        * configure, configure.in: apache module updated
                   18815: 
                   18816:        * src/main/pa_string.C: origin by first piece preferred before last
                   18817:          piece
                   18818: 
                   18819: 2002-02-27  paf
                   18820: 
                   18821:        * src/main/pa_charset.C: size_t
                   18822: 
                   18823:        * INSTALL: shared/static-xml with-pathlink
                   18824: 
                   18825:        * operators.txt: SMTP comment
                   18826: 
                   18827: 2002-02-26  paf
                   18828: 
                   18829:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   18830: 
                   18831:        * src/classes/xnode.C: in some situation, xpath query returned
                   18832:          result with type NODESET, but empty nodeset member field, checked
                   18833:          that
                   18834: 
                   18835: 2002-02-22  paf
                   18836: 
                   18837:        * INSTALL: without-zlib comment
                   18838: 
                   18839:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   18840: 
                   18841:        * configure, configure.in: glib###.a detection fixed
                   18842: 
                   18843:        * INSTALL: hashfile removed from INSTALL
                   18844: 
1.116     moko     18845:        * Makefile.am: make update
1.95      moko     18846: 
                   18847:        * src/main/pa_string.C: string iterators fixed again, so were
                   18848:          String::join_chain
                   18849: 
                   18850:        * src/main/pa_string.C: string iterators fixed again, so were
                   18851:          String::join_chain
                   18852: 
                   18853:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   18854:          fixed again, so were String::join_chain
                   18855: 
                   18856:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   18857: 
                   18858:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   18859:          "session"
                   18860: 
1.116     moko     18861:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18862:          --with-shared-xml --with-static-xml
1.95      moko     18863: 
                   18864:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18865:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18866:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   18867:          xalan&xml
                   18868: 
                   18869:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   18870: 
                   18871:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   18872:          src/types/types.dsp: removed hashfile support from sources for
                   18873:          now
                   18874: 
1.116     moko     18875:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     18876:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     18877:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   18878:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   18879:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     18880:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     18881:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   18882:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   18883:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     18884: 
                   18885: 2002-02-21  paf
                   18886: 
                   18887:        * src/main/untaint.C: removed debug code, activated commented-for
                   18888:          debug parts
                   18889: 
1.116     moko     18890:        * Makefile.am: make cvsupdate
1.95      moko     18891: 
                   18892:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18893:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   18894:          append_row, not at link zero now string to string appending works
                   18895: 
                   18896: 2002-02-20  paf
                   18897: 
                   18898:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   18899:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   18900:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   18901: 
                   18902:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18903:          economy: 22%
                   18904: 
                   18905:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18906:          space uptimized: string::link_row removed
                   18907: 
                   18908:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   18909:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   18910:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18911:          types/pa_vstring.h: speed uptimized: string::is_empty
                   18912: 
                   18913:        * operators.txt, src/include/pa_common.h,
                   18914:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   18915:          src/include/pa_types.h, src/main/compile.tab.C,
                   18916:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   18917:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   18918:          string append optimiziation idea and estimates
                   18919: 
                   18920: 2002-02-19  paf
                   18921: 
                   18922:        * src/classes/math.C: not used directly [but erroreously reported
                   18923:          that 'is', thus registering twice&other probs]
                   18924: 
                   18925:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   18926:          to node [element]
                   18927: 
                   18928:        * src/main/compile.C: without string_origins parse error
                   18929:          file+line+col possible
                   18930: 
                   18931:        * src/main/: compile.C: without string_origins not worked
                   18932: 
                   18933: 2002-02-18  paf
                   18934: 
                   18935:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   18936:          trick i've installed into double::as_string
                   18937: 
                   18938:        * src/main/pa_globals.C: extern "C" was removed too fast
                   18939: 
                   18940:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18941:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18942:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   18943:          with string/nonstring values, now in expressions double/int
                   18944:          values are passed as-is, without stupid tostring/fromstring
                   18945:          conversions
                   18946: 
                   18947:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   18948:          __cplusplus } #endif
                   18949: 
                   18950:        * src/main/compile.tab.C: bison env set so one could compile
                   18951:          without cygwin installed
                   18952: 
                   18953:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18954:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   18955:          gnome xml libs parser .dsp-s changed accordingly
                   18956: 
                   18957:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   18958: 
                   18959:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   18960:          with backward comp
                   18961: 
                   18962:        * src/classes/math.C: math:random range check fixed
                   18963: 
                   18964:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   18965: 
                   18966:        * INSTALL: local install comment
                   18967: 
1.116     moko     18968:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     18969: 
1.116     moko     18970:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   18971:          src/include/pa_config_auto.h.in,
                   18972:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   18973:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     18974: 
                   18975:        * operators.txt: \ comment
                   18976: 
                   18977: 2002-02-13  paf
                   18978: 
                   18979:        * src/include/pa_config_includes.h: sys/time time both included
                   18980:          now.  vaguely remember confilicts on this on some system [not on
                   18981:          six|ablv] so when would see them again would think up proper
                   18982:          check
                   18983: 
1.116     moko     18984:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18985:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18986: 
                   18987:        * src/main/pa_common.C: truncation never occured when writing files
                   18988:          on unix [since i've changed cache mech] fix
                   18989: 
                   18990:        * src/main/pa_common.C: strnchr: sanity check added
                   18991: 
                   18992:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18993: 
                   18994:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18995:          baltic charset file generated, in generation script ispunct check
                   18996:          added
                   18997: 
                   18998: 2002-02-08  paf
                   18999: 
1.116     moko     19000:        * src/: include/Makefile.am, sql/Makefile.am,
                   19001:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     19002: 
                   19003:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   19004:          forgotten
                   19005: 
                   19006:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   19007: 
                   19008:        * INSTALL, README: install&others updated
                   19009: 
                   19010:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   19011: 
1.116     moko     19012:        * Makefile.am, configure, configure.in,
                   19013:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   19014:          src/classes/Makefile.am, src/main/Makefile.am,
                   19015:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   19016:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   19017:          works
1.95      moko     19018: 
                   19019:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19020:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19021:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   19022:          classes/math.C, classes/op.C, classes/response.C,
                   19023:          classes/string.C, classes/table.C, classes/void.C,
                   19024:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19025:          include/pa_array.h, include/pa_cache_managers.h,
                   19026:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19027:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19028:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19029:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19030:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19031:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19032:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19033:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19034:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19035:          include/pa_stack.h, include/pa_string.h,
                   19036:          include/pa_stylesheet_connection.h,
                   19037:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19038:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19039:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19040:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   19041:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19042:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19043:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19044:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19045:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19046:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19047:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19048:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   19049:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19050:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19051:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19052:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19053:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19054:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   19055:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   19056:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19057:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19058:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19059:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19060:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19061:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   19062:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   19063:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   19064:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   19065:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19066:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   19067:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   19068:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   19069:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   19070: 
                   19071:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19072:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19073:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19074:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19075:          classes/string.C, classes/table.C, classes/void.C,
                   19076:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19077:          include/pa_array.h, include/pa_cache_managers.h,
                   19078:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19079:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19080:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19081:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19082:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19083:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19084:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19085:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19086:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19087:          include/pa_stack.h, include/pa_string.h,
                   19088:          include/pa_stylesheet_connection.h,
                   19089:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19090:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19091:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19092:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   19093:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19094:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19095:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19096:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19097:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19098:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19099:          main/pa_status_provider.C, main/pa_string.C,
                   19100:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19101:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19102:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19103:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19104:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19105:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19106:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19107:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19108:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19109:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19110:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19111:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19112:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19113:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19114:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19115:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19116:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19117:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19118:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19119:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19120:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   19121:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   19122: 
                   19123: 2002-02-07  paf
                   19124: 
                   19125:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   19126: 
1.116     moko     19127:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19128:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   19129:          added yet another locking function: fcntl
1.95      moko     19130: 
                   19131:        * config.sub: on cygwin configure passes it with strange i1586
                   19132:          const, hacked it to mean i586
                   19133: 
                   19134:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   19135:          disabled $if reference due to conflicts with local variables
                   19136: 
                   19137:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   19138:          xdoc::set obsolete now, now xdoc::create, with both sences
                   19139: 
                   19140:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19141:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19142:          table::create now // 'set' name obsolete now table clone.
                   19143: 
                   19144:        * operators.txt, src/classes/string.C,
                   19145:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   19146:          ^int/double/string.format now can be called with normal []
                   19147:          brackets, not stupid {} as it were implemented for some strange
                   19148:          reason.  retaining backward compatibility due to some
                   19149:          already-implemented servers
                   19150: 
                   19151:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   19152:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   19153:          operators now detected by check at name_without_curly_rdive_read
                   19154:          rule whether diving code constists only of
                   19155:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   19156:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   19157:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   19158: 
                   19159: 2002-02-06  paf
                   19160: 
                   19161:        * configure, configure.in: prefix expanded, grr
                   19162: 
                   19163:        * operators.txt, src/classes/mail.C: mail:send config changed
                   19164: 
                   19165: 2002-02-05  paf
                   19166: 
                   19167:        * operators.txt: regex options commented
                   19168: 
                   19169:        * src/main/: pa_exec.C: argv0 now correct
                   19170: 
                   19171:        * src/types/pa_vstatus.C: status:rusage 3
                   19172: 
                   19173:        * src/types/pa_vstatus.C: status:rusage 2
                   19174: 
                   19175:        * operators.txt: status:rusage described int operators
                   19176: 
                   19177:        * src/types/pa_vstatus.C: status:rusage 1
                   19178: 
                   19179:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   19180:          src/types/types.dsp: status:rusage
                   19181: 
                   19182:        * configure.in, operators.txt, src/classes/file.C,
                   19183:          src/classes/op.C, src/include/pa_common.h,
                   19184:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   19185:          src/main/pa_common.C: rewritten ^cache to use
                   19186:          non-blocking-exclusive-caches
                   19187: 
                   19188:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   19189:          [speed impact. was off for debugging purpose, but forgotten
                   19190:          afterwards]
                   19191: 
                   19192: 2002-02-01  paf
                   19193: 
                   19194:        * src/classes/op.C: file_write does EX lock after create, while
                   19195:          file_read does SH after open, so there's a moment after create
                   19196:          but before EX lock when read can sneak into, and read
                   19197:          just-created-for-writing-and-not-yet-locked file, added a check
                   19198:          for that in ^cache...read
                   19199: 
                   19200: 2002-01-31  paf
                   19201: 
                   19202:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   19203:          ^xxx:
                   19204: 
                   19205:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   19206:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   19207: 
                   19208:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   19209:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   19210:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   19211:          operators check 6.1 rewritten. now check is done at compile time
                   19212: 
                   19213:        * src/main/execute.C: operators check 5 floated up old error of
                   19214:          staying in 'entered class/object' state after $a($a..) it
                   19215:          prevented operators from being called thereafter
                   19216: 
                   19217:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19218:          main/execute.C: operators check 4 floated up old error of staying
                   19219:          in 'entered object' state after ^a.a(a) it prevented operators
                   19220:          from being called thereafter
                   19221: 
                   19222:        * src/main/execute.C: operators check 3 floated up old error of
                   19223:          staying in 'entered class' state after $a:a(a) it prevented
                   19224:          operators from being called thereafter
                   19225: 
                   19226:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   19227:          floated up old error of staying in 'entered class' state after
                   19228:          $a:a[a] it prevented operators from being called thereafter
                   19229: 
                   19230:        * src/main/execute.C: operators check, thay mistakenly seen in
                   19231:          $class:operator   $object.operators contexts
                   19232: 
                   19233:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   19234:          win32
                   19235: 
1.116     moko     19236:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   19237:          src/classes/Makefile.am, src/main/Makefile.am,
                   19238:          src/targets/cgi/Makefile.am,
1.95      moko     19239:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     19240:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     19241: 
1.116     moko     19242:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   19243:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   19244:          configure, configure.in, form.txt, ident.awk, install-sh,
                   19245:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   19246:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     19247:          etc/parser3.charsets/Makefile.am,
                   19248:          etc/parser3.charsets/koi8-r.cfg,
                   19249:          etc/parser3.charsets/windows-1250.cfg,
                   19250:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     19251:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   19252:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   19253:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   19254:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     19255:          straightened installation scripts procedure made
                   19256:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   19257:          change
                   19258: 
                   19259: 2002-01-30  paf
                   19260: 
                   19261:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   19262:          removed] those comments were a mistake, and prevented libltdl
                   19263:          from function properly
                   19264: 
                   19265: 2002-01-29  paf
                   19266: 
1.116     moko     19267:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   19268:          creation [modified acinclude.m4 which were creating int into just
                   19269:          assignment LIBTOOL=../libtool] added default system
                   19270:          config&charsetts prepared 'make install', now it installs
                   19271:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   19272:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     19273:          $sysconfdir/parser3.charsets respectively
                   19274: 
                   19275:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   19276:          main/pa_globals.C: few forgotten ifdef XML added
                   19277: 
                   19278: 2002-01-28  paf
                   19279: 
1.116     moko     19280:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     19281:          removed
                   19282: 
                   19283:        * src/main/pa_exception.C: dom|generic error output fix
                   19284: 
                   19285:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   19286: 
                   19287:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   19288: 
                   19289:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   19290:          [fixed as_node helper func to accept docs]
                   19291: 
                   19292:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   19293:          xdoc.importNode 0
                   19294: 
                   19295:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   19296: 
                   19297: 2002-01-25  paf
                   19298: 
                   19299:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   19300:          @SPECIAL now works OK
                   19301: 
                   19302:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   19303: 
                   19304:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   19305:          violation that added
                   19306: 
                   19307:        * src/classes/hash.C: unified  hash::sql, now
                   19308:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   19309: 
                   19310:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   19311:          ^file:lock[filename]{code}
                   19312: 
                   19313:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19314:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   19315:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   19316:          to some pa_common funcs
                   19317: 
                   19318:        * src/: include/pa_charset.h, main/pa_globals.C:
                   19319:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   19320: 
                   19321:        * src/: include/pa_charset.h, main/pa_charset.C,
                   19322:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   19323:          not stupid illegal define
                   19324: 
                   19325: 2002-01-24  paf
                   19326: 
                   19327:        * src/include/pa_version.h: changed version number
                   19328: 
                   19329:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19330:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19331:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19332:          main/pa_db_connection.C, main/pa_db_table.C,
                   19333:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   19334:          hashfile without logfiles
                   19335: 
                   19336:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19337:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   19338:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   19339:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   19340:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   19341:          cluttered disk without huge need]
                   19342: 
                   19343:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   19344:          handy macro, which is strangly abscent in dome lib
                   19345: 
                   19346:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   19347: 
                   19348:        * src/classes/xdoc.C: checked empty response
                   19349: 
                   19350:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   19351:          /, not self node]
                   19352: 
                   19353:        * src/classes/xnode.C: xnode.select returns array always now, in
                   19354:          case 'nothing found' returns empty array
                   19355: 
                   19356:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   19357:          be more tender with ctrl/c/v
                   19358: 
                   19359: 2002-01-23  paf
                   19360: 
                   19361:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   19362:          substituted.         // 2. when dom tree with entites goes under
                   19363:          transform text nodes        // got [erroreosly] cut on first
                   19364:          entity occurance
                   19365: 
                   19366:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   19367:          twice-converting
                   19368: 
                   19369:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   19370:          'e' in output this is for regretful twice-converting here:
                   19371:          $a(double value) when they write double falue  they convert it to
                   19372:          string first, thus %g were losing precesion.
                   19373: 
                   19374:          todo: think up some way to remove double->string string->double
                   19375:          twice-converting
                   19376: 
                   19377:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   19378:          %.20E now default float format this is for regretful
                   19379:          twice-converting here: $a(double value) when they write double
                   19380:          falue  they convert it to string first, thus %g were losing
                   19381:          precesion.
                   19382: 
                   19383:          todo: think up some way to remove double->string string->double
                   19384:          twice-converting
                   19385: 
                   19386:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19387:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   19388:          reasons in comment inside
                   19389: 
                   19390:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   19391:          statically linked]
                   19392: 
                   19393:        * src/: include/pa_exception.h, main/compile.tab.C,
                   19394:          main/pa_exception.C: removed exception va_list constructor.  1.
                   19395:          not needed anymore 2. there were a conflict[causing errors]
                   19396:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   19397:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   19398:          ctor(, va_list) which, of course, caused gpf
                   19399: 
                   19400:        * src/main/pa_globals.C: removed debug xslt messages
                   19401: 
                   19402: 2002-01-22  paf
                   19403: 
                   19404:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19405:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   19406:          helps compiling stylesheet properly.  example: this refused to
                   19407:          work,             <b>&laquo;<xsl:value-of select="@title"
                   19408:          />&raquo;</b> stranly worked only this way:
                   19409:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   19410: 
                   19411:          docs says "set it to 1", never going into details, so I decided
                   19412:          to try NOT to do that
                   19413: 
                   19414:        * src/classes/table.C: join behaived badly in case named tables
                   19415:          structure mismatched: 0 strings sneaked into dest failing
                   19416:          afterwards.  replaced them with empty strings
                   19417: 
                   19418: 2002-01-21  paf
                   19419: 
                   19420:        * src/main/pa_charset.C: checked empty transcoders in
                   19421:          transcode_cstr|buf
                   19422: 
                   19423:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   19424: 
                   19425:        * src/classes/xdoc.C: transform error source now
                   19426:          stylesheet_filespec
                   19427: 
1.116     moko     19428:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     19429:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   19430:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     19431:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   19432:          gnome
1.95      moko     19433: 
                   19434:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19435:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   19436:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   19437:          xslt generic error 1
                   19438: 
                   19439:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   19440:          xml generic message 1
                   19441: 
                   19442:        * src/classes/table.C: ^table::load empty lines or #comments before
                   19443:          headline
                   19444: 
                   19445:        * src/: include/pa_array.h, include/pa_globals.h,
                   19446:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   19447:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   19448:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   19449:          errors 0
                   19450: 
                   19451: 2002-01-16  paf
                   19452: 
                   19453:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   19454:          classes/table.C, classes/void.C, classes/xdoc.C,
                   19455:          include/pa_db_connection.h, include/pa_request.h,
                   19456:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19457:          include/pa_stylesheet_connection.h,
                   19458:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   19459:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19460:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   19461:          stylesheet_connection auto destroyers to remaining gnome objects
                   19462: 
                   19463:        * src/classes/xdoc.C: few comments
                   19464: 
                   19465: 2002-01-15  paf
                   19466: 
                   19467:        * src/classes/xdoc.C: xdoc   file   save   string
                   19468: 
                   19469:          ready.  todo: error handling
                   19470: 
                   19471:        * src/classes/xdoc.C: xdoc save rewritten using
                   19472:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   19473:          result
                   19474: 
                   19475:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   19476:          started output options parsing
                   19477: 
                   19478: 2002-01-14  paf
                   19479: 
                   19480:        * src/classes/xdoc.C: method
                   19481: 
                   19482:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19483:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19484:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   19485:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   19486:          xslt transform0.  TODO:   use output options   handle errors
                   19487: 
                   19488:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   19489: 
                   19490: 2002-01-11  paf
                   19491: 
                   19492:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19493:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19494:          partial logical && || evaluation
                   19495: 
                   19496:        * src/classes/xnode.C: xpath selectNodes
                   19497: 
                   19498:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   19499:          string/number/bool
                   19500: 
                   19501:        * src/classes/xnode.C: xpath selectNode 2
                   19502: 
                   19503:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   19504:          xpath selectNode 1
                   19505: 
                   19506: 2002-01-10  paf
                   19507: 
                   19508:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   19509: 
                   19510:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19511:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   19512:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   19513:          refcounter]
                   19514: 
                   19515: 2001-12-29  paf
                   19516: 
                   19517:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   19518:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   19519:          glib works 0
                   19520: 
                   19521: 2001-12-28  paf
                   19522: 
                   19523:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   19524:          main/pa_exception.C: started glib transcoders
                   19525: 
                   19526:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   19527: 
                   19528:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   19529:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   19530:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   19531:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   19532:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   19533:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   19534:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   19535:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   19536: 
                   19537: 2001-12-27  paf
                   19538: 
                   19539:        * src/: include/pa_charset.h, include/pa_common.h,
                   19540:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   19541:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   19542:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19543:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19544:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   19545:          from xalan&xerces, started the process.  globals [initialization
                   19546:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   19547:          calls
                   19548: 
                   19549:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   19550:          anymore
                   19551: 
                   19552: 2001-12-26  paf
                   19553: 
                   19554:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   19555:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   19556:          key globalized [bug]
                   19557: 
                   19558: 2001-12-25  paf
                   19559: 
                   19560:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   19561:          main/pa_string.C: table set & append changed splitting languages,
                   19562:          separators now can be clean AND as-is same to mail command line
                   19563:          $MAIN:MAIL.progX arguments
                   19564: 
                   19565: 2001-12-24  paf
                   19566: 
                   19567:        * src/classes/mail.C: one parted text messages - no multipart
                   19568:          mime-type anymore.  for convinient if $.attach-ments
                   19569: 
                   19570:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   19571:          main/pa_string.C: read from cache size check updated
                   19572: 
                   19573:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   19574: 
                   19575: 2001-12-21  paf
                   19576: 
                   19577:        * src/classes/date.C: date:sql-string now returns localtime
                   19578: 
                   19579:        * src/main/pa_request.C: $result in @main actually not working, to
                   19580:          hell with it for now
                   19581: 
                   19582:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   19583:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   19584:          @postprocess @exception
                   19585: 
                   19586:        * src/main/execute.C: junction evaluation canceled - endless
                   19587:          recursion detected
                   19588: 
                   19589: 2001-12-19  paf
                   19590: 
                   19591:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   19592:          intermediate
                   19593: 
                   19594:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   19595: 
                   19596:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   19597: 
                   19598:        * src/classes/op.C: ^cache keypath now relative
                   19599: 
                   19600:        * src/classes/mail.C: changed weighting prior to sort
                   19601: 
                   19602:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   19603:          were missing
                   19604: 
                   19605: 2001-12-17  paf
                   19606: 
                   19607:        * src/main/pa_charset.C: ifndef XML were bad type
                   19608: 
                   19609:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   19610:          outdated unset services_pool
                   19611: 
                   19612:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   19613:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   19614:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   19615: 
                   19616:        * src/main/untaint.C: allowed space in filespec
                   19617: 
                   19618:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   19619: 
                   19620:        * src/classes/image.C: no govno
                   19621: 
                   19622:        * src/classes/image.C: govno
                   19623: 
                   19624: 2001-12-16  paf
                   19625: 
                   19626:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   19627: 
                   19628:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   19629:          charset_connection&manager replaced by charset&charsets
                   19630: 
                   19631:        * src/main/pa_charset.C: name_cstr 0
                   19632: 
                   19633:        * src/main/untaint.C: uri lang now knows about client/source
                   19634:          charsets
                   19635: 
                   19636:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   19637:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19638:          include/pa_array.h, include/pa_cache_managers.h,
                   19639:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   19640:          include/pa_common.h, include/pa_db_connection.h,
                   19641:          include/pa_db_manager.h, include/pa_db_table.h,
                   19642:          include/pa_dictionary.h, include/pa_exception.h,
                   19643:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   19644:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   19645:          include/pa_sapi.h, include/pa_socks.h,
                   19646:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19647:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19648:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19649:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   19650:          main/pa_charset.C, main/pa_charset_connection.C,
                   19651:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   19652:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19653:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   19654:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   19655:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19656:          types/types.dsp: introducing Charset
                   19657: 
                   19658: 2001-12-14  paf
                   19659: 
                   19660:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   19661:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   19662:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   19663:          uri lang
                   19664: 
                   19665:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   19666: 
                   19667:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   19668: 
                   19669:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   19670:          defalts_name global
                   19671: 
                   19672:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   19673:          include/pa_request.h, main/main.dsp,
                   19674:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19675:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   19676:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   19677:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   19678:          changed charset model.  now important: $request:charset
                   19679:          $response:charset while $response:content-type.charset become
                   19680:          unimportant [informational]
                   19681: 
                   19682: 2001-12-13  paf
                   19683: 
                   19684:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   19685: 
                   19686:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   19687:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   19688:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   19689:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   19690:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   19691:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19692: 
                   19693:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   19694:          auto_ptr part other way, because of stupid gcc 2.96
                   19695:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   19696:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   19697:          FormatterListener] /usr/include/g++-3/memory:48:
                   19698:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   19699:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19700: 
                   19701:        * src/classes/xdoc.C: removed extra inc
                   19702: 
                   19703:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   19704: 
                   19705:        * src/include/pa_types.h: msvc head debugging flag
                   19706: 
                   19707:        * src/classes/xdoc.C: freed up listener
                   19708: 
                   19709:        * src/classes/string.C: change msg '... code is not code'
                   19710: 
                   19711:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   19712:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19713:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   19714:          [past/future prob]
                   19715: 
                   19716:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19717:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   19718:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19719:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   19720: 
                   19721:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   19722:          main/pa_string.C: removed signed mismatch warnings
                   19723: 
                   19724:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   19725:          'expires' from header outputs
                   19726: 
                   19727:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   19728:          row ptr
                   19729: 
                   19730:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   19731:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   19732: 
                   19733:        * src/classes/xdoc.C: lang list updated
                   19734: 
                   19735: 2001-12-10  paf
                   19736: 
                   19737:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   19738: 
                   19739:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   19740:          erase files like that, knowing their full name introducing   //
                   19741:          theoretical problem with, for instance, "_2B" and "." fragments,
                   19742:          // they would yield the same    // because
                   19743:          need_file_encode('_')=false  // but we need to delete such files
                   19744:          somehow, getting names from ^index
                   19745: 
                   19746:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   19747:          string::join_chank break]
                   19748: 
                   19749: 2001-12-07  paf
                   19750: 
                   19751:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   19752:          include/pa_common.h, include/pa_config_auto.h.in,
                   19753:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19754:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   19755:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   19756:          types/pa_vhashfile.C: merged from r14_simple_cache
                   19757: 
                   19758:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   19759:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   19760:             lduh  [ %i2 + 1 ], %l0
                   19761: 
                   19762:          bus error, fixed that
                   19763: 
                   19764:        * src/main/pa_string.C: strange string deserialize bug on
                   19765:          client[pmts], a bit shortened,
                   19766: 
                   19767:        * src/include/pa_config_auto.h.in: makes
                   19768: 
                   19769:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   19770:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   19771:          file write shared lock file read
                   19772: 
                   19773:        * src/: classes/op.C, include/pa_common.h,
                   19774:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   19775: 
                   19776: 2001-12-06  paf
                   19777: 
                   19778:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19779:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   19780: 
                   19781:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   19782:          info
                   19783: 
                   19784:        * src/classes/hashfile.C: removed transaction from ^cache
                   19785: 
                   19786: 2001-12-05  paf
                   19787: 
                   19788:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   19789:          IIS5 there were a prob with illegal call check
                   19790: 
                   19791: 2001-12-04  paf
                   19792: 
                   19793:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19794:          main/pa_request.C: measures to log
                   19795: 
                   19796: 2001-11-23  paf
                   19797: 
                   19798:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19799:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   19800:          types/pa_vhashfile.C: merged from _0014, 1
                   19801: 
                   19802:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19803:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   19804:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   19805:          ^cache(33) would change
                   19806: 
                   19807:          0660 bits in file_write & hashfile create
                   19808: 
                   19809:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   19810:          after pa_string optimization]
                   19811: 
                   19812: 2001-11-22  paf
                   19813: 
                   19814:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   19815:          table.offset[whence]
                   19816: 
                   19817:        * src/classes/op.C: process cstr(,connection)
                   19818: 
                   19819:        * src/classes/op.C: process now gets its body on current language,
                   19820:          not as-is
                   19821: 
                   19822:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   19823: 
                   19824:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   19825:          bit
                   19826: 
1.116     moko     19827:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     19828: 
                   19829: 2001-11-21  paf
                   19830: 
                   19831:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   19832:          <xsl:output output options made identical to xsl:output
                   19833:          attributes exclusion:    cdata-section-elements what xalan can do
                   19834:          but that not used now:    it can escape and remove CDATA sections
                   19835: 
                   19836:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   19837:          produced by xslt
                   19838: 
                   19839:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   19840: 
                   19841:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   19842: 
                   19843:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   19844:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   19845:          default language for {code}, it happen to change it's language
                   19846:          from CLEAN, so later refused to split by CLEAN \t
                   19847: 
                   19848: 2001-11-20  paf
                   19849: 
1.116     moko     19850:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   19851:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     19852:          bottom of dependeces, so that errors would popup quicklier, fixed
                   19853:          line numbering in table::sql
                   19854: 
                   19855: 2001-11-19  paf
                   19856: 
                   19857:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   19858:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   19859:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19860:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   19861:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   19862:          at wcontext.write
                   19863: 
1.116     moko     19864:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     19865:          _set_new_handler
                   19866: 
1.116     moko     19867:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   19868:          set_new_handler in apache&isapi
1.95      moko     19869: 
                   19870: 2001-11-16  paf
                   19871: 
                   19872:        * src/targets/cgi/parser3.C: pool debug @ die
                   19873: 
                   19874:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   19875:          removed 8 bytes from String, 2 bytes from
                   19876:          string::chunk::row::item
                   19877: 
                   19878:        * src/main/pa_string.C: removed 1+4 bytes from String
                   19879: 
                   19880:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19881:          types/pa_vstring.C: removed 1+4 bytes from String
                   19882: 
                   19883:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   19884:          0
                   19885: 
                   19886:        * src/: include/pa_globals.h, include/pa_string.h,
                   19887:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   19888:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   19889:          targets/cgi/parser3.C: introducing estimating
                   19890:          String::cstr_bufsize, 0
                   19891: 
                   19892:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   19893: 
                   19894:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   19895: 
                   19896:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19897:          include/pa_pool.h: die in pool::fail
                   19898: 
                   19899: 2001-11-15  paf
                   19900: 
                   19901:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   19902:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   19903:          dynamic buffer re-back now with counter
                   19904: 
                   19905:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   19906:          static buffer back
                   19907: 
                   19908:        * src/targets/cgi/parser3.C: std::
                   19909: 
                   19910:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   19911:          include/pa_config_includes.h: setnewhandler check
                   19912: 
1.116     moko     19913:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19914: 
                   19915:        * src/targets/cgi/parser3.C: set_new_handler started
                   19916: 
                   19917: 2001-11-14  paf
                   19918: 
                   19919:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19920:          was wrong
                   19921: 
                   19922:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19923:          was wrong
                   19924: 
                   19925:        * src/main/pa_request.C: z
                   19926: 
                   19927:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   19928:          full returns win32 -1 solaris >buffer_size
                   19929: 
                   19930:          checked all that
                   19931: 
                   19932:        * src/classes/op.C: ^untaint{body} as-is default now
                   19933: 
                   19934:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19935:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   19936:          with no_bad_constructors_try
                   19937: 
                   19938:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19939:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   19940:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   19941:          $bred[^int::int[]]
                   19942: 
                   19943:          now VObject creation moved into overriden
                   19944:          VClass::create_new_value, thus 0 from create_new_value means that
                   19945:          class has no ctors
                   19946: 
                   19947: 2001-11-13  paf
                   19948: 
                   19949:        * src/classes/classes.C: returned accedently removed if in foreach
                   19950:          callbacks [when hash no-0-restructure]
                   19951: 
                   19952: 2001-11-12  paf
                   19953: 
                   19954:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   19955:          passed as-is to method, xalan makes & into &amp; itself
                   19956: 
                   19957:        * src/classes/date.C: date.roll parser2 alg used
                   19958: 
                   19959:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   19960:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19961:          main/pa_dictionary.C, main/pa_hash.C,
                   19962:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   19963:          now does not containt 0 values. put 0 actullay removes.  no check
                   19964:          on 0 value in foreach now required
                   19965: 
                   19966: 2001-11-11  paf
                   19967: 
                   19968:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   19969: 
                   19970:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   19971: 
                   19972:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   19973:          driver initialize not const
                   19974: 
                   19975: 2001-11-10  paf
                   19976: 
                   19977:        * src/main/pa_exec.C: doc
                   19978: 
                   19979: 2001-11-09  paf
                   19980: 
                   19981:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   19982:          param properly
                   19983: 
                   19984:        * src/classes/string.C: string.save now does untainting before
                   19985:          saving
                   19986: 
                   19987:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19988:          still cstr oriented]
                   19989: 
                   19990:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19991:          line endings fixing got rid of cstr, now must work ok with post
                   19992:          multipart
                   19993: 
                   19994:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19995:          not file  also now
                   19996: 
                   19997: 2001-11-08  paf
                   19998: 
                   19999:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20000:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20001:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   20002:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   20003:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   20004:          simple parent, not second parent [gcc 2.96 strangly refused to
                   20005:          call virtual from second parent]
                   20006: 
1.116     moko     20007:        * src/: include/pa_common.h, main/Makefile.am,
                   20008:          targets/cgi/pa_pool.C: makes
1.95      moko     20009: 
                   20010:        * src/: include/pa_request.h, main/pa_request.C,
                   20011:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   20012:          'status' class enabler
                   20013: 
                   20014:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   20015: 
                   20016:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20017:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20018:          include/pa_stylesheet_manager.h, main/main.dsp,
                   20019:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   20020:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20021:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20022:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   20023:          todo: apache 'status' class enabler
                   20024: 
                   20025: 2001-11-05  paf
                   20026: 
                   20027:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   20028:          debug to normal
                   20029: 
                   20030:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   20031:          hence i removed skipping 0 values in hash::for_each-es we need to
                   20032:          check cleaned cache items manually. few more checks.
                   20033: 
                   20034:          expiring to 0 time was wrong, changed to 'now' time
                   20035: 
                   20036:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   20037:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   20038:          on apache already done :)
                   20039: 
                   20040:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   20041:          skipping 0 values in hash::for_each-es we need to check cleaned
                   20042:          cache items manually
                   20043: 
                   20044:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   20045:          parser_multithreaded check was wrong
                   20046: 
                   20047:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20048:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20049:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20050:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20051:          classes/string.C, classes/table.C, classes/void.C,
                   20052:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20053:          include/pa_array.h, include/pa_charset_connection.h,
                   20054:          include/pa_charset_manager.h, include/pa_common.h,
                   20055:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20056:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20057:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20058:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20059:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20060:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20061:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20062:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20063:          include/pa_stack.h, include/pa_string.h,
                   20064:          include/pa_stylesheet_connection.h,
                   20065:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20066:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20067:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20068:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   20069:          main/pa_charset_manager.C, main/pa_common.C,
                   20070:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20071:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20072:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20073:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20074:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20075:          main/pa_status_provider.C, main/pa_string.C,
                   20076:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20077:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20078:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20079:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20080:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20081:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20082:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20083:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20084:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20085:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20086:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20087:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20088:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20089:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20090:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20091:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20092:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   20093:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   20094:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   20095:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20096:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20097:          $status:db fixed used not initialized in db_connection & db_table
                   20098: 
                   20099:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   20100:          $status:charset
                   20101: 
                   20102:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   20103:          include/pa_stylesheet_connection.h,
                   20104:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   20105:          types/pa_vstatus.h: $status:stylesheet
                   20106: 
                   20107:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   20108:          include/pa_request.h, include/pa_sql_connection.h,
                   20109:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20110:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   20111:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20112:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20113:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   20114:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   20115: 
                   20116: 2001-11-01  paf
                   20117: 
                   20118:        * src/include/pa_config_auto.h.in: makes
                   20119: 
                   20120:        * src/main/pa_hash.C: removed old extra include
                   20121: 
                   20122:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   20123:          checks [for hp, there are such in math.h]
                   20124: 
                   20125:        * src/classes/op.C: ^for endless loop check strightened
                   20126: 
                   20127:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   20128:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   20129:          co can use r.root to write their i & key,value there
                   20130: 
                   20131:        * src/classes/op.C: detected for var storage bug, fixed.
                   20132:          todo:foreach
                   20133: 
                   20134:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   20135:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   20136:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   20137:          changing of hash inside of foreach
                   20138: 
                   20139:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   20140:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   20141:          were hash.foreach
                   20142: 
                   20143:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   20144:          types/pa_vstring.C, types/pa_vstring.h:
                   20145:          ^foreach[key|value]{body}[[separator]|{separator}]
                   20146: 
                   20147:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   20148:          types/pa_vcookie.C: ^hash.delete[key]
                   20149: 
                   20150: 2001-10-31  paf
                   20151: 
                   20152:        * src/main/: compile.C, pa_common.C: completely empty file now
                   20153:          considered "read", not ignored [not perfect trick used]
                   20154: 
                   20155:        * src/main/pa_common.C: simplier common ifdefs
                   20156: 
                   20157:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   20158: 
                   20159:        * src/main/pa_db_connection.C: z
                   20160: 
                   20161:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   20162:          lockdetector flags
                   20163:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   20164: 
                   20165:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   20166:          from accidental show [imagine user forgot @exception]
                   20167: 
                   20168:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   20169: 
                   20170:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   20171:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   20172:          main/pa_common.C: ^string.save[[append;]path]
                   20173: 
                   20174:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20175:          main/execute.C: \ in expression: int divide 10/3=3
                   20176: 
                   20177:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   20178:          inside of ^cache
                   20179: 
                   20180:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   20181:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   20182:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   20183:          needed
                   20184: 
                   20185: 2001-10-30  paf
                   20186: 
                   20187:        * src/: classes/classes.dsp, main/main.dsp,
                   20188:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20189:          types/types.dsp: enabled debug incremental compile
                   20190: 
                   20191:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20192:          form post data line endings not reformatted now.
                   20193: 
                   20194:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   20195:          now required [had bug when file= has no value]
                   20196: 
                   20197:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   20198:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   20199:          cstr(asis) default param removed
                   20200: 
                   20201:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   20202: 
                   20203:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   20204: 
                   20205:        * src/include/pa_dir.h: LOAD_DIR fixed
                   20206: 
                   20207:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   20208:          was broken} fix_line_breaks
                   20209: 
                   20210:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   20211:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   20212:          packed with #pragma pack
                   20213: 
1.116     moko     20214:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     20215: 
                   20216: 2001-10-29  paf
                   20217: 
                   20218:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   20219: 
                   20220:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   20221:          string hash.puts
                   20222: 
                   20223:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   20224: 
                   20225:        * src/include/pa_sql_connection.h: there were one wrong
                   20226:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   20227: 
                   20228:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   20229:          param.someday either ifdef or remove it
                   20230: 
                   20231:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   20232: 
                   20233:        * src/main/untaint.C: optimizing returned after debugging
                   20234: 
                   20235:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20236:          main/untaint.C: memory hunging #pragma pack(1)
                   20237: 
                   20238:          16 419 844 13 169 394
                   20239: 
                   20240:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20241:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   20242:          places [todo:Array]
                   20243: 
                   20244:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   20245:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   20246:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   20247: 
                   20248:          total 5 652 652/158731 total 5 469 332/158731
                   20249: 
                   20250:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   20251:          Array:: without cache in get/put now
                   20252: 
                   20253:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   20254:          18:25:27 2001] total 5 652 652/158731
                   20255: 
                   20256:        * src/: include/pa_string.h, main/pa_string.C,
                   20257:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   20258:          now
                   20259: 
                   20260:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   20261:          18:11:53 2001] total 5796092/158731
                   20262: 
                   20263:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   20264:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   20265:          key ref now
                   20266: 
                   20267:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   20268:          17:11:17 2001] total 16867948/202658
                   20269: 
                   20270:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   20271:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   20272:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20273:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20274:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   20275:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   20276:          string::as_int/double now usually uses stack, not heap [200K out
                   20277:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   20278: 
                   20279:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   20280:          hiding bug]
                   20281: 
                   20282:        * src/Makefile.am: .am order
                   20283: 
                   20284:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   20285:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20286:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   20287:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20288:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   20289:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   20290:          required "friend class"
                   20291: 
                   20292:          ../include/pa_request.h:51: friend declaration requires
                   20293:          class-key, i.e. `friend    class Temp_lang'
                   20294: 
                   20295:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   20296:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   20297:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   20298: 
                   20299:          the idea is to #1 jump to C++ some function to main body, where
                   20300:          every function stack frame has exception unwind information and
                   20301:          from there... #2 propagate_exception()
                   20302: 
                   20303: 2001-10-28  paf
                   20304: 
                   20305:        * src/main/pa_db_connection.C: removed old consts
                   20306: 
                   20307:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   20308:          with wrong type/cast]
                   20309: 
                   20310:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   20311:          translation
                   20312: 
1.116     moko     20313:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     20314:          remember to build DB2 with -fexceptions!!!
                   20315: 
                   20316:        * src/main/pa_db_table.C: DB_RMW defed
                   20317: 
                   20318:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   20319:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20320:          include/pa_db_table.h, main/pa_db_connection.C,
                   20321:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   20322: 
                   20323: 2001-10-27  paf
                   20324: 
                   20325:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20326:          include/pa_db_table.h, main/pa_db_connection.C,
                   20327:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   20328:          types/pa_vhashfile.C: DB2 ifdefs
                   20329: 
1.116     moko     20330:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   20331:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     20332:          makes with DB2
                   20333: 
1.116     moko     20334:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   20335:          types/Makefile.am: makes db
1.95      moko     20336: 
                   20337:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   20338:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   20339:          globals.C
                   20340: 
                   20341:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20342:          include/pa_db_table.h, main/pa_db_connection.C,
                   20343:          main/pa_db_table.C: ^hashfile.clear[]
                   20344: 
                   20345:        * src/classes/classes.awk: no $ in var names
                   20346: 
                   20347:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   20348:          connection&table [forgotten calls]
                   20349: 
                   20350: 2001-10-26  paf
                   20351: 
                   20352:        * src/main/pa_db_connection.C: db checkpoints
                   20353: 
                   20354:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   20355:          checkpoints
                   20356: 
                   20357:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   20358:          default. but entities still reparsed. todo: tothink
                   20359: 
                   20360:        * src/main/pa_db_connection.C: db recover mech 2
                   20361: 
                   20362:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20363:          include/pa_db_manager.h, include/pa_db_table.h,
                   20364:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20365:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   20366:          types/pa_vhashfile.h: db connections & tables now cached at
                   20367:          create time & multithreaded
                   20368: 
                   20369:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   20370:          parsed_source
                   20371: 
                   20372:        * src/main/pa_db_connection.C: about to remove connection from
                   20373:          vhashfile
                   20374: 
                   20375:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   20376:          transaction commit/rollback responsibility left to parent [as it
                   20377:          sould - else there were a bug with double free]
                   20378: 
                   20379:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   20380:          responsibility left to parent [as it sould - else there were a
                   20381:          bug with double free]
                   20382: 
                   20383: 2001-10-25  paf
                   20384: 
                   20385:        * src/: classes/hashfile.C, include/pa_common.h,
                   20386:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20387:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   20388:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   20389:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   20390:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   20391:          yet]
                   20392: 
                   20393:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   20394: 
                   20395:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   20396:          transaction parent passed
                   20397: 
                   20398: 2001-10-24  parser
                   20399: 
1.116     moko     20400:        * src/classes/Makefile.am: makes
1.95      moko     20401: 
                   20402:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   20403:          isapi/pool_storage.h: pool_storage fixed
                   20404: 
                   20405:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   20406:          types/pa_vform.h: form fix_line_breaks
                   20407: 
1.116     moko     20408:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     20409: 
                   20410:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   20411:          targets/cgi/pool_storage.h: makes
                   20412: 
                   20413:        * src/sql/pa_sql_driver.h: version
                   20414: 
                   20415:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   20416:          types/pa_vform.C, types/pa_vform.h: .am
                   20417: 
                   20418:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   20419:          this: DB_RMW Acquire write locks instead of read locks when doing
                   20420:          the retrieval. Setting this flag may decrease the likelihood of
                   20421:          deadlock during a read-modify-write cycle by immediately
                   20422:          acquiring the write lock during the read part of the cycle so
                   20423:          that another thread of control acquiring a read lock for the same
                   20424:          item, in its own read-modify-write cycle, will not result in
                   20425:          deadlock
                   20426: 
                   20427:        * src/targets/isapi/parser3isapi.dsp: doc
                   20428: 
                   20429:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   20430: 
                   20431:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   20432: 
                   20433:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20434:          main/pa_db_connection.C: hashfile expired deleted from db when
                   20435:          get & iterate
                   20436: 
                   20437:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   20438:          expiring 1
                   20439: 
                   20440:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   20441: 
                   20442:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   20443:          db_connection not bothers with key when not returning expired
                   20444:          data
                   20445: 
                   20446:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20447:          types/pa_vhashfile.C: db_cursor constructor public now
                   20448: 
                   20449:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20450:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   20451:          stamped, todo: put_element analize
                   20452: 
                   20453:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   20454:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   20455:          serialize. todo stamp
                   20456: 
                   20457: 2001-10-23  parser
                   20458: 
                   20459:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   20460:          classes/image.C, classes/mail.C, classes/response.C,
                   20461:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20462:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   20463:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   20464:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   20465:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   20466:          types/pa_vtable.C: ^hashfile.hash[]
                   20467: 
                   20468:        * src/: classes/hashfile.C, classes/xdoc.C,
                   20469:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   20470:          main/pa_globals.C: ifdefs so it compiled without db
                   20471: 
                   20472:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20473:          include/pa_db_manager.h, main/pa_db_connection.C,
                   20474:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   20475:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   20476:          ^hashfile.delete[key]
                   20477: 
                   20478: 2001-10-22  parser
                   20479: 
                   20480:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   20481:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   20482: 
                   20483:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   20484:          classes/xnode.C, include/pa_charset_connection.h,
                   20485:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20486:          include/pa_exception.h, include/pa_sapi.h,
                   20487:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20488:          include/pa_stylesheet_connection.h,
                   20489:          include/pa_stylesheet_manager.h,
                   20490:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20491:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20492:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   20493:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20494:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   20495:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   20496:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   20497:          types/types.dsp: hashfile 0
                   20498: 
                   20499:        * src/types/pa_vhashfile.C: z
                   20500: 
                   20501:        * src/: classes/classes.dsp, classes/hashfile.C,
                   20502:          include/pa_config_fixed.h, main/execute.C,
                   20503:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   20504:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   20505: 
                   20506:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   20507: 
                   20508:        * src/: include/pa_exception.h, include/pa_request.h,
                   20509:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   20510:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20511:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   20512: 
                   20513: 2001-10-19  parser
                   20514: 
                   20515:        * src/include/pa_pool.h: header
                   20516: 
                   20517:        * src/main/pa_pool.C: auto compiled on gcc
                   20518: 
                   20519:        * src/classes/image.C: comment
                   20520: 
1.116     moko     20521:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     20522: 
                   20523:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20524:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20525:          types/pa_vxnode.h: xnode clone got freed
                   20526: 
                   20527:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20528:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   20529:          can free up xalandomstring resulting from pool::transcode
                   20530: 
                   20531:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   20532:          include/pa_config_fixed.h, include/pa_exception.h,
                   20533:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   20534:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   20535:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   20536:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   20537:          from non-xml compile
                   20538: 
                   20539:        * src/main/pa_request.C: pool:: context - get_context
                   20540: 
                   20541:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20542:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20543:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20544:          classes/string.C, classes/table.C, classes/void.C,
                   20545:          include/pa_config_fixed.h, include/pa_exception.h,
                   20546:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   20547:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20548:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   20549:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   20550:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20551:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20552:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20553:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   20554:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   20555:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   20556:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   20557:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   20558:          exceptions 0
                   20559: 
                   20560:        * src/classes/classes.awk: $ removed
                   20561: 
                   20562: 2001-10-18  parser
                   20563: 
                   20564:        * src/types/pa_vcookie.C: cookie:CLASS
                   20565: 
                   20566:        * src/main/main.dsp: project
                   20567: 
                   20568:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   20569:          set_document & ctor question "who owns document" solved
                   20570: 
                   20571:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   20572: 
                   20573:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20574:          main/pa_pool.C: encoding in dom creating funcs
                   20575: 
                   20576:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   20577:          be transformed now
                   20578: 
                   20579:        * src/classes/xdoc.C: dom created by create can be transformed now
                   20580: 
                   20581:        * src/classes/xdoc.C: z
                   20582: 
                   20583:        * src/classes/xdoc.C: comment
                   20584: 
                   20585:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   20586:          create now uses XercesDocumentBridge, appendChild&co now works
                   20587: 
                   20588:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   20589:          @ recompile
                   20590: 
                   20591:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   20592:          $origin @exception[
                   20593: 
                   20594:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   20595:          tag names forced to XML lang
                   20596: 
                   20597:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   20598:          leechy-found bugs in code&doc fixed
                   20599: 
                   20600: 2001-10-17  parser
                   20601: 
                   20602:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   20603:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   20604:          n functionality preserved
                   20605: 
                   20606:        * src/types/pa_vimage.h: removed unused vimage::save
                   20607: 
                   20608: 2001-10-16  parser
                   20609: 
                   20610:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   20611: 
                   20612:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   20613: 
                   20614:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   20615: 
                   20616:        * src/classes/image.C: image.copy tolerance
                   20617: 
                   20618:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   20619:          ineffective, but works for small paleted image
                   20620: 
                   20621:        * src/types/pa_vimage.C: comment
                   20622: 
                   20623:        * src/classes/image.C: gd size/resize bugfix
                   20624: 
                   20625:        * src/: classes/classes.dsp, main/main.dsp,
                   20626:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20627:          types/types.dsp: ident >nul 2>&1
                   20628: 
                   20629:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   20630:          systems
                   20631: 
                   20632:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   20633:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   20634: 
                   20635: 2001-10-15  parser
                   20636: 
                   20637:        * src/main/execute.C: z
                   20638: 
                   20639:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   20640: 
                   20641:        * src/types/pa_vxnode.C:     document_type_node.
                   20642:                  !readonly attribute DOMString name
                   20643:              !notation_node.
                   20644:                  !readonly attribute DOMString publicId
                   20645:                  !readonly attribute DOMString systemId
                   20646: 
1.116     moko     20647:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   20648:          ::write badly passed string too transparently [failed to
                   20649:          intercept it]
1.95      moko     20650: 
                   20651:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   20652:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   20653:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20654:          types/pa_vxnode.h: DOM1 major addtion, only few
                   20655:          attributes/methods left
                   20656: 
                   20657: 2001-10-13  parser
                   20658: 
                   20659:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20660:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   20661:          in main handler
                   20662: 
                   20663:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   20664:          cleanups & frees order
                   20665: 
                   20666:        * src/types/pa_vcode_frame.h: couple comments
                   20667: 
                   20668:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   20669:          transparent enough to handle hash if creation&passing
                   20670: 
                   20671:        * src/: include/pa_config_fixed.h, main/execute.C,
                   20672:          main/pa_exception.C: noticed that vcodeframe not transparent
                   20673:          enough, would change now
                   20674: 
                   20675: 2001-10-12  parser
                   20676: 
                   20677:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   20678:          fixed. initialization&free on each thread!
                   20679: 
                   20680:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   20681:          handling changed: now type of default param analized always, not
                   20682:          only at problem time, thus helping early problem spotting
                   20683: 
                   20684:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   20685:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   20686:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   20687:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   20688:          multithread bug fixed. initialization&free on each thread!
                   20689: 
                   20690: 2001-10-11  parser
                   20691: 
                   20692:        * src/classes/xnode.C: xnode.selectSingle now
                   20693: 
                   20694:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20695:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20696:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   20697:          convertors out of Pool into Exception
                   20698: 
                   20699:        * src/main/pa_string.C: const
                   20700: 
                   20701:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   20702:          linked pieces of same language together prior to String::replace
                   20703: 
                   20704:        * src/classes/hash.C:     !^hash.add[addme]
                   20705:              !^hash.sub[subme]
                   20706:              !^a.union[b] = new
                   20707:              !^a.intersection[b] = new
                   20708:              !^a.intersects[b] = bool
                   20709: 
                   20710:        * src/classes/hash.C:     !^hash::append[append_from]
                   20711: 
                   20712:        * src/: classes/hash.C, types/pa_vhash.h:
                   20713:          !^hash::create[[copy_from]]
                   20714: 
                   20715:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   20716:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   20717:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   20718:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   20719:          exception but somebody[value.bark] tried to throw it on it's pool
                   20720: 
1.116     moko     20721:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20722: 
                   20723: 2001-10-10  parser
                   20724: 
                   20725:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   20726: 
                   20727:        * src/main/: compile.tab.C, compile.y: ^a[
                   20728: 
                   20729:          @next_method  << now unclosed ] would be reported here
                   20730: 
                   20731:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   20732:          compile error
                   20733: 
                   20734: 2001-10-09  parser
                   20735: 
1.116     moko     20736:        * src/: classes/Makefile.am, main/Makefile.am,
                   20737:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     20738: 
                   20739:        * src/classes/Makefile.am: makes
                   20740: 
                   20741:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   20742:          win32 errors intercepted [xalan transformer patched and
                   20743:          incorporated]
                   20744: 
                   20745:        * src/: classes/classes.dsp, classes/xdoc.C,
                   20746:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20747:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20748:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   20749:          patches starting
                   20750: 
                   20751:        * src/classes/: string.C, table.C: ^string.save[file]
                   20752: 
                   20753:        * src/classes/: date.C, table.C: calendar moved to date
                   20754: 
                   20755:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   20756:          string/table]  now
                   20757: 
                   20758:        * src/classes/: op.C, table.C: z
                   20759: 
                   20760:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   20761:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   20762:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   20763:          be code [be string..]
                   20764: 
                   20765:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   20766:          table.C: lots of
                   20767:          params->as_int/double/as_string/as_junction/as_no_junction
                   20768:          messages added
                   20769: 
                   20770: 2001-10-08  parser
                   20771: 
                   20772:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   20773:          classes/table.C, classes/void.C, include/pa_request.h:
                   20774:          params->as_int/double message added
                   20775: 
                   20776:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   20777: 
                   20778:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   20779:          image:sector removed image:html internal "line-*" attribs
                   20780: 
                   20781:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   20782:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   20783: 
                   20784:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   20785:          way
                   20786: 
                   20787:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   20788:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   20789:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   20790: 
                   20791:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   20792:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   20793:          @ SAPI::log
                   20794: 
                   20795:        * src/main/untaint.C: \r to ' ' in origins mode
                   20796: 
                   20797:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   20798:          set]
                   20799: 
                   20800:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   20801:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   20802:          nonstandard liaison freed up
                   20803: 
                   20804: 2001-10-07  parser
                   20805: 
                   20806:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   20807:          project
                   20808: 
                   20809: 2001-10-05  parser
                   20810: 
                   20811:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   20812:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   20813:          from outputing to cerr.  lots of "todos"
                   20814: 
                   20815:        * src/main/untaint.C: http_header tainting more gentle with
                   20816:          enquoting now
                   20817: 
                   20818:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   20819:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   20820:          xml errorhandler.  fixed string.replace a little, read @test
                   20821: 
                   20822:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   20823:          *) does not have limit, and looks further eos, fixing....
                   20824: 
                   20825:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   20826: 
                   20827:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   20828: 
                   20829:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   20830:          bugfix
                   20831: 
1.116     moko     20832:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   20833:          $result[^[$p^]z] now works fine
1.95      moko     20834: 
                   20835:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   20836:          wrong. fixed it
                   20837: 
                   20838:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   20839:          of totable appered to be vital
                   20840: 
                   20841: 2001-10-04  parser
                   20842: 
                   20843:        * src/classes/image.C: ^image.length[text]
                   20844: 
                   20845: 2001-10-03  parser
                   20846: 
                   20847:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   20848: 
                   20849:        * src/main/pa_request.C: restored pcre defaulting in request
                   20850:          [mindlessly "optimized" yesterday] comment left
                   20851: 
                   20852: 2001-10-02  parser
                   20853: 
                   20854:        * src/: main/pa_charset_manager.C,
                   20855:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   20856:          needed
                   20857: 
                   20858:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   20859:          forgot non-xml pool.*charset needed
                   20860: 
                   20861:        * src/classes/table.C: # config comments fixed
                   20862: 
                   20863:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   20864:          charset_connection #comment now
                   20865: 
                   20866:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   20867:          options fixed to use release msvcrt lib
                   20868: 
                   20869:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   20870:          removed default - pcre handles that internally fixed bug on
                   20871:          not-cleaning tables [previously was calloced, now member]
                   20872: 
                   20873:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   20874:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   20875:          inside removed default - pcre handles that internally fixed bug
                   20876:          on not-cleaning tables [previously was calloced, now member]
                   20877: 
                   20878:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   20879:          tested charset reload on file change @ apache version = OK tested
                   20880:          freeing up prev encoding on adding new = OK
                   20881: 
                   20882: 2001-10-01  parser
                   20883: 
                   20884:        * src/main/pa_charset_connection.C: removed entitify external hack
                   20885:          [internal installed]
                   20886: 
1.116     moko     20887:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     20888: 
                   20889:        * src/: include/pa_charset_connection.h,
                   20890:          include/pa_charset_manager.h,
                   20891:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20892:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20893:          main/pa_request.C: charset loading & caching mech 0
                   20894: 
                   20895:        * src/: include/pa_stylesheet_connection.h,
                   20896:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20897:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   20898:          & caching mech now
                   20899: 
                   20900: 2001-09-30  parser
                   20901: 
                   20902:        * src/main/pa_request.C: forgot to fill toTable
                   20903: 
                   20904:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   20905:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   20906:          failed on win32 for now..
                   20907: 
                   20908:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20909:          now charsets table configuration variable is: CHARSETS
                   20910: 
                   20911:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   20912:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   20913: 
                   20914:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20915:          include/pa_request.h, main/pa_request.C: started ctype with
                   20916:          unicode values
                   20917: 
                   20918: 2001-09-28  parser
                   20919: 
                   20920:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   20921:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   20922:          string passed AS-IS now
                   20923: 
                   20924:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   20925:          way of user-configuring... todo: implement
                   20926: 
                   20927: 2001-09-27  parser
                   20928: 
                   20929:        * src/classes/table.C: table.sort changed to sort table itself
                   20930: 
                   20931:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   20932:          X^.getElementsByTagName[tagname] = array of xnode
                   20933:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   20934:          nodes removed - regretfully not supported @ xalan. maybe someday
                   20935:          would reimplement, if needed.
                   20936: 
                   20937:          win32build system: solved long waiting anti-non-started-apache
                   20938:          problem
                   20939: 
                   20940:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   20941:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20942:          types/types.dsp: win32 ident make system so not to rebuild
                   20943:          library [ident.C.new]
                   20944: 
                   20945: 2001-09-26  parser
                   20946: 
                   20947:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   20948:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   20949:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20950:          types/pa_vxnode.C, types/types.dsp: z
                   20951: 
                   20952:        * src/classes/classes.C: forgot one non-xml check
                   20953: 
1.116     moko     20954:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20955:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     20956: 
                   20957:        * src/targets/cgi/parser3.C: z
                   20958: 
                   20959:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   20960:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   20961: 
                   20962:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   20963:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20964:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   20965:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   20966:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20967:          types/types.dsp: xdoc&xnode now
                   20968: 
                   20969:        * src/: classes/classes.C, classes/classes.awk,
                   20970:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   20971:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   20972:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20973:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   20974:          classes/op.C, classes/response.C, classes/string.C,
                   20975:          classes/table.C, classes/void.C, include/pa_array.h,
                   20976:          include/pa_common.h, include/pa_config_fixed.h,
                   20977:          include/pa_config_includes.h, include/pa_dictionary.h,
                   20978:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   20979:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20980:          include/pa_socks.h, include/pa_sql_connection.h,
                   20981:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   20982:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20983:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20984:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20985:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20986:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20987:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20988:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20989:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20990:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20991:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20992:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20993:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20994:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20995:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20996:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20997:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20998:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20999:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   21000:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   21001:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   21002:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   21003:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   21004:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   21005:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21006:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21007:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21008:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   21009:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   21010:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   21011:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   21012:          main.dsp splitted to main+classes+types along to .am
                   21013: 
                   21014:        * src/classes/Makefile.am: removed useless var
                   21015: 
                   21016:        * src/: classes/classes.cmd, main/main.dsp,
                   21017:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   21018:          main.dsp
                   21019: 
                   21020: 2001-09-25  parser
                   21021: 
                   21022:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   21023:          1251 though, todo ICU
                   21024: 
1.116     moko     21025:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     21026:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     21027:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   21028:          types/pa_vdom.h: xml configure makes
1.95      moko     21029: 
                   21030: 2001-09-24  parser
                   21031: 
1.116     moko     21032:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   21033:          types/Makefile.am: makes
1.95      moko     21034: 
1.116     moko     21035:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     21036: 
                   21037:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   21038:          started unix makes update
                   21039: 
                   21040:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   21041:          started unix makes update
                   21042: 
                   21043:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   21044: 
                   21045:        * src/types/pa_value.h: z
                   21046: 
                   21047:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   21048:          bugs with usinge hash/table in expressions
                   21049: 
                   21050:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   21051:          resolved conflicts fixed [const]
                   21052: 
                   21053:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   21054:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   21055:          main/compile.C, main/compile.tab.C, main/compile.y,
                   21056:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   21057:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   21058:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   21059:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   21060:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   21061:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   21062:          with before_xml [merge2 actually didn't happen - i've created
                   21063:          tags on wrong branch. so this merge is in fact re-merge]
                   21064: 
                   21065: 2001-09-21  parser
                   21066: 
                   21067:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   21068:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   21069:          produced "" in make file and sadly wrong interpreted on load]
                   21070: 
1.116     moko     21071:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   21072:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   21073:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21074:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21075:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   21076:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   21077:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     21078: 
                   21079:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   21080:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   21081:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   21082:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21083:          main/pa_pool.C, main/pa_request.C,
                   21084:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   21085:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21086:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   21087:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   21088:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   21089:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   21090:          types/pa_vrequest.C, types/pa_vresponse.h,
                   21091:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   21092:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   21093:          created new projects for sql drivers [planning to remove sql
                   21094:          drivers from main cvs project] first, will join latest changes
                   21095: 
                   21096:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   21097:          pool.get_charset
                   21098: 
                   21099:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   21100:          pool.get_charset
                   21101: 
                   21102:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   21103:          pool.get_charset
                   21104: 
                   21105:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   21106:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   21107:          methods encoding to pool.get_charset
                   21108: 
                   21109:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   21110:          transcoder were created right "unsupported encoding" message.
                   21111:          not @ set time, but @ use time, so until xml output functions
                   21112:          .string, .file, .save used - no encoding name check occur
                   21113: 
                   21114:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   21115:          registration needed, pools are officially destructured
                   21116: 
                   21117: 2001-09-20  parser
                   21118: 
                   21119:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   21120: 
                   21121:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   21122:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   21123: 
                   21124:        * src/: classes/dnode.C, classes/dom.C,
                   21125:          include/pa_config_includes.h, include/pa_globals.h,
                   21126:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21127:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   21128:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21129:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   21130:          Pool::transcode 0
                   21131: 
                   21132:        * src/classes/dom.C: dom. string save file moved output xml options
                   21133:          to last param and made it optional
                   21134: 
                   21135:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   21136:          dnodes
                   21137:              !$attributenode.specified = boolean
                   21138:                      true if the attribute received its value explicitly
                   21139:          in the XML document,
                   21140:                      or if a value was assigned programatically with the
                   21141:          setValue function.
                   21142:                  false if the attribute value came from the default value
                   21143:          declared in the document's DTD.
                   21144:              !$pinode.target = target of this processing instruction
                   21145:                  XML defines this as being the first token following the
                   21146:          markup
                   21147:                  that begins the processing instruction.
                   21148:                  XPath:
                   21149:              !^node.select[xpath/query/expression] = hash of 0->node0
                   21150:          1->node1
                   21151:              !^node.select-single[xpath/query/expression] = first node if
                   21152:          any
                   21153: 
                   21154:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   21155:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   21156:          some 'const's added
                   21157: 
                   21158:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   21159:          expression context now, there value = size and boolean value
                   21160:          size!=0
                   21161: 
                   21162:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   21163:          can be used in expression context now, there value = size and
                   21164:          boolean value size!=0
                   21165: 
                   21166:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   21167:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   21168:          due to strange xalan bug
                   21169: 
                   21170: 2001-09-18  parser
                   21171: 
                   21172:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   21173:          classes/image.C, classes/op.C, classes/table.C,
                   21174:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   21175:          include/pa_sql_driver_manager.h, main/compile.C,
                   21176:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   21177:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   21178:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21179:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21180:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   21181:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   21182:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   21183:          before_xml branch ^if(def $hash) now true only when
                   21184:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   21185: 
                   21186:        * src/: classes/op.C, main/execute.C: operators self changed to
                   21187:          root ^for variable context changed to self
                   21188: 
                   21189:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   21190:          dnode 1
                   21191: 
                   21192:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   21193:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   21194: 
                   21195:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   21196:          poly* fixed
                   21197: 
                   21198: 2001-09-17  parser
                   21199: 
                   21200:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   21201:          types/pa_vdom.h: started dnode+dom
                   21202: 
                   21203:          dnode     DOM methods:     $node.name     $node.value
                   21204:          ...others...
                   21205: 
                   21206:              ^node.xpath[/rates/USD] = hash
                   21207:                  $hash[
                   21208:                          $.0[node0]
                   21209:                          $.1[node1]
                   21210:                  ]
                   21211: 
                   21212:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   21213:          applies to all linear primitives
                   21214: 
                   21215:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   21216:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21217:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   21218:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   21219:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   21220:          dom(dnode)
                   21221: 
                   21222:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   21223:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21224:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   21225:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   21226:          name after '.'
                   21227: 
                   21228: 2001-09-15  parser
                   21229: 
                   21230:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   21231:          image: $line-width ^line(...)[****   style]
                   21232: 
                   21233:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   21234:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   21235:          pool_storage - cleanups first, allocations second.  apache wisely
                   21236:          does just like that
                   21237: 
                   21238:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   21239:          rewritten using template, no bugs now
                   21240: 
                   21241:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   21242:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   21243:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   21244:          poorly started isapi pool_storage, would rewrite using template
                   21245:          now
                   21246: 
                   21247:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   21248:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21249:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21250:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   21251:          xalan objects freed up [introducing Pool::register_cleanup]
                   21252: 
                   21253:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   21254:          comments
                   21255: 
                   21256: 2001-09-14  parser
                   21257: 
                   21258:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   21259:          z
                   21260: 
                   21261:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21262:          classes/mail.C, include/pa_common.h,
                   21263:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21264:          include/pa_stylesheet_connection.h,
                   21265:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21266:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   21267:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   21268:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   21269:          compiled&cached
                   21270: 
                   21271: 2001-09-13  parser
                   21272: 
                   21273:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21274:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   21275: 
                   21276:        * src/classes/dom.C: dom:file content-type(.method)
                   21277: 
                   21278:        * src/: include/pa_common.h, include/pa_globals.h,
                   21279:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   21280:          string now more informative error messages
                   21281: 
                   21282:        * src/: include/pa_globals.h, include/pa_request.h,
                   21283:          main/pa_request.C, targets/cgi/parser3.C,
                   21284:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   21285:          ParserSiteConfig .../parser3.conf
                   21286: 
                   21287:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   21288: 
                   21289: 2001-09-12  parser
                   21290: 
                   21291:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21292:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   21293:          precise error reporting: "connection string must start with
                   21294:          protocol://" now
                   21295: 
                   21296:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   21297:          braced
                   21298: 
                   21299:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   21300:          lexer on LS_USER level did [] matching without setting nestage,
                   21301:          introduced special LS_NAME_SQUARE_PART state
                   21302: 
                   21303: 2001-09-11  parser
                   21304: 
                   21305:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   21306:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   21307:          languages+=xml
                   21308: 
                   21309:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   21310: 
                   21311:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21312:          options:     $.method[xml|html|text] detection fixed
                   21313: 
                   21314:        * src/types/pa_vdom.h: messages
                   21315: 
                   21316:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21317:          options:     $.method[xml|html|text] detection fixed
                   21318: 
                   21319: 2001-09-10  parser
                   21320: 
                   21321:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21322:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   21323: 
                   21324:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   21325:          added]
                   21326: 
                   21327:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21328:          ^dom.xslt[stylesheet filename] 0
                   21329: 
                   21330:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21331:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   21332: 
                   21333:        * src/classes/dom.C: ^dom.file[encoding] = file
                   21334: 
                   21335:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   21336:          ^dom.save[encoding;filename]
                   21337: 
                   21338:        * src/classes/dom.C: ^dom.string[] 0
                   21339: 
                   21340:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   21341: 
                   21342:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   21343:          types/pa_vform.h: ^dom.save[b.xml] 0
                   21344: 
                   21345: 2001-09-08  parser
                   21346: 
                   21347:        * src/types/pa_vform.C: $form:tables.name.field
                   21348: 
                   21349: 2001-09-07  parser
                   21350: 
                   21351:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   21352:          $table)...
                   21353: 
                   21354:        * src/targets/cgi/parser3.C: z
                   21355: 
                   21356:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   21357:          from '' to int/double is 0]
                   21358: 
                   21359:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   21360:          $table) is false when table is empty
                   21361: 
                   21362:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   21363:          !$form:tables $atable[$form:tables.a]
                   21364:          ^atable.menu{a=$atable.element}[,]
                   21365: 
                   21366:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   21367:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   21368: 
1.116     moko     21369:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21370:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   21371:          of dom
                   21372: 
                   21373:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   21374:          types/pa_vform.C, types/pa_vform.h: z
                   21375: 
                   21376:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   21377:          element [not last]
                   21378: 
1.116     moko     21379:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21380:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   21381: 
                   21382: 2001-09-06  parser
                   21383: 
                   21384:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21385:          table with one column 'element' and two rows: 1 and 2
                   21386: 
                   21387:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21388:          table with one column 'element' and two rows: 1 and 2
                   21389: 
                   21390:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   21391:          bad int/double conversions, and now $form:nonexistent.int(88)
                   21392:          would return 88
                   21393: 
                   21394:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   21395:          types/pa_vhash.h: now there's special hash key '_default'
                   21396:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   21397:          $._default[xx] ] $hash.c
                   21398: 
                   21399:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   21400:          fixed [thanks, fif], ^; were treated there non-literally
                   21401: 
                   21402:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   21403:          doxygen
                   21404: 
                   21405:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   21406:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   21407:          types/pa_vtable.C: few #ifndef DOXYGEN
                   21408: 
                   21409: 2001-09-05  parser
                   21410: 
                   21411:        * src/classes/: string.C, table.C: sql options can be void [same as
                   21412:          image:html the other day]
                   21413: 
                   21414:        * src/targets/cgi/Makefile.am: .am undo
                   21415: 
                   21416:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21417:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   21418:          macro expantion on param, simply qoutes whatever passed, undone
                   21419: 
                   21420:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21421:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   21422:          STRINGIZE(name) #name invented
                   21423: 
                   21424:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21425:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   21426:          MAIN_SQL_DRIVERS_NAME "drivers"
                   21427: 
                   21428:          moved to be availible to all users
                   21429: 
                   21430:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   21431:          SQL_DRIVER_CREATE_FUNC_NAME
                   21432: 
                   21433:        * src/classes/mail.C: MAIN:MAIL check fixed
                   21434: 
                   21435: 2001-09-04  parser
                   21436: 
                   21437:        * src/classes/image.C: image.html now can accept void params
                   21438: 
                   21439:        * src/targets/isapi/parser3isapi.C: z
                   21440: 
                   21441:        * src/targets/cgi/parser3.C: full_file_spec bug
                   21442: 
                   21443:        * src/targets/cgi/parser3.C: getenvcheck
                   21444: 
                   21445:        * src/targets/cgi/parser3.C: zz
                   21446: 
                   21447:        * src/targets/cgi/parser3.C: zzz
                   21448: 
                   21449:        * src/classes/date.C: date
                   21450: 
                   21451:        * src/classes/date.C: date:sql-string is now without ''
                   21452: 
1.116     moko     21453:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     21454:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   21455:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   21456: 
1.116     moko     21457:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21458: 
                   21459: 2001-09-03  parser
                   21460: 
                   21461:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   21462: 
                   21463: 2001-09-01  parser
                   21464: 
                   21465:        * src/classes/image.C: letter_spacing
                   21466: 
                   21467:        * src/classes/image.C: image: font params changed
                   21468: 
                   21469:        * src/classes/image.C: image: as_int as_string used
                   21470: 
                   21471:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   21472:          analized
                   21473: 
                   21474: 2001-08-31  parser
                   21475: 
                   21476:        * src/targets/cgi/parser3.C: z
                   21477: 
1.116     moko     21478:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   21479:          cygwin
1.95      moko     21480: 
                   21481:        * src/classes/void.C: void:int/double += (default)
                   21482: 
                   21483:        * src/classes/image.C: image:font added space param image:font
                   21484:          changed charwidth alg, added kerning const[for now]
                   21485: 
                   21486:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   21487: 
                   21488: 2001-08-29  parser
                   21489: 
                   21490:        * src/main/pa_exception.C: exception redundant debug info
                   21491: 
                   21492: 2001-08-28  parser
                   21493: 
                   21494:        * src/classes/image.C: image error msgs
                   21495: 
                   21496:        * src/classes/image.C: image: gifsize little endian
                   21497: 
                   21498:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   21499:          doxygeneration
                   21500: 
                   21501:        * src/: classes/Makefile.am, main/Makefile.am,
                   21502:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   21503: 
                   21504:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   21505:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   21506: 
                   21507:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   21508: 
                   21509:        * src/classes/table.C: NO_STRING_ORIGIN check
                   21510: 
                   21511:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   21512:          storage class specifiers invalid in friend function declarations
                   21513: 
                   21514:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   21515:          main/untaint.C, targets/cgi/parser3.C,
                   21516:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   21517:          case of limit
                   21518: 
                   21519:        * src/: classes/file.C, main/pa_common.C: file:move
                   21520:          autocreate/remove dest/src dir
                   21521: 
                   21522:        * src/: classes/string.C, include/pa_dictionary.h,
                   21523:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   21524:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   21525:          to directory constructor.  string:replace
                   21526: 
                   21527: 2001-08-27  parser
                   21528: 
                   21529:        * src/classes/image.C: fixed jpgsize alg
                   21530: 
                   21531:        * src/classes/image.C: fixed jpgsize alg
                   21532: 
                   21533:        * src/main/pa_exception.C: z
                   21534: 
                   21535:        * src/main/pa_common.C: removed debug info from pa_common
                   21536: 
                   21537:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   21538:          [auto.p from current dir loading]
                   21539: 
1.116     moko     21540:        * src/: main/pa_common.C, main/pa_exception.C,
                   21541:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   21542:          for solaris -lsocket
1.95      moko     21543: 
                   21544: 2001-08-24  parser
                   21545: 
                   21546:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   21547: 
                   21548:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   21549: 
                   21550:        * src/targets/cgi/parser3.C: not cgi extra \n
                   21551: 
                   21552:        * src/main/pa_sql_driver_manager.C: z
                   21553: 
                   21554:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   21555:          sql* removed services from disconnect - cross-request ideological
                   21556:          probs.
                   21557: 
                   21558:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   21559:          cross-request ideological probs.  oracle - fixed bug: cs
                   21560:          allocated on request.pool and got freed before disconnect
                   21561: 
                   21562:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   21563:          mallocs fixed
                   21564: 
                   21565: 2001-08-23  parser
                   21566: 
                   21567:        * src/classes/file.C: minor bug in file:save fixed
                   21568: 
                   21569:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   21570: 
                   21571: 2001-08-22  parser
                   21572: 
                   21573:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   21574:          types/pa_vfile.h: file:load|save[text|binary;
                   21575: 
                   21576:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   21577: 
                   21578: 2001-08-21  parser
                   21579: 
                   21580:        * src/classes/: file.C, table.C: ^file:list
                   21581: 
                   21582: 2001-08-20  parser
                   21583: 
                   21584:        * src/: main/compile.tab.C, main/compile.y,
                   21585:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   21586:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   21587:          recousively caused problems: inc incremeted 123 literal!! fixed
                   21588: 
                   21589: 2001-08-10  parser
                   21590: 
                   21591:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   21592: 
                   21593:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21594:          added
                   21595: 
                   21596:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21597:          added
                   21598: 
                   21599:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   21600: 
                   21601:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   21602:          ''
                   21603: 
                   21604:        * src/main/: pa_request.C: wanted to make const int
                   21605:          MAX_EXECUTE_SECONDS=1;
                   21606: 
                   21607:          but couldnt, set_callback_and_alarm appeared to be not exported
                   21608:          :(
                   21609: 
                   21610:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   21611:          check but it weren't wise enough
                   21612: 
                   21613:          @parse[dateString][tmp]
                   21614:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   21615:          #end
                   21616: 
                   21617:          @main[] ^parse[2001-02-03]
                   21618: 
                   21619:        * src/classes/: table.C: table:sort now default desc
                   21620: 
                   21621:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21622:          table.sort now creates new sorted table
                   21623: 
                   21624: 2001-08-09  parser
                   21625: 
                   21626:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   21627: 
                   21628:        * src/classes/hash.C: hash:_default now [was hash:default]
                   21629: 
                   21630:        * src/classes/op.C: case without switch check added
                   21631: 
                   21632:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   21633:          precise $ORIGINS(1)
                   21634: 
                   21635:        * src/main/Makefile.am: .am
                   21636: 
                   21637:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21638:          fixed
                   21639: 
                   21640:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21641:          fixed
                   21642: 
                   21643: 2001-08-07  parser
                   21644: 
                   21645:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21646:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   21647:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   21648:          string, table
                   21649: 
                   21650:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   21651:          srand made working
                   21652: 
                   21653: 2001-08-06  parser
                   21654: 
                   21655:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   21656:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   21657:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   21658:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   21659:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   21660: 
                   21661:        * src/main/pa_exec.C: exec win32 real filename
                   21662: 
                   21663:        * src/classes/file.C: exec stderr out
                   21664: 
                   21665:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   21666: 
                   21667: 2001-08-03  parser
                   21668: 
                   21669:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   21670: 
                   21671: 2001-08-02  parser
                   21672: 
                   21673:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   21674:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   21675: 
                   21676:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   21677:          get@execute, but needs array iterator, separate from array to
                   21678:          avoid it & use caching
                   21679: 
                   21680:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   21681:          bug fixed
                   21682: 
                   21683:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   21684:          main/execute.C, main/pa_globals.C: found another multithread bug
                   21685:          in op.C (last, last global var killed) :)
                   21686: 
                   21687: 2001-08-01  parser
                   21688: 
                   21689:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   21690:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   21691:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21692:          main/untaint.C: speeded up typo-html replacements. introducing
                   21693:          Dictionary with first-char caching
                   21694: 
                   21695: 2001-07-31  parser
                   21696: 
                   21697:        * src/types/Makefile.am: pa_vtable.C added to .am
                   21698: 
                   21699:        * src/main/compile.tab.C: added, so that could be compiled even on
                   21700:          non-bison-enabled platforms
                   21701: 
                   21702: 2001-07-28  parser
                   21703: 
                   21704:        * src/classes/table.C: table:hash always produces hash, when can't
                   21705:          - empty
                   21706: 
                   21707:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   21708:          skipped \n
                   21709: 
                   21710: 2001-07-27  parser
                   21711: 
                   21712:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   21713:          on int/double/string :sql without result and default
                   21714: 
                   21715: 2001-07-26  parser
                   21716: 
                   21717:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   21718:          OP
                   21719: 
                   21720:        * src/main/compile.y: $man[$.age[zzz]]  0
                   21721: 
                   21722:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   21723:          creation syntax problem persists. restored $: for a while.
                   21724:          thinking of $man[$.age[zzz]] syntax now
                   21725: 
                   21726:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21727:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   21728:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   21729:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   21730:          types/pa_wwrapper.h: fixing :: realization #1
                   21731: 
                   21732:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   21733:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   21734:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   21735:          prefix.  ordinary : remains for static accesses
                   21736: 
                   21737: 2001-07-25  parser
                   21738: 
                   21739:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   21740:          fields 2. methods 3. columns
                   21741: 
                   21742:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   21743:          quote.  optimized double&int tostring-s
                   21744: 
                   21745:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   21746:          whitespace before first method decl
                   21747: 
                   21748:        * src/classes/table.C: allowed nontable result in table:sql,
                   21749:          results in empty table
                   21750: 
                   21751:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   21752:          lines before first method decl
                   21753: 
                   21754:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   21755:          types/pa_vtable.h: ^table.record[] now $table.fields
                   21756: 
                   21757:        * src/main/compile.y: $var[] is now empty string, not void
                   21758: 
                   21759:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   21760:          void
                   21761: 
                   21762:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   21763:          main/pa_globals.C: match replace code context moved to implicit
                   21764:          $match context
                   21765: 
                   21766:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   21767:          main/compile_tools.h, main/execute.C: with killed, code storage
                   21768:          introduced with former 'with' syntax
                   21769: 
                   21770: 2001-07-24  parser
                   21771: 
                   21772:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   21773:          types/pa_value.h: first get_element, next get operator
                   21774: 
                   21775:        * src/main/compile.y: removed @end handling
                   21776: 
                   21777:        * src/main/: compile.C, compile.y: @end handling method2
                   21778: 
                   21779:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   21780:          file:move
                   21781: 
                   21782:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   21783:          fixed
                   21784: 
                   21785: 2001-07-23  parser
                   21786: 
                   21787:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   21788:          driver
                   21789: 
                   21790:        * src/classes/hash.C: changed sql driver query interface
                   21791: 
                   21792:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   21793:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   21794:          changed sql driver query interface
                   21795: 
                   21796: 2001-07-20  parser
                   21797: 
                   21798:        * src/types/pa_vrequest.C: X!$browser:type
                   21799: 
                   21800:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   21801:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   21802:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   21803:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   21804:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   21805:          types/pa_vobject.h, types/pa_vrequest.C,
                   21806:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   21807:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   21808:          BASE element globally removed
                   21809: 
                   21810: 2001-07-18  parser
                   21811: 
                   21812:        * src/classes/file.C: file:exec/cgi msg
                   21813: 
                   21814:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   21815: 
                   21816:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   21817: 
1.116     moko     21818:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21819:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   21820:          removed $id from *.in *.am
1.95      moko     21821: 
                   21822:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   21823:          abbrevations
                   21824: 
                   21825:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   21826:          classes/string.C, classes/table.C, include/pa_globals.h,
                   21827:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   21828:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21829:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   21830:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   21831:          $ORIGINS(1) output tracing mode
                   21832: 
                   21833: 2001-07-13  parser
                   21834: 
                   21835:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21836:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   21837:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   21838:          second would not call first @auto
                   21839: 
                   21840:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   21841:          wrong, fixed
                   21842: 
                   21843: 2001-07-12  parser
                   21844: 
                   21845:        * src/types/pa_value.h: pa_value.putelement modification of system
                   21846:          classes prevented
                   21847: 
                   21848: 2001-07-11  parser
                   21849: 
                   21850:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   21851:          table $piece
                   21852: 
                   21853:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21854:          types/pa_vstateless_class.h: $file created by file:state +=
                   21855:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   21856:          get_junction-created objects [they were on wrong pool]
                   21857: 
                   21858: 2001-07-09  parser
                   21859: 
                   21860:        * src/main/untaint.C: qp wrong name
                   21861: 
                   21862:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   21863:          main/compile.y: date format 0
                   21864: 
                   21865: 2001-07-07  parser
                   21866: 
                   21867:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   21868:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   21869:          roll table calendar
                   21870: 
                   21871:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   21872:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   21873:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   21874:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   21875:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   21876:          string.  todo: sql, calendar
                   21877: 
                   21878: 2001-07-06  parser
                   21879: 
                   21880:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   21881:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   21882: 
                   21883: 2001-07-03  parser
                   21884: 
                   21885:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   21886:          classes/random.C, main/main.dsp: class random renamed to math,
                   21887:          operators became methods
                   21888: 
                   21889:        * src/classes/op.C:  pow sqrt
                   21890: 
                   21891:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   21892: 
                   21893: 2001-07-02  parser
                   21894: 
                   21895:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   21896:          'column'
                   21897: 
                   21898:        * src/classes/hash.C: ^hash.keys[]
                   21899: 
                   21900:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   21901: 
                   21902:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   21903:          'strings'
                   21904: 
                   21905: 2001-06-29  parser
                   21906: 
                   21907:        * src/main/: execute.C: /0  %0 checkes ver 2
                   21908: 
                   21909:        * src/main/execute.C: /0  %0 checke
                   21910: 
                   21911:        * src/classes/Makefile.am: nothing - void
                   21912: 
                   21913:        * src/classes/table.C: empty strings @ sql
                   21914: 
                   21915: 2001-06-28  parser
                   21916: 
                   21917:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21918:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21919:          classes/op.C, classes/random.C, classes/response.C,
                   21920:          classes/string.C, classes/table.C, classes/void.C,
                   21921:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21922:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21923:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21924:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21925:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21926:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   21927:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   21928:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   21929:          $";
                   21930: 
                   21931:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21932:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21933:          classes/op.C, classes/random.C, classes/response.C,
                   21934:          classes/string.C, classes/table.C, classes/void.C,
                   21935:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21936:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21937:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21938:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21939:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21940:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     21941:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     21942: 
                   21943:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   21944:          $class:name: == ${class:name}:
                   21945: 
                   21946:        * src/classes/string.C: exactly one
                   21947: 
                   21948: 2001-06-27  parser
                   21949: 
                   21950:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   21951:          types/pa_vvoid.h: nothing renamed to void
                   21952: 
                   21953:        * src/classes/op.C: ^switch ^case
                   21954: 
                   21955:        * src/main/compile.y: nothing renamed to void
                   21956: 
                   21957:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   21958:          main/execute.C, main/main.dsp, main/pa_request.C,
                   21959:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   21960:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   21961:          void
                   21962: 
                   21963:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   21964: 
                   21965: 2001-05-28  parser
                   21966: 
                   21967:        * src/doc/html2chm.cmd: removed >a
                   21968: 
                   21969:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   21970:          project options [some bugs]
                   21971: 
                   21972:        * src/doc/sources2html.cmd: z
                   21973: 
                   21974:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21975:          main/execute.C: operators are not in root class again
                   21976: 
                   21977: 2001-05-24  parser
                   21978: 
                   21979:        * src/targets/cgi/parser3.dsp: project file
                   21980: 
                   21981:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   21982:          ^log ^exp
                   21983: 
                   21984:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21985:          conversions in @exception[params]
                   21986: 
                   21987:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21988: 
                   21989: 2001-05-23  parser
                   21990: 
                   21991:        * src/main/pa_string.C: string cmp bug
                   21992: 
                   21993:        * src/classes/: mail.C, op.C: rem max 1000
                   21994: 
                   21995:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21996:          LS_DEF_NAME
                   21997: 
                   21998: 2001-05-22  parser
                   21999: 
                   22000:        * src/classes/op.C: if params code-required
                   22001: 
                   22002: 2001-05-21  parser
                   22003: 
                   22004:        * src/types/pa_vstring.C: eoleof
                   22005: 
                   22006:        * src/classes/Makefile.am: .AM
                   22007: 
                   22008:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   22009: 
                   22010:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   22011: 
                   22012:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   22013:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   22014:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   22015:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   22016:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   22017:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   22018:          'nothing'
                   22019: 
                   22020:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   22021:          vstring::set_string
                   22022: 
                   22023:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   22024: 
                   22025:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   22026:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   22027:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   22028: 
                   22029:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   22030:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   22031:          hash:sql moved to main trunc. operators.txt updated
                   22032: 
                   22033:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   22034: 
                   22035:        * src/classes/op.C: z
                   22036: 
                   22037:        * src/: main/compile.C, classes/classes.C: 1
                   22038: 
                   22039:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22040:          main/execute.C: 0
                   22041: 
                   22042:        * src/main/execute.C: z
                   22043: 
                   22044:        * src/targets/cgi/parser3.C: z
                   22045: 
                   22046:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   22047:          site_auto_path "." in that case
                   22048: 
                   22049:        * src/targets/cgi/: parser3.C: z
                   22050: 
                   22051:        * src/main/pa_request.C: .am
                   22052: 
                   22053:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   22054:          pcre_tables=pcre_default_tables;
                   22055: 
                   22056: 2001-05-19  parser
                   22057: 
                   22058:        * src/main/pa_string.C: z
                   22059: 
                   22060:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   22061:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   22062:          target.
                   22063: 
                   22064:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   22065:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   22066:          used, 4* mem wasted
                   22067: 
                   22068:        * src/classes/string.C: root context in match replace body now
                   22069:          unchanged
                   22070: 
                   22071:        * src/types/pa_value.h: parameter # 1 based
                   22072: 
                   22073:        * src/main/pa_common.C: common:  actual filename '%s'
                   22074: 
                   22075:        * src/classes/string.C: z
                   22076: 
                   22077:        * src/classes/Makefile.am: classes/.am
                   22078: 
                   22079:        * src/classes/: Makefile.am: classes/.am
                   22080: 
                   22081:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   22082:          targets/cgi/pa_pool.C: classes/.am
                   22083: 
                   22084: 2001-05-18  parser
                   22085: 
1.116     moko     22086:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   22087:          pa_threads.C ins
1.95      moko     22088: 
                   22089:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   22090: 
                   22091: 2001-05-17  parser
                   22092: 
                   22093:        * src/: classes/string.C, include/pa_config_fixed.h,
                   22094:          include/pa_config_includes.h, main/compile.y,
                   22095:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   22096:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   22097:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   22098:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   22099:          most .C
                   22100: 
                   22101:        * src/doc/html2chm.cmd: z
                   22102: 
                   22103:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   22104:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   22105: 
                   22106:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   22107:          get_connection_from_cache
                   22108: 
                   22109:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   22110: 
                   22111:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   22112:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   22113:          cache expiration[use SQL_Driver::disconnect]
                   22114: 
                   22115:        * src/main/pa_table.C: table.locate current restored on "not found"
                   22116: 
                   22117:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   22118:          line no
                   22119: 
                   22120:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22121:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   22122: 
                   22123:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22124:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   22125:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   22126:          1driver and set_services fight for driver::fservices. before fix
                   22127: 
                   22128:        * src/: classes/op.C, include/pa_config_fixed.h,
                   22129:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22130:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   22131:          own 1driver and set_services fight for driver::fservices. before
                   22132:          fix
                   22133: 
                   22134:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22135:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22136:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   22137:          pa_threads.C
                   22138: 
                   22139:        * src/include/pa_threads.h: removed targets/parser
                   22140: 
                   22141:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   22142:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   22143:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   22144:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   22145:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   22146:          headers
                   22147: 
                   22148:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   22149:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   22150:          order prevented sqlmanager to see MULTYTHREAD define
                   22151: 
                   22152:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22153:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   22154:          put/gets
                   22155: 
                   22156:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   22157:          from hash.h
                   22158: 
                   22159:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22160:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   22161:          from cache ->set_services(&services);
                   22162: 
                   22163: 2001-05-16  parser
                   22164: 
                   22165:        * src/targets/cgi/parser3.C: z
                   22166: 
                   22167:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   22168:          debug, #ifdefed some.  would debug later, on more precise sample
                   22169:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   22170:          $name.$tail[$tail!] $name.$tail } ok3
                   22171: 
                   22172:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   22173:          removed array debug. before vstring rebasing
                   22174: 
                   22175:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   22176:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   22177:          array debugged; adjusted
                   22178: 
                   22179:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   22180:          SQL_Driver_manager line no for connect/charset errors
                   22181: 
                   22182: 2001-05-15  parser
                   22183: 
                   22184:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   22185:          main/pa_string.C: string+array made linear grows
                   22186: 
                   22187:        * src/: include/pa_string.h, main/pa_string.C,
                   22188:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   22189:          grow lineary, not exponentialy
                   22190: 
                   22191:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   22192:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   22193:          with fullchunk cmps
                   22194: 
                   22195:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   22196:          70041=           81
                   22197: 
                   22198:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   22199:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   22200:          malloc 27809390/368771, calloc 3232/83. would test now
                   22201: 
                   22202:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   22203:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   22204:          numbered params had wrong name - for instance: bad error message
                   22205:          in ^for[] bad body type. fixed
                   22206: 
                   22207: 2001-05-14  parser
                   22208: 
                   22209:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   22210:          main/untaint.C: ^string.upper|lower[]
                   22211: 
                   22212: 2001-05-11  parser
                   22213: 
                   22214:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   22215:          classes/string.C, classes/table.C, classes/unknown.C,
                   22216:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   22217:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   22218:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   22219: 
                   22220:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   22221:          .dsp for win32tools
                   22222: 
                   22223: 2001-05-11  paf
                   22224: 
                   22225:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   22226:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   22227:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   22228:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   22229: 
                   22230: 2001-05-10  paf
                   22231: 
                   22232:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   22233:          for C++, that's all
                   22234: 
1.116     moko     22235:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   22236:          pa_config_includes.h: inline wonders
1.95      moko     22237: 
                   22238:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   22239:          doc/doxygen.cmd: hash.C added
                   22240: 
                   22241:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   22242: 
                   22243:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   22244:          menthod
                   22245: 
                   22246:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   22247:          pa_vstateless_object.h: changed priority: field before method
                   22248:          lookup in vclass & vobject
                   22249: 
                   22250:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   22251:          grammar: priorities changes [lowerd && prior] vobject: now first
                   22252:          fields, next methods
                   22253: 
                   22254: 2001-05-08  paf
                   22255: 
                   22256:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   22257:          bark=false. fixed
                   22258: 
                   22259:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   22260:          types/pa_vmethod_frame.h: hash:default works at last!
                   22261: 
                   22262:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   22263:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   22264:          hash:default
                   22265: 
                   22266:        * src/classes/table.C: z
                   22267: 
                   22268:        * src/classes/table.C: table:hash always hash of hash now
                   22269: 
                   22270:        * src/classes/table.C: table:empty return bool now
                   22271: 
                   22272:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   22273:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22274:          types/pa_vtable.h: table:hash
                   22275: 
                   22276:        * src/classes/table.C: table:record have name
                   22277: 
                   22278:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   22279:          returns vunknown
                   22280: 
                   22281:        * src/classes/: double.C, int.C, op.C, string.C:
                   22282:          int,double,string:int[] double[] string:length[] results now have
                   22283:          hames
                   22284: 
                   22285:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   22286:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   22287:          now return bool
                   22288: 
                   22289:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   22290:          in method checkparams again. fixed
                   22291: 
                   22292: 2001-05-07  paf
                   22293: 
                   22294:        * src/doc/chm.cmd: cmd
                   22295: 
                   22296:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22297:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   22298:          types/pa_value.h: method reported errors on wrong pool
                   22299: 
                   22300:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   22301:          now
                   22302: 
                   22303:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   22304:          include/code.h, include/pa_opcode.h, main/compile.C,
                   22305:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   22306:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22307:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22308:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   22309:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22310:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22311:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22312:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22313:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22314:          types/pa_wwrapper.h: pa_code.h
                   22315: 
                   22316:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   22317: 
                   22318:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   22319:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   22320:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22321:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   22322:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22323:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   22324:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   22325:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   22326:          types/pa_vtable.h: dox, split by not clean parts also
                   22327: 
                   22328:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22329:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   22330:          'dir' fields & co. more
                   22331: 
                   22332:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   22333:          so to enable 'dir' fields & co.
                   22334: 
                   22335:        * src/main/compile.y: grammar: @end
                   22336: 
                   22337: 2001-05-04  paf
                   22338: 
                   22339:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   22340:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   22341: 
                   22342:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   22343:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22344:          classes/op.C, classes/random.C, classes/response.C,
                   22345:          classes/string.C, classes/table.C, classes/unknown.C,
                   22346:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   22347:          method dox
                   22348: 
                   22349: 2001-05-03  paf
                   22350: 
                   22351:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   22352:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22353:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   22354:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22355:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   22356:          main/pa_request.C: dox splitted .dox files and added some
                   22357: 
                   22358:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   22359: 
                   22360: 2001-05-02  paf
                   22361: 
                   22362:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   22363:          by file_name  language now
                   22364: 
                   22365: 2001-04-28  paf
                   22366: 
                   22367:        * src/classes/classes.inc: removed classes.inc
                   22368: 
                   22369:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   22370:          from .am
                   22371: 
                   22372:        * src/classes/classes.awk: skipped classes in .awk
                   22373: 
                   22374:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   22375:          classes/classes.inc, classes/double.C, classes/file.C,
                   22376:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   22377:          classes/string.C, classes/table.C, classes/unknown.C,
                   22378:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   22379:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22380:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   22381:          pa_methoded back to classes/classes.h
                   22382: 
                   22383:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   22384: 
                   22385:        * src/: classes/Makefile.am, classes/classes.awk,
                   22386:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   22387:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   22388: 
                   22389:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   22390:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   22391:          classes/response.C, classes/string.C, classes/table.C,
                   22392:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   22393:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   22394:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   22395:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   22396:          include|main/pa_methoded
                   22397: 
                   22398:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   22399:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   22400: 
                   22401:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   22402:          moved some configured data to request::classes_conf moved some
                   22403:          string crations from globals to M...  [works]
                   22404: 
                   22405:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   22406:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   22407:          main/pa_request.C: moved some configured data to
                   22408:          request::classes_conf moved some string crations from globals to
                   22409:          M...
                   22410: 
                   22411:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   22412:          about to move configured data to special request hash
                   22413: 
                   22414:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   22415:          classes/form.C, classes/mail.C, include/pa_request.h,
                   22416:          main/pa_request.C: configure started
                   22417: 
                   22418:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   22419:          2. todo: methoded-configure
                   22420: 
                   22421:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22422:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22423:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22424:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   22425:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22426:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22427:          classes/random.C, classes/response.C, classes/string.C,
                   22428:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   22429:          include/pa_request.h, main/compile.y, main/execute.C,
                   22430:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22431:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22432:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   22433:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   22434:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22435:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22436:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22437:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22438:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   22439:          methoded-configure
                   22440: 
                   22441:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   22442:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   22443:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   22444:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   22445: 
                   22446:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   22447:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22448:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22449:          classes/random.C, classes/response.C, classes/string.C,
                   22450:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   22451:          main/compile.y, main/execute.C, main/pa_globals.C,
                   22452:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   22453:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   22454:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   22455:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   22456:          beautifying just compiled. todo: debug, configure
                   22457: 
                   22458: 2001-04-27  paf
                   22459: 
                   22460:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   22461:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   22462:          beautifying -99
                   22463: 
                   22464:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   22465:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   22466:          classes/classes.h, classes/double.C, classes/file.C,
                   22467:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22468:          classes/op.C, classes/random.C, classes/response.C,
                   22469:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   22470:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22471:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22472:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   22473:          types/pa_vunknown.h: beautifying -100
                   22474: 
                   22475:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   22476: 
                   22477:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   22478:          classes/_op.h, classes/_random.h, classes/_table.h,
                   22479:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   22480:          classes/op.C, classes/random.C, classes/response.C,
                   22481:          classes/string.C, classes/table.C, classes/unknown.C,
                   22482:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22483:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22484:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   22485:          beautifying
                   22486: 
                   22487: 2001-04-26  paf
                   22488: 
                   22489:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   22490: 
                   22491:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   22492:          documentation ++
                   22493: 
                   22494:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   22495:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22496:          targets/cgi/pa_pool.C: code documentation ++
                   22497: 
                   22498:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   22499:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22500:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22501:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   22502:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22503:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22504:          types/pa_vrequest.C, types/pa_vrequest.h,
                   22505:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   22506:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   22507:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   22508:          code documentation ++
                   22509: 
                   22510:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22511:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   22512:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   22513:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   22514:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22515:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22516:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   22517:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   22518: 
                   22519:        * src/main/: pa_request.C, pa_string.C: z
                   22520: 
                   22521:        * src/: include/pa_common.h, include/pa_types.h,
                   22522:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   22523:          connection caching fixed.  request-pooled-url were stored into
                   22524:          global connectioncache
                   22525: 
                   22526: 2001-04-25  paf
                   22527: 
                   22528:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   22529:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   22530: 
                   22531:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   22532:          main/execute.C, main/pa_common.C: -d
                   22533: 
                   22534:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   22535:          illegal call check a bit improved, but still under iis no mapping
                   22536:          of dir with parser allowed!
                   22537: 
                   22538: 2001-04-24  paf
                   22539: 
                   22540:        * src/targets/Makefile.am: apache module lib .am
                   22541: 
                   22542:        * src/main/pa_exec.C: windows32 buildCommand
                   22543: 
                   22544: 2001-04-23  paf
                   22545: 
                   22546:        * src/targets/cgi/Makefile.am: win32 conditional
                   22547: 
                   22548:        * src/targets/cgi/Makefile.am: win32 conditional
                   22549: 
                   22550:        * src/targets/cgi/Makefile.am: liblink
                   22551: 
                   22552:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   22553:          vfile fields return type
                   22554: 
                   22555:        * src/types/pa_vfile.h: vfile fields return type
                   22556: 
                   22557:        * src/include/pa_config_auto.h.in: .h.in
                   22558: 
                   22559:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   22560:          types/Makefile: makefiles removed
                   22561: 
                   22562:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   22563:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   22564: 
                   22565:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   22566:          [tested: i & g ]
                   22567: 
                   22568:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   22569:          @test noticed series in isapi, check how initialize_random_class
                   22570:          is called! [must be called only once]
                   22571: 
                   22572:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   22573:          would not be 'unknown column'
                   22574: 
                   22575:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   22576:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   22577: 
                   22578:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   22579:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   22580:          [now doesnt]
                   22581: 
                   22582:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   22583: 
                   22584:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   22585:          /cgi-bin/parser3/auto.p
                   22586: 
                   22587:        * src/main/untaint.C: untaint without charset
                   22588: 
                   22589:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22590:          main/pa_common.C: common: file_write /// @test mkdirs
                   22591:          file_delete rmdirs
                   22592: 
                   22593:        * src/main/untaint.C: mail header only once to =?
                   22594: 
                   22595:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   22596:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   22597:          main/untaint.C: untaint -        @test optimize whitespaces for
                   22598:          all but 'html'
                   22599: 
                   22600:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   22601:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22602:          main/untaint.C: untaint -  @test mail-header
                   22603: 
                   22604: 2001-04-20  paf
                   22605: 
                   22606:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22607:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   22608:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22609:          targets/cgi/parser3.C: $MAIN:LOCALE
                   22610: 
                   22611:        * src/main/untaint.C: z
                   22612: 
                   22613:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   22614: 
                   22615: 2001-04-19  paf
                   22616: 
                   22617:        * src/main/compile_tools.h: $a$b bugfix
                   22618: 
                   22619:        * src/targets/cgi/parser3.C: z
                   22620: 
                   22621:        * src/classes/file.C: z
                   22622: 
                   22623:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   22624:          done: header to $fields. waits for header '\' tricks
                   22625: 
                   22626:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22627:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   22628:          changed urlencode here and in untaint.C to HTTP standard's " and
                   22629:          \" mech
                   22630: 
                   22631:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   22632:          http://alx/~paf/ doesnt load /auto.p
                   22633: 
                   22634: 2001-04-18  paf
                   22635: 
                   22636:        * src/main/pa_request.C: 1
                   22637: 
                   22638:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   22639:          linux @alx
                   22640: 
                   22641: 2001-04-17  paf
                   22642: 
                   22643:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   22644:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   22645:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   22646:          enabled
                   22647: 
                   22648:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22649:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22650:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22651:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22652:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   22653:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   22654:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22655:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   22656:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   22657:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   22658:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   22659:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   22660:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   22661:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   22662: 
                   22663:        * src/: include/pa_sql_driver_manager.h,
                   22664:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22665:          types/pa_vimage.h: sql driver interface now has initialize(client
                   22666:          .so)
                   22667: 
                   22668: 2001-04-16  paf
                   22669: 
                   22670:        * src/Makefile.am: compile2 cygwin
                   22671: 
                   22672:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   22673:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   22674: 
                   22675:        * src/targets/cgi/Makefile.am: compile0 jav
                   22676: 
                   22677:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22678:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22679:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22680:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22681:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   22682:          classes/mail.C, classes/op.C, classes/random.C,
                   22683:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22684:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   22685:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   22686:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22687:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   22688:          compile-1
                   22689: 
                   22690: 2001-04-15  paf
                   22691: 
                   22692:        * src/classes/op.C: z
                   22693: 
                   22694:        * src/classes/table.C: table:empty +=process
                   22695: 
                   22696:        * src/types/pa_value.h: MethodParams !junction
                   22697: 
                   22698:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   22699:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22700:          classes/random.C, classes/response.C, classes/string.C,
                   22701:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   22702:          MethodParams everywhere
                   22703: 
                   22704:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   22705:          types/pa_vmethod_frame.h: MethodParams in op.C
                   22706: 
                   22707: 2001-04-12  paf
                   22708: 
                   22709:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   22710: 
                   22711:        * src/: classes/_unknown.h, classes/unknown.C,
                   22712:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22713:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   22714: 
                   22715:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   22716: 
                   22717:        * src/classes/image.C: image:gif now does not have params
                   22718: 
                   22719:        * src/classes/image.C:
                   22720:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   22721: 
                   22722:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   22723:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   22724:          for var now written not to r.wcontext, but to r.root cleared
                   22725:          "entered_object" state
                   22726: 
                   22727: 2001-04-11  paf
                   22728: 
                   22729:        * src/classes/image.C: image:create image:load
                   22730: 
                   22731:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   22732:          just compiled
                   22733: 
                   22734:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22735:          todo: gif without file
                   22736: 
                   22737:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22738:          started porting to Pooled descendant
                   22739: 
                   22740:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   22741:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   22742:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   22743:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   22744: 
                   22745:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   22746:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   22747:          end. switching to python imaging lib
                   22748: 
                   22749:        * src/main/main.dsp: gd+smtp made separate libs
                   22750: 
                   22751:        * src/: include/pa_globals.h, include/pa_string.h,
                   22752:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22753:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   22754:          length
                   22755: 
                   22756:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   22757:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   22758:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   22759:          UL_FILE_NAME of posted file name
                   22760: 
                   22761:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   22762:          post [broke when moved post read to core]
                   22763: 
                   22764: 2001-04-10  paf
                   22765: 
                   22766:        * src/classes/image.C: image:html done
                   22767: 
                   22768:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   22769: 
                   22770:        * src/classes/image.C: z
                   22771: 
                   22772:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   22773:          forgotten!
                   22774: 
                   22775:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22776:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22777:          types/pa_vimage.h: image:measure -90
                   22778: 
                   22779:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22780:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   22781:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22782:          classes/_table.h, classes/file.C, classes/mail.C,
                   22783:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   22784:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   22785:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   22786:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   22787:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   22788:          compiled
                   22789: 
                   22790:        * src/classes/mail.C: minor bug with unclear from/to
                   22791: 
                   22792:        * src/classes/mail.C: sendmail unix skipping defaults
                   22793: 
                   22794:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   22795:          sendmail unix added defaults
                   22796: 
                   22797:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   22798: 
                   22799:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   22800: 
                   22801: 2001-04-09  paf
                   22802: 
                   22803:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   22804:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   22805:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22806:          targets/isapi/parser3isapi.dsp: all targets exec
                   22807: 
                   22808:        * src/: include/pa_sapi.h, include/pa_string.h,
                   22809:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22810:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   22811:          args in apache:util.script
                   22812: 
                   22813:        * src/include/pa_string.h: written but not tested exec with env for
                   22814:          unix
                   22815: 
                   22816:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   22817:          targets/cgi/parser3.C: exec win32 env
                   22818: 
                   22819:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   22820:          0
                   22821: 
                   22822:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   22823:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22824:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   22825:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   22826: 
                   22827:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   22828:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   22829: 
                   22830:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   22831:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   22832: 
                   22833:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   22834:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   22835:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22836:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22837:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   22838:          exec class just compiled. moved post read to request core
                   22839: 
                   22840:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   22841:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   22842:          main/pa_globals.C, targets/cgi/parser3.C,
                   22843:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   22844:          are already read by vform
                   22845: 
                   22846: 2001-04-08  paf
                   22847: 
                   22848:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   22849:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   22850:          uuencode. string<<
                   22851: 
                   22852: 2001-04-07  paf
                   22853: 
                   22854:        * src/classes/mail.C: z
                   22855: 
                   22856:        * src/classes/mail.C: z
                   22857: 
                   22858:        * src/classes/mail.C: ^mail[$attach
                   22859: 
                   22860:        * src/classes/mail.C: ^attach dead end
                   22861: 
                   22862:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   22863:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22864:          targets/isapi/parser3isapi.C: mail:send 1
                   22865: 
                   22866:        * src/: classes/mail.C, main/pa_request.C: z
                   22867: 
                   22868:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   22869:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   22870:          compiled
                   22871: 
                   22872:        * src/classes/mail.C: +=
                   22873: 
                   22874:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   22875:          prepared
                   22876: 
                   22877:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   22878:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   22879:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22880:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   22881: 
                   22882: 2001-04-06  paf
                   22883: 
                   22884:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   22885:          main/pa_string.C: table:dir 1
                   22886: 
                   22887:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   22888:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   22889: 
                   22890:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   22891:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   22892:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   22893:          main/pa_request.C: renamed 'root' to 'op'
                   22894: 
                   22895:        * src/classes/: _op.h, op.C: renamed from 'root'
                   22896: 
                   22897:        * src/types/pa_valiased.C: another root inherititance skipped
                   22898: 
                   22899:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   22900:          root methods of parent class. just 'ROOT' class
                   22901: 
                   22902:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   22903:          @office
                   22904: 
                   22905:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   22906: 
                   22907: 2001-04-05  paf
                   22908: 
                   22909:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   22910:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   22911:          constructor flag dropped at get_method_frame and remembered into
                   22912:          method_frame
                   22913: 
                   22914:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22915:          classes/table.C, main/pa_request.C: junction to code&expression
                   22916:          in errors
                   22917: 
                   22918:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22919:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   22920:          $LOCALE:ctype[Russian_Russia.1251]
                   22921: 
                   22922:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22923:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   22924:          main/pa_table.C: hash now not thread-safe.
                   22925: 
                   22926:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22927:          main/untaint.C: z
                   22928: 
                   22929:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22930:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   22931:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   22932:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   22933:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   22934: 
                   22935:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22936:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   22937: 
                   22938:        * src/classes/table.C: select * from hren error contains statement
                   22939: 
                   22940:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22941:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   22942:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   22943: 
                   22944:        * src/: classes/root.C, include/pa_sql_connection.h,
                   22945:          include/pa_sql_driver.h, main/main.dsp,
                   22946:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   22947:          services for conv memory & error reporting
                   22948: 
                   22949: 2001-04-04  paf
                   22950: 
                   22951:        * src/doc/doxygen.cfg: z
                   22952: 
                   22953:        * src/include/pa_sql_driver.h: mysql connect
                   22954: 
                   22955:        * src/include/pa_sql_driver.h: mysql info
                   22956: 
                   22957:        * src/: classes/root.C, include/pa_sql_driver.h,
                   22958:          include/pa_sql_driver_manager.h, main/main.dsp,
                   22959:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   22960: 
                   22961:        * src/sql/Makefile.am: forgot to add mysql client
                   22962: 
                   22963:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   22964:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   22965:          [forgot to add libltdl, added]
                   22966: 
                   22967:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   22968:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   22969:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   22970:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22971:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22972:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   22973:          -1000 just compiled
                   22974: 
                   22975:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22976:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   22977:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   22978: 
                   22979: 2001-04-03  paf
                   22980: 
                   22981:        * src/types/pa_vform.C: z
                   22982: 
                   22983:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22984:          assigned lang
                   22985: 
                   22986:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22987:          {}[]< empty []
                   22988: 
                   22989:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22990:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22991:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22992: 
                   22993:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22994:          string:match replace strange matches
                   22995: 
                   22996:        * src/classes/string.C: string:match replace 0
                   22997: 
                   22998:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22999:          prepared 2
                   23000: 
                   23001:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23002:          string:match replace prepared
                   23003: 
                   23004:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23005:          string:match replace -11
                   23006: 
                   23007:        * src/: classes/string.C, include/pa_globals.h,
                   23008:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   23009:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   23010: 
                   23011:        * src/: classes/string.C, include/pa_globals.h,
                   23012:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   23013:          main/pa_string.C: string:match [search] -1 just compiled
                   23014: 
                   23015:        * src/types/pa_vstring.C: z
                   23016: 
                   23017:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23018:          classes/int.C, classes/response.C, classes/root.C,
                   23019:          classes/string.C, classes/table.C, include/pa_string.h,
                   23020:          main/pa_string.C: string:match -10 [frame]
                   23021: 
                   23022:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   23023:          main/pa_request.C: z
                   23024: 
                   23025:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   23026:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   23027:          todo/tests
                   23028: 
                   23029:        * src/include/pa_common.h: z
                   23030: 
                   23031:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   23032:          main/pa_request.C, targets/cgi/parser3.C,
                   23033:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   23034:          content-disposition
                   23035: 
                   23036:        * src/: include/pa_common.h, include/pa_globals.h,
                   23037:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23038:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   23039: 
                   23040:        * src/: include/pa_common.h, include/pa_request.h,
                   23041:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   23042:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23043:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   23044:          response:body
                   23045: 
                   23046:        * src/classes/table.C: table:append now uses string::split
                   23047: 
                   23048:        * src/classes/table.C: z
                   23049: 
                   23050:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23051:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   23052:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   23053:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   23054:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   23055:          string::pos & cmp & piece bugs fixed.  string::split new
                   23056:          table:load separated from set table:set implemented with clean \n
                   23057:          \t searches
                   23058: 
                   23059: 2001-04-02  paf
                   23060: 
                   23061:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23062:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   23063:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23064:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   23065:          it in table:set/load
                   23066: 
                   23067:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   23068:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   23069: 
                   23070:        * src/classes/random.C: random:generate 1
                   23071: 
                   23072:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   23073:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23074:          types/pa_value.h: random:generate
                   23075: 
                   23076: 2001-03-30  paf
                   23077: 
                   23078:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   23079:          todo: table flip and append. string::pos
                   23080: 
                   23081:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   23082:          classes/response.C, classes/root.C, classes/string.C,
                   23083:          classes/table.C, main/compile.y, main/execute.C,
                   23084:          types/pa_value.h, types/pa_vstateless_class.C,
                   23085:          types/pa_vstateless_class.h: static|dynamic|any method
                   23086:          registration
                   23087: 
                   23088:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   23089:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23090:          table:flip
                   23091: 
                   23092: 2001-03-29  paf
                   23093: 
                   23094:        * src/classes/string.C: string:xsplit forgot that they must result
                   23095:          in 1 row N column [not vice versa]
                   23096: 
                   23097:        * src/classes/string.C: z
                   23098: 
                   23099:        * src/classes/string.C: string: rsplit
                   23100: 
                   23101:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23102:          string: lsplit
                   23103: 
                   23104:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   23105:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   23106:          lsplit -1
                   23107: 
                   23108:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   23109:          string: pos
                   23110: 
                   23111:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23112:          string: pos -1
                   23113: 
                   23114:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   23115:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   23116:          main/untaint.C: string: left right mid
                   23117: 
                   23118:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   23119:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   23120:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   23121:          and [;] are different now.
                   23122: 
                   23123:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23124:          main/untaint.C: pool.request undone
                   23125: 
                   23126:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23127:          main/untaint.C: pool.request
                   23128: 
                   23129: 2001-03-28  paf
                   23130: 
                   23131:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23132:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23133:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   23134:          $request:browser [.type .version]; unknown.get_double now = 0.
                   23135: 
                   23136:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23137:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   23138:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   23139:          types/pa_vform.C: file:load autodetection of mime-type by
                   23140:          user-file-name
                   23141: 
                   23142:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   23143:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   23144:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   23145: 
                   23146:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23147:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   23148:          write. must be self.set
                   23149: 
                   23150:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23151:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   23152: 
                   23153:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   23154:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   23155:          types/pa_vtable.h: table:locate just compiled
                   23156: 
                   23157: 2001-03-27  paf
                   23158: 
                   23159:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   23160:          code-params2, fixed ntfs hardlink slow dir update
                   23161: 
                   23162:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   23163:          types/pa_wcontext.h: fixed r/w context of code-params
                   23164: 
                   23165:        * src/: classes/table.C, main/execute.C: about to change junction
                   23166:          rcontext!!
                   23167: 
                   23168:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23169:          classes/string.C, classes/table.C, main/compile_tools.C,
                   23170:          main/execute.C, main/pa_request.C, main/untaint.C,
                   23171:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   23172:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23173:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   23174:          types/pa_vunknown.h: sort 0
                   23175: 
                   23176:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   23177:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   23178:          renamed to are_static_calls_disabled
                   23179: 
                   23180:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   23181:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   23182:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23183:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   23184: 
                   23185:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   23186: 
                   23187:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   23188:          started table:sort fixed minor bug in #...^{
                   23189: 
                   23190:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   23191:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   23192:          decided to have as it were. stepped back.  grammar: added 'in'
                   23193:          'is' 'lt'&co follow-space check
                   23194: 
                   23195: 2001-03-26  paf
                   23196: 
                   23197:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23198:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   23199:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23200:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   23201:          invocation in ^process
                   23202: 
                   23203:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   23204: 
                   23205:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   23206:          main/pa_array.C: table:record
                   23207: 
                   23208:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   23209:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23210:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   23211:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23212:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   23213:          types/pa_vtable.h: z
                   23214: 
                   23215:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   23216:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   23217:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23218:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   23219:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   23220:          method realisations on 'self' validity - they now can simply
                   23221:          assume that 'self' is V{Proper} .
                   23222: 
                   23223: 2001-03-25  paf
                   23224: 
                   23225:        * src/main/untaint.C: z
                   23226: 
                   23227:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   23228:          lowlevel - it initialization could be skipped if failed in @auto.
                   23229:          so that exception report would use some table
                   23230: 
                   23231:        * src/main/pa_request.C: table empty lines ignored. system-default
                   23232:          content type assigned in output:result [can fail in main:auto and
                   23233:          skipped normal defaults extraction]
                   23234: 
                   23235:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   23236:          bug
                   23237: 
                   23238:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   23239:          processing to table [except preliminary \r\n \r \n replacements
                   23240:          to "\n"]
                   23241: 
                   23242:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   23243:          move all the processing to table
                   23244: 
                   23245:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   23246:          main/pa_table.C, main/untaint.C: returned table originating.
                   23247:          useful for reporting typo table problems origin. think would be
                   23248:          useful somewhere else
                   23249: 
                   23250:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   23251: 
                   23252:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   23253:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   23254:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   23255:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   23256:          types/pa_vcookie.h: typo & typo-default
                   23257: 
                   23258: 2001-03-24  paf
                   23259: 
                   23260:        * src/main/pa_common.C: z
                   23261: 
                   23262:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   23263:          targets/cgi/parser3.C: html-typo 2
                   23264: 
                   23265:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   23266:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   23267:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   23268:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   23269:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23270:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23271:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   23272:          noticed double default content-type prob. run cgi.cmd tomorrow
                   23273:          first html-typo sample. detected << problem: they become ltlt too
                   23274:          fast
                   23275: 
                   23276:        * src/main/compile.y: z
                   23277: 
                   23278:        * src/main/: compile.y, compile_tools.h: #comment
                   23279: 
                   23280:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23281:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   23282:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23283:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   23284:          stringified
                   23285: 
                   23286:        * src/types/pa_valiased.C: decided to String-ify file_read
                   23287: 
                   23288:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   23289:          isapi/parser3isapi.dsp: cgi: sapi::log
                   23290: 
                   23291:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   23292:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   23293:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   23294:          error log experiments failed - cgi under iis got no access to
                   23295:          log. registereventsource simply failed with 5(illegal call) code,
                   23296:          while worked OK as standalone executable.  isapi: used
                   23297:          HSE_APPEND_LOG_PARAMETER feature
                   23298: 
                   23299:        * src/: include/pa_common.h, include/pa_globals.h,
                   23300:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23301:          targets/isapi/parser3isapi.C: fixed default content-type
                   23302:          allocation storage
                   23303: 
                   23304:        * src/: include/pa_globals.h, include/pa_request.h,
                   23305:          main/pa_globals.C, main/pa_request.C: z
                   23306: 
                   23307:        * src/: include/pa_array.h, include/pa_hash.h,
                   23308:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   23309:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23310:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   23311:          content-type
                   23312: 
                   23313:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   23314:          sanity
                   23315: 
                   23316:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   23317:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   23318:          away freeze mech.  no danger now for you can't do
                   23319:          ^request:process[@new-method[] body] trick anymore.  still
                   23320:          remains $some_instance.process[@new-method[] possibility] but
                   23321:          would leave it as a feature.  see index for sample
                   23322: 
                   23323:        * src/: include/pa_common.h, main/pa_common.C,
                   23324:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   23325:          monkey every target
                   23326: 
                   23327:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23328:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   23329:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   23330: 
                   23331: 2001-03-23  paf
                   23332: 
                   23333:        * src/: include/pa_pool.h, main/pa_request.C,
                   23334:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23335:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23336:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   23337: 
                   23338:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   23339: 
                   23340:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   23341:          it would be better to rewrite as filter then to deal with pool
                   23342: 
                   23343:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   23344:          now like in cgi, not from APPL_PHYSICAL_PATH
                   23345: 
                   23346:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23347:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23348:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   23349:          include/pa_version.h, main/compile.y, main/execute.C,
                   23350:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23351:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23352:          main/untaint.C, targets/cgi/parser3.C,
                   23353:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   23354:          cgi: reinvent document_root and request_uri under iis. autoconf
                   23355:          updated. introducing ap_config_includes
                   23356: 
                   23357:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   23358: 
                   23359:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   23360: 
                   23361:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   23362:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23363:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23364:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   23365: 
                   23366:        * src/: include/pa_globals.h, main/pa_request.C,
                   23367:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23368:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23369:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   23370: 
                   23371:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23372:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23373:          isapi minor env beauty
                   23374: 
                   23375:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23376:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23377:          isapi document_root 0
                   23378: 
                   23379: 2001-03-22  paf
                   23380: 
                   23381:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   23382: 
                   23383:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   23384:          isapi/parser3isapi.C: z
                   23385: 
                   23386:        * src/: include/pa_pool.h, main/pa_request.C,
                   23387:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   23388: 
                   23389:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   23390:          kill.pl: isapi added utils
                   23391: 
                   23392:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   23393:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23394:          types/pa_vform.C: isapi 0
                   23395: 
                   23396:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   23397:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23398:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23399:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   23400:          started isapi
                   23401: 
                   23402:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   23403:          some comments
                   23404: 
                   23405:        * src/: include/pa_globals.h, include/pa_request.h,
                   23406:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   23407:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   23408:          parser_root_auto_path parser_site_auto_path
                   23409: 
                   23410:        * src/types/pa_vcookie.C: cookie attr decoded
                   23411: 
                   23412: 2001-03-21  paf
                   23413: 
                   23414:        * src/targets/cgi/parser3.C: z
                   23415: 
                   23416:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   23417: 
                   23418:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   23419:          types/pa_venv.h: in cookie & env. todo:post
                   23420: 
                   23421:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   23422:          classes/root.C, classes/table.C, include/pa_array.h,
                   23423:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   23424:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   23425:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   23426:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23427:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   23428:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23429:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   23430:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23431:          shifted apache branch on main trunc
                   23432: 
                   23433:        * src/: include/pa_common.h, include/pa_globals.h,
                   23434:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23435:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   23436:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   23437:          starting mod_parser3
                   23438: 
                   23439:        * src/targets/cgi/parser3.C: starting mod_parser3
                   23440: 
                   23441: 2001-03-20  paf
                   23442: 
                   23443:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   23444:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   23445:          win32 ifdefs work and add ifdef unistd
                   23446: 
                   23447:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   23448:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   23449:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   23450:          z
                   23451: 
                   23452:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   23453:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   23454:          locking
                   23455: 
                   23456:        * src/: classes/Makefile.am, types/Makefile.am: z
                   23457: 
                   23458:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   23459:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   23460:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   23461:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23462:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   23463:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23464:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   23465: 
                   23466:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23467:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   23468: 
                   23469:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   23470:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   23471:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   23472:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   23473:          types/pa_vform.h: z
                   23474: 
                   23475:        * src/include/pa_string.h: z
                   23476: 
                   23477:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   23478:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   23479:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23480:          :Value
                   23481: 
                   23482:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   23483:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23484:          :VStateless_object
                   23485: 
                   23486:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   23487:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   23488:          :VStateless_object
                   23489: 
                   23490:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23491:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   23492: 
                   23493:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   23494:          types/pa_valiased.h, types/pa_value.h,
                   23495:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   23496:          types/pa_vstateless_object.h: moved common get_element part from
                   23497:          stateless object&class into VAliased
                   23498: 
                   23499:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   23500:          classes/table.C, main/execute.C, main/main.dsp,
                   23501:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   23502:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   23503:          now :Value
                   23504: 
                   23505:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   23506:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23507:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   23508: 
                   23509:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   23510:          doxx
                   23511: 
                   23512:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   23513:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23514:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   23515:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   23516:          and ^file:save
                   23517: 
                   23518: 2001-03-19  paf
                   23519: 
                   23520:        * src/types/pa_vfile.C: z
                   23521: 
                   23522:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   23523:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   23524:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   23525:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   23526: 
                   23527:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   23528:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23529:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   23530:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   23531:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   23532:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   23533:          types/pa_vfile.h: file class just compiled
                   23534: 
                   23535:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   23536:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   23537:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23538:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   23539:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   23540: 
                   23541:        * src/include/pa_pool.h: z
                   23542: 
                   23543:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   23544:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   23545:          Hash::Value to Val so to doxygen would finlly stop confusing
                   23546:          those Value-s
                   23547: 
                   23548:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   23549:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   23550:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23551:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23552:          include/pa_types.h, main/compile.C, main/compile.y,
                   23553:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   23554:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   23555:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   23556:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23557:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   23558: 
                   23559:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   23560:          derivates somehow unlinked. don't know why yet
                   23561: 
                   23562:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   23563:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   23564:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23565:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23566:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   23567:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23568:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   23569: 
                   23570:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   23571:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   23572:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   23573:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   23574:          types/pa_vrequest.h: doc: detected Value derivates prob
                   23575: 
                   23576:        * src/include/pa_globals.h: z
                   23577: 
                   23578:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   23579:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   23580:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   23581:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   23582:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   23583:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   23584:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23585:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   23586: 
                   23587: 2001-03-18  paf
                   23588: 
                   23589:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   23590:          cookie: allowed access to hash-assigned
                   23591: 
                   23592:        * src/targets/cgi/parser3.C: z
                   23593: 
                   23594:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   23595:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   23596:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   23597:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23598:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23599:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   23600:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   23601:          types/pa_vunknown.h: cookie class
                   23602: 
                   23603:        * src/main/pa_request.C: zero length output allowed
                   23604: 
                   23605:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   23606:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   23607: 
                   23608:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   23609:          lang switch
                   23610: 
                   23611:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   23612:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23613:          types/pa_value.h, types/pa_vhash.h:
                   23614:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   23615: 
                   23616:        * src/main/execute.C: z
                   23617: 
                   23618:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   23619:          targets/cgi/parser3.C: taint[uri
                   23620: 
                   23621:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   23622:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23623:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   23624:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   23625: 
                   23626:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   23627:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23628:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   23629:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   23630:          bool tainted) ctor
                   23631: 
                   23632:        * src/: include/pa_hash.h, include/pa_request.h,
                   23633:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   23634:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23635:          targets/cgi/parser3.C: proper @exceptions params tainting
                   23636: 
                   23637:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   23638:          response fields to header
                   23639: 
                   23640:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   23641:          z
                   23642: 
                   23643:        * src/: classes/_response.h, classes/response.C,
                   23644:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23645:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   23646:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23647:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   23648:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   23649:          $response: 0  request::core exception rethrow
                   23650: 
                   23651: 2001-03-16  paf
                   23652: 
                   23653:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   23654:          types/pa_vrequest.h: native method' class call with less params
                   23655:          then needed error reporting
                   23656: 
                   23657:        * src/: classes/_request.h, classes/request.C,
                   23658:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   23659:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23660:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   23661:          types/pa_vrequest.h: $request : query :uri
                   23662: 
                   23663:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   23664:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   23665:          types/pa_wcontext.h: $result
                   23666: 
                   23667:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   23668: 
                   23669:        * src/: classes/double.C, include/code.h, main/compile.y,
                   23670:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   23671:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   23672: 
                   23673:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   23674:          main/compile.y, main/execute.C, types/pa_value.h,
                   23675:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   23676:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   23677:          wcontext conflict
                   23678: 
                   23679:        * src/: main/execute.C, types/pa_value.h,
                   23680:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   23681:          $string.field
                   23682: 
                   23683: 2001-03-15  paf
                   23684: 
                   23685:        * src/main/pa_request.C: news sample
                   23686: 
                   23687:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   23688:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   23689: 
                   23690:        * src/main/: compile.y, execute.C: z
                   23691: 
                   23692:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   23693:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   23694:          pre pre works
                   23695: 
                   23696:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23697:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   23698:          fillfields just compiled
                   23699: 
                   23700: 2001-03-14  paf
                   23701: 
                   23702:        * src/: include/pa_request.h, main/pa_request.C,
                   23703:          targets/cgi/parser3.C: z
                   23704: 
                   23705:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23706:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   23707:          types/pa_vstring.h: limits -1
                   23708: 
                   23709:        * src/: include/pa_globals.h, include/pa_request.h,
                   23710:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   23711:          main/pa_request.C, targets/cgi/parser3.C,
                   23712:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   23713:          request_info -1
                   23714: 
                   23715:        * src/: include/pa_globals.h, main/pa_globals.C,
                   23716:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23717:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   23718:          vform_fields_fill
                   23719: 
                   23720:        * src/targets/cgi/parser3.C: #  if MSVC
                   23721: 
                   23722:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   23723:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   23724: 
                   23725:        * src/targets/cgi/parser3.C: z
                   23726: 
                   23727:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   23728:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   23729:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23730:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   23731:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   23732:          types/pa_vunknown.h: global handler, exceptions in parser3
                   23733: 
                   23734: 2001-03-13  paf
                   23735: 
                   23736:        * src/: classes/form.C, main/compile.y, main/core.C,
                   23737:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   23738:          types/pa_vform.h, types/pa_vstateless_class.C,
                   23739:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   23740:          instead
                   23741: 
                   23742:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23743:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   23744:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   23745:          started cgi target
                   23746: 
                   23747:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23748:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   23749:          before error show with parser
                   23750: 
                   23751:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   23752:          include/pa_request.h, main/core.C, main/pa_request.C,
                   23753:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   23754: 
                   23755:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   23756: 
                   23757:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   23758:          parser3.C: renamed targets/ parser to cgi
                   23759: 
                   23760:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   23761:          classes/root.C, classes/string.C, classes/table.C,
                   23762:          include/pa_request.h, types/pa_vhash.h: z
                   23763: 
                   23764:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23765:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   23766:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   23767:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23768:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   23769:          [historical moment :)]
                   23770: 
                   23771:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   23772:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   23773: 
                   23774:        * src/types/pa_venv.h: $ENV 1
                   23775: 
                   23776:        * src/main/execute.C: z
                   23777: 
                   23778:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   23779:          future methods of ENV constructor if
                   23780: 
                   23781:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   23782:          class
                   23783: 
                   23784:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23785:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23786:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23787:          classes/string.C, classes/table.C, include/pa_request.h,
                   23788:          main/compile.C, main/compile_tools.h, main/core.C,
                   23789:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23790:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23791:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23792:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23793:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23794:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23795: 
                   23796:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23797:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23798:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23799:          classes/string.C, classes/table.C, include/pa_request.h,
                   23800:          main/compile.C, main/compile_tools.h, main/core.C,
                   23801:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23802:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23803:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23804:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23805:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23806:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23807: 
                   23808:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   23809:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   23810:          yesterdays bad decision on execute_static_method
                   23811: 
                   23812:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   23813: 
                   23814:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23815:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   23816: 
                   23817:        * src/main/pa_request.C: z
                   23818: 
                   23819:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23820:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   23821: 
                   23822:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23823:          include/pa_pool.h, main/pa_request.C:
                   23824:          restructure_exceptions_dead_end
                   23825: 
                   23826:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   23827:          allowed ; inside {} to break params
                   23828: 
                   23829:        * src/classes/root.C: ^eval
                   23830: 
                   23831:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   23832:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   23833:          string ^format
                   23834: 
                   23835:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   23836:          'bad' but not 'enough'
                   23837: 
                   23838:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   23839:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   23840:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   23841:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   23842:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   23843: 
                   23844:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23845:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   23846:          types/pa_vint.h: ^for
                   23847: 
                   23848: 2001-03-12  paf
                   23849: 
                   23850:        * src/classes/table.C: table ^empty
                   23851: 
                   23852:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   23853: 
                   23854:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   23855:          ^offset ^line ^count
                   23856: 
                   23857:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   23858:          ^abs()  ^sign()
                   23859: 
                   23860:        * src/classes/: root.C, table.C: ^use
                   23861: 
                   23862:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23863:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   23864:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   23865:          ^while. switched off wcontext.constructing after write(value) or
                   23866:          auto-vhash-constructing
                   23867: 
                   23868:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23869:          main/pa_request.C: fail_if_junction_ helper func
                   23870: 
                   23871:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23872:          include/pa_request.h, main/execute.C, main/main.dsp,
                   23873:          main/pa_common.C, main/pa_request.C: ^process error point by
                   23874:          actual method_name, not source.  ^load
                   23875: 
                   23876:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   23877: 
                   23878:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   23879:          classes/_table.h, classes/table.C, main/untaint.C: z
                   23880: 
                   23881:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   23882:          include/pa_table.h, main/core.C, main/execute.C,
                   23883:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   23884:          types/pa_value.h: table:set 0
                   23885: 
                   23886:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   23887:          include/pa_request.h, include/pa_table.h, main/core.C,
                   23888:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   23889:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   23890:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   23891:          types/pa_vstring.h: freeze, ^table:create[] -1
                   23892: 
                   23893:        * src/: classes/root.C, types/pa_value.h: z
                   23894: 
                   23895:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   23896:          get_method in couple places optimizing them
                   23897: 
                   23898:        * src/classes/root.C: z
                   23899: 
                   23900:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   23901:          zeroing
                   23902: 
                   23903:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23904:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   23905:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   23906:          main/compile.y, main/compile_tools.h, main/execute.C,
                   23907:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23908:          types/pa_vmframe.h: ^process. actual names to store param and
                   23909:          check_actual_numbered_params for better place diagnostics
                   23910: 
                   23911:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   23912:          method-junctions bug fixed
                   23913: 
                   23914:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   23915:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   23916: 
                   23917: 2001-03-11  paf
                   23918: 
                   23919:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   23920:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   23921:          VDouble VInt base now VObject_base - without fields
                   23922: 
                   23923:        * src/: classes/root.C, include/core.h, main/core.C: z
                   23924: 
                   23925:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23926:          classes/string.C, include/core.h, include/pa_hash.h,
                   23927:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   23928:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   23929: 
                   23930:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23931:          include/pa_request.h, main/execute.C: intercept_string
                   23932: 
                   23933:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23934:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   23935: 
                   23936:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   23937:          ^inc-s(expr)
                   23938: 
                   23939:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23940:          classes/_root.h, classes/_string.h, classes/double.C,
                   23941:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23942:          include/code.h, include/core.h, include/pa_array.h,
                   23943:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23944:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23945:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23946:          include/pa_types.h, main/compile.C, main/compile.y,
                   23947:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23948:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23949:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   23950:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23951:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23952:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23953:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23954:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23955:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23956:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   23957: 
                   23958:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   23959: 
                   23960:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23961:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   23962: 
                   23963:        * src/: include/pa_valiased.h, include/pa_value.h,
                   23964:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23965:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23966:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23967:          include/pa_vobject.h, include/pa_vstring.h,
                   23968:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23969:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   23970:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   23971:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   23972:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23973:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23974:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23975:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23976:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23977:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   23978:          include/
                   23979: 
                   23980: 2001-03-10  paf
                   23981: 
                   23982:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23983:          main/pa_request.C: run+auto=run
                   23984: 
                   23985:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23986: 
                   23987:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23988:          classes/_root.h, classes/_string.h, classes/double.C,
                   23989:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23990:          include/code.h, include/core.h, include/pa_array.h,
                   23991:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23992:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23993:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23994:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23995:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23996:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23997:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23998:          include/pa_vobject.h, include/pa_vstring.h,
                   23999:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24000:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   24001:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24002:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   24003:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   24004:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24005:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   24006:          main/pa_wcontext.C: sources header
                   24007: 
                   24008:        * src/main/pa_request.C: auto..
                   24009: 
                   24010:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24011:          main/pa_request.C: auto tree0
                   24012: 
                   24013:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   24014:          main/core.C, main/pa_request.C: names to core.C
                   24015: 
                   24016:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   24017:          include/pa_request.h, main/core.C, main/execute.C,
                   24018:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   24019: 
                   24020:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   24021:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   24022:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24023:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   24024: 
                   24025:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   24026:          @auto[] realised. auto.p scan togo
                   24027: 
                   24028:        * src/: include/pa_request.h, main/execute.C: autocalc
                   24029:          code-junctions result now have names
                   24030: 
                   24031:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24032:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   24033:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   24034:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   24035: 
                   24036:        * src/classes/env.C: env:file/line
                   24037: 
                   24038:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   24039:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   24040:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   24041:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   24042:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24043:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   24044:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   24045: 
                   24046:        * src/include/pa_vclass.h: const fight to go
                   24047: 
                   24048:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24049:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   24050:          main/main.dsp: env0
                   24051: 
                   24052:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   24053:          classes/_string.h, classes/double.C, classes/int.C,
                   24054:          classes/root.C, classes/string.C, include/pa_request.h,
                   24055:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   24056:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   24057:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   24058:          main/pa_wcontext.C: ^lang prepare0
                   24059: 
                   24060: 2001-03-09  paf
                   24061: 
                   24062:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   24063:          construct proper naming
                   24064: 
                   24065:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   24066:          classes/double.C, classes/int.C, classes/root.C,
                   24067:          classes/string.C, include/code.h, include/pa_value.h,
                   24068:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   24069:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24070:          main/compile.y, main/compile_tools.C, main/core.C,
                   24071:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   24072:          and ^double[]. fixed expr type
                   24073: 
                   24074:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24075:          ^string.length[]
                   24076: 
                   24077: 2001-03-08  paf
                   24078: 
                   24079:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   24080: 
                   24081:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   24082:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24083:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   24084:          derivated from vobject
                   24085: 
                   24086:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   24087:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   24088: 
                   24089:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   24090:          remained clone conseqs
                   24091: 
                   24092:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   24093: 
                   24094:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   24095: 
                   24096:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   24097:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   24098:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   24099:          include/pa_vobject.h, include/pa_vstring.h,
                   24100:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24101:          main/execute.C: withoud cloning. didn't need it actually, params
                   24102:          got passed from out unnamed ewpool
                   24103: 
                   24104:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   24105:          include/pa_vjunction.h, include/pa_vobject.h,
                   24106:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   24107: 
                   24108:        * src/: include/pa_bool.h, include/pa_double.h,
                   24109:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   24110:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   24111:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24112:          include/pa_vobject.h, include/pa_vstring.h,
                   24113:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24114:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   24115:          to give params proper names
                   24116: 
                   24117:        * src/main/pa_wcontext.C: z
                   24118: 
                   24119:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   24120:          unknown values in get_element and unfilled params. removed wrong
                   24121:          name change in get_element
                   24122: 
                   24123:        * src/main/execute.C: z
                   24124: 
                   24125:        * src/main/execute.C: fixed problems calling operators in
                   24126:          constructors
                   24127: 
                   24128:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   24129:          detected problems calling operators in constructors
                   24130: 
                   24131:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24132:          autocalc def to string
                   24133: 
                   24134:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   24135:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   24136: 
                   24137:        * src/classes/root.C: added root.c
                   24138: 
                   24139:        * src/: include/pa_request.h, include/pa_value.h,
                   24140:          include/pa_vcframe.h, include/pa_vmframe.h,
                   24141:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24142:          main/core.C, main/execute.C, main/pa_cframe.C,
                   24143:          main/pa_wcontext.C: 'if' just compiled
                   24144: 
                   24145:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   24146:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24147:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   24148:          main/pa_wcontext.C: z
                   24149: 
                   24150:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   24151:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   24152:          with parameter names  in operator methods
                   24153: 
                   24154:        * src/main/compile.y: minor renamings in .y
                   24155: 
                   24156:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24157:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   24158:          @BASE.  changed 'RUN' assignment mech
                   24159: 
                   24160:        * src/main/execute.C: z
                   24161: 
                   24162:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24163:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   24164:          static. so to enable runtime ^use
                   24165: 
                   24166:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   24167: 
                   24168:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24169:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   24170: 
                   24171:        * src/main/execute.C: root root in code-junction
                   24172: 
                   24173: 2001-03-07  paf
                   24174: 
                   24175:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   24176:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   24177: 
                   24178:        * src/: include/pa_stack.h, include/pa_value.h,
                   24179:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   24180:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   24181:          fixed rwcontext of {} params up
                   24182: 
                   24183:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   24184: 
                   24185:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   24186: 
                   24187:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   24188:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   24189:          main/pa_hash.C: expr def in -f
                   24190: 
                   24191:        * src/main/: compile.y, execute.C: expr calls
                   24192: 
                   24193:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   24194:          fixed
                   24195: 
                   24196:        * src/main/compile.y: expr quoted code
                   24197: 
                   24198:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   24199:          support0
                   24200: 
                   24201:        * src/main/compile.y: expr string comparisons 0
                   24202: 
                   24203:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   24204:          main/pa_string.C: just compiled lt&co
                   24205: 
                   24206:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   24207:          $field not a $var.field
                   24208: 
                   24209: 2001-03-06  paf
                   24210: 
                   24211:        * src/main/compile.y: .y expr visible-shorter
                   24212: 
                   24213:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   24214:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   24215:          logical
                   24216: 
                   24217:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   24218:          skipping whitespace in yylex
                   24219: 
                   24220:        * src/include/pa_vbool.h: forgot this
                   24221: 
                   24222:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   24223:          string ops in expressions 0
                   24224: 
                   24225:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   24226:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   24227:          main/execute.C, main/main.dsp: !~
                   24228: 
                   24229:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   24230:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   24231:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24232:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24233:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24234:          main/compile_tools.h, main/execute.C: +-*/
                   24235: 
                   24236:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   24237:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   24238: 
                   24239:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   24240:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   24241: 
                   24242:        * src/main/compile.y: expr grammar-1
                   24243: 
                   24244:        * src/main/compile.y: expr lexx1
                   24245: 
                   24246:        * src/main/: compile.y, execute.C, main.dsp: z
                   24247: 
                   24248:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   24249:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   24250:          main/execute.C: expr lex0 exec-1
                   24251: 
                   24252:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   24253: 
                   24254: 2001-02-26  paf
                   24255: 
                   24256:        * src/main/compile.y: max_string in yyerror bug fix
                   24257: 
                   24258: 2001-02-25  paf
                   24259: 
                   24260:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24261:          include/pa_wcontext.h, main/execute.C: VAliased3
                   24262: 
                   24263:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   24264: 
                   24265:        * src/main/execute.C: VAliased1
                   24266: 
                   24267:        * src/: include/pa_request.h, include/pa_value.h,
                   24268:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   24269:          VAliased0
                   24270: 
                   24271:        * src/: include/pa_pool.h, include/pa_request.h,
                   24272:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   24273:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   24274:          VAliased just compiled
                   24275: 
                   24276:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   24277:          include/pa_vobject.h, main/execute.C: alias dead end
                   24278: 
                   24279:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24280:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24281:          main/main.dsp: no not get fields into interm VFielded class.
                   24282:          fields & staticfields 1
                   24283: 
                   24284:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   24285:          include/pa_vobject.h, include/pa_wcontext.h,
                   24286:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   24287:          main/main.dsp: would now get fields into interm VFielded class
                   24288: 
                   24289:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24290:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24291:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24292:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   24293:          main/pa_wcontext.C: virtuals2
                   24294: 
                   24295:        * src/main/compile.y: : 1
                   24296: 
                   24297:        * src/main/compile.y: rethought to $class:static.field.subfield
                   24298: 
                   24299:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   24300:          $class:element
                   24301: 
                   24302:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24303:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   24304:          main/pa_wcontext.C: before execute class calls rewrite
                   24305: 
                   24306:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   24307:          name RUN, also alias
                   24308: 
                   24309:        * src/main/compile.y: escaping bug
                   24310: 
                   24311:        * src/: include/pa_request.h, include/pa_value.h,
                   24312:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   24313:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   24314: 
                   24315:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24316:          include/pa_vmframe.h, include/pa_vobject.h,
                   24317:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24318:          main/compile_tools.h, main/execute.C: ^class:method() just
                   24319:          compiled
                   24320: 
                   24321: 2001-02-24  paf
                   24322: 
                   24323:        * src/main/main.dsp: no bison -d
                   24324: 
                   24325:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   24326:          class' err msg wrong
                   24327: 
                   24328:        * src/main/compile.y: z
                   24329: 
                   24330:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   24331: 
                   24332:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   24333:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   24334: 
                   24335:        * src/: include/pa_vclass.h, main/core.C: z
                   24336: 
                   24337:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24338:          include/pa_vobject.h, main/main.dsp: vobject00
                   24339: 
                   24340:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   24341:          60% from 1 were 0
                   24342: 
                   24343:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   24344:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   24345:          as bad as you've named it: wcontext.value() was not a perfect
                   24346:          idea
                   24347: 
                   24348:        * src/main/execute.C: codeframe1
                   24349: 
                   24350:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   24351:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   24352:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24353:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24354:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   24355:          just compiled
                   24356: 
                   24357:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   24358:          ideology @: ^x{$a()) must construct current wcontext element, so
                   24359:          smart wcontext handling needed
                   24360: 
                   24361:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   24362:          klinch
                   24363: 
                   24364:        * src/main/: compile.y, execute.C: fixed empty constructor
                   24365:          optimized empty case. failed on calls - produced empty string
                   24366:          param
                   24367: 
                   24368:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   24369: 
                   24370:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   24371:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   24372:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24373:          main/execute.C: code junctions0. something wrong with last \n
                   24374:          macrotemplate strip
                   24375: 
                   24376:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   24377:          main/pa_value.C: minor error reporting format beautifyings
                   24378: 
                   24379:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24380:          include/pa_vframe.h, main/core.C, main/execute.C,
                   24381:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   24382:          junctions0
                   24383: 
                   24384: 2001-02-23  paf
                   24385: 
                   24386:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   24387:          pa_wwrapper.h: lara came, can't work, sorry :(
                   24388: 
                   24389:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   24390:          junction
                   24391: 
                   24392:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   24393:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   24394:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   24395: 
                   24396:        * src/: include/pa_hash.h, include/pa_value.h,
                   24397:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   24398:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   24399:          done
                   24400: 
                   24401:        * src/include/pa_wcontext.h: z
                   24402: 
                   24403:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   24404:          wrong grammar in complex constructor case
                   24405: 
                   24406:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   24407: 
                   24408:        * src/main/execute.C: with result rwpool
                   24409: 
                   24410:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   24411:          main/main.dsp: value named
                   24412: 
                   24413:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   24414:          strign 2 value in 2 places in execute
                   24415: 
                   24416:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   24417:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   24418:          wcontext.put_element when wcontext fvalue==0
                   24419: 
                   24420: 2001-02-22  paf
                   24421: 
                   24422:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24423:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   24424:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   24425: 
                   24426:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   24427:          erroreos checkout
                   24428: 
                   24429:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   24430: 
                   24431:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   24432:          main/compile_tools.h, main/pa_array.C: $self.get
                   24433: 
                   24434:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   24435: 
                   24436:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   24437:          bit. finished now.
                   24438: 
                   24439:        * src/main/compile.y: $: finished
                   24440: 
                   24441:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   24442: 
                   24443:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   24444:          main/execute.C: OP_STRING better then some xxx _VALUE
                   24445: 
                   24446:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   24447:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24448:          string to vstring it .y all
                   24449: 
                   24450:        * src/: include/pa_request.h, include/pa_stack.h,
                   24451:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   24452:          all
                   24453: 
                   24454:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   24455:          precise parse error line:col
                   24456: 
                   24457:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   24458:          main/pa_hash.C, main/pa_pool.C: TRY...
                   24459: 
                   24460:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24461:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   24462:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24463:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   24464:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   24465:          main/pa_table.C: removed exception from request
                   24466: 
                   24467:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   24468:          some forgotten
                   24469: 
                   24470:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24471:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   24472:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   24473:          get/put simple vars to VClass works0
                   24474: 
                   24475:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   24476:          main/pa_string.C: in process, but found that exceptions are too
                   24477:          global
                   24478: 
                   24479:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   24480:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   24481:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   24482:          seems wcontext must write strings regardles of fvalue!=0
                   24483: 
                   24484: 2001-02-21  paf
                   24485: 
                   24486:        * src/main/execute.C: tired :)
                   24487: 
                   24488:        * src/main/: compile.C, compile.y, execute.C: store0
                   24489: 
                   24490:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   24491:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   24492:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24493:          main/execute.C, main/main.dsp, main/pa_array.C,
                   24494:          main/pa_request.C: get put -1 [just compiled]
                   24495: 
                   24496:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   24497:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   24498:          main/main.dsp, main/pa_request.C: request core methods0
                   24499: 
                   24500:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   24501:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   24502:          execute
                   24503: 
                   24504:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   24505:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   24506:          methods and one_big_piece. now compile returns array<method*>
                   24507: 
                   24508:        * src/main/compile.y: more straightforward yylex[end]
                   24509: 
                   24510:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   24511:          string.operator==(char*)
                   24512: 
                   24513:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   24514:          main/execute.C, main/pa_array.C: after array.const get wonders
                   24515: 
                   24516:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   24517:          pa_string.h, pa_value.h: struck with const array.gets
                   24518: 
                   24519:        * src/main/: execute.C: z
                   24520: 
                   24521:        * src/main/: compile.y, execute.C: z
                   24522: 
                   24523:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   24524:          processing in eval & yyerror so it wouldn't cause memleaks.
                   24525: 
                   24526:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   24527:          parse error positions. leaving RIGHTMOST position as
                   24528:          @file[line:col]
                   24529: 
                   24530:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   24531:          main/compile_tools.h: line numbers needed. would add them to .y
                   24532:          now internally. externally it's not as precise as needed
                   24533: 
                   24534:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   24535:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24536:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   24537:          compiler works ok
                   24538: 
                   24539: 2001-02-20  paf
                   24540: 
                   24541:        * src/main/: compile.C, compile.y, compile_tools.C,
                   24542:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   24543:          not perfect
                   24544: 
                   24545:        * src/: include/code.h, include/compile.h, include/execute.h,
                   24546:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   24547:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24548:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24549:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   24550:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24551:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   24552:          compiled.  execute=dump for now
                   24553: 
                   24554:        * src/main/core.C: core rewrite using yacc investigations now will
                   24555:          be compile[yacc]/execute[opcodes]
                   24556: 
                   24557: 2001-02-15  paf
                   24558: 
                   24559:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   24560:          rewrite as turing machine? for it seems it would be it's too many
                   24561:          ifs with this syntax now
                   24562: 
                   24563: 2001-02-14  paf
                   24564: 
                   24565:        * src/main/core.C: get_params 1
                   24566: 
                   24567:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   24568:          :( ]
                   24569: 
                   24570:        * src/main/core.C: varios breaks
                   24571: 
                   24572:        * src/main/core.C: get names 3
                   24573: 
                   24574:        * src/main/core.C: get names 2
                   24575: 
                   24576:        * src/main/core.C: get names 1
                   24577: 
                   24578:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   24579:          names 0
                   24580: 
                   24581:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   24582:          text repassing2 operator static vars
                   24583: 
                   24584:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   24585:          main/pa_string.C: process text repassing
                   24586: 
                   24587:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24588:          module:calls changes
                   24589: 
                   24590: 2001-02-13  paf
                   24591: 
                   24592:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24593:          ^class:calls[] started
                   24594: 
                   24595:        * src/: include/pa_value.h, main/core.C: z
                   24596: 
                   24597:        * src/main/core.C: operators : and self. prefixes
                   24598: 
                   24599:        * src/main/core.C: z
                   24600: 
                   24601:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24602:          tested
                   24603: 
                   24604:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24605:          optimized
                   24606: 
                   24607:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   24608:          would change privates to better support optimization
                   24609: 
                   24610:        * src/: include/pa_string.h, main/pa_string.C:
                   24611:          String_iterator::skip_to todo:optimize
                   24612: 
                   24613: 2001-02-12  paf
                   24614: 
                   24615:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   24616:          String_iterator
                   24617: 
                   24618:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   24619:          comments
                   24620: 
                   24621:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   24622:          self/methodref joined
                   24623: 
                   24624: 2001-02-11  paf
                   24625: 
                   24626:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   24627:          main/main.dsp: core started.  core.C, context&value .h
                   24628: 
                   24629:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24630:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24631:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   24632: 
                   24633: 2001-01-30  paf
                   24634: 
                   24635:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   24636:          comments
                   24637: 
                   24638:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   24639:          main/pa_pool.C: moved pa_pool.C to be target specific
                   24640: 
                   24641:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24642:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   24643:          to & changes
                   24644: 
                   24645:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24646:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   24647:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   24648:          re-associated. that's much better even removed 'die' necessety
                   24649: 
                   24650:        * src/: include/pa_error.h, include/pa_exception.h,
                   24651:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24652:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   24653:          targets/Makefile.am: lowered targets/parser into subdir, added
                   24654:          parser_Pool(Pool) failed to add. would think..
                   24655: 
                   24656:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   24657:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   24658:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   24659:          hence lots of 'const'
                   24660: 
                   24661:        * src/: include/pa_error.h, include/pa_request.h,
                   24662:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   24663:          main/pa_table.C: Error fixed
                   24664: 
                   24665: 2001-01-29  paf
                   24666: 
                   24667:        * src/: include/pa_array.h, include/pa_common.h,
                   24668:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   24669:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   24670:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   24671:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   24672: 
                   24673:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24674:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24675:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   24676:          main/pa_string.C, main/pa_table.C: Request Error Table
                   24677: 
                   24678:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   24679:          templates"
                   24680: 
                   24681:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   24682:          main/main.dsp, main/pa_array.C: templates failed no template
                   24683:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   24684:          2.95.2-6 from latest cygwin]
                   24685: 
                   24686:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24687:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24688:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   24689:          main/pa_table.C: Table started would test template Array now
                   24690: 
                   24691:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24692:          String originating
                   24693: 
                   24694:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   24695:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   24696:          SYNCHRONIZED(thread_safe)
                   24697: 
                   24698:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   24699:          parts to top
                   24700: 
                   24701:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   24702:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   24703:          see: needed only in global Hash now, made Hash:: put/get
                   24704:          SYNCHRONIZED
                   24705: 
                   24706:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   24707:          main/pa_threads.C: added pa_threads
                   24708: 
                   24709:          Mutex
                   24710: 
                   24711:        * src/include/pa_hash.h: some comments
                   24712: 
                   24713:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   24714:          Array& operator += (Array& src)
                   24715: 
                   24716:        * src/main/pa_array.C: expand not convinient, would rewrite
                   24717: 
                   24718:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   24719:          (Array& src)
                   24720: 
                   24721:          rethought, would change now
                   24722: 
                   24723: 2001-01-27  paf
                   24724: 
                   24725:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   24726:          caching
                   24727: 
                   24728:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24729:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   24730:          cache rethought to chunk caching
                   24731: 
                   24732:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24733:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24734:          main/pa_hash.C, main/pa_string.C: Array 0
                   24735: 
                   24736:        * src/main/pa_string.C: String::operator ==
                   24737: 
                   24738:        * src/main/pa_hash.C: String(&String)
                   24739: 
                   24740:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   24741: 
                   24742:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   24743:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   24744:          pa_hash[forgotten]
                   24745: 
                   24746: 2001-01-26  paf
                   24747: 
                   24748:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24749:          removed templates [vc++ suxx]
                   24750: 
                   24751:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   24752:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   24753: 
                   24754:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   24755: 
1.119     moko     24756:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     24757: 
1.119     moko     24758:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     24759:          check
                   24760: 
                   24761:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   24762:          dynamic row_count
                   24763: 
                   24764:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24765:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24766:          targets/Makefile.am: Initial revision
                   24767: 
                   24768:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24769:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24770:          targets/Makefile.am: creating parser3 module
                   24771: 

E-mail: