Annotation of parser3/ChangeLog, revision 1.163

1.162     moko        1: 2021-01-21  moko
                      2: 
                      3:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                      4:          is MULTITHREADED
                      5: 
1.157     moko        6: 2021-01-20  moko
                      7: 
1.161     moko        8:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                      9:          'a2enmod mpm_prefork'
                     10: 
1.160     moko       11:        * src/targets/apache/mod_parser3.c: prefork name is now
                     12:          'libapache2-mpm-itk'
                     13: 
                     14:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                     15:          removed
                     16: 
1.159     moko       17:        * src/targets/isapi/Makefile.am: -pa_threads.C
                     18: 
1.158     moko       19:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                     20:          3.4.6
                     21: 
1.157     moko       22:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                     23: 
                     24:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                     25:          /httpd.p
                     26: 
                     27:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                     28:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                     29:          #1203)
                     30: 
                     31: 2021-01-19  moko
                     32: 
                     33:        * buildall: --disable-parallel-mark added to avoid "number of
                     34:          processors" threads creation for heap marking as it conflicts
                     35:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                     36:          limits threads)
                     37: 
1.156     moko       38: 2021-01-16  moko
                     39: 
                     40:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                     41:          main/pa_globals.C, main/pa_memory.C,
                     42:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                     43:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                     44:          feature #1209)
                     45: 
                     46: 2021-01-15  moko
                     47: 
                     48:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                     49:          3.4.6rc
                     50: 
                     51:        * src/classes/json.C: get_delim added for delimiter caching (10%
                     52:          faster on large json)
                     53: 
                     54: 2021-01-14  moko
                     55: 
                     56:        * operators.txt: updated with 3.4.6 changes
                     57: 
                     58:        * tests/results/224.processed: test result modified after
                     59:          today(shift) implemented
                     60: 
                     61:        * tests/: 407.html, results/407.processed: test for ^hash.select
                     62:          option $.default(bool) added (related to feature #1172)
                     63: 
                     64:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                     65:          (related to feature #1172)
                     66: 
                     67:        * tests/: 141.html, results/141.processed: test modified for
                     68:          feature #1185.
                     69: 
                     70:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                     71:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                     72:          options $.lower(bool) (implements feature #1185)
                     73: 
                     74: 2021-01-11  moko
                     75: 
                     76:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                     77:          #1192)
                     78: 
                     79:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                     80:          added (related to feature #1192)
                     81: 
1.155     moko       82: 2021-01-05  moko
                     83: 
                     84:        * tests/: 270.html, results/270.processed: test modified to work
                     85:          under Windows
                     86: 
                     87:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                     88:          4 windows
                     89: 
                     90:        * tests/: 410.html, results/410.processed: test for
                     91:          $CLASS-GETTER-PROTECTED(false) added
                     92: 
                     93: 2021-01-04  moko
                     94: 
                     95:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                     96:          $MAIN:LOCALS(true) added
                     97: 
1.154     moko       98: 2021-01-03  moko
                     99: 
                    100:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                    101:          types/pa_vclass.h, types/pa_vstateless_class.C,
                    102:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                    103:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                    104:          #1207)
                    105: 
                    106: 2021-01-02  moko
                    107: 
                    108:        * etc/auto.p.in: minor
                    109: 
                    110:        * src/main/pa_request.C: sending headers only after opening file to
                    111:          allow error reporting if file was not opened (foreign group,
                    112:          etc).
                    113: 
                    114: 2020-12-31  moko
                    115: 
                    116:        * src/: include/pa_request.h, main/pa_request.C,
                    117:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                    118: 
                    119:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                    120:          main/pa_request.C: get_class_ref added and used
                    121: 
                    122:        * etc/auto.p.in: @CLASS httpd added
                    123: 
                    124:        * etc/auto.p.in: @auto[] is now first
                    125: 
                    126: 2020-12-30  moko
                    127: 
                    128:        * tests/: 408.html, results/408.processed: test for bug #1166
                    129:          (windows only) added
                    130: 
                    131:        * src/main/pa_common.C: create_dir_for_file should not create dir
                    132:          for trailing / (fixes bug #1166)
                    133: 
                    134:        * tests/: 341.html, results/341.processed: tests for
                    135:          ^nameless_table.hash[] added (related to feature #1138)
                    136: 
                    137:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                    138:          (implements feature #1138), extra fields in named tables no
                    139:          longer ignored (implements feature #1138)
                    140: 
                    141:        * tests/results/390.processed: updated after exception text change
                    142: 
                    143: 2020-12-29  moko
                    144: 
                    145:        * tests/: 407.html, results/407.processed: +$._default check
                    146: 
                    147:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                    148: 
                    149:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                    150:          and ^hash.reverse[] added (releated to feature #1172)
                    151: 
                    152:        * src/classes/hash.C:
                    153:          ^hash.select[key;value](bool-condition)[options hash] +
                    154:          ^hash.reverse[] added (implements feature #1172)
                    155: 
                    156:        * src/types/pa_vtable.h: warning war
                    157: 
                    158:        * src/include/pa_config_fixed.h: win32 fix
                    159: 
1.153     moko      160: 2020-12-27  moko
                    161: 
                    162:        * tests/: 406.html, results/406.processed: test results updated
                    163: 
                    164:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                    165:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                    166:          spelling
                    167: 
                    168: 2020-12-26  moko
                    169: 
                    170:        * tests/: 406.html, results/406.processed: tests for
                    171:          ^table.rename[] added (related to feature #1148)
                    172: 
                    173:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    174:          ^table.rename[column name from;column name to], ^table.rename[
                    175:          $.[column name from][column name to] ... ] added (implements
                    176:          feature #1148)
                    177: 
                    178: 2020-12-25  moko
                    179: 
                    180:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                    181:          request_info now on stack to avoid yet another THREAD_LOCAL
                    182:          memory deallocation issue (now with cookies), explained in #1203
                    183: 
                    184:        * src/types/pa_vcookie.C: fields should be inited
                    185: 
                    186: 2020-12-24  moko
                    187: 
                    188:        * src/include/pa_stylesheet_connection.h: looks like
                    189:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                    190:          sure libxml bug, but we have GC anyway, so we just remove this
                    191:          call and see...
                    192: 
                    193:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                    194:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                    195:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                    196:          abort.c:65:8     frame #3: 0x00000000004da663
                    197:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                    198:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                    199:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                    200:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                    201:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                    202:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                    203:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                    204:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                    205:           frame #8: 0x000000000050d35c
                    206:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                    207:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                    208:           frame #10: 0x00000000004436e5
                    209:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                    210:          [inlined]
                    211:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                    212:          pa_stylesheet_connection.h:62:3
                    213: 
                    214: 2020-12-23  moko
                    215: 
                    216:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                    217: 
                    218:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                    219:          ^image::measure[; $.video(true) ] added
                    220: 
                    221:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                    222:          httpd mode for unknown reasons
                    223: 
                    224: 2020-12-22  moko
                    225: 
                    226:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                    227:          error_log uri of currently processed document", but never used
                    228:          and conflicts with how libgc stops threads on FreeBSD (#define
                    229:          SIG_SUSPEND SIGUSR1), thus removed.
                    230: 
                    231: 2020-12-21  moko
                    232: 
                    233:        * src/main/pa_request.C: +comment
                    234: 
1.151     moko      235: 2020-12-20  moko
                    236: 
1.152     moko      237:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                    238:          it is more safe to have versions of pa_strdup with one and two
                    239:          arguments, as helper_length=0 not always mean that strlen()
                    240:          should be called, but means zero.
                    241: 
                    242:        * src/targets/isapi/parser3isapi.C: minor
                    243: 
                    244:        * src/main/pa_http.C: +valid_http_method
                    245: 
1.151     moko      246:        * src/: include/pa_http.h, main/pa_http.C,
                    247:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                    248: 
                    249: 2020-12-17  moko
                    250: 
                    251:        * tests/: 405.html, results/405.processed: test for split by regex
                    252:          added (related to feature #1160)
                    253: 
                    254:        * src/classes/string.C: split by regex implemented (feature #1160)
                    255: 
                    256:        * src/classes/string.C: minor
                    257: 
                    258:        * tests/: 404.html, results/404.processed: test for whitespace
                    259:          string is now OK for table argument (related to feature #1169)
                    260: 
                    261:        * src/: classes/image.C, classes/string.C, classes/table.C,
                    262:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                    263:          argument (as with hash) (implements feature #1169)
                    264: 
                    265:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                    266:          limit for comment (fixes bug #1102)
                    267: 
                    268:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                    269: 
                    270:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                    271: 
                    272:        * src/include/pa_config_includes.h: HAVE_TLS used
                    273: 
                    274:        * configure.ac: +TLS check
                    275: 
                    276:        * src/main/pa_http.C: content logging added
                    277: 
                    278:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                    279:          clear_response_headers added
                    280: 
                    281: 2020-12-16  moko
                    282: 
                    283:        * buildall: as we now use threads, libatomic_ops still required for
                    284:          some OS.
                    285: 
                    286:        * src/main/pa_request.C: whitespace
                    287: 
                    288:        * src/: include/pa_request.h, main/pa_request.C:
                    289:          Request::Exception_trace::table extracted and used
                    290: 
                    291:        * src/main/pa_request.C: moving output_result call outside of try
                    292:          as network exceptions should not be handled by parser code
                    293: 
                    294:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                    295:          logging network exchange
                    296: 
                    297:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                    298:          via network if it was network write error.
                    299: 
                    300:        * src/targets/cgi/parser3.C: log -> pa_log
                    301: 
                    302:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                    303: 
                    304:        * src/main/pa_threads.C: getpid() if no gettid() found
                    305: 
                    306:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    307:          we need to ignore "void" connections from browsers (browsers open
                    308:          connections in advance and they will be empty if user does not
                    309:          request more pages)
                    310: 
                    311: 2020-12-15  moko
                    312: 
                    313:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                    314: 
                    315:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                    316:          RequestController not needed in httpd mode
                    317: 
                    318:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    319:          classes/classes.h, classes/curl.C, classes/date.C,
                    320:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    321:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    322:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    323:          classes/memcached.C, classes/memory.C, classes/op.C,
                    324:          classes/reflection.C, classes/regex.C, classes/response.C,
                    325:          classes/string.C, classes/table.C, classes/void.C,
                    326:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    327:          include/pa_array.h, include/pa_base64.h,
                    328:          include/pa_cache_managers.h, include/pa_charset.h,
                    329:          include/pa_charsets.h, include/pa_common.h,
                    330:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    331:          include/pa_dictionary.h, include/pa_dir.h,
                    332:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    333:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    334:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    335:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    336:          include/pa_request_charsets.h, include/pa_request_info.h,
                    337:          include/pa_sapi.h, include/pa_socks.h,
                    338:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    339:          include/pa_stack.h, include/pa_string.h,
                    340:          include/pa_stylesheet_connection.h,
                    341:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    342:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    343:          include/pa_uue.h, include/pa_xml_exception.h,
                    344:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    345:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    346:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    347:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    348:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    349:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    350:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    351:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    352:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    353:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    354:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    355:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    356:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    357:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    358:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    359:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    360:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    361:          main/untaint.C, sql/pa_sql_driver.h,
                    362:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    363:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    364:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    365:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    366:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                    367:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                    368:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                    369:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                    370:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                    371:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                    372:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                    373:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                    374:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    375:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                    376:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                    377:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    378:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                    379:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                    380:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    381:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    382:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    383:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    384:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    385:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    386:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    387:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    388: 
                    389:        * src/main/pa_request.C: old compilers support
                    390: 
                    391:        * tests/: 362.html, results/362.processed: test updated after
                    392:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                    393:          #1108)
                    394: 
                    395:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                    396:          removed, as xsltFreeStylesheet has side effects on original doc.
                    397:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                    398:          not updated after xdoc modification (part 3 of test 362).
                    399:          (related to bug #1108)
                    400: 
                    401:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                    402: 
                    403:        * src/: classes/memory.C, include/pa_memory.h,
                    404:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                    405:          PA_GC_GCOLLECT used
                    406: 
                    407:        * src/include/pa_memory.h: +PA_GC_COLLECT
                    408: 
                    409:        * src/targets/cgi/parser3.C: msvs support fixes
                    410: 
                    411:        * src/lib/gc/include/gc.h: more cleanup
                    412: 
                    413:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                    414: 
                    415:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                    416:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                    417: 
                    418:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                    419: 
                    420:        * configure.ac: pthread.h added to checked headers
                    421: 
                    422:        * src/classes/table.C: string stream is back :)
                    423: 
                    424:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                    425:          exists
                    426: 
                    427:        * src/main/pa_globals.C: GC_dont_gc replaced
                    428: 
                    429:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                    430:          left to simplify adding new functions.  depricated GC_dont_gc
                    431:          replaced with GC_disable and GC_enable calls.
                    432: 
                    433:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                    434:          CORD_from_file* not used and thus removed
                    435: 
                    436:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                    437: 
                    438: 2020-12-14  moko
                    439: 
                    440:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                    441:          referenced elsewhere, or GC will collect it.
                    442: 
                    443:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                    444:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                    445:          elsewhere, or GC will collect them (and we'll get GPF in
                    446:          multithreaded enviroment).  May be it can be also fixed by some
                    447:          GC call, not sure. But this fix costs nothing (but hours of
                    448:          debugging to find the issue :).
                    449: 
1.150     moko      450: 2020-12-11  moko
                    451: 
                    452:        * configure.ac: gettid() check added
                    453: 
                    454:        * src/main/pa_threads.C: HAVE_GETTID used
                    455: 
                    456:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                    457: 
                    458:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                    459:          version for isapi/cgi/apache
                    460: 
                    461:        * buildall: threads are now required.
                    462: 
                    463:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                    464:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    465:          main/main.vcproj: pa_threads.C moved to main
                    466: 
                    467:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                    468:          isapi/pa_threads.C: pa_threads.C moved to main
                    469: 
                    470:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                    471:          targets/apache/Makefile.am: pa_threads.C moved to main
                    472: 
                    473:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                    474: 
                    475:        * src/: include/pa_stylesheet_connection.h,
                    476:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                    477:          and weird GPF in multithreaded httpd is gone
                    478: 
                    479:        * src/include/: pa_stylesheet_connection.h,
                    480:          pa_sql_driver_manager.h: whitespace
                    481: 
                    482:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                    483: 
                    484:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                    485:          main/pa_stylesheet_manager.C: whitespace, warning war
                    486: 
                    487:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                    488:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                    489:          parser_multithreaded never used
                    490: 
                    491:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                    492: 
                    493: 2020-12-10  moko
                    494: 
                    495:        * src/: include/pa_config_includes.h, include/pa_http.h,
                    496:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                    497:          MULTITHREADED and PARALLEL httpd server modes
                    498: 
                    499:        * src/main/pa_globals.C: GC_java_finalization is depricated
                    500: 
                    501: 2020-12-09  moko
                    502: 
                    503:        * etc/auto.p.in: + @httpd-main
                    504: 
                    505:        * src/: include/pa_common.h, main/pa_request.C,
                    506:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                    507:          work
                    508: 
                    509:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    510:          slow file_read_binary no longer used, send_range added
                    511: 
                    512: 2020-12-08  moko
                    513: 
                    514:        * src/main/pa_request.C: >4Gb support
                    515: 
                    516:        * src/targets/cgi/parser3.C: msvc warning war
                    517: 
                    518:        * src/: include/pa_config_includes.h, main/pa_http.C,
                    519:          main/pa_request.C: msvc warnings war
                    520: 
                    521:        * src/classes/image.C: warning war
                    522: 
                    523:        * src/classes/table.C: MSVC warning war
                    524: 
                    525:        * src/targets/cgi/parser3.C: msvc warnings war
                    526: 
                    527:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                    528:          added
                    529: 
1.149     moko      530: 2020-12-07  moko
                    531: 
1.150     moko      532:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                    533:          avoid logging beside system-wide auto.p
                    534: 
                    535:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                    536: 
                    537:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                    538:          configure options added:
                    539: 
                    540:          --with-system-cfg=FILE  to specify system-wide auto.p
                    541:          --with-system-log=FILE  to specify system-wide parser3.log
                    542: 
                    543:        * Makefile.am: bin no longer exists
                    544: 
                    545:        * configure, configure.ac: auto.p moved to etc to simplify debian
                    546:          package
                    547: 
                    548:        * buildall: auto.p and parser3.charsets moved to their default
                    549:          location after install
                    550: 
                    551:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                    552: 
                    553:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                    554: 
1.149     moko      555:        * src/targets/cgi/parser3.C: locate_config call returned to
                    556:          original place as it requires pa_thread_request() under Windows
                    557: 
                    558:        * src/targets/cgi/parser3.C: renaming
                    559: 
                    560: 2020-12-06  moko
                    561: 
                    562:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                    563:          check added
                    564: 
                    565: 2020-12-04  moko
                    566: 
                    567:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                    568:          main/pa_request.C: unified uint64_t lseek implemented to support
                    569:          >4Gb files under x86, including Windows
                    570: 
                    571: 2020-12-02  moko
                    572: 
                    573:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                    574:          with max_file_size
                    575: 
                    576:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    577:          support for processing files sized >4Gb on 32 bit planforms
                    578: 
                    579:        * tests/399.html: file moved
                    580: 
                    581:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                    582: 
                    583:        * src/targets/cgi/pa_sapi_info.h: warning war
                    584: 
                    585:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                    586:          warning war
                    587: 
                    588: 2020-12-01  moko
                    589: 
                    590:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                    591: 
                    592:        * src/classes/image.C: for "size not found" exception to be shown
                    593:          if size not found until eof
                    594: 
                    595:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                    596:          bit linux)
                    597: 
                    598:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                    599:          #1188)
                    600: 
                    601: 2020-11-30  moko
                    602: 
                    603:        * src/classes/image.C: definitions moved closer to code
                    604: 
                    605:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                    606:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                    607:          395_dir/3_VP8X.webp, results/395.processed,
                    608:          results/396.processed: tests for ^image::measure[] .webp support
                    609:          added, all image files moved into one directory (related to
                    610:          feature #1188)
                    611: 
                    612:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                    613:          #1188)
                    614: 
1.148     moko      615: 2020-11-29  moko
                    616: 
                    617:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                    618:          processing, unnessesary defines removed
                    619: 
                    620: 2020-11-24  moko
                    621: 
                    622:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    623:          309.processed, 310.processed: Content-Disposition: inline
                    624:          returned
                    625: 
                    626:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                    627:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                    628:          ] added (related to bug #1204)
                    629: 
                    630:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                    631:          ] supported to avoid Content-Disposition: inline;
                    632:          filename="<file>.ext" but still set Content-Type for ext (related
                    633:          to bug #1204)
                    634: 
1.147     moko      635: 2020-11-22  moko
                    636: 
                    637:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                    638:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                    639: 
                    640:        * src/main/pa_request.C: content_disposition_inline returned.
                    641: 
                    642: 2020-11-17  moko
                    643: 
                    644:        * src/main/pa_request.C: empty main method name support
                    645: 
                    646:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                    647:          config_handler added, stdout flush added.
                    648: 
                    649: 2020-11-16  moko
                    650: 
                    651:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                    652: 
                    653:        * tests/results/: 099.processed, 205.processed, 237.processed,
                    654:          309.processed, 310.processed: Content-Disposition: inline is not
                    655:          required and should not contain filename="<name>"
                    656: 
                    657:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                    658:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    659:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                    660: 
1.146     moko      661: 2020-11-14  moko
                    662: 
                    663:        * src/targets/cgi/parser3.C: spelling
                    664: 
                    665:        * src/targets/cgi/parser3.C: renaming
                    666: 
                    667:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                    668:          relocated
                    669: 
                    670:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                    671:          before request processing, which is weired
                    672: 
                    673: 2020-11-13  moko
                    674: 
                    675:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                    676:          copied in httpd.
                    677: 
                    678: 2020-11-12  moko
                    679: 
                    680:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                    681: 
                    682:        * src/: include/pa_request.h, main/pa_request.C,
                    683:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                    684: 
                    685:        * src/main/pa_http.C: URI validation added
                    686: 
                    687:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                    688:          can't be empty but can be null.  httpd-main is now main method
                    689:          name for httpd mode
                    690: 
                    691: 2020-11-11  moko
                    692: 
                    693:        * src/main/pa_request.C: path_translated can be null in httpd mode
                    694: 
                    695:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                    696:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                    697:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                    698:          main/pa_request.C: r.absolute -> r.full_disk_path
                    699: 
                    700:        * src/targets/cgi/parser3.C: if filename to process is not
                    701:          specified, auto.p should be present.
                    702: 
1.145     moko      703: 2020-11-03  moko
                    704: 
                    705:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                    706: 
                    707:        * src/main/pa_request.C: content_disposition_inline is the default,
                    708:          not required.
                    709: 
1.144     moko      710: 2020-10-29  moko
                    711: 
                    712:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                    713:          ^use[file; $.main(true) ] implemented for auto.p processing and
                    714:          path_translated changing to correct relative files path
                    715:          calculation in httpd mode
                    716: 
                    717:        * src/: include/pa_request.h, main/pa_request.C:
                    718:          fail_on_read_problem removed, as it allways true, as if should
                    719:          be.
                    720: 
                    721:        * src/: include/pa_request.h, main/pa_request.C,
                    722:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    723:          targets/isapi/parser3isapi.C: clearing config_filespec when
                    724:          config was not found, thus flag not required and removed.
                    725: 
                    726: 2020-10-28  moko
                    727: 
                    728:        * tests/: 402.html, results/402.processed: error reporting test
                    729: 
                    730:        * src/main/execute.C: better error reporting when
                    731:          $result[^hash::create[]] in @main.
                    732: 
                    733:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                    734:          + minor optimization
                    735: 
                    736:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                    737:          main/pa_xml_io.C: execute_*_method simplified and unified
                    738: 
                    739: 2020-10-27  moko
                    740: 
                    741:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                    742: 
                    743:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                    744:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    745:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                    746:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                    747:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                    748:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                    749:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                    750:          longer used in object-prototype mode
                    751: 
                    752:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    753:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    754:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                    755:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                    756:          $form:name[value] features
                    757: 
1.143     moko      758: 2020-10-18  moko
                    759: 
                    760:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                    761: 
                    762: 2020-10-15  moko
                    763: 
                    764:        * src/main/pa_http.C: url no longer needed as
                    765:          ALTER_EXCEPTION_SOURCE is used
                    766: 
                    767:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                    768:          main/pa_http.C: check_file_size filespec is now optional
                    769: 
                    770:        * src/: classes/curl.C, include/pa_exception.h,
                    771:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                    772:          ALTER_EXCEPTION_COMMENT added for better error reporting
                    773: 
                    774:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                    775:          results/346-curl.processed, results/379-curl.processed,
                    776:          results/379.processed: test results updated as load now provides
                    777:          better error reporting + curl responses updated
                    778: 
                    779: 2020-10-14  moko
                    780: 
                    781:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                    782:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                    783:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                    784:          checked. 10 is now default base, no hex autodetect by default
                    785: 
                    786:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    787:          connection socket closing in destructor + accept exception
                    788:          handling
                    789: 
                    790:        * src/targets/cgi/parser3.C: warning war
                    791: 
                    792:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                    793:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                    794:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                    795:          exception handling unified
                    796: 
                    797: 2020-10-13  moko
                    798: 
                    799:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                    800:          autodetection
                    801: 
                    802:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                    803: 
                    804:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                    805: 
                    806:        * src/main/pa_http.C: warning war
                    807: 
1.142     moko      808: 2020-10-12  moko
                    809: 
1.143     moko      810:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    811:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                    812:          unhandled exception code optimization
                    813: 
                    814:        * src/targets/cgi/parser3.C: request_info now global variable
                    815: 
                    816:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                    817:          class
                    818: 
                    819:        * src/: include/pa_http.h, main/pa_http.C,
                    820:          targets/cgi/pa_sapi_info.h: read_post implemented
                    821: 
1.142     moko      822:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    823:          [host:]port syntax support in httpd mode
                    824: 
                    825:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                    826:          targets/cgi/parser3.C: populate_env added
                    827: 
                    828:        * src/include/pa_hash.h: to make get(char *) compiling in
                    829:          HashStringString
                    830: 
                    831: 2020-10-10  moko
                    832: 
                    833:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                    834:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                    835: 
                    836:        * src/: include/pa_http.h, include/pa_request_info.h,
                    837:          main/pa_http.C, main/pa_string.C,
                    838:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                    839:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    840:          types/pa_vrequest.C: initial httpd mode implementation
                    841: 
1.141     moko      842: 2020-10-04  moko
                    843: 
                    844:        * src/targets/cgi/parser3.C: options together
                    845: 
                    846: 2020-09-30  moko
                    847: 
                    848:        * src/main/pa_http.C: renamed
                    849: 
1.140     moko      850: 2020-08-14  moko
                    851: 
                    852:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                    853:          src/targets/cgi/Makefile.am: no httpd as separate library
                    854: 
                    855: 2020-08-13  moko
                    856: 
                    857:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                    858:          unhandled exception handler to report 500 instead of 200 it was
                    859:          before.
                    860: 
                    861:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                    862: 
                    863:        * src/: include/pa_sapi.h, main/untaint.C,
                    864:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    865:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                    866:          thus replaced with SAPI::die and removed
                    867: 
                    868:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                    869:          cgi/parser3.C: whitespace
                    870: 
                    871:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                    872: 
                    873: 2020-08-12  moko
                    874: 
                    875:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                    876:          removed, whitespace was: SIGPIPE received while executing code.
                    877:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                    878:          cl=0]
                    879: 
                    880:        * parser3.sln: + httpd.vcproj
                    881: 
                    882: 2020-08-11  moko
                    883: 
                    884:        * src/targets/cgi/Makefile.am: +libhttpd
                    885: 
                    886:        * configure.ac, src/lib/Makefile.am: +libhttpd
                    887: 
1.139     moko      888: 2020-07-13  moko
                    889: 
                    890:        * tests/: 401.html, results/401.processed: test for hash key does
                    891:          not keep language, but tainted in foreach.
                    892: 
1.138     moko      893: 2020-07-01  moko
                    894: 
                    895:        * tests/: 235.html, results/235.processed: test result updated as
                    896:          messages before attachments implemented (feature #1176)
                    897: 
1.137     moko      898: 2020-06-27  moko
                    899: 
                    900:        * tests/: 400.html, results/400.processed: test updated to check
                    901:          ^return{code}
                    902: 
                    903:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                    904:          fixed
                    905: 
                    906: 2020-06-26  moko
                    907: 
                    908:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                    909:          added (related to https://www.parser.ru/forum/?id=85319)
                    910: 
                    911:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                    912:          when $result assignment was last statement in the method
                    913:          (https://www.parser.ru/forum/?id=85319)
                    914: 
1.136     moko      915: 2020-05-23  moko
                    916: 
                    917:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                    918:          whitespace, unused level removed
                    919: 
                    920: 2020-05-19  moko
                    921: 
                    922:        * src/types/pa_vmail.C: whitespace
                    923: 
                    924:        * src/types/pa_vmail.C: files should be processed last (related to
                    925:          feature #1176)
                    926: 
1.135     moko      927: 2020-05-12  moko
                    928: 
                    929:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                    930:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                    931: 
                    932:        * configure.ac: FreeBSD1X.X check added to avoid
                    933:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                    934: 
1.134     moko      935: 2020-02-26  moko
                    936: 
                    937:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                    938:          compilation issue (related to bug #1201)
                    939: 
                    940:        * src/main/pa_common.C: entry_readable -> entry_exists,
                    941:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                    942:          -f and -d now works under Windows in UTF-8 with Russian
                    943:          filenames.
                    944: 
                    945:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                    946:          advice (related to feature #1199)
                    947: 
                    948: 2020-02-25  moko
                    949: 
                    950:        * buildall: --silent removed
                    951: 
                    952:        * configure.ac: gmime-3.0 support
                    953: 
                    954:        * buildall: --with-system-mailreceive option added to build with
                    955:          system libgmime
                    956: 
                    957:        * src/types/pa_vmail.C: avoiding
                    958:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                    959:          to feature #1199)
                    960: 
1.133     moko      961: 2020-02-18  moko
                    962: 
                    963:        * src/classes/op.C: windows x64 debug mode compile fix
                    964: 
                    965:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                    966:          change (releated to feature #1200)
                    967: 
                    968:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    969:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                    970:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                    971:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                    972:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    973:          targets/apache/ApacheModuleParser3.vcproj,
                    974:          targets/apache/ApacheModuleParser3Core.vcproj,
                    975:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    976:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                    977:          dependency (related to feature #1200)
                    978: 
1.132     moko      979: 2020-02-12  moko
                    980: 
                    981:        * src/types/pa_vmail.C: minimize diff
                    982: 
                    983:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                    984:          #1199)
                    985: 
1.131     moko      986: 2020-01-18  moko
                    987: 
                    988:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                    989: 
1.130     moko      990: 2019-12-28  moko
                    991: 
                    992:        * src/targets/cgi/parser3.C: avoid empty ?
                    993: 
                    994: 2019-12-27  moko
                    995: 
                    996:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                    997:          DOCUMENT_ROOT (related to feature #1164)
                    998: 
                    999:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   1000:          fcgiwrap setup (implements feature #1164)
                   1001: 
                   1002:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   1003:          but no issues found (related to feature #1164)
                   1004: 
                   1005:        * src/targets/cgi/parser3.C: actualized
                   1006: 
                   1007: 2019-12-26  moko
                   1008: 
                   1009:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   1010:          removed
                   1011: 
                   1012:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   1013:          removed
                   1014: 
                   1015:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   1016:          allocation errors, we don't want default gc warnings (without
                   1017:          timestamp and URI).
                   1018: 
                   1019:        * src/: classes/memory.C, main/pa_globals.C,
                   1020:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1021:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   1022:          pa_globals_init
                   1023: 
                   1024:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   1025:          initialization used (optimization)
                   1026: 
                   1027:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   1028:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   1029:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   1030:          (optimization)
                   1031: 
1.129     moko     1032: 2019-12-09  moko
                   1033: 
                   1034:        * src/include/pa_config_fixed.h: warning war
                   1035: 
1.128     moko     1036: 2019-12-08  moko
                   1037: 
                   1038:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   1039:          process grammar under Unix.
                   1040: 
                   1041: 2019-12-07  moko
                   1042: 
                   1043:        * tests/389.html: For Windows XP. :)
                   1044: 
                   1045:        * tests/388-sql.html: Windows compatibility added
                   1046: 
                   1047: 2019-12-06  moko
                   1048: 
                   1049:        * src/targets/cgi/parser3.C: warning war
                   1050: 
                   1051:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   1052:          == sizeof(CORD)) to avoid aligning bugs in future
                   1053: 
                   1054:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   1055:          XML_STATIC
                   1056: 
                   1057:        * src/include/pa_request.h: StackItem() not required
                   1058: 
                   1059:        * src/include/pa_stack.h: warning war
                   1060: 
                   1061:        * src/include/pa_config_includes.h: GCC warning silenced
                   1062: 
                   1063:        * src/include/pa_memory.h: warning war: the program should also
                   1064:          define 'void operator delete [](void*, std::size_t)'
                   1065:          [-Wsized-deallocation]
                   1066: 
                   1067:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   1068: 
                   1069:        * src/classes/string.C: not reqired cast removed
                   1070: 
                   1071:        * src/classes/string.C: not reqired cast removed
                   1072: 
                   1073: 2019-12-05  moko
                   1074: 
                   1075:        * src/lib/sdbm/pa_file_io.C: warning war
                   1076: 
                   1077:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   1078:          enum Language : size_t - required for VS2015+ to make
                   1079:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   1080:          without it (related to feature #1198)
                   1081: 
                   1082: 2019-12-04  moko
                   1083: 
                   1084:        * src/main/pa_base64.C: unsigned char -> uchar
                   1085: 
                   1086:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   1087:          as other libs
                   1088: 
                   1089:        * src/include/pa_version.h: +amd64
                   1090: 
                   1091: 2019-12-03  moko
                   1092: 
                   1093:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   1094:          release
                   1095: 
                   1096:        * src/include/pa_config_includes.h: warning war
                   1097: 
                   1098:        * src/classes/image.C: warning war
                   1099: 
                   1100:        * src/main/pa_globals.C: x64 libs support
                   1101: 
                   1102:        * src/include/pa_config_includes.h: warning war
                   1103: 
                   1104:        * src/types/pa_method.h: warning war
                   1105: 
1.127     moko     1106: 2019-11-28  moko
                   1107: 
                   1108:        * src/classes/math.C: vs2003 compatibility + warning war
                   1109: 
                   1110:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   1111:          libxml2-2.9.9 (related to feature #1136)
                   1112: 
                   1113:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   1114:          typecast for more compatibility (related to feature #1136)
                   1115: 
                   1116:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   1117:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   1118:          feature #1136)
                   1119: 
                   1120: 2019-11-26  moko
                   1121: 
                   1122:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   1123:          removed (it was failing in $$var case), condition added
                   1124: 
1.126     moko     1125: 2019-11-25  moko
                   1126: 
                   1127:        * tests/: 397.html, 399.html, results/141.processed,
                   1128:          results/399.processed: base64 options tested
                   1129: 
                   1130:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   1131: 
                   1132:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   1133:          implemented (feature #986)
                   1134: 
                   1135:        * src/main/pa_cache_managers.C: whitespace
                   1136: 
                   1137:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   1138:          ^base64 encode options added (related to feature #986)
                   1139: 
                   1140:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   1141:          pa_base64_encode(file) removed - more memory, but faster and less
                   1142:          code (related fo feature #986)
                   1143: 
                   1144: 2019-11-24  moko
                   1145: 
                   1146:        * tests/: 155.html, results/155.processed: limit and offset in
                   1147:          ^table::load[] now supported, thus test added
                   1148: 
                   1149:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   1150:          main/pa_common.C: optimization: offset and limit options parsing
                   1151:          moved inside file_load.
                   1152: 
                   1153: 2019-11-23  moko
                   1154: 
                   1155:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   1156:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   1157:          optimization: file_read replaced with simplified file_read_binary
                   1158: 
                   1159:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   1160:          types/pa_vform.C: whitespace
                   1161: 
                   1162:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   1163:          removed
                   1164: 
                   1165: 2019-11-21  moko
                   1166: 
                   1167:        * tests/: 193.html, results/193.processed, results/389.processed:
                   1168:          test results updated as now base64 does not discard tail without
                   1169:          padding (related to feature #986)
                   1170: 
                   1171: 2019-11-20  moko
                   1172: 
                   1173:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   1174:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   1175:          pa_base64_decode (related to feature #986)
                   1176: 
                   1177:        * tests/398.html: tests for base64 decode added (related to feature
                   1178:          #986)
                   1179: 
                   1180:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   1181:          support, padding inside base 64 supported (related to feature
                   1182:          #096)
                   1183: 
                   1184: 2019-11-19  moko
                   1185: 
                   1186:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   1187:          FreeBSD 12
                   1188: 
1.125     moko     1189: 2019-11-16  moko
                   1190: 
                   1191:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   1192:          support added, step support removed (related to #986)
                   1193: 
                   1194: 2019-11-15  moko
                   1195: 
                   1196:        * src/classes/math.C: using log since log2 is not present on
                   1197:          FreeBSD < 8.4 (related to feature #1177)
                   1198: 
                   1199:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   1200:          pa_base64_size extracted and used for files as well (related to
                   1201:          feature 986)
                   1202: 
                   1203: 2019-11-14  moko
                   1204: 
                   1205:        * tests/: 397.html, results/397.processed: + content check
                   1206: 
                   1207:        * tests/: 141.html, results/141.processed: make test resuls more
                   1208:          readable
                   1209: 
                   1210:        * tests/: 397.html, results/193.processed, results/397.processed:
                   1211:          test results updated after \x00 character was disabled in
                   1212:          math:convert string mode (related to feature #1177)
                   1213: 
                   1214:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   1215:          converting to string (as in base64, related to feature #1177)
                   1216: 
                   1217:        * src/classes/file.C: more correct arguments separation
                   1218: 
                   1219:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   1220:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1221:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   1222:          options added, but not yet implemented (related to feature #986)
                   1223: 
                   1224:        * src/classes/math.C: whitespace
                   1225: 
                   1226: 2019-11-13  moko
                   1227: 
                   1228:        * tests/: 397.html, results/397.processed: +tainting test (related
                   1229:          to feature #1177)
                   1230: 
                   1231:        * src/classes/math.C: as we now produce not only digits, result
                   1232:          should be tainted (related to feature #1177)
                   1233: 
                   1234:        * src/main/pa_base64.C: whitespace
                   1235: 
                   1236:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   1237:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1238:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   1239:          implementation moved from pa_common.h and pa_common.C
                   1240: 
                   1241: 2019-11-12  moko
                   1242: 
                   1243:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   1244:          as ^math:convert now supports arbitrary precision
                   1245: 
                   1246: 2019-11-11  moko
                   1247: 
                   1248:        * tests/results/389.processed: uctualized error message
                   1249: 
                   1250:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   1251:          ^math:convert added (related to feature #1177)
                   1252: 
                   1253:        * src/classes/math.C: ^math:convert now supports arbitrary
                   1254:          precision, alphabet support added (implements feature #1177)
                   1255: 
1.124     moko     1256: 2019-11-06  moko
                   1257: 
                   1258:        * tests/: 181.html, results/181.processed: entities usage added,
                   1259:          more entites load tests (related to bug #842 discussion)
                   1260: 
                   1261: 2019-11-05  moko
                   1262: 
                   1263:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   1264:          call from xmlFileOpen if http://localhost/<file> was not found
                   1265:          (related to bug #842)
                   1266: 
                   1267:        * src/main/pa_xml_io.C: rename
                   1268: 
                   1269:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   1270: 
                   1271:        * src/main/pa_xml_io.C: whitespace
                   1272: 
1.123     moko     1273: 2019-10-31  moko
                   1274: 
                   1275:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   1276:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   1277:          #1181)
                   1278: 
1.122     moko     1279: 2019-10-25  moko
                   1280: 
                   1281:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   1282:          queries tests
                   1283: 
                   1284: 2019-10-24  moko
                   1285: 
                   1286:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   1287:          pgsql driver test
                   1288: 
                   1289:        * tests/: 388-sql.html, results/388-sql.processed:
                   1290:          multi_statements=1 now tested, mysql test now supported
                   1291:          (connection must be specified in [parser3] section in .my.cnf)
                   1292:          related to issues #1195 and #1194
                   1293: 
1.121     moko     1294: 2019-09-11  moko
                   1295: 
                   1296:        * src/classes/int.C: whitespace
                   1297: 
                   1298:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   1299:          exception test
                   1300: 
                   1301:        * tests/results/388-sql.processed: sql queries now shown (related
                   1302:          to feature #1196)
                   1303: 
                   1304:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   1305:          with old parser versions.
                   1306: 
                   1307:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   1308:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   1309:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   1310:          instead of connect string in query_event_handlers exceptions
                   1311:          (implements feature #1196)
                   1312: 
1.120     moko     1313: 2019-09-06  moko
                   1314: 
                   1315:        * tests/388-sql.html: mysql compat
                   1316: 
                   1317:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1318:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   1319:          sql_ variables declaration moved to pa_common.h
                   1320: 
1.116     moko     1321: 2019-01-15  moko
                   1322: 
                   1323:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   1324:          logically sorted
                   1325: 
                   1326: 2018-12-27  moko
                   1327: 
                   1328:        * src/include/pa_config_includes.h: warning war:
                   1329:          -Wdeprecated-register added for C++ 17
                   1330: 
                   1331: 2018-10-15  moko
                   1332: 
                   1333:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   1334:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   1335:          --with-xml=/usr/local/
                   1336: 
                   1337: 2018-09-24  moko
                   1338: 
                   1339:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   1340:          ^image::measure[] now supports tiff added (related to feature
                   1341:          #1188)
                   1342: 
                   1343:        * src/classes/image.C: ^image::measure[] now supports tiff
                   1344:          (implements feature #1188)
                   1345: 
                   1346: 2018-09-20  moko
                   1347: 
                   1348:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   1349:          files measure added (related to ticket #1188)
                   1350: 
                   1351:        * src/classes/image.C: measure of bmp files implemented (related to
                   1352:          ticket #1188)
                   1353: 
                   1354: 2018-09-18  moko
                   1355: 
                   1356:        * tests/: 394-curl.html, results/394-curl.processed,
                   1357:          results/auto.p: test for bug #1187 (max_file_size check for head
                   1358:          requests) added
                   1359: 
                   1360: 2018-08-24  moko
                   1361: 
                   1362:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   1363:          response content-length check is required (fixes bug #1187)
                   1364: 
                   1365: 2018-05-11  moko
                   1366: 
                   1367:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   1368:          $.append(bool) ] option added (related to feature #919)
                   1369: 
                   1370:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   1371:          from misha@ patch (implements feature #919)
                   1372: 
                   1373: 2018-03-22  moko
                   1374: 
                   1375:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   1376:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   1377:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   1378:          Windows-only problem.
                   1379: 
                   1380:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   1381:          build fix)
                   1382: 
                   1383: 2018-02-03  moko
                   1384: 
                   1385:        * src/main/execute.C: removes irrelevant lines from exception stack
                   1386:          trace when exceptions occurs in assigment (fixes bug #1165)
                   1387: 
                   1388:        * tests/: 393.html, results/393.processed: test for behavour after
                   1389:          "Property can not be created, already exists field with that
                   1390:          name" exception removed (related to feature #1183)
                   1391: 
                   1392:        * src/types/pa_vclass.C: "Property can not be created, already
                   1393:          exists field with that name" exception removed (implements
                   1394:          feature #1183)
                   1395: 
                   1396: 2018-01-19  moko
                   1397: 
                   1398:        * src/classes/string.C: whitespace
                   1399: 
                   1400:        * src/classes/string.C: whitespace
                   1401: 
                   1402:        * tests/: 392.html, results/392.processed: test for
                   1403:          ^regex::create[$regex] added (related to feature #1135)
                   1404: 
                   1405:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   1406:          ^regex::create[$regex] added (implements feature #1135)
                   1407: 
                   1408:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   1409:          commented define added (related to feature #1157)
                   1410: 
                   1411: 2018-01-17  moko
                   1412: 
                   1413:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   1414: 
                   1415: 2018-01-15  moko
                   1416: 
                   1417:        * tests/: 390.html, results/390.processed: real path replaced by
                   1418:          stub
                   1419: 
                   1420:        * tests/: 391.html, results/391.processed: test for feature #1181
                   1421:          (XML_PARSE_HUGE exception) added
                   1422: 
                   1423: 2018-01-11  moko
                   1424: 
                   1425:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   1426:          XML_PARSE_HUGE option passed by default (implements feature
                   1427:          #1181)
                   1428: 
                   1429:        * src/classes/string.C: whitespace
                   1430: 
                   1431: 2017-12-10  moko
                   1432: 
                   1433:        * tests/: 389.html, 390.html, results/389.processed,
                   1434:          results/390.processed: image code coverage tests added (related
                   1435:          to feature #1125)
                   1436: 
                   1437: 2017-12-08  moko
                   1438: 
                   1439:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   1440:          results/346-curl.processed, results/388-sql.processed,
                   1441:          results/389.processed: more code coverage tests
                   1442: 
                   1443:        * tests/: 264.html, results/264.processed: code coverage for
                   1444:          ^file::exec[]
                   1445: 
                   1446: 2017-12-07  moko
                   1447: 
                   1448:        * tests/: 174.html, 388-sql.html, 389.html,
                   1449:          results/388-sql.processed, results/389.processed,
                   1450:          results/174.processed: more coverage tests
                   1451: 
                   1452:        * src/classes/math.C: exception text actualized
                   1453: 
                   1454: 2017-12-06  moko
                   1455: 
                   1456:        * tests/388-sql.html: $SQL can be here
                   1457: 
                   1458:        * tests/results/auto.p: $SQL not required here
                   1459: 
                   1460:        * tests/: 388-sql.html, 389.html, Makefile,
                   1461:          results/388-sql.processed, results/389.processed, results/auto.p:
                   1462:          code coverage tests for sql (using sqlite) and int/double/bool
                   1463:          added (related to feature #1125)
                   1464: 
                   1465:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1466:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   1467:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   1468:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1469:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1470:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1471:          types/types.vcproj: gc\include no longer required
                   1472: 
                   1473:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   1474:          required
                   1475: 
                   1476:        * src/: classes/Makefile.am, classes/table.C,
                   1477:          include/pa_config_includes.h, include/pa_string.h,
                   1478:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1479:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   1480:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   1481:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   1482:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   1483:          used, we now include it directly
                   1484: 
                   1485: 2017-12-04  moko
                   1486: 
                   1487:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   1488:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   1489:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   1490:          where required
                   1491: 
                   1492:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   1493:          now can be used to trace memory allocations
                   1494: 
                   1495:        * src/: classes/table.C, include/pa_config_includes.h,
                   1496:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1497:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   1498:          method removes, libcord also can work without libgc
                   1499: 
                   1500:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   1501: 
                   1502: 2017-11-29  moko
                   1503: 
                   1504:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   1505:          are not present (related to feature #1173)
                   1506: 
                   1507:        * tests/346-curl.html: test updated to test curl content-length bug
                   1508:          (related to feature #1173)
                   1509: 
                   1510:        * tests/results/346-curl.processed: more test for content-length
                   1511:          curl bug (related to feature #1173)
                   1512: 
                   1513:        * tests/results/346-curl.processed: test results updated after
                   1514:          #1173 implemented
                   1515: 
                   1516: 2017-11-28  moko
                   1517: 
                   1518:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   1519:          (related to feature #1173)
                   1520: 
                   1521: 2017-11-27  moko
                   1522: 
                   1523:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   1524:          $.http_version[version string] added (implements feature #1173),
                   1525:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   1526:          where $post(true) bug existed.
                   1527: 
                   1528: 2017-11-18  moko
                   1529: 
                   1530:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   1531: 
                   1532:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   1533:          feature #1170)
                   1534: 
                   1535: 2017-11-17  moko
                   1536: 
                   1537:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   1538:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   1539:          with delete usage check only under Debian 9 (related to feature
                   1540:          #1170)
                   1541: 
                   1542: 2017-11-16  moko
                   1543: 
                   1544:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   1545:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   1546:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   1547:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   1548:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   1549:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   1550:          stubs defend from accidental use (implements feature #1170)
                   1551: 
                   1552: 2017-06-24  moko
                   1553: 
                   1554:        * configure.ac: minor fix: thanks to alx@
                   1555: 
1.115     moko     1556: 2017-05-29  moko
                   1557: 
                   1558:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   1559:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   1560:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   1561: 
                   1562:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   1563:          ignored, =?UTF-8?Q?= should start in case of leading space
                   1564:          (related to bug #123)
                   1565: 
                   1566:        * buildall: echo -n -> printf for OS X. :)
                   1567: 
                   1568: 2017-05-25  moko
                   1569: 
                   1570:        * tests/: 288.html, results/288.processed: test updated afted
                   1571:          setting $o.prop without setter exception removed (related to
                   1572:          feature #1157)
                   1573: 
                   1574:        * src/types/pa_vclass.C: no more "this property has no setter
                   1575:          method" when setting $o.prop without setter (implements feature
                   1576:          #1157)
                   1577: 
                   1578:        * buildall: echo \c -> echo -n for FreeBSD
                   1579: 
                   1580:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   1581:          src/types/pa_vdouble.h: isfinite now checked in configure
                   1582: 
                   1583:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   1584:          upgraded to automake 1.15
                   1585: 
                   1586: 2017-05-23  moko
                   1587: 
                   1588:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   1589:          defined
                   1590: 
                   1591: 2017-05-22  moko
                   1592: 
                   1593:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   1594: 
                   1595:        * buildall: extern CFLAGS setting support
                   1596: 
                   1597:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   1598: 
                   1599:        * buildall: http -> https
                   1600: 
                   1601:        * buildall: gc-7.2f -> gc-7.6.0
                   1602: 
                   1603: 2017-05-20  moko
                   1604: 
                   1605:        * buildall: https, pcre, xml, xslt updated to current versions
                   1606:          (related to feature #1136)
                   1607: 
                   1608: 2017-05-19  moko
                   1609: 
                   1610:        * tests/097.html: after parser.ru moved to https
                   1611: 
                   1612: 2017-05-17  moko
                   1613: 
                   1614:        * tests/results/: 175.processed, 372.processed: tests resuls
                   1615:          updated after lintian spelling typos fixed (related to bug #1156)
                   1616: 
                   1617:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   1618:          classes/string.C, classes/table.C, main/pa_charset.C,
                   1619:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   1620:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   1621:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   1622: 
                   1623:        * tests/results/096.processed: +XMP
                   1624: 
                   1625:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   1626:          $.xmp(true) options tested (test for feature #1154)
                   1627: 
                   1628:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   1629:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   1630:          fetched by default! (implements feature #1154)
                   1631: 
                   1632: 2017-05-16  moko
                   1633: 
                   1634:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   1635:          allowed (related to feature #1154)
                   1636: 
                   1637:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1638:          initial XMP implementation - without options and transcode
                   1639:          (related to feature #1154)
                   1640: 
                   1641: 2017-05-12  moko
                   1642: 
                   1643:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1644:          image: exif moved to ffields, skipped in ^image.html[] where
                   1645:          iterators now used (preparation for feature #1154)
                   1646: 
                   1647: 2017-05-05  moko
                   1648: 
                   1649:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   1650:          results/387.processed: test for circular class inheritance check
                   1651:          added (related to bug #1150)
                   1652: 
                   1653:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   1654:          added (fixes endless add_derived bug #1150)
                   1655: 
                   1656: 2017-05-04  moko
                   1657: 
                   1658:        * tests/: 386.html, results/386.processed: test for
                   1659:          $table.value(number) added (related to feature #1152)
                   1660: 
                   1661:        * src/types/pa_vtable.C: table put_element: column value must be
                   1662:          string  - > column value must be string compatible to allow
                   1663:          $t.value(1) (implements feature #1152)
                   1664: 
                   1665: 2017-05-03  moko
                   1666: 
                   1667:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   1668:          (related to feature #1151)
                   1669: 
                   1670:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   1671:          not possible, removing test (related to feature #1151)
                   1672: 
                   1673:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   1674:          get_element_method added and used to allow $use[$method] and
                   1675:          $autouse[$method] (implements feature 1151)
                   1676: 
                   1677:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   1678:          variable added (related to feature #1151)
                   1679: 
                   1680:        * tests/results/226.processed: actualized after ^try-catch used
                   1681: 
                   1682:        * tests/: 226.html, 385.html, results/385.processed: test for
                   1683:          @autouse in variable added
                   1684: 
                   1685:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   1686: 
1.114     moko     1687: 2017-02-27  moko
                   1688: 
                   1689:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   1690: 
1.113     moko     1691: 2017-02-20  moko
                   1692: 
                   1693:        * operators.txt: actualization + beauty
                   1694: 
                   1695: 2017-02-16  moko
                   1696: 
                   1697:        * tests/: 384.html, results/384.processed: test for
                   1698:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   1699:          #1089)
                   1700: 
                   1701:        * tests/: 384.html, results/384.processed: test for
                   1702:          ^reflection:mixin[] added (related to feature #1089)
                   1703: 
                   1704:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   1705: 
1.112     moko     1706: 2017-02-15  moko
                   1707: 
                   1708:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   1709:          fixed
                   1710: 
                   1711:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   1712:          test added (related to feature #1069)
                   1713: 
                   1714:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1715:          compilation without HASH_ORDER fixed
                   1716: 
                   1717:        * src/: classes/reflection.C, include/pa_hash.h:
                   1718:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   1719:          feature #1069)
                   1720: 
                   1721: 2017-02-14  moko
                   1722: 
                   1723:        * tests/: 152.html, results/152.processed: test for $._default hash
                   1724:          added (related to bug #1131)
                   1725: 
                   1726:        * tests/: 277.html, results/277.processed: test for hash with only
                   1727:          $._default is now defined (related to bug #1131)
                   1728: 
                   1729:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   1730:          (fixed bug #1131)
                   1731: 
                   1732: 2017-02-13  moko
                   1733: 
                   1734:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   1735: 
                   1736:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   1737:          results/320.processed, results/375.processed, results/auto.p:
                   1738:          cat-windows.sh support added
                   1739: 
                   1740:        * tests/375.html: Windows support
                   1741: 
                   1742:        * tests/270.html: documented
                   1743: 
                   1744:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   1745:          (not backslashes) even under Windows (broke test 270)
                   1746: 
                   1747: 2017-02-12  moko
                   1748: 
                   1749:        * tests/: descript.ion, todo.txt: cleanup
                   1750: 
                   1751: 2017-02-09  moko
                   1752: 
                   1753:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   1754:          run_tests.cmd: Windows compatibility
                   1755: 
                   1756:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   1757:          incorrectly (GMT) if parser is called from cygwin
                   1758: 
1.111     moko     1759: 2017-02-08  moko
                   1760: 
1.112     moko     1761:        * operators.txt: actualization 15% completed
                   1762: 
                   1763:        * operators.txt: cp1251 -> utf-8
                   1764: 
                   1765:        * NEWS, README: minor update
                   1766: 
                   1767:        * src/include/pa_config_includes.h: warning war continues
                   1768: 
                   1769:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   1770:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1771:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   1772:          gcc 6.x issues fixed
                   1773: 
1.111     moko     1774:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1775:          classes/classes.h, classes/curl.C, classes/date.C,
                   1776:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1777:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1778:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1779:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1780:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1781:          classes/string.C, classes/table.C, classes/void.C,
                   1782:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1783:          include/pa_array.h, include/pa_cache_managers.h,
                   1784:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1785:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1786:          include/pa_dictionary.h, include/pa_dir.h,
                   1787:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1788:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1789:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1790:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1791:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1792:          include/pa_sapi.h, include/pa_socks.h,
                   1793:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1794:          include/pa_stack.h, include/pa_string.h,
                   1795:          include/pa_stylesheet_connection.h,
                   1796:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1797:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1798:          include/pa_uue.h, include/pa_xml_exception.h,
                   1799:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1800:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1801:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1802:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1803:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1804:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1805:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1806:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1807:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1808:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1809:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1810:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1811:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1812:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1813:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   1814:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1815:          main/untaint.C, sql/pa_sql_driver.h,
                   1816:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1817:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   1818:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1819:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1820:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1821:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1822:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   1823:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1824:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   1825:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   1826:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   1827:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   1828:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   1829:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   1830:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   1831:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   1832:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   1833:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1834:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1835:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   1836:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1837:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1838:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1839:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1840:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1841:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1842:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1843:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   1844:          2015->2017
                   1845: 
1.110     moko     1846: 2017-02-07  moko
                   1847: 
                   1848:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   1849: 
                   1850: 2017-02-06  moko
                   1851: 
                   1852:        * src/main/pa_common.C: minor fixes, whitespace
                   1853: 
                   1854:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1855:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   1856:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   1857:          now used (implements feature #1081)
                   1858: 
                   1859:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   1860: 
                   1861: 2017-02-01  moko
                   1862: 
                   1863:        * src/include/pa_request.h: cleanup
                   1864: 
                   1865: 2017-01-30  moko
                   1866: 
                   1867:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   1868: 
                   1869: 2017-01-29  moko
                   1870: 
                   1871:        * tests/: 383.html, results/383.processed: test for
                   1872:          ^reflection:stack[] added (related to feature #1052)
                   1873: 
                   1874:        * src/classes/reflection.C: else added
                   1875: 
                   1876:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   1877:          $.max_file_lock_wait added (implements feature #1128)
                   1878: 
                   1879: 2017-01-28  moko
                   1880: 
                   1881:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   1882:          body and other cases tests added (related to featue #1014)
                   1883: 
                   1884:        * src/classes/curl.C: bug if response is empty fixed (related to
                   1885:          feature #1014)
                   1886: 
                   1887: 2017-01-27  moko
                   1888: 
                   1889:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   1890:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   1891:          added (implements feature #1052)
                   1892: 
                   1893: 2017-01-25  moko
                   1894: 
                   1895:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   1896:          method test added
                   1897: 
                   1898: 2017-01-23  moko
                   1899: 
                   1900:        * src/classes/reflection.C: optimization: options->get replaced by
                   1901:          hash iterator
                   1902: 
                   1903:        * tests/: 381.html, results/381.processed: now -> fixed date
                   1904: 
                   1905:        * src/main/pa_request.C: warning war
                   1906: 
                   1907:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   1908:          5Mb (fixes bug #1058)
                   1909: 
                   1910:        * src/classes/curl.C: warning war
                   1911: 
                   1912:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1913:          $.one-line(true) option added (related to feature #1124)
                   1914: 
                   1915:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1916:          $.one-line(true|false) options is now supported (implements
                   1917:          feature #1124)
                   1918: 
                   1919:        * tests/: 380.html, results/380.processed: test for modified
                   1920:          $.max_file_size added (related to bug #1014)
                   1921: 
                   1922:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1923:          load added (related to bug #1014)
                   1924: 
                   1925:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1926:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1927:          in curl / file load from disk and http, http file load rewritten
                   1928:          (related to bug #1014)
                   1929: 
                   1930: 2017-01-18  moko
                   1931: 
                   1932:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1933:          added (related to feature #66)
                   1934: 
                   1935:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1936:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1937:          (related to feature #66)
                   1938: 
                   1939: 2017-01-17  moko
                   1940: 
                   1941:        * tests/: 377.html, results/377.processed: test for different
                   1942:          combinations of breaks in body and delimiter (related to bug
                   1943:          #1077)
                   1944: 
                   1945:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1946:          added (related to bug #1077)
                   1947: 
                   1948:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1949:          passed to native method" exception added to avoid bugs due to
                   1950:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1951:          after ^break[] (related to bug #1077)
                   1952: 
                   1953: 2017-01-14  moko
                   1954: 
                   1955:        * tests/: 330.html, results/330.processed: test results updated
                   1956:          after ^break[] bugs where fixed (related to bug #1077)
                   1957: 
                   1958:        * tests/: 329.html, results/329.processed: test results updated
                   1959:          after ^break[] bugs where fixed (related to bug #1077)
                   1960: 
                   1961:        * tests/results/320.processed: ^return[] added
                   1962: 
                   1963: 2017-01-13  moko
                   1964: 
                   1965:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1966:          classes/table.C, include/pa_request.h, main/execute.C,
                   1967:          main/pa_request.C, targets/cgi/parser3.C,
                   1968:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   1969:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   1970:          checked after each possible process/execute call (fixes bug
                   1971:          #1077)
                   1972: 
                   1973: 2016-12-29  moko
                   1974: 
                   1975:        * src/main/pa_common.C: warning war
                   1976: 
                   1977:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1978:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1979:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1980:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1981:          (related to feature #1014)
                   1982: 
                   1983:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1984:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1985:          (related to feature #1014)
                   1986: 
                   1987: 2016-12-28  moko
                   1988: 
                   1989:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1990:          warning war
                   1991: 
                   1992: 2016-12-26  moko
                   1993: 
                   1994:        * tests/: 341.html, results/341.processed: test for
                   1995:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1996: 
                   1997:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1998:          (related to feature #1057)
                   1999: 
                   2000:        * src/types/pa_vdate.C: warning war continues...
                   2001: 
                   2002:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   2003:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   2004: 
                   2005:        * src/lib/gd/gifio.C: warning war / cleanup
                   2006: 
                   2007:        * src/lib/json/pa_json.C: warning war
                   2008: 
                   2009:        * src/classes/hash.C: warning war
                   2010: 
                   2011:        * src/types/pa_vfile.C: warning war
                   2012: 
                   2013:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   2014:          -Wall warning war continues
                   2015: 
                   2016:        * configure.ac: --with-build-warnings actualized
                   2017: 
                   2018: 2016-12-25  moko
                   2019: 
                   2020:        * src/main/pa_exec.C: -wAll warning war
                   2021: 
                   2022:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   2023:          -wAll warning war
                   2024: 
                   2025:        * src/: include/pa_common.h, include/pa_sapi.h,
                   2026:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   2027:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   2028:          -wAll warning war
                   2029: 
                   2030: 2016-12-23  moko
                   2031: 
                   2032:        * src/lib/ltdl/Makefile.am: extra dist added
                   2033: 
                   2034:        * tests/results/344.processed: test result updated after $file.text
                   2035:          prefetched in ^hash::create[$file] (related to feature #1075)
                   2036: 
                   2037:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   2038:          ^hash::create[$file] (related to feature #1075)
                   2039: 
                   2040: 2016-12-22  moko
                   2041: 
                   2042:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   2043:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   2044:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   2045:          #1014 under 32-bit unix versions)
                   2046: 
                   2047: 2016-12-21  moko
                   2048: 
                   2049:        * tests/: 375.html, results/375.processed: test for exec returning
                   2050:          stated file added (related to feature #1119)
                   2051: 
                   2052:        * src/classes/file.C: load should not return file with null body
                   2053:          (fixes bug #1119)
                   2054: 
                   2055: 2016-12-14  moko
                   2056: 
                   2057:        * tests/: 374.html, results/374.processed: test for $method.name
                   2058:          added (related to feature #1117) plus method returning junction
                   2059:          test
                   2060: 
                   2061: 2016-12-13  moko
                   2062: 
                   2063:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   2064:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   2065:          (implements feature #1117)
                   2066: 
                   2067:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   2068:          HEAD and TRACE can't have body (implements feature #1116)
                   2069: 
                   2070: 2016-12-09  moko
                   2071: 
                   2072:        * tests/: 373.html, results/373.processed: tests for
                   2073:          ^reflection:tainting added (related to feature #1098)
                   2074: 
                   2075:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   2076:          change (related to feature #1098)
                   2077: 
                   2078: 2016-12-06  moko
                   2079: 
                   2080:        * src/: classes/reflection.C, include/pa_string.h,
                   2081:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   2082:          feature #1098)
                   2083: 
                   2084: 2016-12-05  moko
                   2085: 
                   2086:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   2087:          (fixes bug #1114)
                   2088: 
                   2089: 2016-12-04  moko
                   2090: 
                   2091:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   2092:          check added
                   2093: 
                   2094: 2016-12-03  moko
                   2095: 
                   2096:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   2097:          to test value.as_hash() usage
                   2098: 
                   2099:        * src/classes/curl.C: value.as_hash() used for correct hash
                   2100:          processing
                   2101: 
                   2102:        * src/classes/reflection.C: exceptions texts fixes
                   2103: 
                   2104: 2016-12-02  moko
                   2105: 
                   2106:        * tests/: 372.html, results/372.processed: tests for
                   2107:          ^reflection:create[ $.class[name] $.constructor[name]
                   2108:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   2109:          feature #1094)
                   2110: 
                   2111:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   2112:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   2113:          will be called in ~VNativeMethodFrame
                   2114: 
                   2115:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   2116:          ] minor fix
                   2117: 
                   2118:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   2119:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   2120:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   2121:          now supported (implements feature #1094) value::as_hash added
                   2122:          (and should be used everywhere)
                   2123: 
                   2124:        * src/classes/reflection.C: cleanup
                   2125: 
                   2126: 2016-12-01  moko
                   2127: 
                   2128:        * tests/: 356.html, results/356.processed: test for method
                   2129:          junctions class name added to the resulting hash added (related
                   2130:          to feature #1068)
                   2131: 
                   2132:        * src/classes/reflection.C: for method junctions class name added
                   2133:          to the resulting hash (related to feature #1068)
                   2134: 
                   2135: 2016-11-30  moko
                   2136: 
                   2137:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   2138:          exception (related to bug #1113)
                   2139: 
                   2140:        * src/types/pa_vhashfile.C: whitespace
                   2141: 
                   2142:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   2143:          #1113)
                   2144: 
                   2145:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2146:          229.processed, 239.processed, 244.processed, 246.processed,
                   2147:          314.processed, 352.processed: tests results updated after method
                   2148:          call exceptions improved as method now keeps its name
                   2149: 
                   2150:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   2151:          types/pa_vmethod_frame.h: method call exceptions improved as
                   2152:          method now keeps its name
                   2153: 
                   2154:        * tests/: 224.html, 239.html, results/224.processed,
                   2155:          results/239.processed: tests and tests results updated after
                   2156:          Request::construct exception changed
                   2157: 
                   2158:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   2159:          exception optimized
                   2160: 
                   2161:        * tests/: 371.html, results/371.processed: test for
                   2162:          WWrapper.get_element call in $.name.key[value] code added
                   2163:          (related to feature #1091)
                   2164: 
                   2165:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   2166:          in $.name.key[value] code (related to feature #1091)
                   2167: 
                   2168: 2016-11-29  moko
                   2169: 
                   2170:        * src/classes/op.C: VS warning war
                   2171: 
                   2172:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   2173:          C4239: nonstandard extension used : 'return' : conversion from
                   2174:          'Value' to 'Value &' (related to feature #1020)
                   2175: 
                   2176:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   2177:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   2178:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   2179:          to feature #1020)
                   2180: 
                   2181:        * src/main/execute.C: VS warning war
                   2182: 
                   2183:        * src/targets/cgi/parser3.C: VS compatibility fix
                   2184: 
                   2185:        * src/include/pa_request.h: VS warning war
                   2186: 
                   2187:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   2188:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   2189: 
                   2190:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   2191:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   2192:          $.stdin[$binary_file] (fixes bug #1044)
                   2193: 
                   2194: 2016-11-28  moko
                   2195: 
                   2196:        * src/main/pa_exec.C: whitespace
                   2197: 
                   2198:        * src/main/pa_request.C: whitespace
                   2199: 
                   2200:        * tests/: 369.html, results/369.processed: test for
                   2201:          $response:status usage added (related to feature #1099)
                   2202: 
                   2203:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   2204:          if < 100 (implements feature #1099)
                   2205: 
                   2206:        * src/targets/cgi/parser3.C: whitespace
                   2207: 
                   2208:        * src/targets/cgi/parser3.C: whitespace
                   2209: 
                   2210:        * tests/: 368.html, results/368.processed: test updated after
                   2211:          ^reflection:filename[$method] added (related to feature #1053)
                   2212: 
                   2213:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2214:          main/compile.y, main/execute.C, main/pa_request.C,
                   2215:          types/pa_vclass.h: filename -> filespec,
                   2216:          ^reflection:filename[$method] added (related to feature #1053)
                   2217: 
                   2218: 2016-11-27  moko
                   2219: 
                   2220:        * tests/: 368.html, results/368.processed: test for
                   2221:          reflection:filename[$class or object] added (related to feature
                   2222:          #1053)
                   2223: 
                   2224:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   2225:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   2226:          object] added (implements feature #1053)
                   2227: 
                   2228: 2016-11-26  moko
                   2229: 
                   2230:        * src/: include/pa_request_info.h,
                   2231:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2232:          remove_absolute_uri -> strip_absolute_uri
                   2233: 
                   2234: 2016-11-25  moko
                   2235: 
                   2236:        * src/: include/pa_request_info.h,
                   2237:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2238:          request_info.remove_absolute_uri added to remove possible
                   2239:          http://site.name/ from $request:uri (implements feature #1112)
                   2240: 
                   2241: 2016-11-24  moko
                   2242: 
                   2243:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   2244:          previous request headers clearing after redirect added (related
                   2245:          to bug #1109)
                   2246: 
                   2247:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   2248:          response headers from previous requests are now cleared, only
                   2249:          last request headers are collected (fixes bug #1109)
                   2250: 
                   2251:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   2252:          tests results updated as method name now added to the resulting
                   2253:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2254:          feature #1068)
                   2255: 
                   2256:        * src/classes/reflection.C: method name now added to the resulting
                   2257:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2258:          feature #1068)
                   2259: 
                   2260:        * tests/results/366.processed: test for native and parser
                   2261:          implementation of ^use[] logic (related to feature #1074)
                   2262: 
                   2263:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   2264:          for native and parser implementation of ^use[] logic (related to
                   2265:          feature #1074)
                   2266: 
                   2267: 2016-11-23  moko
                   2268: 
                   2269:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   2270:          main/pa_request.C: @USE file now implemented as ^use[file;
                   2271:          $.origin[origin_file] ] (implements feature #1074)
                   2272: 
1.109     moko     2273: 2016-11-21  moko
                   2274: 
1.110     moko     2275:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   2276:          3.4.4 and $caller.method now tested (related to feature #1110)
                   2277: 
                   2278:        * tests/: 364.html, results/364.processed: $caller usage in
                   2279:          different contexts now tested (related to feature #1110)
                   2280: 
                   2281:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   2282: 
                   2283:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   2284: 
1.109     moko     2285:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   2286:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   2287:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   2288:          used (implements feature #1110)
                   2289: 
                   2290: 2016-11-20  moko
                   2291: 
                   2292:        * src/types/pa_vdouble.h: whitespace
                   2293: 
                   2294: 2016-11-11  moko
                   2295: 
                   2296:        * tests/: 363.html, results/363.processed: more tests for feature
                   2297:          #1091 (how parser methods work in expression context)
                   2298: 
                   2299:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   2300:          expressions strings are now written as strings, not values by
                   2301:          write_as_string (related to feature #1091)
                   2302: 
                   2303:        * src/classes/op.C: to make more correct behavour in expression
                   2304:          context
                   2305: 
                   2306: 2016-11-07  moko
                   2307: 
                   2308:        * tests/: 362.html, results/362.processed: test for
                   2309:          xsltParseStylesheetDoc caching as xsl modification after it added
                   2310:          (related to bug #1108)
                   2311: 
                   2312:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   2313:          result now cached as xdoc is modified after it (fixes bug #1108)
                   2314: 
                   2315: 2016-11-06  moko
                   2316: 
                   2317:        * src/types/pa_vxdoc.h: whitespace
                   2318: 
                   2319: 2016-11-05  moko
                   2320: 
                   2321:        * src/types/pa_vmethod_frame.h: cleanup
                   2322: 
                   2323: 2016-11-03  moko
                   2324: 
                   2325:        * tests/results/244.processed: more correct exception after method
                   2326:          frames separation
                   2327: 
                   2328:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   2329: 
                   2330:        * src/types/pa_method.h: optimization: params_count added
                   2331: 
                   2332:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   2333:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   2334:          types/pa_value.C, types/pa_vmethod_frame.C,
                   2335:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   2336:          VMethodFrame now divided into VNativeMethodFrame,
                   2337:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   2338:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   2339:          and used (related to feature #1104)
                   2340: 
                   2341: 2016-11-02  moko
                   2342: 
                   2343:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   2344:          classes/double.C, classes/file.C, classes/hash.C,
                   2345:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2346:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2347:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   2348:          classes/regex.C, classes/string.C, classes/table.C,
                   2349:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   2350:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   2351:          r.write (implements feature #1091)
                   2352: 
                   2353:        * src/main/execute.C: cleanup (related to feature #1104)
                   2354: 
                   2355:        * src/: include/pa_request.h, main/execute.C,
                   2356:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   2357:          added, in_expression removed (implements feature #1104)
                   2358: 
                   2359: 2016-10-31  moko
                   2360: 
                   2361:        * src/types/pa_value.C: whitespace
                   2362: 
                   2363: 2016-10-28  moko
                   2364: 
                   2365:        * tests/results/244.processed: updated after error reporting fixed
                   2366:          in pa_wcontext.C
                   2367: 
                   2368:        * src/types/pa_wcontext.C: error reporting fixed
                   2369: 
                   2370:        * src/types/pa_wcontext.h: whitespace
                   2371: 
                   2372:        * src/classes/image.C: not fully readed entries are no longer
                   2373:          processed (fixes bug #1106)
                   2374: 
                   2375: 2016-10-26  moko
                   2376: 
                   2377:        * src/classes/image.C: whitespace
                   2378: 
                   2379:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   2380:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   2381:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   2382:          longer required (related to feature #1091)
                   2383: 
                   2384:        * tests/results/: 264.processed, 350.processed: test results update
                   2385:          reverted (whitespace optimization) after write_no_lang removed :)
                   2386:          (related to feature #1091)
                   2387: 
                   2388:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   2389:          classes/string.C, classes/table.C, classes/void.C,
                   2390:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   2391:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   2392:          equal write_pass_lang (related to feature #1091)
                   2393: 
                   2394:        * tests/results/: 264.processed, 350.processed: test results
                   2395:          updated (whitespace optimization) after write_assign_lang removed
                   2396:          (related to feature #1091)
                   2397: 
                   2398:        * tests/: 361.html, results/361.processed: test for non-string
                   2399:          ^untaint added (related to feature #1091)
                   2400: 
                   2401:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2402:          classes/hash.C, classes/op.C, classes/string.C,
                   2403:          include/pa_request.h, main/execute.C: optimization:
                   2404:          write_assign_lang removed as not required (first part of feature
                   2405:          #1091 implementation)
                   2406: 
1.108     moko     2407: 2016-10-12  moko
                   2408: 
                   2409:        * tests/: 360.html, results/360.processed: more test code (related
                   2410:          to feature #1104)
                   2411: 
                   2412:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   2413:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   2414:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   2415:          WContext is next task (implements feature #1104)
                   2416: 
                   2417:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   2418:          / CO_WITHOUT_WCONTEXT
                   2419: 
                   2420:        * tests/: 360.html, results/360.processed: test for in expression
                   2421:          state (related to feature #1104)
                   2422: 
                   2423: 2016-10-11  moko
                   2424: 
                   2425:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   2426: 
                   2427:        * src/classes/op.C: default value removed from initializer
                   2428: 
                   2429:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   2430: 
                   2431:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   2432: 
                   2433: 2016-10-10  moko
                   2434: 
                   2435:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   2436:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   2437:          to feature #42)
                   2438: 
                   2439:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   2440:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   2441: 
                   2442: 2016-10-08  moko
                   2443: 
                   2444:        * src/classes/double.C: whitespace
                   2445: 
                   2446: 2016-10-07  moko
                   2447: 
                   2448:        * src/types/pa_vmethod_frame.h: reorder
                   2449: 
                   2450: 2016-10-06  moko
                   2451: 
                   2452:        * src/classes/date.C: typo
                   2453: 
                   2454:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   2455: 
                   2456:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2457:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   2458:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   2459:          Value*
                   2460: 
                   2461:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   2462: 
                   2463:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   2464:          removed; first as_* code rewrite
                   2465: 
                   2466: 2016-10-05  moko
                   2467: 
                   2468:        * src/include/pa_request.h: whitespace
                   2469: 
                   2470:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   2471:          intercept_string added (related to feature #1097)
                   2472: 
                   2473:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   2474:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2475:          optimization: intercept_string removed (implements feature #1097)
                   2476: 
                   2477:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   2478: 
                   2479:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   2480:          from VCodeFrame and WWrapper as not required
                   2481: 
                   2482: 2016-10-04  moko
                   2483: 
                   2484:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   2485:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   2486:          classes/int.C, classes/json.C, classes/op.C,
                   2487:          classes/reflection.C, classes/string.C, classes/table.C,
                   2488:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2489:          proces_to_value -> process after StringOrValue removed (related
                   2490:          to feature #1020)
                   2491: 
                   2492:        * src/classes/form.C: whitespace
                   2493: 
                   2494:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   2495: 
                   2496:        * tests/: 357.html, 358.html, results/357.processed,
                   2497:          results/358.processed, results/auto.p: test for @conf
                   2498:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   2499: 
                   2500: 2016-10-03  moko
                   2501: 
                   2502:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   2503:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   2504:          supported (implements feature #42)
                   2505: 
                   2506:        * src/types/pa_vregex.h: no reason for VRegex to be
                   2507:          is_evaluated_expr
                   2508: 
                   2509:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   2510:          (implements feature #1095)
                   2511: 
                   2512: 2016-10-01  moko
                   2513: 
                   2514:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   2515:          false by default (related to feature #1089)
                   2516: 
                   2517: 2016-09-30  moko
                   2518: 
                   2519:        * src/types/pa_wcontext.h: cleanup
                   2520: 
                   2521: 2016-09-29  moko
                   2522: 
                   2523:        * src/main/execute.C: whitespace
                   2524: 
                   2525:        * src/include/pa_request.h: whitespace
                   2526: 
                   2527:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2528:          classes/op.C, classes/table.C, include/pa_request.h,
                   2529:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   2530:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   2531:          StringOrValue removed as it just slows down and adds complexity
                   2532:          (implements feature #1020)
                   2533: 
                   2534: 2016-09-28  moko
                   2535: 
                   2536:        * tests/: 356.html, results/266.processed, results/321.processed,
                   2537:          results/356.processed: tests updated after name was added to
                   2538:          method_info hash, test for ^reflection:method_info[junction]
                   2539:          added (related to feature #1068)
                   2540: 
                   2541:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   2542:          supported, method name added to the resulting hash (implements
                   2543:          feature #1068)
                   2544: 
                   2545:        * tests/: 276.html, results/276.processed: more tests for
                   2546:          ^reflection:delete[]
                   2547: 
                   2548:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   2549:          didn't work on class and could damage native objects (like file)
                   2550: 
                   2551: 2016-09-26  moko
                   2552: 
                   2553:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   2554:          results/345.processed, results/346-curl.processed,
                   2555:          results/347-curl.processed, results/348.processed: numbers added
                   2556:          to simplify diff analysis
                   2557: 
                   2558:        * tests/: 352.html, results/352.processed: test result updated as
                   2559:          method name used
                   2560: 
                   2561:        * src/classes/reflection.C: method name used
                   2562: 
                   2563:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   2564:          its name
                   2565: 
                   2566:        * src/types/pa_method.h: whitespace
                   2567: 
                   2568:        * src/classes/reflection.C: both method and field with one name can
                   2569:          exist.
                   2570: 
                   2571:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   2572:          feature #1089)
                   2573: 
                   2574:        * tests/: 355.html, results/355.processed: property appears in
                   2575:          derived class if added in base test added
                   2576: 
                   2577:        * src/types/pa_vstateless_class.h: get_method declaration +
                   2578:          whitespace
                   2579: 
                   2580:        * tests/: 354.html, results/354.processed: nice test from method
                   2581:          and property with one name in class added
                   2582: 
                   2583: 2016-09-23  moko
                   2584: 
                   2585:        * src/classes/reflection.C: ^reflection:method usage documented
                   2586: 
                   2587: 2016-09-22  moko
                   2588: 
                   2589:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   2590:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   2591:          compile warning and GPF occures on VS2003 (related to feature
                   2592:          #1087)
                   2593: 
                   2594:        * tests/: 350.html, results/350.processed: test added for
                   2595:          $.encloser[] support in ^table::create (related to feature #11)
                   2596: 
                   2597:        * src/classes/table.C: another minor fix (related to feature #11)
                   2598: 
1.107     moko     2599: 2016-09-21  moko
                   2600: 
                   2601:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   2602: 
                   2603:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2604:          classes/json.C, classes/string.C, classes/table.C,
                   2605:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2606:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2607:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   2608:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   2609:          pa_charsets, vs2015 warning war
                   2610: 
                   2611:        * src/classes/table.C: vs2015 warning war
                   2612: 
                   2613:        * src/types/pa_vdate.C: vs2015 warning war
                   2614: 
                   2615:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   2616: 
                   2617:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   2618:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   2619: 
                   2620:        * src/main/pa_common.C: vs2015 compilation fixes
                   2621: 
                   2622:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   2623:          vs2015 compilation fixes
                   2624: 
                   2625:        * src/main/pa_charset.C: vs2015 warning war
                   2626: 
                   2627:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   2628: 
                   2629:        * src/main/pa_charset.C: vs2015 warning war
                   2630: 
                   2631:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   2632: 
                   2633:        * src/types/pa_vdate.C: vs2015 compilation fix
                   2634: 
                   2635:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   2636: 
                   2637:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   2638:          VS2015 compilation fixes
                   2639: 
                   2640:        * src/classes/table.C: minor fix (related to feature #11)
                   2641: 
                   2642:        * tests/results/282.processed: no longer skipping extra enclosers
                   2643:          (related to feature #11)
                   2644: 
                   2645:        * src/classes/table.C: minor fix + no longer skipping extra
                   2646:          enclosers (related to feature #11)
                   2647: 
                   2648:        * src/classes/table.C: minor optimization (related to feature #11)
                   2649: 
                   2650:        * src/classes/table.C: minor fix and optimization (related to
                   2651:          feature #11)
                   2652: 
                   2653: 2016-09-20  moko
                   2654: 
                   2655:        * tests/: 353.html, results/353.processed: test for
                   2656:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   2657:          added (related to bug #1090)
                   2658: 
                   2659:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   2660:          one_big_piece (fixes bug #1090)
                   2661: 
                   2662:        * tests/: 229.html, results/229.processed: code coverage tests
                   2663: 
                   2664:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   2665:          body) was called
                   2666: 
                   2667:        * src/classes/op.C: whitespace
                   2668: 
                   2669:        * tests/: 323.html, results/323.processed: test for code junction
                   2670:          should not be returned by ^reflection:class, ^reflection:base
                   2671: 
                   2672:        * src/classes/reflection.C: bugfix: code junction should not be
                   2673:          returned by ^reflection:class, ^reflection:base
                   2674: 
                   2675:        * tests/: 323.html, 352.html, results/352.processed: no more
                   2676:          exception for ^reflection:method[class;no-such-method] (related
                   2677:          to feature #1087)
                   2678: 
                   2679:        * src/classes/reflection.C:
                   2680:          ^reflection:method[class;no-such-method] : exception -> void
                   2681:          (related to feature #1087)
                   2682: 
                   2683:        * src/include/pa_request.h: request::write_value added to allow
                   2684:          write value without convertion (related to issue #1091)
                   2685: 
                   2686: 2016-09-19  moko
                   2687: 
                   2688:        * src/main/pa_random.C: windows build fix
                   2689: 
                   2690:        * src/types/pa_vhash.h: warning war
                   2691: 
                   2692: 2016-09-14  moko
                   2693: 
                   2694:        * tests/: 352.html, 552.html, results/352.processed,
                   2695:          results/552.processed: test for ^reflection:method[] extension
                   2696:          added (related to feature #1087)
                   2697: 
                   2698:        * tests/: 552.html, results/552.processed: test for
                   2699:          ^reflection:method[] extension added (related to feature #1087)
                   2700: 
                   2701:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   2702:          dynamic_cast check added (related to feature #1087)
                   2703: 
                   2704:        * tests/: 351.html, results/351.processed: test for @auto[]
                   2705:          inheritance bug diring ^process[] added (related to bug #1088)
                   2706: 
                   2707:        * src/: classes/op.C, main/pa_request.C,
                   2708:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   2709:          disable it inheritance during ^process (fixes bug #1088)
                   2710: 
                   2711:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   2712:          added (implements feature #1087)
                   2713: 
                   2714: 2016-09-13  moko
                   2715: 
                   2716:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   2717:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   2718:          to feature #1086)
                   2719: 
                   2720:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   2721:          types/pa_vobject.C: objects now are not class instances, but have
                   2722:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   2723:          in @conf (implements feature #1086)
                   2724: 
                   2725: 2016-09-08  moko
                   2726: 
                   2727:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   2728:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   2729:          include/pa_string.h: cleanup: string::split limit argument
                   2730:          removed as no longer required, pos_after no longer reference
                   2731:          (related to feature #11)
                   2732: 
                   2733:        * src/classes/table.C, tests/results/348.processed: now exception
                   2734:          is rised when invalid option is passed to ^table::create[]
                   2735: 
                   2736:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   2737:          coverage tests
                   2738: 
                   2739:        * tests/: 348.html, results/348.processed: code coverage tests
                   2740:          added
                   2741: 
                   2742:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   2743:          tests
                   2744: 
                   2745:        * tests/: 035.html, results/035.processed, results/272.processed:
                   2746:          tests updated after $.encloser[] support for ^table::create
                   2747:          implementation (related to feature #11)
                   2748: 
                   2749:        * src/classes/table.C: $.encloser[] support for ^table::create
                   2750:          finally added (implements feature #11)
                   2751: 
                   2752: 2016-09-07  moko
                   2753: 
                   2754:        * src/include/pa_string.h: added StringSplitHelper as friend
                   2755:          (related to feature #11)
                   2756: 
                   2757:        * src/include/pa_string.h: body and langs now protected, not
                   2758:          private to allow inheritance (related to feature #11)
                   2759: 
                   2760:        * src/classes/table.C: lsplit optimized before cloning for
                   2761:          ^table::create with $.encloser[] (related to feature #11)
                   2762: 
                   2763:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   2764:          added and used (related to feature #11)
                   2765: 
                   2766:        * src/classes/table.C: spelling:
                   2767: 
                   2768:          TableSeparators -> TableControlChars column -> separator
                   2769:          separators -> control_chars
                   2770: 
                   2771: 2016-09-06  moko
                   2772: 
                   2773:        * src/main/pa_string.C: whitespace
                   2774: 
                   2775:        * src/main/pa_string.C: whitespace
                   2776: 
                   2777: 2016-09-01  moko
                   2778: 
                   2779:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   2780:          results OS-independent
                   2781: 
                   2782:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   2783:          compiler (related to feature #1042)
                   2784: 
                   2785: 2016-08-15  moko
                   2786: 
                   2787:        * src/include/pa_string.h: whitespace
                   2788: 
                   2789:        * src/classes/table.C: whitespace
                   2790: 
1.106     moko     2791: 2016-08-05  moko
                   2792: 
                   2793:        * tests/: 344.html, results/344.processed: test for
                   2794:          ^hash::create[$file] added (related to feature #1075)
                   2795: 
                   2796:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   2797:          supported (implements feature #1075)
                   2798: 
                   2799: 2016-08-04  moko
                   2800: 
                   2801:        * tests/: 341.html, results/341.processed: more code coverage tests
                   2802: 
                   2803:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2804:          coverage tests for curl
                   2805: 
                   2806:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2807:          coverage tests for curl
                   2808: 
                   2809:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   2810:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   2811:          test added
                   2812: 
                   2813:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   2814:          coverage tests for curl
                   2815: 
                   2816: 2016-08-03  moko
                   2817: 
                   2818:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   2819:          until it will be loaded, allowing to find existing library.
                   2820: 
                   2821:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   2822:          results/347-curl.processed: more code coverage tests for curl
                   2823: 
                   2824:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   2825:          results/339-curl.processed, results/346-curl.processed: curl
                   2826:          functionality tests
                   2827: 
                   2828: 2016-08-02  moko
                   2829: 
                   2830:        * tests/: 339.html, results/339.processed: test for tables in
                   2831:          ^file:load[] and ^curl:load[] (commented) added (related to
                   2832:          feature #1042)
                   2833: 
                   2834:        * tests/: 345.html, results/345.processed: code coverage tests for
                   2835:          file class
                   2836: 
                   2837:        * tests/: 344.html, results/344.processed: code coverage tests
                   2838: 
                   2839:        * tests/: 344.html, results/344.processed: mdate removed from
                   2840:          output
                   2841: 
                   2842:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   2843:          fcontent.is_text_mode() if not set (related to feature #1061)
                   2844: 
                   2845:        * tests/: 344.html, results/344.processed: more tests
                   2846: 
                   2847:        * tests/: 343.html, 344.html, results/343.processed,
                   2848:          results/344.processed: tests for ^file::create[ $.from-charset
                   2849:          and $.to-charset ] (related to feature #1061)
                   2850: 
                   2851:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2852:          aset_text_mode argument optimized
                   2853: 
                   2854:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2855:          checkBOM now used in detect_binary_content (related to feature
                   2856:          #1061)
                   2857: 
                   2858:        * src/main/pa_request.C: load_charset no longer required to_upper
                   2859: 
                   2860:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   2861:          preserves original file mode (if no $.mode specified)
                   2862: 
                   2863:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2864:          ^file::create now supports $.from-charset[] and $.to-charset
                   2865:          options (implements feature #1061), automatic transcode is done
                   2866:          if text file is created from binary file and charset is detected.
                   2867: 
                   2868: 2016-07-30  moko
                   2869: 
                   2870:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   2871:          feature #1057)
                   2872: 
                   2873:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   2874:          added (related to feature #1057)
                   2875: 
                   2876:        * tests/: 286.html, results/286.processed: code tests coverage
                   2877: 
                   2878: 2016-07-29  moko
                   2879: 
                   2880:        * src/classes/table.C: table size should be checked inside menu and
                   2881:          foreach (related to feature #858)
                   2882: 
                   2883:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   2884:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2885:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   2886:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   2887:          charsets.get now does str_upper inside (related to feature #1061)
                   2888: 
                   2889:        * tests/: 342.html, results/342.processed: more code coverage tests
                   2890: 
                   2891:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   2892:          + foreach test added (related to feature #858)
                   2893: 
                   2894:        * tests/: 341.html, results/341.processed: tests for
                   2895:          ^table.hash[]{code} added + code coverage tests (related to
                   2896:          feature #1057)
                   2897: 
                   2898:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   2899:          value} support (implements feature #1057)
                   2900: 
                   2901:        * src/classes/table.C: whitespace
                   2902: 
                   2903: 2016-07-28  moko
                   2904: 
                   2905:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   2906:          from URL, if not specified query string removed from url-based
                   2907:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   2908:          #1042)
                   2909: 
                   2910: 2016-07-27  moko
                   2911: 
                   2912:        * tests/: 340.html, results/340.processed: test for
                   2913:          transcode_text_result=false added (related to issue #1042)
                   2914: 
                   2915: 2016-07-26  moko
                   2916: 
                   2917:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2918:          is folder and ends with /) (related to feature #1042)
                   2919: 
                   2920:        * src/main/pa_http.C: whitespace optimizaion
                   2921: 
                   2922:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2923:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2924:          multiple headers, ^file::load supports headers transcoding
                   2925:          (implements feature #1042)
                   2926: 
                   2927: 2016-07-25  moko
                   2928: 
                   2929:        * src/include/pa_common.h: PA_DEFAULT added
                   2930: 
                   2931: 2016-07-22  moko
                   2932: 
                   2933:        * tests/: 338.html, results/338.processed: test for
                   2934:          $date.field(value) added (related to feature #1066)
                   2935: 
                   2936:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2937:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2938:          feature #1066)
                   2939: 
1.105     moko     2940: 2016-07-21  moko
                   2941: 
                   2942:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2943:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2944:          arguments removed; image.C - absolute path shown in exception
                   2945:          (implements feature #1071)
                   2946: 
                   2947:        * tests/: 235.html, results/235.processed: test and test result
                   2948:          updated after static boundary in mail and Errors-To: mail header
                   2949:          removed (related to feature #1047)
                   2950: 
                   2951:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2952:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2953:          used, static boundary in mail removed, Errors-To: mail header
                   2954:          removed (implements feature #1047)
                   2955: 
                   2956: 2016-07-20  moko
                   2957: 
                   2958:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2959:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2960:          issue #1051)
                   2961: 
                   2962:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   2963:          request.classes(): Value -> VStateless_class, part 2 (related to
                   2964:          issue #1051)
                   2965: 
                   2966:        * tests/results/: 224.processed, 323.processed: classes without
                   2967:          methods should not be methoded (related to issue #1051)
                   2968: 
                   2969:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   2970:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   2971:          -> VStateless_class, part 1 (related to issue #1051)
                   2972: 
                   2973:        * tests/: 337.html, results/337.processed: test for
                   2974:          ^reflection:fields_reference[] and VHashReference class added
                   2975:          (related to feature #1072)
                   2976: 
                   2977:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2978:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2979:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2980:          implementation (closes feature #1072)
                   2981: 
                   2982: 2016-07-19  moko
                   2983: 
                   2984:        * tests/: 323.html, results/323.processed: we want to see
                   2985:          "methoded"
                   2986: 
                   2987:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2988:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2989:          #1059)
                   2990: 
                   2991:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2992:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2993:          somebody_entered_some_class, $BASE:property works again,
                   2994:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2995: 
                   2996: 2016-07-14  moko
                   2997: 
                   2998:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2999:          added
                   3000: 
                   3001:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   3002:          feature: ^hash.contains[_default] added (implements feature
                   3003:          #1055)
                   3004: 
                   3005: 2016-07-13  moko
                   3006: 
                   3007:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   3008:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   3009: 
                   3010: 2016-07-05  moko
                   3011: 
                   3012:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   3013:          in ^hash.foreach (related to feature #1073)
                   3014: 
                   3015: 2016-07-04  moko
                   3016: 
                   3017:        * tests/: 134.html, 281.html, results/134.processed,
                   3018:          results/281.processed: tests updated after hash blocking removed
                   3019:          (related to feature #1073)
                   3020: 
                   3021:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   3022:          no longer blocks on change during foreach (implements feature
                   3023:          #1073)
                   3024: 
                   3025: 2016-06-17  moko
                   3026: 
                   3027:        * tests/: 330.html, results/330.processed: try exception source
                   3028:          test added (related to bug in #1062)
                   3029: 
                   3030:        * tests/: 334.html, results/334.processed: Exception stack trace
                   3031:          test added (related to bug in $1062)
                   3032: 
                   3033:        * src/classes/op.C: Exception trace now correctly restored and
                   3034:          errors reported (related to bug #1062)
                   3035: 
1.104     moko     3036: 2016-05-25  moko
                   3037: 
                   3038:        * src/main/compile.y: minor cleanup + beauty
                   3039: 
                   3040: 2016-05-24  moko
                   3041: 
                   3042:        * tests/: 333.html, results/333.processed: more exceptions testing
                   3043: 
                   3044:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   3045:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   3046:          features #1056, #1026)
                   3047: 
                   3048:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   3049:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   3050:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   3051:          (implements feature #1056)
                   3052: 
                   3053:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3054:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   3055:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   3056:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   3057:          feature #1026)
                   3058: 
                   3059:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   3060:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   3061:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   3062:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   3063:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   3064:          feature #1026)
                   3065: 
                   3066:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3067:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   3068:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   3069:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   3070: 
                   3071:        * src/main/main.vcproj: + ps_symbols
                   3072: 
                   3073:        * src/: include/Makefile.am, include/pa_string.h,
                   3074:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   3075:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   3076:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3077:          types/pa_vstateless_class.C: initial implementation for symbols
                   3078:          cache (related to feature #1026)
                   3079: 
                   3080:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   3081: 
                   3082:        * src/main/pa_globals.C: minor cleanup
                   3083: 
                   3084: 2016-05-19  moko
                   3085: 
                   3086:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   3087:          (related to feature #1046)
                   3088: 
                   3089:        * tests/: 331.html, results/331.processed: test for
                   3090:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   3091:          (related to feature #1051)
                   3092: 
                   3093:        * src/main/compile.y:
                   3094:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   3095:          (implements feature #1054)
                   3096: 
                   3097: 2016-05-18  moko
                   3098: 
                   3099:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   3100:          "column not found" exception for ^table.no-such-method[] (related
                   3101:          to feature #1046)
                   3102: 
                   3103:        * tests/: 261.html, results/261.processed: test added and updated
                   3104:          after feature #1046 implementation
                   3105: 
                   3106:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   3107:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   3108:          ^string.contains added for hash compatibility, $string.method no
                   3109:          longer returns stting method (implements feature #1046)
                   3110: 
                   3111: 2016-05-12  moko
                   3112: 
                   3113:        * src/classes/curl.C: content-type response header no longer
                   3114:          ignored (fixes issue #1045)
                   3115: 
                   3116:        * tests/: 330.html, results/330.processed: test for incomplete
                   3117:          finally execution when break occures added (related to issue
                   3118:          #1077)
                   3119: 
                   3120:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   3121:          executing catch and finally code (fixes issue #1062)
                   3122: 
                   3123: 2016-05-11  moko
                   3124: 
                   3125:        * tests/: 329.html, results/329.processed: test for invalid
                   3126:          ^break[] behavour added (bug #1077)
                   3127: 
                   3128:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   3129: 
                   3130: 2016-04-24  moko
                   3131: 
                   3132:        * src/types/pa_vstateless_class.h: warning war
                   3133: 
                   3134: 2016-04-17  moko
                   3135: 
                   3136:        * tests/: 328.html, results/328.processed: test for
                   3137:          ^break(condition) and ^continue(condition) (related to feature
                   3138:          #1063)
                   3139: 
                   3140:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   3141:          implemented (feature #1063)
                   3142: 
                   3143: 2016-04-12  moko
                   3144: 
                   3145:        * tests/results/280.processed: ordered hash now used for class
                   3146:          methods and properties (test results updated for feature #1069)
                   3147: 
                   3148:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   3149:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   3150:          failed (related to issue #1051)
                   3151: 
                   3152:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   3153:          are printed to check inheritance (related to feature #1051)
                   3154: 
1.103     moko     3155: 2016-04-09  moko
                   3156: 
                   3157:        * tests/results/320.processed: ordered hash now used for class
                   3158:          methods and properties (test results updated for feature #1069)
                   3159: 
                   3160:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   3161:          methods and properties (implements feature #1069)
                   3162: 
                   3163:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   3164:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   3165:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   3166:          feature #1051)
                   3167: 
                   3168: 2016-04-07  moko
                   3169: 
                   3170:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   3171:          (related to feature #1051)
                   3172: 
                   3173:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   3174:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   3175:          string constants deduplication (related to feature #1051)
                   3176: 
                   3177:        * tests/results/224.processed: test result updated (related to
                   3178:          feature #1051)
                   3179: 
                   3180:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   3181:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   3182:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   3183:          types/pa_vstatus.h: classes hash now contains only
                   3184:          VStateless_class derived objects, .CLASS is also allways
                   3185:          VStateless_class derived object (related to feature #1051).
                   3186: 
                   3187: 2016-04-06  moko
                   3188: 
                   3189:        * tests/results/323.processed: test result updated after feature
                   3190:          #1051 implementation
                   3191: 
                   3192:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   3193:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3194:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   3195:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   3196:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3197:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   3198:          classes, type() moved from VStateless_class to VClass and
                   3199:          Methoded (implements feature #1051)
                   3200: 
                   3201: 2016-04-04  moko
                   3202: 
                   3203:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   3204:          beauty: put_class added (related to feature #1051)
                   3205: 
                   3206: 2016-04-01  moko
                   3207: 
                   3208:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3209:          229.processed, 244.processed, 246.processed, 316.processed: test
                   3210:          results updated as class.type() removed from error messages, only
                   3211:          type() left (related to feature #1051)
                   3212: 
                   3213:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   3214:          classes/op.C, classes/reflection.C, main/compile.y,
                   3215:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   3216:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   3217:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   3218:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   3219:          from VStateless_class, type() is used instead (related to feature
                   3220:          #1051)
                   3221: 
                   3222:        * src/classes/mail.C: old logic restored.
                   3223: 
                   3224:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3225:          classes/classes.h, classes/curl.C, classes/date.C,
                   3226:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3227:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3228:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3229:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   3230:          classes/regex.C, classes/response.C, classes/string.C,
                   3231:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3232:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   3233:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   3234:          feature #1051)
                   3235: 
                   3236: 2016-03-30  moko
                   3237: 
                   3238:        * tests/: 327.html, results/224.processed, results/327.processed:
                   3239:          test for TZ specification in ^date::create[], TZ is kept during
                   3240:          ^date::create[$dt] (related to feature #1048)
                   3241: 
                   3242:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   3243:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   3244:          feature #1048)
                   3245: 
                   3246: 2016-03-29  moko
                   3247: 
                   3248:        * tests/: 315.html, results/315.processed: test for timezone format
                   3249:          +HHmm added (related to feature #1065)
                   3250: 
                   3251:        * src/classes/date.C: timezone format +HHmm now supported
                   3252:          (implements feature #1065)
                   3253: 
                   3254: 2016-03-28  moko
                   3255: 
                   3256:        * tests/: 202.html, results/131.processed, results/202.processed,
                   3257:          results/224.processed, results/256.processed,
                   3258:          results/315.processed: test results updated after %.2d now
                   3259:          default for hours offset in iso-string (was %2d), test for
                   3260:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3261:          added (related to feature #1065)
                   3262: 
                   3263: 2016-03-27  moko
                   3264: 
                   3265:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   3266:          feature #1065)
                   3267: 
                   3268:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3269:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3270:          added (implements feature #1065)
                   3271: 
                   3272: 2016-03-24  moko
                   3273: 
                   3274:        * tests/: 202.html, results/202.processed: test $date.week added
                   3275:          (related to bug #1067)
                   3276: 
                   3277:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   3278:          date (fix for bug #1067)
                   3279: 
                   3280: 2016-03-10  moko
                   3281: 
                   3282:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   3283: 
1.102     moko     3284: 2015-12-07  moko
                   3285: 
                   3286:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   3287:          .CLASS_NAME optimization added (related to feature #844)
                   3288: 
                   3289: 2015-11-17  moko
                   3290: 
                   3291:        * tests/: 323.html, results/323.processed: order added
                   3292: 
                   3293:        * tests/: 325.html, results/325.processed: double range test added
                   3294:          (related to bug #1049)
                   3295: 
                   3296: 2015-11-16  moko
                   3297: 
                   3298:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   3299:          added to disallow NaN and Infinity (fixes bug #1049)
                   3300: 
                   3301: 2015-11-11  moko
                   3302: 
                   3303:        * tests/324.html: parser 3.4.3 execution support added (related to
                   3304:          feature #1017)
                   3305: 
                   3306:        * tests/: 324.html, results/324.processed: test for
                   3307:          GET_ELEMENT4CALL feature added (feature #1017)
                   3308: 
1.101     moko     3309: 2015-10-29  moko
                   3310: 
                   3311:        * operators.txt: updated for 3.4.4
                   3312: 
                   3313:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   3314: 
                   3315:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   3316:          (related to bug #1043)
                   3317: 
                   3318: 2015-10-28  moko
                   3319: 
                   3320:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   3321:          hangup during ^file::exec (fixes bug #1043)
                   3322: 
1.100     moko     3323: 2015-10-27  moko
                   3324: 
                   3325:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   3326: 
1.99      moko     3327: 2015-10-26  moko
                   3328: 
1.100     moko     3329:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   3330:          (related to issue #1041)
                   3331: 
                   3332:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   3333:          Copyright year updated
                   3334: 
1.99      moko     3335:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   3336:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   3337:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3338:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   3339:          classes/mail.C, classes/math.C, classes/memcached.C,
                   3340:          classes/memory.C, classes/op.C, classes/reflection.C,
                   3341:          classes/regex.C, classes/response.C, classes/string.C,
                   3342:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   3343:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   3344:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3345:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3346:          include/pa_dictionary.h, include/pa_dir.h,
                   3347:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3348:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3349:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3350:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3351:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3352:          include/pa_sapi.h, include/pa_socks.h,
                   3353:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3354:          include/pa_stack.h, include/pa_string.h,
                   3355:          include/pa_stylesheet_connection.h,
                   3356:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   3357:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   3358:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   3359:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   3360:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   3361:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   3362:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   3363:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   3364:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3365:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   3366:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   3367:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   3368:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   3369:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3370:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3371:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3372:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   3373:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   3374:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   3375:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   3376:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   3377:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   3378:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   3379:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3380:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   3381:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   3382:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   3383:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   3384:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3385:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   3386:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   3387:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   3388:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   3389:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   3390:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   3391:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3392:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3393:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3394:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3395:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3396:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3397:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3398:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3399:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3400:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3401:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   3402: 
                   3403:        * src/targets/cgi/parser3.C: year updated
                   3404: 
                   3405:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   3406:          issue #1041)
                   3407: 
                   3408:        * tests/: 323.html, results/323.processed: test for base classes
                   3409:          added
                   3410: 
                   3411:        * tests/: 261.html, results/261.processed: updated after better
                   3412:          error reporting done for $string.key exception
                   3413: 
                   3414:        * src/types/pa_vstring.h: better error report for $string.key
                   3415:          exception
                   3416: 
                   3417:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   3418:          copied as VObject::get_element4call to remove extra virtual call
                   3419: 
                   3420:        * tests/: 322.html, results/322.processed: test for
                   3421:          ^reflection:is[] added (related to feature #1041)
                   3422: 
                   3423:        * src/classes/reflection.C: ^reflection:is empty value is void
                   3424:          (related to feature #1041)
                   3425: 
                   3426:        * src/classes/reflection.C:
                   3427:          ^reflection:is[class_name|code|method;[context;]element_name]
                   3428:          added (implements feature #1041)
                   3429: 
                   3430: 2015-10-24  moko
                   3431: 
                   3432:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   3433: 
1.98      moko     3434: 2015-10-22  moko
                   3435: 
                   3436:        * tests/: 321.html, results/321.processed: test for
                   3437:          ^reflection:method_info[] file detection added
                   3438: 
                   3439:        * tests/: 320.html, results/320.processed: test for
                   3440:          ^reflection:class_by_name[class_name] added (related to feature
                   3441:          #993)
                   3442: 
                   3443:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   3444:          added (implements feature #993)
                   3445: 
                   3446:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   3447:          (related to feature #1017)
                   3448: 
                   3449:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   3450:          added (related to issue #1039)
                   3451: 
                   3452:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   3453:          #1039)
                   3454: 
                   3455:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   3456:          for VDate
                   3457: 
                   3458:        * tests/results/182.processed: updated after feature #1038
                   3459:          implemented
                   3460: 
                   3461:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   3462:          compile-time exception origin added (test for feature #1039)
                   3463: 
                   3464:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   3465:          main/pa_request.C: exception unification: compile-time exceptions
                   3466:          now have origin, @USE origins also tracked (implements feature
                   3467:          #1039)
                   3468: 
                   3469: 2015-10-20  moko
                   3470: 
                   3471:        * src/main/pa_request.C: cleanup
                   3472: 
                   3473: 2015-10-15  moko
                   3474: 
                   3475:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   3476: 
                   3477:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   3478:          types/pa_vtable.C: new feature: no more $table.method and
                   3479:          $hash.method, aliases for _at, _count, _key (related to feature
                   3480:          #1017)
                   3481: 
1.97      moko     3482: 2015-10-14  moko
                   3483: 
1.98      moko     3484:        * tests/: 317.html, results/317.processed: test for
                   3485:          ^string.unescape[] added (related to feature #120)
                   3486: 
1.97      moko     3487:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   3488:          defined" bug (described in issue #1036)
                   3489: 
                   3490:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   3491:          (test for bug #1037)
                   3492: 
                   3493:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   3494:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   3495:          it's not enforced, skips BOM signature if it complies charset
                   3496:          (fixes bug #1037)
                   3497: 
                   3498: 2015-10-13  moko
                   3499: 
                   3500:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   3501:          linking
                   3502: 
                   3503:        * src/classes/inet.C: vs2003 compilation fix
                   3504: 
                   3505:        * src/classes/math.C: warning war
                   3506: 
                   3507:        * src/lib/punycode/pa_punycode.c: warning war
                   3508: 
                   3509: 2015-10-12  moko
                   3510: 
                   3511:        * src/lib/punycode/pa_punycode.c: warning war
                   3512: 
                   3513:        * parser3.sln: moved parser3 first, to make it default startup
                   3514:          project
                   3515: 
                   3516:        * buildall: parser "mirror" now used for external libs sources
                   3517:          (implements feature #1036)
                   3518: 
                   3519:        * buildall: most external libs are updated to their current
                   3520:          versions (related to feature #1036)
                   3521: 
                   3522:        * src/classes/image.C: more tags added
                   3523: 
                   3524:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   3525: 
                   3526: 2015-10-11  moko
                   3527: 
                   3528:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   3529: 
                   3530: 2015-10-09  moko
                   3531: 
                   3532:        * src/classes/curl.C: pa_strdup added for strings from curl
                   3533:          (related to feature #1035)
                   3534: 
                   3535:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   3536:          ULLONG_MAX definition
                   3537: 
                   3538:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   3539:          (implements feature #1035)
                   3540: 
                   3541:        * src/main/pa_charset.C: String::Body(String::C) used
                   3542: 
                   3543:        * src/main/pa_charset.C: exceptions unified
                   3544: 
                   3545:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   3546:          unified
                   3547: 
                   3548:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   3549:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   3550:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   3551:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   3552:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   3553:          String::Body(String::C) constructor added (related to bug #957)
                   3554: 
                   3555:        * src/classes/file.C: minor optimization
                   3556: 
                   3557:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   3558:          Cord(char*) autocreation (related to bug #957)
                   3559: 
                   3560:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   3561: 
                   3562:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   3563:          String(char*, Lang, length) removed, String(C(), Lang) used
                   3564:          instead (related to bug #957)
                   3565: 
                   3566: 2015-10-08  moko
                   3567: 
                   3568:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   3569:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   3570:          main/untaint.C: Now char * is converted to CORD only using
                   3571:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   3572: 
                   3573:        * src/include/pa_hash.h: fixed compilation without
                   3574:          HASH_CODE_CACHING
                   3575: 
                   3576:        * src/classes/string.C:
                   3577:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   3578:          feature #120)
                   3579: 
                   3580:        * src/main/pa_common.C: reduce js flags checks count (related to
                   3581:          feature #120)
                   3582: 
1.96      moko     3583: 2015-10-07  moko
                   3584: 
                   3585:        * tests/: 275.html, results/275.processed: test modified after
                   3586:          unsigned long long int support implemented (feature #1034)
                   3587: 
                   3588:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   3589:          pa_atoul added for unsigned long long int support
                   3590: 
                   3591: 2015-10-06  moko
                   3592: 
                   3593:        * src/types/pa_vdate.C: INT_MAX used
                   3594: 
                   3595: 2015-10-03  moko
                   3596: 
                   3597:        * tests/: 302.html, results/302.processed: test for bug #1023
                   3598:          (\u2028, \u2029 escaping) added
                   3599: 
                   3600:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   3601:          json:string[] (fixes bug #1023)
                   3602: 
                   3603: 2015-09-29  moko
                   3604: 
                   3605:        * tests/305.html: try-catch added for OS without ipv6 support
                   3606: 
                   3607:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   3608:          compilation
                   3609: 
                   3610:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   3611:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   3612:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   3613:          implemented to distinguish ^hash.method from $hash.field
                   3614:          (implements feature #1017)
                   3615: 
                   3616:        * src/lib/punycode/pa_punycode.c: warning war
                   3617: 
                   3618:        * src/include/pa_config_includes.h: warning war
                   3619: 
                   3620:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   3621: 
                   3622:        * src/include/pa_config_includes.h: warning war
                   3623: 
                   3624:        * src/include/pa_hash.h: clang compilation fix
                   3625: 
                   3626: 2015-09-27  moko
                   3627: 
                   3628:        * src/main/compile.tab.C: Bison 3 is now default
                   3629: 
                   3630:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   3631: 
                   3632: 2015-09-25  moko
                   3633: 
                   3634:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   3635:          works with undefined HASH_ORDER (related to feature #196)
                   3636: 
                   3637: 2015-09-24  moko
                   3638: 
                   3639:        * tests/: 027.html, results/027.processed: test modified to test
                   3640:          ^hash.sort (feature #196)
                   3641: 
                   3642:        * src/: classes/hash.C, include/pa_hash.h:
                   3643:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   3644:          added (implements feature #196)
                   3645: 
                   3646:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   3647:          (exception handling in non-cached ^cache), plus for "it does not
                   3648:          have logical value" and "$exception.handled value must be either
                   3649:          boolean or string 'cache'" exceptions.
                   3650: 
                   3651:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   3652:          code (fixes bug #1025)
                   3653: 
1.95      moko     3654: 2015-09-23  moko
                   3655: 
                   3656:        * src/classes/table.C: warning war
                   3657: 
                   3658:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   3659: 
                   3660:        * src/classes/file.C: warning war
                   3661: 
                   3662:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   3663: 
                   3664:        * src/: main/pa_request.C, classes/date.C: warning war
                   3665: 
                   3666:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   3667: 
                   3668:        * tests/: 122.html, results/122.processed: win sync: to remove
                   3669:          differences with OS that doesn't keep timezone change history
                   3670: 
                   3671:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   3672:          TZ change (related to feature #36)
                   3673: 
                   3674:        * tests/: 075.html, results/075.processed: win sync: to remove
                   3675:          differences with OS that doesn't keep timezone change history
                   3676: 
                   3677:        * tests/: 315.html, results/315.processed: win sync: to remove
                   3678:          differences with OS that doesn't keep timezone change history
                   3679: 
                   3680:        * tests/: 256.html, results/256.processed: win sync: to remove
                   3681:          differences with OS that doesn't keep timezone change history
                   3682: 
                   3683:        * tests/: 124.html, results/124.processed: win results sync: to
                   3684:          avoid hitting time change hole.
                   3685: 
                   3686:        * src/types/pa_vdate.C: static returned. :)
                   3687: 
                   3688: 2015-09-22  moko
                   3689: 
                   3690:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   3691: 
                   3692:        * tests/results/131.processed: more tests for feature #1032
                   3693: 
                   3694:        * src/classes/date.C: minor fix related to feature #1032
                   3695: 
                   3696:        * operators.txt: ISO date creation documented (related to feature
                   3697:          #1032)
                   3698: 
                   3699:        * operators.txt: iso-string documented (related to feature #1032)
                   3700: 
                   3701:        * tests/: 315.html, results/315.processed: more tests added
                   3702:          (related to feature #1032)
                   3703: 
                   3704:        * tests/: 131.html, results/131.processed: date range checks
                   3705:          updated (related to feature #36)
                   3706: 
                   3707:        * tests/: 315.html, results/057.processed, results/315.processed:
                   3708:          test added for ISO date support (related to issue #315)
                   3709: 
                   3710:        * src/classes/date.C: more readable exceptions in date creation
                   3711:          (related to ticket #1032)
                   3712: 
                   3713: 2015-09-18  moko
                   3714: 
                   3715:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   3716:          added (related to issue #1032)
                   3717: 
                   3718:        * tests/results/256.processed, src/classes/json.C: iso-string
                   3719:          documented (related to issue #1032)
                   3720: 
                   3721:        * tests/: 256.html, results/256.processed: ISO date check added
                   3722:          (related to issue #1032)
                   3723: 
                   3724:        * tests/: 057.html, results/057.processed, results/224.processed:
                   3725:          tests results updated after ISO date support implemented (related
                   3726:          to feature #1032)
                   3727: 
                   3728:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   3729:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   3730:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   3731:          added (implements feature #1032)
                   3732: 
                   3733: 2015-09-05  moko
                   3734: 
                   3735:        * operators.txt: actualized
                   3736: 
                   3737:        * operators.txt: date changes documented (related to ticket #36)
                   3738: 
                   3739: 2015-09-04  moko
                   3740: 
                   3741:        * src/types/pa_vdate.C: warning war
                   3742: 
                   3743:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   3744: 
                   3745: 2015-09-03  moko
                   3746: 
                   3747:        * tests/results/096.processed: test result updated for 0..9999 year
                   3748:          date range support (related to feature #36)
                   3749: 
                   3750:        * tests/: 314.html, results/314.processed: test for
                   3751:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   3752:          bug #1031)
                   3753: 
                   3754:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   3755:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   3756: 
1.116     moko     3757:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   3758:          configure.in -> configure.ac
1.95      moko     3759: 
1.116     moko     3760:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   3761:          correct timezone check for FreeBSD Warning war: configure.in ->
                   3762:          configure.ac
1.95      moko     3763: 
                   3764:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     3765:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   3766:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   3767:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   3768:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   3769:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   3770:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     3771:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   3772:          check added
                   3773: 
                   3774:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   3775: 
                   3776:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   3777:          for new date implementation (related to feature #36)
                   3778: 
                   3779:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   3780:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   3781:          types/pa_vdate.h: new double date implementation with internal
                   3782:          support for extended 0..9999 year range, default timezone support
                   3783:          (related to feature #36)
                   3784: 
                   3785: 2015-08-28  moko
                   3786: 
                   3787:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   3788:          (fixes bug #1030)
                   3789: 
                   3790: 2015-08-21  moko
                   3791: 
                   3792:        * src/classes/inet.C: snprintf size "bug" commented
                   3793: 
                   3794:        * src/main/pa_common.C: snprintf comments updated
                   3795: 
                   3796: 2015-08-16  moko
                   3797: 
                   3798:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   3799: 
                   3800: 2015-08-11  moko
                   3801: 
                   3802:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3803:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   3804:          can be null (fixes bug #1029)
                   3805: 
                   3806: 2015-08-06  moko
                   3807: 
1.116     moko     3808:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   3809:          pa_vdate.C added
1.95      moko     3810: 
                   3811: 2015-08-05  moko
                   3812: 
                   3813:        * tests/: 313.html, results/313.processed: test for
                   3814:          ^table.count[columns] and ^table.flip[] with nameless tables
                   3815:          (feature #1003)
                   3816: 
                   3817:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3818:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   3819:          correctly for nameless tables (implements feature #1003)
                   3820: 
                   3821: 2015-08-03  moko
                   3822: 
                   3823:        * tests/312.html: test for ^table.append[$hash] and
                   3824:          ^table.insert[$hash] added (related to feature #1028)
                   3825: 
                   3826:        * src/classes/table.C: ^table.append[$hash] and
                   3827:          ^table.insert[$hash] now supported (implements feature #1028)
                   3828: 
                   3829:        * tests/: 312.html, results/312.processed: test row copy in
                   3830:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   3831: 
                   3832:        * src/classes/table.C: row copy now created in ^table.hash[;
                   3833:          $.type[table] ] (related to feature #1016)
                   3834: 
                   3835: 2015-07-29  moko
                   3836: 
                   3837:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   3838:          added (related to feature #1016)
                   3839: 
                   3840:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3841:          ^table.delete[] added to delete current row (related to feature
                   3842:          1016)
                   3843: 
                   3844: 2015-07-28  moko
                   3845: 
                   3846:        * tests/: 312.html, results/312.processed: test for
                   3847:          $table.column[value] and ^table.insert{row} (related to feature
                   3848:          #1016)
                   3849: 
                   3850:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   3851:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   3852:          ^table.insert{row} are now implemented (feature #1016)
                   3853: 
                   3854:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   3855:          append(), insert() added, memmove arguments order in remove()
                   3856:          fixed (related to feature #1016)
                   3857: 
                   3858: 2015-07-23  moko
                   3859: 
                   3860:        * src/classes/json.C: tainted json and empty json exception added
                   3861:          (implements feature #1015)
                   3862: 
                   3863:        * tests/: 311.html, results/311.processed: empty json and tainted
                   3864:          json exception test added (related to issue #1015)
                   3865: 
                   3866: 2015-07-22  moko
                   3867: 
                   3868:        * tests/: 311.html, results/311.processed: test for UTF-8
                   3869:          processing added
                   3870: 
                   3871:        * tests/: 311.html, results/311.processed: test for
                   3872:          json_exception_with_source added (related to issue #394)
                   3873: 
                   3874:        * src/classes/json.C: json_exception_with_source added (implements
                   3875:          feature #394)
                   3876: 
                   3877: 2015-06-29  moko
                   3878: 
                   3879:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   3880:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   3881:          (closes bug #1027)
                   3882: 
                   3883: 2015-06-10  moko
                   3884: 
                   3885:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   3886:          error if libxml has LIBXML_ICU_ENABLED.
                   3887: 
                   3888: 2015-06-04  moko
                   3889: 
                   3890:        * tests/099.html: ups, reverting
                   3891: 
                   3892:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   3893:          results/310.processed: tests for $response:body[ $.file[] ] and
                   3894:          $response:last-modified added
                   3895: 
                   3896:        * src/main/pa_request.C: last-modified check fixed
                   3897: 
                   3898: 2015-06-03  moko
                   3899: 
                   3900:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   3901:          results/205.processed, results/293.processed: $response:headers
                   3902:          logging added (tests for feature #1007)
                   3903: 
                   3904:        * src/: include/pa_common.h, include/pa_request.h,
                   3905:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   3906:          $response:headers are now in uppercase (closes feature #1007)
                   3907: 
                   3908: 2015-06-02  moko
                   3909: 
                   3910:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   3911:          build errors reverted for clang compatibility
                   3912: 
                   3913: 2015-06-01  moko
                   3914: 
                   3915:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3916: 
                   3917:        * src/classes/math.C: -pedantic build error fixed
                   3918: 
                   3919:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3920: 
                   3921: 2015-05-31  moko
                   3922: 
                   3923:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3924: 
                   3925:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3926:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3927:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3928:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3929:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3930: 
                   3931: 2015-05-28  moko
                   3932: 
                   3933:        * tests/: 308.html, results/308.processed: test for
                   3934:          ^table::create[$t;], etc work added (related to bug #975)
                   3935: 
                   3936:        * src/classes/table.C: check_option_param removed,
                   3937:          ^table::create[$t;], etc now works (fixes bug #975)
                   3938: 
                   3939: 2015-05-27  moko
                   3940: 
                   3941:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3942:          (Debian jessie) fixed (closes issue #1024)
                   3943: 
                   3944:        * tests/Makefile: sort added as in Debian jessie list become
                   3945:          unsorted
                   3946: 
                   3947: 2015-05-18  moko
                   3948: 
                   3949:        * tests/: 201.html, results/201.processed: test for
                   3950:          ^string.trim[what] feature #1022
                   3951: 
                   3952:        * src/classes/string.C: ^string.trim[what] now supported,
                   3953:          implements feature #1022
                   3954: 
                   3955: 2015-05-17  moko
                   3956: 
                   3957:        * tests/results/185.processed: test result updated as feature #1021
                   3958:          implemented (left/right accept negative parameter)
                   3959: 
                   3960:        * src/classes/string.C: left/right now accept negative parameter
                   3961:          (implements feature #1021)
                   3962: 
                   3963: 2015-05-08  moko
                   3964: 
                   3965:        * src/classes/math.C: isalnum -> pa_isalnum
                   3966: 
                   3967:        * src/main/execute.C: optimization in getter-junction processing
                   3968:          (related to issue #997)
                   3969: 
                   3970: 2015-05-07  moko
                   3971: 
                   3972:        * tests/: 307.html, results/307.processed: test for issue #997
                   3973:          added
                   3974: 
                   3975:        * src/main/execute.C: process_getter result now checked if junction
                   3976:          returned (closes issue #997)
                   3977: 
                   3978:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3979:          different order
                   3980: 
                   3981:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3982:          assignment (closes issue #994)
                   3983: 
                   3984:        * tests/: 306.html, results/306.processed: test for issue #994
                   3985:          added
                   3986: 
                   3987:        * tests/: 303.html, results/303.processed: two more errors tested
                   3988: 
                   3989: 2015-05-06  moko
                   3990: 
                   3991:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3992:          ip2name added (related to feature #992)
                   3993: 
                   3994:        * tests/: 303.html, 304.html, results/303.processed,
                   3995:          results/304.processed: tests for idna conversion added (related
                   3996:          to issue #849)
                   3997: 
                   3998: 2015-05-02  moko
                   3999: 
                   4000:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   4001:          implemented
                   4002: 
                   4003: 2015-04-30  moko
                   4004: 
                   4005:        * src/main/pa_http.C: idna_host added, related to issue #849
                   4006: 
                   4007:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   4008:          (related to issue #849)
                   4009: 
                   4010: 2015-04-24  moko
                   4011: 
                   4012:        * src/types/pa_vjunction.C: warning war
                   4013: 
                   4014:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   4015:          unification
                   4016: 
                   4017:        * src/lib/punycode/pa_idna.c: warning war
                   4018: 
                   4019: 2015-04-22  moko
                   4020: 
                   4021:        * src/main/main.vcproj: punycode include path added
                   4022: 
                   4023:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   4024: 
                   4025:        * src/lib/punycode/pa_idna.c: warning war
                   4026: 
                   4027:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   4028:          project file added
                   4029: 
                   4030:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   4031: 
                   4032:        * src/include/pa_memory.h: warning war
                   4033: 
                   4034:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   4035:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   4036:          implemented (related to feature #849)
                   4037: 
                   4038:        * configure.in, src/main/Makefile.am,
                   4039:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   4040:          libpunycode added in Unix
                   4041: 
                   4042: 2015-04-21  moko
                   4043: 
                   4044:        * configure.in: large files support
                   4045: 
                   4046: 2015-04-15  moko
                   4047: 
                   4048:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   4049:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   4050:          pa_punycode.h: initial version for punycode/idna support library
                   4051:          (ticket #849)
                   4052: 
                   4053: 2015-04-08  moko
                   4054: 
                   4055:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4056:          classes/image.C, classes/mail.C, classes/reflection.C,
                   4057:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   4058:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   4059:          main/compile.y, main/compile_tools.h, main/execute.C,
                   4060:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4061:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   4062:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   4063:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   4064:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   4065:          clang compiler warnings (closes issue #1018)
                   4066: 
                   4067:        * src/include/pa_string.h: String::Body comparation operators with
                   4068:          char * added (related to issue #958)
                   4069: 
                   4070: 2015-04-07  moko
                   4071: 
                   4072:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   4073:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   4074:          issue #1018)
                   4075: 
                   4076:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   4077:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   4078:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   4079:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   4080:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   4081:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   4082:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   4083:          malloc/strdup/free replaced with pa_ version and checks for
                   4084:          accidental use of non-pa_ version added (related to issue #1018)
                   4085: 
                   4086: 2015-04-03  moko
                   4087: 
                   4088:        * buildall: pcre-8.33 -> pcre-8.36
                   4089: 
                   4090:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   4091:          classes/op.C, classes/string.C, main/compile.tab.C,
                   4092:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   4093:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   4094:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   4095:          ticket #958)
                   4096: 
                   4097:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   4098:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4099:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   4100:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   4101:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   4102:          $request:headers, $request:method added (implements feature
                   4103:          #1007)
                   4104: 
                   4105: 2015-03-17  misha
                   4106: 
                   4107:        * tests/302.html: - test for
                   4108:          ^json:string[...;$._default[method-name]]
                   4109: 
                   4110:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4111:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   4112:          option $._default[method-name] is specified in ^json:string[], a
                   4113:          method with specified name will be called for classes/objects
                   4114:          serialization ( new feature: #982 )
                   4115: 
                   4116: 2015-03-16  misha
                   4117: 
                   4118:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4119:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   4120:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   4121:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   4122:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4123:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   4124:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4125:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   4126:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   4127:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4128:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   4129:          $var.CLASS_NAME now have special opcodes. This can be switched
                   4130:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   4131:          on pa_opcode.h ( new feature: #844 )
                   4132: 
                   4133: 2015-03-15  misha
                   4134: 
                   4135:        * tests/075.html: - test for $response:header[]
                   4136: 
                   4137:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   4138:          that was set earlie ( new feature: #1001 )
                   4139: 
                   4140: 2015-03-12  misha
                   4141: 
                   4142:        * tests/246.html: - more tests for ^hash._at[]
                   4143: 
                   4144:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   4145:          accepts second param [key|value|hash] ( new feature: #1012 )
                   4146: 
                   4147: 2015-03-09  moko
                   4148: 
                   4149:        * src/types/pa_vmail.C: exception for everything but
                   4150:          $mail:received, closes issue #1011
                   4151: 
                   4152: 2015-02-20  moko
                   4153: 
                   4154:        * tests/: 275.html, results/275.processed: hex detection in
                   4155:          pa_atoui fix test (closes issue #1010)
                   4156: 
                   4157:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   4158:          issue #1010)
                   4159: 
                   4160: 2015-02-17  moko
                   4161: 
                   4162:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   4163:          tainted.
                   4164: 
                   4165: 2015-02-03  misha
                   4166: 
                   4167:        * tests/301.html: - test for ^json:string($double) causes
                   4168:          exception. bugfix: #1008
                   4169: 
                   4170:        * src/classes/json.C: - ^json:string($double) causes exception.
                   4171:          bugfix: #1008
                   4172: 
                   4173:        * tests/014.html: - updated for work with ^hash.delete[]
                   4174: 
                   4175: 2015-01-12  misha
                   4176: 
                   4177:        * src/: classes/form.C, include/pa_common.h,
                   4178:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   4179:          types/pa_vform.h: - supports body with PUT method as well ( new
                   4180:          feature: #1006 )
                   4181: 
                   4182:        * src/classes/file.C: - warnings war
                   4183: 
                   4184: 2015-01-11  misha
                   4185: 
                   4186:        * tests/300.html: - test for ^hash.delete[] is added
                   4187: 
                   4188:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   4189:          feature: #989 ) - tiny optimization in intersects
                   4190: 
                   4191: 2015-01-06  moko
                   4192: 
                   4193:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   4194:          with transcode, attachments detection fixed
                   4195: 
                   4196:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   4197:          load to allow charset switch (related to issue #996)
                   4198: 
                   4199: 2014-12-31  moko
                   4200: 
                   4201:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   4202:          UTF-8 source charset (fixes issue 996)
                   4203: 
                   4204:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   4205:          issue #1000)
                   4206: 
                   4207: 2014-12-11  misha
                   4208: 
                   4209:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   4210:          access ( bug fix: #1005 )
                   4211: 
                   4212: 2014-11-13  misha
                   4213: 
                   4214:        * src/main/compile.y: - PC.append does not reset to false while
                   4215:          creating a new class. bugfix: #990
                   4216: 
                   4217:        * tests/299.html: - test for creation class after working with
                   4218:          partial class (create+append)
                   4219: 
                   4220:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   4221:          #995
                   4222: 
                   4223:        * tests/232.html: - test for @get[def] added
                   4224: 
                   4225: 2014-10-12  moko
                   4226: 
                   4227:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   4228: 
                   4229:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   4230:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   4231:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   4232:          targets/apache/ApacheModuleParser3.vcproj,
                   4233:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4234:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4235:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   4236:          conversion in newer VS versions
                   4237: 
                   4238:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   4239:          pcre_internal.vcproj added
                   4240: 
                   4241: 2014-08-28  moko
                   4242: 
                   4243:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   4244:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   4245:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   4246: 
                   4247: 2014-06-30  misha
                   4248: 
                   4249:        * tests/298.html: - tests for ^reflection:def[class;className]
                   4250:          added
                   4251: 
                   4252:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   4253:          added ( new feature: #918 )
                   4254: 
                   4255: 2014-06-29  misha
                   4256: 
                   4257:        * src/classes/table.C: - ^table::create[unsupported data] -
                   4258:          exception comment changed to "body must be table or code" ( bug
                   4259:          fix: #951 )
                   4260: 
                   4261:        * tests/: 261.html, results/261.processed: - tests for
                   4262:          ^json:string[...;$.void[null|string]] added
                   4263: 
                   4264:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   4265:          option $.void[string|null] added to ^json:string[...] ( new
                   4266:          feature: #952 )
                   4267: 
                   4268: 2014-06-28  moko
                   4269: 
                   4270:        * src/classes/curl.C: $.charset now processed before other curl
                   4271:          options (closes issue #980)
                   4272: 
                   4273: 2014-05-23  misha
                   4274: 
                   4275:        * src/classes/json.C: - bug fix: #987
                   4276: 
                   4277: 2014-05-04  misha
                   4278: 
                   4279:        * tests/: 253.html, 253_json.txt: - test for
                   4280:          ^json:parse[$.int(false)] is added
                   4281: 
                   4282:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   4283:          default true). The option is similar to $.double(bool) but for
                   4284:          integers.
                   4285: 
                   4286: 2014-05-01  moko
                   4287: 
                   4288:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   4289:          #12 )
                   4290: 
                   4291: 2014-04-16  moko
                   4292: 
                   4293:        * src/main/pa_http.C: response-charset option should finally work
                   4294:          now (fix for issue #867)
                   4295: 
                   4296:        * src/main/pa_http.C: response-charset option should work now (fix
                   4297:          for issue #867)
                   4298: 
                   4299: 2014-03-07  moko
                   4300: 
                   4301:        * buildall: libgc moved
                   4302: 
                   4303:        * buildall: libgc moved
                   4304: 
                   4305: 2013-12-29  moko
                   4306: 
                   4307:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   4308:          closes issue #966
                   4309: 
                   4310:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   4311:          result now tainted, issue #966
                   4312: 
                   4313: 2013-12-03  moko
                   4314: 
                   4315:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   4316:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   4317:          option was added for http://www.parser.ru/forum/?id=79343
                   4318: 
                   4319:        * src/classes/file.C: bugfix for
                   4320:          http://www.parser.ru/forum/?id=79337
                   4321: 
                   4322: 2013-11-05  moko
                   4323: 
                   4324:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   4325: 
                   4326:        * src/main/pa_globals.C: spelling fixed
                   4327: 
                   4328: 2013-10-29  moko
                   4329: 
                   4330:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   4331: 
                   4332:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   4333:          #892
                   4334: 
                   4335:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   4336:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   4337:          exceptions to be thrown thougth json library), related to issue
                   4338:          #892
                   4339: 
                   4340:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   4341:          related to issue #896
                   4342: 
                   4343: 2013-10-24  moko
                   4344: 
                   4345:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   4346: 
                   4347: 2013-10-23  moko
                   4348: 
                   4349:        * README: actualization
                   4350: 
                   4351: 2013-10-22  moko
                   4352: 
                   4353:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   4354:          compatibility patch from Sergey Kirpichev
                   4355: 
                   4356:        * tests/: 297.html, results/297.processed: non-working getter fix
                   4357:          test for issue #948
                   4358: 
                   4359:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   4360:          called when saving value of $match variable in ^string.match[] to
                   4361:          increase compatibility (related to issue #948).
                   4362: 
                   4363:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   4364:          usage optimization
                   4365: 
                   4366: 2013-10-21  moko
                   4367: 
                   4368:        * tests/: 182.html, results/182.processed: local path removed for
                   4369:          compatibility
                   4370: 
                   4371:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   4372:          results/244.processed, results/253.processed,
                   4373:          results/254.processed, results/275.processed,
                   4374:          results/281.processed: try_catch -> try-catch
                   4375: 
                   4376:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   4377:          results/294.processed, results/296.processed: try_catch ->
                   4378:          try-catch
                   4379: 
                   4380: 2013-10-20  moko
                   4381: 
                   4382:        * tests/: 296.html, results/296.processed: test for xsl exception
                   4383:          for issue #938 added.
                   4384: 
                   4385:        * src/: include/pa_xml_exception.h,
                   4386:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   4387:          XmlException is now replaced (once again closes issue #938)
                   4388: 
                   4389: 2013-10-18  moko
                   4390: 
                   4391:        * buildall: disable clock_gettime detection to avoid librt linking
                   4392:          (which in turn depends on libpthread), related to issue #943
                   4393: 
                   4394: 2013-10-18  misha
                   4395: 
                   4396:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   4397:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   4398:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4399:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4400:          types/types.vcproj: - new locations for libxml2 includes where
                   4401:          added to vcproj files
                   4402: 
                   4403: 2013-10-18  moko
                   4404: 
                   4405:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   4406:          fix
                   4407: 
                   4408:        * tests/: 295.html, results/295.processed: test for issue #948
                   4409:          updated
                   4410: 
                   4411:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   4412:          :)
                   4413: 
                   4414:        * tests/: 295.html, results/295.processed: test for issue #948
                   4415:          added
                   4416: 
                   4417:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   4418:          include/pa_request.h, types/pa_method.h: for getters and setters
                   4419:          to be executed request.put_element should be called, not
                   4420:          context.put_element (fixes issue #948)
                   4421: 
                   4422: 2013-10-17  moko
                   4423: 
                   4424:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   4425:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   4426: 
                   4427:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   4428: 
                   4429: 2013-10-16  moko
                   4430: 
                   4431:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   4432: 
                   4433:        * tests/: 294.html, results/294.processed: test for issue #938
                   4434: 
                   4435:        * src/: classes/xdoc.C, classes/xnode.C,
                   4436:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   4437:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   4438: 
                   4439:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   4440:          libxslt-1.1.26 -> libxslt-1.1.28
                   4441: 
                   4442:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   4443:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   4444:          to '?', related to issue #938
                   4445: 
                   4446: 2013-10-15  moko
                   4447: 
                   4448:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   4449:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   4450:          minor optimizations (closes issue #896)
                   4451: 
                   4452:        * tests/results/: 292.processed, 293.processed: results updated to
                   4453:          comply with issue #896
                   4454: 
                   4455:        * tests/: 292.html, 293.html, results/292.processed,
                   4456:          results/293.processed: tests for json escaping
                   4457: 
                   4458: 2013-10-14  moko
                   4459: 
                   4460:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   4461:          and cleanup, code moved from .h to .C, no changes in code
                   4462: 
                   4463: 2013-10-12  moko
                   4464: 
                   4465:        * tests/results/119.processed: updated test result commited
                   4466: 
                   4467:        * tests/: 291.html, results/291.processed: test for issue #894
                   4468:          added
                   4469: 
                   4470:        * src/types/pa_wcontext.h: base methods call support function
                   4471:          get_somebody_entered_some_class should not be true forever, as
                   4472:          wcontext can have many get_elements calls (fixes issue #894)
                   4473: 
                   4474: 2013-10-11  moko
                   4475: 
                   4476:        * tests/: 290.html, results/290.processed: test for junction GPF
                   4477:          issue #942 added
                   4478: 
                   4479:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   4480:          to native method fixed (closes issue #942)
                   4481: 
                   4482:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   4483:          added
                   4484: 
                   4485:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   4486:          feature #907)
                   4487: 
                   4488:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   4489:          feature #907)
                   4490: 
                   4491: 2013-10-09  moko
                   4492: 
                   4493:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   4494:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   4495:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   4496:          properly not only in objects, but in classes as well (closes
                   4497:          issue #903)
                   4498: 
                   4499:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   4500:          works in classes, not only objects, test case added, related to
                   4501:          issue #903
                   4502: 
                   4503:        * tests/: 288.html, results/288.processed: test for endless
                   4504:          recursion bug added (related to issue #903)
                   4505: 
                   4506: 2013-10-05  moko
                   4507: 
                   4508:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4509:          classes/table.C, main/execute.C, types/pa_method.h,
                   4510:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4511:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4512:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   4513:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   4514:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   4515:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   4516:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   4517:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4518:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   4519:          optimization: put_element no longer has "bool areplace" argument,
                   4520:          related to issue #903
                   4521: 
                   4522: 2013-10-03  moko
                   4523: 
                   4524:        * tests/results/182.processed: result for $.replace(false) test
                   4525:          commited
                   4526: 
                   4527:        * src/classes/date.C: ^date::create(number) processed correctly
                   4528:          (fixes issue #901)
                   4529: 
                   4530:        * src/classes/image.C: as_no_junction removed, as param can be
                   4531:          expression (closes issue #931)
                   4532: 
                   4533:        * tests/233.html: test for issue #931 added
                   4534: 
                   4535: 2013-10-02  moko
                   4536: 
                   4537:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   4538:          modified, test for $.replace(false) added
                   4539: 
                   4540:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   4541: 
                   4542: 2013-09-30  moko
                   4543: 
                   4544:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   4545: 
                   4546:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4547:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   4548:          implemented; $.replace option added to ^process and ^use
                   4549: 
                   4550: 2013-08-27  moko
                   4551: 
                   4552:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   4553:          cstr_to_string_body_untaint should be called with charsets for
                   4554:          possible uri language and connection for possible sql language.
                   4555:          related to issue #857
                   4556: 
                   4557:        * buildall: and -> or fixed
                   4558: 
                   4559: 2013-08-26  moko
                   4560: 
                   4561:        * buildall: prepare_ functions logic changed to support
                   4562:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   4563: 
                   4564: 2013-08-23  moko
                   4565: 
                   4566:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   4567:          statically
                   4568: 
                   4569: 2013-08-22  moko
                   4570: 
                   4571:        * src/classes/string.C: String::Empty used (related to issue #912)
                   4572:          append_know_length removed (related to old GPF bug)
                   4573: 
                   4574: 2013-08-21  moko
                   4575: 
                   4576:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   4577: 
                   4578:        * src/classes/math.C: ^math:digest[...;$file] support added
                   4579:          (related to ticket #857
                   4580: 
                   4581:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   4582:          implemented
                   4583: 
                   4584:        * src/types/pa_vhashfile.h: warning war
                   4585: 
                   4586:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   4587:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   4588:          anti_endless_json_string_recoursion removed from request;
                   4589:          json_string_recoursion added to json_options; $.indent[indent
                   4590:          value] now supported and passed within recoursion closes feature
                   4591:          #937
                   4592: 
                   4593:        * tests/: 287.html, results/287.processed: test for feature #937
                   4594: 
                   4595: 2013-07-31  moko
                   4596: 
                   4597:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   4598:          compilation having #define _S
                   4599: 
                   4600:        * src/main/pa_globals.C: cleanup
                   4601: 
                   4602: 2013-07-30  moko
                   4603: 
                   4604:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   4605:          main/pa_common.C: vs2003 warning war
                   4606: 
                   4607:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   4608: 
                   4609:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   4610: 
                   4611:        * src/lib/md5/pa_sha2.c: warning war
                   4612: 
                   4613: 2013-07-29  moko
                   4614: 
                   4615:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   4616:          patches from github
                   4617: 
                   4618:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   4619:          classes/memcached.C, include/pa_config_includes.h,
                   4620:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   4621: 
                   4622:        * src/lib/json/json.vcproj: C++ -> C
                   4623: 
                   4624:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   4625: 
                   4626:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4627: 
                   4628:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4629: 
                   4630:        * src/lib/json/: json.c, pa_json.C: warning war
                   4631: 
                   4632:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   4633: 
                   4634:        * src/include/pa_config_fixed.h: uint16_t added
                   4635: 
                   4636:        * configure.in: uint16_t check added
                   4637: 
                   4638:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     4639:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   4640:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   4641:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   4642:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     4643: 
                   4644: 2013-07-25  moko
                   4645: 
                   4646:        * parser3.sln: dependencies added
                   4647: 
                   4648:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   4649:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   4650:          module support
                   4651: 
                   4652:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   4653: 
                   4654:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   4655: 
                   4656: 2013-07-23  moko
                   4657: 
                   4658:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   4659:          PA_DEBUG_GC_MEMORY removed
                   4660: 
                   4661:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   4662:          PA_DEBUG_DISABLE_GC compilation fix
                   4663: 
                   4664:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   4665:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   4666: 
                   4667:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   4668:          garbage cleanup
                   4669: 
                   4670:        * src/main/pa_common.C: warning war
                   4671: 
                   4672:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   4673: 
                   4674:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   4675:          minor cleanup
                   4676: 
                   4677:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   4678:          uses cygwin, not WIN32 implementation
                   4679: 
                   4680:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   4681:          able to exec shell scripts
                   4682: 
                   4683:        * src/classes/math.C: ifdef WIN32 cleanup
                   4684: 
                   4685:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   4686: 
                   4687:        * src/classes/curl.C: LT_MODULE_EXT used
                   4688: 
                   4689:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   4690: 
                   4691: 2013-07-22  moko
                   4692: 
                   4693:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   4694:          includes fix
                   4695: 
                   4696:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   4697: 
                   4698:        * configure.in, src/include/pa_config_includes.h,
                   4699:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   4700:          src/main/pa_exec.C: includes cleanup
                   4701: 
                   4702:        * src/targets/cgi/parser3.C: 2012->2013
                   4703: 
                   4704:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   4705: 
                   4706:        * configure.in, src/include/pa_config_includes.h,
                   4707:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   4708:          src/main/pa_random.C, src/main/pa_socks.C,
                   4709:          src/types/pa_vstatus.C: cygwin support cleanup
                   4710: 
                   4711:        * configure.in: dirent.h check added
                   4712: 
                   4713:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   4714:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   4715:          not copied
                   4716: 
                   4717: 2013-07-21  moko
                   4718: 
                   4719:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   4720: 
                   4721:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   4722:          parser3.vcproj: unused getopt.h / getopt.c removed
                   4723: 
                   4724:        * operators.txt, src/classes/file.C, tests/022.html,
                   4725:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   4726:          $.stat(true)] usage commented
                   4727: 
                   4728:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   4729:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   4730:          $.stat(true) it has size/*date columns modified patch from misha@
                   4731:          that closes issue #914.
                   4732: 
                   4733:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   4734:          PA_RELEASE_ASSERTS removed
                   4735: 
                   4736:        * src/lib/md5/pa_md5c.c: minor cleanup
                   4737: 
                   4738:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   4739:          localeconv()->decimal_point usage remoed (related to issue #934)
                   4740: 
                   4741:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   4742:          cordprnt.c removed
                   4743: 
                   4744:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   4745:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   4746:          pa-include/pa_strings.h: includes cleanup
                   4747: 
                   4748:        * src/lib/md5/pa_md5c.c: headers cleanup
                   4749: 
                   4750: 2013-07-20  moko
                   4751: 
                   4752:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   4753:          cleanup
                   4754: 
                   4755: 2013-07-19  moko
                   4756: 
                   4757:        * src/classes/math.C: extern "C" added for crypt
                   4758: 
                   4759: 2013-07-18  moko
                   4760: 
                   4761:        * src/classes/math.C: fix redhat7.2 build
                   4762: 
                   4763: 2013-07-17  moko
                   4764: 
                   4765:        * configure.in, src/include/pa_config_includes.h,
                   4766:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   4767:          added for uint8/32/64_t)
                   4768: 
                   4769:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   4770:          pa_config_includes.h used for uint32/64_t
                   4771: 
                   4772: 2013-07-16  moko
                   4773: 
                   4774:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   4775:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   4776:          war
                   4777: 
                   4778:        * src/main/compile.tab.C: compile.y was updated
                   4779: 
                   4780:        * src/main/compile.y: warning war
                   4781: 
                   4782:        * src/: include/pa_exception.h, main/pa_exception.C,
                   4783:          main/pa_xml_exception.C: warning war
                   4784: 
                   4785:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   4786: 
                   4787:        * configure.in: beauty :)
                   4788: 
                   4789:        * tests/: 141.html, results/141.processed: sha256/512 added
                   4790: 
                   4791: 2013-07-13  moko
                   4792: 
                   4793:        * src/lib/md5/md5.vcproj: sha2 added
                   4794: 
                   4795:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   4796:          classes/math.C: sha2 support (sha256/sha512 digest)
                   4797: 
                   4798: 2013-07-08  moko
                   4799: 
                   4800:        * src/classes/image.C: directory read or other read problem message
                   4801:          fixed (related to issue #933)
                   4802: 
                   4803: 2013-07-07  moko
                   4804: 
                   4805:        * AUTHORS: + misha + moko. :)
                   4806: 
                   4807: 2013-07-06  moko
                   4808: 
                   4809:        * src/: classes/curl.C, include/pa_globals.h,
                   4810:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   4811:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   4812:          for lt_dlinit to be called once and lt_dlexit called at right
                   4813:          place (related to issue #925)
                   4814: 
                   4815: 2013-07-04  moko
                   4816: 
                   4817:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   4818:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   4819:          content-type to be set, as it brokes badly designed logic in
                   4820:          response output. This hopefully finishes issue #928.
                   4821: 
                   4822:        * tests/results/: 256.processed, 286.processed: file now displayed
                   4823:          as name, size, mode, content-type
                   4824: 
                   4825:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   4826:          issue #933
                   4827: 
                   4828: 2013-06-28  moko
                   4829: 
                   4830:        * tests/: 286.html, results/286.processed: test extended
                   4831: 
                   4832:        * tests/: 286.html, results/286.processed: Test for issue #928
                   4833:          added.  it tests default content-type change.
                   4834: 
                   4835:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   4836:          now updated
                   4837: 
                   4838: 2013-06-25  moko
                   4839: 
                   4840:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   4841:          content-type for text/binary files without name added;
                   4842:          ^file::create[$f;...] options now works properly and $f
                   4843:          properties are default (fixes issue #928)
                   4844: 
                   4845: 2013-05-16  misha
                   4846: 
                   4847:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   4848:          added
                   4849: 
                   4850:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   4851:          table if specified limit is bigger than source rows count
                   4852: 
                   4853:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   4854:          added ( new feature: #858 )
                   4855: 
                   4856: 2013-04-29  moko
                   4857: 
                   4858:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   4859:          $.ipresolve(0|1|2) added (closes issue #891)
                   4860: 
                   4861:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   4862: 
                   4863: 2013-04-24  moko
                   4864: 
                   4865:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4866:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4867:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   4868:          memcached_quit (refs #893)
                   4869: 
                   4870: 2013-04-22  moko
                   4871: 
                   4872:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   4873:          slashes in file path (fixes bug #872)
                   4874: 
                   4875:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   4876:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   4877:          #739)
                   4878: 
                   4879:        * tests/results/266.processed: $.max_params added (feature #915)
                   4880: 
                   4881:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   4882:          option added to file::load (closes issue #867)
                   4883: 
                   4884: 2013-04-20  misha
                   4885: 
                   4886:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   4887:          commited
                   4888: 
                   4889: 2013-03-15  misha
                   4890: 
                   4891:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   4892:          multiple empty strings while ::sql. uae String::Empty instead
                   4893: 
                   4894: 2013-03-14  misha
                   4895: 
                   4896:        * src/classes/reflection.C: - for user classes
                   4897:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   4898:          with $.call_type if they available ( new feature: #915 )
                   4899: 
                   4900:        * src/classes/file.C: - ^file:delete[] now supports an option
                   4901:          $.exception(false) that suppress any exception while deleting
                   4902:          file ( new feature: #916 )
                   4903: 
                   4904:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4905:          work :)
                   4906: 
                   4907: 2013-03-12  misha
                   4908: 
                   4909:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4910:          set default name for the file
                   4911: 
                   4912: 2013-03-11  misha
                   4913: 
                   4914:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4915:          also available in $f.cookies
                   4916: 
                   4917:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4918:          moved to a separate method
                   4919: 
                   4920: 2013-03-10  moko
                   4921: 
                   4922:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4923:          added
                   4924: 
                   4925:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4926:          removed (declared by autoconf)
                   4927: 
                   4928:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4929:          uint32_t define
                   4930: 
                   4931: 2013-03-10  misha
                   4932: 
                   4933:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4934:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4935: 
                   4936:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4937:          empty dirs is added
                   4938: 
                   4939: 2013-03-10  moko
                   4940: 
                   4941:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4942:          but default check removed from ^int/double/bool.int/double/bool
                   4943:          for string.int/double/bool compatibility (related to issue #913)
                   4944: 
                   4945:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4946:          internally throws exception if default is present (closes issue
                   4947:          #913)
                   4948: 
                   4949: 2013-03-09  misha
                   4950: 
                   4951:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4952:          optimisations ( #845 )
                   4953: 
                   4954:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4955: 
                   4956: 2013-03-08  moko
                   4957: 
                   4958:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4959:          creates correct table (fixes issue #910)
                   4960: 
                   4961:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4962:          use outside of 'connect' operator (fixes issue #911)
                   4963: 
                   4964:        * tests/results/: 096.processed, 122.processed: test results
                   4965:          updated as doubles now printed with 15 significant digits, not 5
                   4966:          (fixes issue #882)
                   4967: 
                   4968:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4969:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4970: 
                   4971: 2013-02-21  moko
                   4972: 
                   4973:        * src/classes/table.C: _locate_name_value does not check arguments
                   4974:          count, so we check it in advance (fixes issue #905)
                   4975: 
                   4976: 2012-10-23  moko
                   4977: 
                   4978:        * buildall: old shell for and echo compatibility (for six)
                   4979: 
                   4980: 2012-10-19  moko
                   4981: 
                   4982:        * buildall: --strip added --disable-safe-mode listed in usage
                   4983: 
                   4984: 2012-10-17  misha
                   4985: 
                   4986:        * src/classes/op.C: - apply-taint should not throw "outside
                   4987:          connect" exception with sql lang now
                   4988: 
                   4989: 2012-10-17  moko
                   4990: 
                   4991:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4992:          each request (for apache module)
                   4993: 
                   4994: 2012-09-26  moko
                   4995: 
                   4996:        * src/doc/doxygen.cfg: png -> svg
                   4997: 
                   4998: 2012-09-25  moko
                   4999: 
                   5000:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   5001:          test added
                   5002: 
                   5003:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   5004:          double use when key is long
                   5005: 
                   5006: 2012-09-16  moko
                   5007: 
                   5008:        * src/classes/math.C: Format -> Method Encode -> Format
                   5009: 
                   5010:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   5011:          added
                   5012: 
                   5013: 2012-09-14  moko
                   5014: 
                   5015:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   5016:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   5017:          implementation added
                   5018: 
                   5019: 2012-09-12  moko
                   5020: 
                   5021:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   5022:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   5023:          targets.dox and string.dox slightly actualized
                   5024: 
                   5025: 2012-08-31  moko
                   5026: 
                   5027:        * ChangeLog: now generated with patched cvs2cl.pl
                   5028: 
                   5029: 2012-07-29  moko
                   5030: 
                   5031:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   5032:          result should be pushed after VMethodFrame destructor is called,
                   5033:          as it deletes junctions from stack params (fixes issue #868)
                   5034: 
                   5035: 2012-07-23  moko
                   5036: 
                   5037:        * INSTALL, README: buildall script usage documented, other outdated
                   5038:          info updated.
                   5039: 
                   5040:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   5041: 
                   5042: 2012-07-21  moko
                   5043: 
                   5044:        * buildall: glib does not compile when threads are disabled...
                   5045: 
                   5046:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   5047: 
                   5048:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   5049:          unref, can't unref nested objects)
                   5050: 
                   5051:        * src/types/pa_vmail.C: another check added
                   5052: 
                   5053: 2012-07-19  moko
                   5054: 
                   5055:        * buildall: usage added
                   5056: 
                   5057:        * buildall: new buildall script that unites buildall-with-xml,
                   5058:          buildall-without-xml, --with-apache and --with-mailreceive
                   5059: 
                   5060:        * configure.in: support for static gmime and dynamic glib linking.
                   5061:          fixes for FreeBSD
                   5062: 
                   5063: 2012-07-17  moko
                   5064: 
                   5065:        * configure.in: --with-mailreceive replaced
                   5066:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   5067:          removed
                   5068: 
                   5069: 2012-07-16  moko
                   5070: 
                   5071:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   5072:          capitalized, content now decoded and text content converted to
                   5073:          $request:charset.  all properties are accessed by functions, this
                   5074:          ready for dynamic load.
                   5075: 
                   5076: 2012-06-28  moko
                   5077: 
1.116     moko     5078:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   5079:          32 bit
1.95      moko     5080: 
                   5081: 2012-06-27  moko
                   5082: 
                   5083:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   5084:          passive ftp
                   5085: 
                   5086:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   5087: 
                   5088:        * configure.in: 3.4.2 RC -> 3.4.2
                   5089: 
                   5090: 2012-06-22  moko
                   5091: 
                   5092:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   5093:          #815)
                   5094: 
                   5095:        * tests/: 284.html, results/284.processed: output options test
                   5096:          (feature #265)
                   5097: 
                   5098: 2012-06-22  misha
                   5099: 
                   5100:        * tests/215.html: - little changes
                   5101: 
                   5102: 2012-06-21  moko
                   5103: 
                   5104:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   5105:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   5106:          feature #265)
                   5107: 
                   5108:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   5109:          breaks long .*, default 10M restored. (issue #216)
                   5110: 
                   5111:        * tests/: 283.html, results/283.processed: test for issue #815
                   5112:          added
                   5113: 
                   5114:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   5115:          again, cstrm not required.
                   5116: 
                   5117:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   5118:          Win32 and broken FreeBSD (issue #45)
                   5119: 
                   5120:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   5121: 
                   5122:        * src/main/pa_string.C: warnings war
                   5123: 
                   5124:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   5125:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   5126:          main/pa_socks.C, targets/apache/pa_threads.C,
                   5127:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5128:          types/pa_vstatus.C: compilation under cygwin fixed
                   5129: 
                   5130: 2012-06-19  moko
                   5131: 
                   5132:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   5133:          Windows fixed
                   5134: 
                   5135:        * parser3.sln: removed antique pcre_ctype
                   5136: 
                   5137:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   5138: 
                   5139:        * src/include/pa_config_fixed.h: undefined reference to
                   5140:          __imp__pcre_* fix for Windows
                   5141: 
                   5142:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     5143:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   5144:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   5145:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   5146:          define fixed
1.95      moko     5147: 
                   5148: 2012-06-18  moko
                   5149: 
                   5150:        * src/classes/memcached.C: flush -> clear
                   5151: 
                   5152:        * src/classes/memcached.C: memcached does not support quotes even
                   5153:          in server name
                   5154: 
                   5155:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5156:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   5157:          called on open to check servers existance.  $.key(true) syntax
                   5158:          now supported
                   5159: 
                   5160: 2012-06-17  moko
                   5161: 
                   5162:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   5163:          cleanup
                   5164: 
                   5165:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   5166:          tests/results/282.processed: encloser at the EOF bug fixed,
                   5167:          incorrectly enclosed data now processed more logicaly (fixes
                   5168:          #339)
                   5169: 
                   5170: 2012-06-15  moko
                   5171: 
                   5172:        * buildall-without-xml: sync with buildall-with-xml
                   5173: 
                   5174:        * buildall-with-xml: download auto-detected between fetch and curl
                   5175: 
                   5176:        * configure.in: --with-gc and --with-pcre now also processed
                   5177:          correctly
                   5178: 
1.116     moko     5179:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   5180:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   5181:          should be run on rol1 using automake / aclocal (GNU automake)
                   5182:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     5183: 
                   5184:        * configure.in: new PARSER_VERSION logic
                   5185: 
                   5186:        * src/include/pa_version.h: new pa_version.h logic
                   5187: 
                   5188:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5189:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5190:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   5191:          feols_normalized -> fis_text_content set_binary added
                   5192: 
                   5193:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   5194: 
                   5195: 2012-06-15  misha
                   5196: 
                   5197:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5198:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5199:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   5200:          ^file::create[text;content] EOLs in content now is normalized. (
                   5201:          new feature: #815 )
                   5202: 
                   5203: 2012-06-15  moko
                   5204: 
                   5205:        * configure.in: --disable-version-update added to disable version
                   5206:          update with host information (for debian package) whitespace
                   5207:          optimized
                   5208: 
                   5209:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   5210:          libtool
                   5211: 
                   5212:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   5213:          it.
                   5214: 
                   5215: 2012-06-14  moko
                   5216: 
                   5217:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   5218:          tests/results/281.processed: "hash flocked" error removed for
                   5219:          safe operations like ^h._count[] ( new feature: #335 )
                   5220: 
1.116     moko     5221:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     5222: 
                   5223:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   5224: 
                   5225:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   5226:          xml compilation check added
                   5227: 
                   5228:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   5229:          replaced with --with-gc and --with-pcre test for pcre linking
                   5230:          added
                   5231: 
                   5232: 2012-06-13  moko
                   5233: 
                   5234:        * configure.in: apxs2 check optimized
                   5235: 
                   5236:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   5237:          .la, includes optimized
                   5238: 
                   5239:        * buildall-with-xml: --with-pic looks better for -fPIC
                   5240: 
                   5241:        * configure.in: switched to convenience library in static linking
                   5242: 
                   5243:        * src/targets/apache/Makefile.am: switched to convenience library
                   5244:          usage to avoid libtool warnings
                   5245: 
                   5246:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   5247:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   5248:          smtp/Makefile.am: switched to convenience library usage
                   5249: 
                   5250:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   5251: 
                   5252:        * src/targets/apache/Makefile.am: updated for libtool usage
                   5253: 
                   5254:        * buildall-without-xml: --with-included-ltdl added
                   5255: 
                   5256:        * buildall-without-xml: sync with buildall-with-xml
                   5257: 
                   5258:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   5259:          -fPIC for x64 $download added for wget success check added
                   5260: 
                   5261:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   5262: 
                   5263:        * configure.in: disable-static returned
                   5264: 
                   5265:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   5266:          LIBTOOLFLAGS
                   5267: 
                   5268: 2012-06-12  moko
                   5269: 
                   5270:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   5271:          compatible with LIBTOOLFLAGS for unknown reasons
                   5272: 
                   5273:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   5274: 
                   5275:        * configure.in: static/dynamic -lstdc++ linking option removed
                   5276:          apxs2 check added
                   5277: 
                   5278:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   5279:          option removed
                   5280: 
                   5281: 2012-06-10  moko
                   5282: 
                   5283:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   5284:          added
                   5285: 
                   5286:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   5287: 
1.116     moko     5288:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   5289:          beauty
1.95      moko     5290: 
                   5291:        * depcomp: from libtool 2.4.2
                   5292: 
                   5293:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   5294: 
                   5295: 2012-06-09  moko
                   5296: 
1.116     moko     5297:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   5298:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     5299:          autogenerated files updated after libtool update
                   5300: 
1.116     moko     5301:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   5302:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     5303:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   5304:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   5305:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   5306:          config/compile, config/config.guess, config/config.sub,
                   5307:          config/depcomp, config/install-sh, config/ltmain.sh,
                   5308:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   5309:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   5310:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   5311:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   5312:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   5313:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   5314:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   5315:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   5316: 
                   5317:        * configure.in: preparation for new libtool
                   5318: 
                   5319:        * configure.in: Some beauty added :)
                   5320: 
                   5321:        * src/targets/apache/Makefile.am: := -> =
                   5322: 
                   5323:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   5324:          again. :)
                   5325: 
                   5326:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   5327:          previously was taken from pcre_internal.h. :)
                   5328: 
                   5329:        * src/lib/pcre/Makefile.am: config.h returned
                   5330: 
                   5331:        * src/lib/pcre/config.h: still need this. :)
                   5332: 
                   5333:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   5334: 
                   5335:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   5336:          removed
                   5337: 
                   5338:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   5339:          now in parser tree, no need to copy
                   5340: 
                   5341:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   5342:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   5343:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   5344:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   5345:          extracts now used old trash removed
                   5346: 
                   5347:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   5348:          (debian/patches/104_automake.patch) + all charsets are copied
                   5349: 
                   5350:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   5351:          extra arguments now supported
                   5352: 
                   5353: 2012-06-08  misha
                   5354: 
                   5355:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   5356:          the 2nd option in ^table.hash[] could be hash or table so
                   5357:          .as_hash will throw an exception when table option is specified
                   5358: 
                   5359:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5360:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   5361:          classes/table.C, classes/void.C, classes/xdoc.C,
                   5362:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   5363:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   5364:          and improved (whitespaces are allowed as empty options) -
                   5365:          MethodParams::as_table is added - above methods are used for
                   5366:          parsing methods' options ( new feature: #9 )
                   5367: 
                   5368:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   5369:          to vclass. now class fields can be accessible as a hash:
                   5370:          $h[^hash::create[$asd:CLASS]]
                   5371: 
                   5372:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   5373:          have get_fields method so their fields can be accessed with
                   5374:          ^reflection:fields[...] & ^reflection:field[...]
                   5375: 
                   5376: 2012-06-06  misha
                   5377: 
                   5378:        * tests/280.html: - tests for
                   5379:          ^reflection:method[obj-or-class;method],
                   5380:          ^reflection:field[obj-or-class;field] and
                   5381:          ^reflection:fields[obj-or-class] are added
                   5382: 
                   5383: 2012-06-05  misha
                   5384: 
                   5385:        * src/classes/reflection.C: - ^reflection:method[class or
                   5386:          object;method name] and ^reflection:field[class or object;field
                   5387:          name] are added
                   5388: 
                   5389:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   5390:          is used
                   5391: 
                   5392:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   5393: 
                   5394: 2012-06-05  moko
                   5395: 
1.116     moko     5396:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     5397: 
                   5398:        * src/classes/memcached.C: flish ttl fixed
                   5399: 
                   5400: 2012-06-04  moko
                   5401: 
                   5402:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   5403:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   5404:          option (new feature #833)
                   5405: 
                   5406: 2012-06-04  misha
                   5407: 
                   5408:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   5409:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   5410: 
                   5411: 2012-06-03  misha
                   5412: 
                   5413:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   5414:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   5415: 
                   5416: 2012-05-30  misha
                   5417: 
                   5418:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   5419:          incomplete class into a scope while @USE is found
                   5420: 
                   5421:        * src/main/compile.y: - add incomplete class into a scope while
                   5422:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   5423: 
                   5424: 2012-05-30  moko
                   5425: 
                   5426:        * src/types/pa_vclass.C, tests/278.html,
                   5427:          tests/results/278.processed: removed "property has no getter
                   5428:          method" exception when GET_DEFAULT present (fixes #269)
                   5429: 
                   5430:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   5431:          $._default
                   5432: 
                   5433: 2012-05-29  moko
                   5434: 
                   5435:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   5436:          uninitialized values usage (new feature: #154)
                   5437: 
                   5438: 2012-05-28  moko
                   5439: 
                   5440:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   5441:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   5442:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   5443:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   5444:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   5445:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   5446:          tests/results/277.processed, src/types/pa_vtable.h,
                   5447:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   5448:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   5449:          feature #803)
                   5450: 
                   5451:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   5452:          tests/results/277.processed: json numbers are now treated as
                   5453:          double ( new feature: #834 )
                   5454: 
                   5455:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   5456:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   5457:          added for out of range checks, zero division in vint/vdouble
                   5458:          check added ( fixes #832 )
                   5459: 
                   5460:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   5461:          ( fixes #832 )
                   5462: 
                   5463: 2012-05-28  misha
                   5464: 
                   5465:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   5466:          configure
                   5467: 
                   5468:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   5469:          added - tests for unsupported values for options $.file, $.table
                   5470:          and $.date are added
                   5471: 
                   5472:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   5473:          accepts "stat" $.file[] option's value in addition to existed
                   5474:          "text" and "base64" ( new feature: #835 )
                   5475: 
                   5476:        * tests/276.html: - test for
                   5477:          ^reflection:delete[$object-or-class;field-name]
                   5478: 
                   5479:        * src/classes/reflection.C: -
                   5480:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   5481:          feature: #268 )
                   5482: 
                   5483: 2012-05-27  misha
                   5484: 
                   5485:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   5486: 
                   5487: 2012-05-24  misha
                   5488: 
                   5489:        * src/include/pa_common.h: - method lastposafter was removed
                   5490: 
                   5491:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   5492:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   5493:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   5494:          work as *nix commands
                   5495: 
                   5496:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   5497: 
                   5498:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   5499:          rskipchars were added
                   5500: 
                   5501:        * tests/270.html: - more tests for ^file:find[]
                   5502: 
                   5503:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   5504: 
                   5505:        * src/include/pa_version.h: - must be "win32" here. it is
                   5506:          auto-generated on *nix
                   5507: 
                   5508: 2012-05-24  moko
                   5509: 
                   5510:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   5511:          throws overflow exception ( new feature: #830 )
                   5512: 
                   5513:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   5514:          uint32 support and overflow added ( new feature: #830 )
                   5515: 
                   5516: 2012-05-23  moko
                   5517: 
                   5518:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   5519:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   5520:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   5521:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5522:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5523:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   5524:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   5525:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5526:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   5527:          "return string as-is" removed from as_expr_result. ( new feature:
                   5528:          #831 )
                   5529: 
                   5530:        * tests/results/244.processed: test changed after bug #782 fix
                   5531:          commited
                   5532: 
                   5533:        * tests/results/229.processed: test results for bug #782 commited
                   5534: 
                   5535:        * tests/: 254.html, results/254.processed: uid now just compared,
                   5536:          not printed. :)
                   5537: 
                   5538: 2012-05-20  moko
                   5539: 
                   5540:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   5541:          feature: #341 )
                   5542: 
                   5543:        * tests/: 254.html, results/254.processed: test for
                   5544:          ^reflection:uid[] added
                   5545: 
                   5546:        * tests/: 254.html, results/254.processed: test for
                   5547:          ^reflection:uid[$obj] added
                   5548: 
                   5549: 2012-05-17  misha
                   5550: 
                   5551:        * src/main/untaint.C: - do not replace ' char by _26 while
                   5552:          exploding filespec-tainting ( new feature: #829 )
                   5553: 
                   5554: 2012-05-12  moko
                   5555: 
                   5556:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   5557:          not.
                   5558: 
                   5559: 2012-05-08  moko
                   5560: 
                   5561:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   5562: 
                   5563:        * tests/229.html: test for bug #782
                   5564: 
                   5565:        * tests/results/259.processed, src/main/pa_request.C,
                   5566:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   5567:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   5568:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   5569:          string; defined locals are empty strings; $STRICT-VARS(true)
                   5570:          added
                   5571: 
                   5572: 2012-04-27  moko
                   5573: 
1.116     moko     5574:        * src/targets/apache/Makefile.am:
1.95      moko     5575:          ../../lib/memcached/libmemcached.a added
                   5576: 
                   5577: 2012-04-27  misha
                   5578: 
                   5579:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   5580:          ( #827 )
                   5581: 
                   5582: 2012-04-25  moko
                   5583: 
                   5584:        * src/: classes/json.C, classes/memcached.C,
                   5585:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5586:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   5587:          implemented.
                   5588: 
                   5589:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   5590: 
                   5591: 2012-04-23  moko
                   5592: 
                   5593:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5594:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5595:          types/pa_vmemcached.h: open allows options hash for new
                   5596:          memcached(options) function
                   5597: 
                   5598:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   5599:          not appended
                   5600: 
                   5601: 2012-04-21  moko
                   5602: 
                   5603:        * src/classes/curl.C: '' added. :)
                   5604: 
                   5605:        * src/classes/classes.vcproj: new curl.h location
                   5606: 
                   5607:        * src/classes/curl.C: verbose output redirection from stderr to
                   5608:          file curl option added
                   5609: 
                   5610: 2012-04-20  moko
                   5611: 
                   5612:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   5613:          contains what we need from curl, #ifdef HAVE_CURL removed
                   5614: 
1.116     moko     5615:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     5616:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     5617:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   5618:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     5619:          configure option
                   5620: 
                   5621: 2012-04-19  moko
                   5622: 
                   5623:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   5624:          classes/string.C, lib/gc/include/gc_allocator.h,
                   5625:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   5626:          options from sql_result_string removed. (closes issue #468)
                   5627: 
                   5628:        * src/types/pa_vmemcached.C: empty string fix
                   5629: 
                   5630:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   5631:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   5632:          pa_vmemcached.C
                   5633: 
                   5634: 2012-04-18  moko
                   5635: 
                   5636:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   5637:          apache2-mpm-prefork" error displayed in threaded mpm.
                   5638: 
                   5639:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5640:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   5641:          installed (issue #354)
                   5642: 
                   5643: 2012-04-16  moko
                   5644: 
                   5645:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   5646:          memcached_result_free removed
                   5647: 
                   5648: 2012-04-14  moko
                   5649: 
                   5650:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   5651: 
                   5652:        * src/types/pa_vmemcached.C: check_key added and used
                   5653: 
                   5654: 2012-04-13  moko
                   5655: 
                   5656:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   5657:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   5658:          Serialization_data now added and used, VString now serialized
                   5659:          with languages into memcached.
                   5660: 
                   5661: 2012-03-28  moko
                   5662: 
                   5663:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   5664:          lib/memcached/pa_memcached.h: result lengths added
                   5665: 
                   5666: 2012-03-27  moko
                   5667: 
                   5668:        * src/types/pa_vmemcached.C: strdup added
                   5669: 
                   5670: 2012-03-24  moko
                   5671: 
                   5672:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5673:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5674:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   5675: 
                   5676: 2012-03-20  moko
                   5677: 
1.116     moko     5678:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     5679: 
                   5680:        * src/targets/cgi/Makefile.am: cleanup
                   5681: 
                   5682:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   5683:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   5684: 
                   5685:        * src/: classes/Makefile.am, classes/memcached.C,
                   5686:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   5687:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5688:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   5689: 
                   5690: 2012-03-16  moko
                   5691: 
                   5692:        * src/main/execute.C: ident now works under Linux + ident displays
                   5693:          filenames (closes issue #818)
                   5694: 
1.116     moko     5695:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     5696:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   5697:          pa_vmethod_frame_local.h removed
                   5698: 
                   5699:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   5700:          classes/classes.h, classes/curl.C, classes/date.C,
                   5701:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   5702:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   5703:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   5704:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5705:          classes/regex.C, classes/response.C, classes/string.C,
                   5706:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5707:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5708:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5709:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5710:          include/pa_dictionary.h, include/pa_dir.h,
                   5711:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5712:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5713:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5714:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5715:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5716:          include/pa_sapi.h, include/pa_socks.h,
                   5717:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5718:          include/pa_stack.h, include/pa_string.h,
                   5719:          include/pa_stylesheet_connection.h,
                   5720:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5721:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5722:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5723:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5724:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   5725:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   5726:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   5727:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   5728:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   5729:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5730:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   5731:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   5732:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5733:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5734:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5735:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5736:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5737:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   5738:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   5739:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   5740:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   5741:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5742:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   5743:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   5744:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   5745:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   5746:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5747:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5748:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5749:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5750:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5751:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5752:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5753:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5754:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   5755:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   5756:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   5757:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   5758:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   5759:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5760:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   5761:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   5762:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5763:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   5764:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   5765:          ident now works under Linux + ident displays filenames (closes
                   5766:          issue #818) Copyright updated
                   5767: 
                   5768: 2012-03-13  moko
                   5769: 
                   5770:        * src/main/pa_string.C: compilation fix for feature #741
                   5771: 
                   5772: 2012-03-09  misha
                   5773: 
                   5774:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   5775: 
                   5776:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   5777:          now detects invalid base64 chars in the middle of encoded stricg
                   5778:          ( new feature: #55 )
                   5779: 
                   5780:        * src/include/pa_exception.h: - new exception type for base64
                   5781:          decoding is added
                   5782: 
                   5783: 2012-03-06  misha
                   5784: 
                   5785:        * tests/274.html: - tests for ^date::today[] and
                   5786:          ^date.sql-string[datetime|date|time] are added
                   5787: 
                   5788:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   5789:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   5790:          strings "datetime", "date" or "time" - comments tidying up
                   5791: 
                   5792:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   5793:          date and time
                   5794: 
                   5795: 2012-03-03  misha
                   5796: 
                   5797:        * tests/193.html: - tests for
                   5798:          ^string:base64[encoded;$.strict(true)] are added
                   5799: 
                   5800:        * tests/results/auto.p: - try-catch operator is added
                   5801: 
                   5802:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   5803:          main/pa_common.C: - $.strict(true|false) option is added to
                   5804:          base64 decode methods ( new feature: #55 )
                   5805: 
                   5806:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   5807:          ( new feature: #819 )
                   5808: 
                   5809: 2012-02-28  moko
                   5810: 
                   5811:        * src/classes/hash.C: ident test
                   5812: 
                   5813: 2012-02-27  misha
                   5814: 
                   5815:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   5816: 
                   5817: 2012-01-08  misha
                   5818: 
                   5819:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   5820: 
                   5821:        * src/: classes/string.C, include/pa_dictionary.h,
                   5822:          main/pa_dictionary.C, main/pa_string.C: -
                   5823:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   5824:          ^string.replace[one subst here] is slightly optimized
                   5825: 
                   5826: 2011-12-07  misha
                   5827: 
                   5828:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   5829:          named table with one empty column ( bugfix: #63 )
                   5830: 
                   5831: 2011-11-30  misha
                   5832: 
                   5833:        * src/classes/json.C: - it's possible to set user's method for
                   5834:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   5835:          #763 )
                   5836: 
                   5837:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   5838: 
                   5839: 2011-11-23  misha
                   5840: 
                   5841:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5842:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   5843:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   5844:          ^file::create[mode;filename;content[;options]] now accepts binary
                   5845:          mode and file-content - new constructor's format:
                   5846:          ^file::create[string-or-file-content[;$.name[filename]
                   5847:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   5848:          feature: #65 )
                   5849: 
                   5850:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   5851:          mime_type_of(const String*) is added
                   5852: 
                   5853:        * src/include/pa_exception.h: - new exception constant
                   5854:          FILE_NAME_MUST_BE_SPECIFIED is added
                   5855: 
                   5856:        * src/classes/table.C: - bug with negative offset transformed into
                   5857:          a feature. it means pointing to a row from the end of the table (
                   5858:          new feature: #810 )
                   5859: 
                   5860: 2011-11-19  misha
                   5861: 
                   5862:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   5863:          â ìåòîäå _select ( new feature: #810 )
                   5864: 
                   5865:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   5866:          options were specified together is simplified
                   5867: 
                   5868: 2011-11-12  misha
                   5869: 
                   5870:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   5871:          HTTP content-disposition header (a part of bug #361 )
                   5872: 
                   5873:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   5874:          checks for ancestors' classes as well ( new feature: #456 )
                   5875: 
                   5876:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   5877:          "without cycle" now have types "parser.break" and
                   5878:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   5879:          )
                   5880: 
                   5881: 2011-11-11  misha
                   5882: 
                   5883:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   5884:          237.processed: - since bug #361 was fixed the content of filename
                   5885:          in HTTP headers is quoted
                   5886: 
                   5887:        * tests/results/270.processed: - result for test 270
                   5888: 
                   5889:        * tests/: 065.html, results/065.processed: - more tests for
                   5890:          ^file:basename[] & Co were added
                   5891: 
                   5892:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   5893: 
                   5894:        * tests/270.html: - tests for ^file:find[] are added
                   5895: 
                   5896:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5897:          using option $.charset. option $.engoding is still supported but
                   5898:          these options can not be specified together
                   5899: 
                   5900:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5901:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5902: 
                   5903: 2011-10-11  misha
                   5904: 
                   5905:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5906:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5907:          #622)
                   5908: 
                   5909: 2011-09-30  misha
                   5910: 
                   5911:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5912:          exception "saving stat-ed file" ( bugfix: #395 )
                   5913: 
                   5914: 2011-05-30  misha
                   5915: 
                   5916:        * src/classes/string.C: - fixed bug which was added with
                   5917:          params.as_hash into string:sql
                   5918: 
                   5919: 2011-05-29  misha
                   5920: 
                   5921:        * src/types/pa_value.C: - filename in content-disposition header
                   5922:          must be quoted ( bugfix: #361 )
                   5923: 
                   5924: 2011-05-27  misha
                   5925: 
                   5926:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5927:          created file
                   5928: 
                   5929:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5930:          usage
                   5931: 
                   5932:        * src/include/pa_exception.h: - one more string for exception was
                   5933:          added
                   5934: 
                   5935: 2011-05-25  misha
                   5936: 
                   5937:        * tests/269.html: - tests for checking input params in some dom
                   5938:          methods
                   5939: 
                   5940:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5941:          was added. it isn't possible not wo create xdoc with invalid
                   5942:          tagName. ( bugfix: #160 )
                   5943: 
                   5944:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5945:          string "data must be string" was mover from pa_exception.h to
                   5946:          pa_xml_exception.h
                   5947: 
                   5948:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5949:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5950: 
                   5951:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5952: 
                   5953:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5954:          options - XML-related exception's strings were added
                   5955: 
                   5956:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5957:          output_options were removed)
                   5958: 
                   5959: 2011-05-19  misha
                   5960: 
                   5961:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5962:          params.as_hash is used more while parsing methods hash-options
                   5963: 
                   5964: 2011-05-18  misha
                   5965: 
                   5966:        * operators.txt: - info about json-serialization of xdoc was added
                   5967: 
                   5968:        * tests/256.html: - tests for json-serialization xdoc were added
                   5969: 
                   5970:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5971: 
                   5972:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5973:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5974:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5975:          specified in $.xdoc[] ( new feature: #265 )
                   5976: 
                   5977: 2011-05-15  misha
                   5978: 
                   5979:        * tests/268.html: - tests for ^table.count[with options] were added
                   5980: 
                   5981:        * src/classes/table.C: - method ^table.count[] now can accept
                   5982:          options ( new feature: #93 ): ^table.count[column] returns number
                   5983:          of columns for named table; ^table.count[cells] returns number of
                   5984:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5985:          return number of rows in a table.
                   5986: 
                   5987:        * tests/267.html: - test for checking switch/case in boolean mode
                   5988:          was added
                   5989: 
                   5990:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5991:          compared as bool values, not as double values: new feature: #351
                   5992: 
                   5993: 2011-05-06  misha
                   5994: 
                   5995:        * tests/242.html: - EOL before EOF was added
                   5996: 
                   5997:        * tests/169.html: - tests for splitting empty string and void were
                   5998:          added
                   5999: 
                   6000:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   6001:          returned table with one empty cell)
                   6002: 
                   6003: 2011-04-03  misha
                   6004: 
                   6005:        * src/include/pa_version.h, configure.in: - version in head was
                   6006:          changed to 3.4.2b
                   6007: 
                   6008: 2011-03-30  misha
                   6009: 
                   6010:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   6011:          as well ( new feature #294 )
                   6012: 
                   6013: 2011-03-29  misha
                   6014: 
                   6015:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   6016:          limited to approx. 6 MB. previous limits were too big for real
                   6017:          life. bugfix: #216
                   6018: 
                   6019: 2011-03-04  moko
                   6020: 
                   6021:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   6022:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   6023: 
                   6024:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   6025:          vlalek@
                   6026: 
                   6027: 2011-02-22  misha
                   6028: 
                   6029:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   6030:          be under #ifdef XML or parser can't be compiled without xml
                   6031:          support
                   6032: 
                   6033: 2011-02-21  misha
                   6034: 
1.116     moko     6035:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     6036:          ApacheModuleParser3.vcproj was removed
                   6037: 
                   6038:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   6039:          removed)
                   6040: 
                   6041: 2011-02-20  misha
                   6042: 
                   6043:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   6044:          $.overridden in ^reflection:method_info[...] were added
                   6045: 
                   6046:        * src/classes/reflection.C: - beautifying result of
                   6047:          ^reflection:method_info[] ($.overridden/inherited)
                   6048: 
                   6049: 2011-02-18  misha
                   6050: 
                   6051:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   6052:          and pa_isalnum instead of isalpha and isalnum - bug with
                   6053:          redundand quoting lowercased latin chars while building email
                   6054:          body was fixed
                   6055: 
                   6056:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   6057:          added (they check for latin chars only)
                   6058: 
                   6059: 2011-02-16  misha
                   6060: 
                   6061:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   6062:          string size for transcoding gave too small value (should ever
                   6063:          look for availability char in dest charset inspite of the char
                   6064:          size)
                   6065: 
                   6066: 2011-02-04  moko
                   6067: 
                   6068:        * tests/223.html: header values now not url-encoded (issue #195)
                   6069: 
                   6070: 2011-02-01  misha
                   6071: 
                   6072:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   6073: 
                   6074: 2011-01-31  misha
                   6075: 
                   6076:        * src/main/pa_request.C: - throw exception if param file_name in
                   6077:          use_file is empty
                   6078: 
                   6079: 2011-01-08  moko
                   6080: 
                   6081:        * src/classes/curl.C: compilations errors fixed
                   6082: 
                   6083: 2010-12-29  moko
                   6084: 
                   6085:        * tests/: 265.html, results/265.processed: test for issue #200
                   6086:          added
                   6087: 
                   6088:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   6089:          #200)
                   6090: 
                   6091:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   6092: 
                   6093:        * tests/results/223.processed: header values now not url-encoded
                   6094:          (issue #195)
                   6095: 
                   6096:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   6097:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   6098:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   6099: 
                   6100: 2010-12-18  misha
                   6101: 
                   6102:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   6103:          => pa-include
                   6104: 
                   6105: 2010-11-28  moko
                   6106: 
                   6107:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   6108: 
                   6109:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   6110:          -> pa
                   6111: 
                   6112:        * configure.in: apr -> pa
                   6113: 
                   6114:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   6115: 
                   6116:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   6117:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   6118: 
                   6119:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   6120:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   6121:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   6122:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   6123:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   6124:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   6125:          module apr name conflict resolved)
                   6126: 
                   6127: 2010-11-27  misha
                   6128: 
                   6129:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   6130:          libbz2
                   6131: 
                   6132: 2010-11-26  misha
                   6133: 
                   6134:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   6135:          warnings removed
                   6136: 
                   6137: 2010-11-25  moko
                   6138: 
                   6139:        * operators.txt: $.indent(true)
                   6140: 
                   6141:        * operators.txt: another bugfix. :)
                   6142: 
                   6143:        * operators.txt: bugfix. :)
                   6144: 
                   6145:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   6146: 
                   6147: 2010-11-24  moko
                   6148: 
1.116     moko     6149:        * configure: apxs support
1.95      moko     6150: 
                   6151:        * configure.in: apxs support -Bstatic gc removed for OS X
                   6152: 
                   6153:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   6154: 
                   6155:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   6156:          THREAD_LOCAL usage
                   6157: 
                   6158:        * src/: classes/curl.C, include/pa_config_includes.h,
                   6159:          main/pa_globals.C: THREAD_LOCAL defined and used
                   6160: 
                   6161: 2010-11-23  moko
                   6162: 
                   6163:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   6164:          should be passed to pa_sleep, and only fractional part (bugfix:
                   6165:          #188)
                   6166: 
                   6167:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   6168: 
                   6169:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6170:          GC_dont_gc=1, as in cgi version
                   6171: 
                   6172:        * src/targets/apache/mod_parser3.c: warning war
                   6173: 
                   6174:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6175:          pa_httpd.h: version removed, some trash removed
                   6176: 
                   6177:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   6178:          to show it), warning war
                   6179: 
                   6180:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6181:          pa_httpd.h: parser_status_allowed removed + merge config
                   6182:          functions removed (override is the default) + beauty
                   6183: 
                   6184:        * src/: include/pa_request.h, main/pa_request.C,
                   6185:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   6186:          hide $status used in apache module removed
                   6187: 
                   6188: 2010-11-18  moko
                   6189: 
                   6190:        * operators.txt: $.table[compact] added for ^json:string[]
                   6191: 
                   6192: 2010-11-16  moko
                   6193: 
                   6194:        * src/targets/apache/mod_parser3.c: some cleanup done
                   6195: 
                   6196:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   6197:          is hashcode; second, info.fragment_begin is original, not
                   6198:          resulting length
                   6199: 
                   6200:        * src/classes/file.C: new feature: $.stdin now untainted
                   6201: 
                   6202:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   6203: 
                   6204:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   6205: 
                   6206:        * src/classes/op.C: ^apply-taint[] method added
                   6207: 
                   6208:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   6209:          added; $.stdin untaint test added
                   6210: 
                   6211: 2010-11-15  moko
                   6212: 
                   6213:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   6214:          removed
                   6215: 
                   6216:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6217:          pa_httpd.h: 2x2 calculated under apache2. :)
                   6218: 
                   6219: 2010-11-13  moko
                   6220: 
                   6221:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   6222:          with apache 2.x includes
                   6223: 
                   6224:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   6225:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   6226:          united apache 1.3 / apache 2.x DSO module
                   6227: 
                   6228: 2010-11-09  moko
                   6229: 
                   6230:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   6231:          syntax
                   6232: 
                   6233:        * tests/: 263.html, results/263.processed: test from method[*args]
                   6234:          added
                   6235: 
                   6236:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   6237:          number of params can now be passed to a method declared with *arg
                   6238: 
                   6239: 2010-11-06  moko
                   6240: 
                   6241:        * src/classes/table.C: formating fixed. :)
                   6242: 
                   6243:        * src/classes/table.C: closes #4: ^table.select now supports
                   6244:          $.limit(), $.offset, $.reverse() options
                   6245: 
                   6246:        * tests/: 262.html, results/262.processed: test for ^table:select
                   6247:          with options added (feature #4)
                   6248: 
                   6249:        * src/include/pa_array.h: remove function added
                   6250: 
                   6251:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   6252:          object in get_element/put_element, using static one.
                   6253: 
                   6254: 2010-11-04  moko
                   6255: 
                   6256:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   6257:          options is passed
                   6258: 
                   6259:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   6260:          now tested; k and p in handler now tested.
                   6261: 
                   6262:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   6263:          $.table[compact] feature added
                   6264: 
                   6265:        * src/classes/json.C: key is now passed to handler in
                   6266:          value_json_string; ^json:string result now process tainting
                   6267:          inside and returns clean string, related to issue #153
                   6268: 
                   6269:        * src/main/untaint.C: bugfix: charset can be null (in
                   6270:          ^string:save[] as example), thus check is added
                   6271: 
                   6272: 2010-10-31  moko
                   6273: 
                   6274:        * src/classes/string.C: error message changed (fixes issue #149)
                   6275: 
                   6276: 2010-10-29  moko
                   6277: 
                   6278:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   6279:          port is not default (fixes issue #155); exception on invalid port
                   6280:          added.
                   6281: 
                   6282:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   6283:          "Accept: */*" to be passed
                   6284: 
                   6285: 2010-10-28  moko
                   6286: 
                   6287:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   6288:          exception on unknown charset even if response_charset was
                   6289:          specified
                   6290: 
                   6291: 2010-10-27  moko
                   6292: 
                   6293:        * src/classes/string.C: ^string.append removed for void
                   6294:          compatibility
                   6295: 
                   6296: 2010-10-26  moko
                   6297: 
                   6298:        * src/classes/json.C: libjson supports array at top level, we too
                   6299:          (GPF fixed)
                   6300: 
                   6301: 2010-10-25  moko
                   6302: 
                   6303:        * tests/: 253.html, results/253.processed: libjson supports array
                   6304:          at top level, parser now supports it as well.
                   6305: 
                   6306:        * tests/261.html, tests/results/261.processed,
                   6307:          src/types/pa_vstring.h: empty string is now void compatible
                   6308:          (allows $empty.key)
                   6309: 
                   6310: 2010-10-22  misha
                   6311: 
                   6312:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   6313:          while adding additional expires checkout)
                   6314: 
                   6315:        * tests/030.html: - test for session cookie was added
                   6316: 
                   6317: 2010-10-21  moko
                   6318: 
                   6319:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   6320:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   6321:          string (feature #111)
                   6322: 
                   6323:        * tests/: 261.html, results/261.processed: checks void from string
                   6324:          inheritance (feature #111)
                   6325: 
                   6326:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   6327:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   6328:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   6329:          now true by default
                   6330: 
                   6331: 2010-10-17  moko
                   6332: 
                   6333:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   6334:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   6335:          (bugfix: #128)
                   6336: 
                   6337:        * tests/: 223.html, results/223.processed: binary file upload test
                   6338:          added, GPF (issue #128) also checked in this test
                   6339: 
                   6340: 2010-10-13  misha
                   6341: 
                   6342:        * tests/260.html: - test for math:convert
                   6343: 
                   6344:        * src/classes/math.C: - error in math:convert was fixed
                   6345: 
                   6346:        * operators.txt: - info about
                   6347:          ^math:convert[number](from-base;to-base) was added
                   6348: 
                   6349:        * src/classes/math.C: - method
                   6350:          ^math:convert[number](from-base;to-base) for converting number
                   6351:          represention from one base to another was added ( new feature:
                   6352:          #23 )
                   6353: 
                   6354: 2010-10-13  moko
                   6355: 
                   6356:        * src/main/compile.tab.C: [] now is empty string, not void
                   6357: 
                   6358:        * src/main/compile.y: [] now is empty string, not void
                   6359: 
                   6360:        * src/types/pa_vvoid.h: void now passed as parameter
                   6361: 
                   6362:        * tests/: 259.html, results/259.processed: to test difference
                   6363:          between void and empty string (see ticket #111)
                   6364: 
                   6365:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   6366:          void
                   6367: 
                   6368:        * tests/256.html: $s[$void] is no longer empty string
                   6369: 
                   6370:        * tests/254.html: empty string is no longer void
                   6371: 
                   6372: 2010-10-12  misha
                   6373: 
                   6374:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   6375:          converted to date during cookies set up ( bugfix: #104 )
                   6376: 
                   6377:        * tests/041.html: - more tests for ^table.locate were added
                   6378: 
                   6379:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   6380:          work ( bugfix: #129 ) - exception comment for incorrect options
                   6381:          ^table.locate[field;value;options] was fixed
                   6382: 
                   6383: 2010-10-10  moko
                   6384: 
                   6385:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   6386:          another object feature returned
                   6387: 
                   6388:        * tests/results/258.processed: test result updated as constructor
                   6389:          returning another object feature returned
                   6390: 
                   6391:        * tests/: 258.html, results/258.processed: test for constructor
                   6392:          returning another object
                   6393: 
                   6394: 2010-10-08  misha
                   6395: 
                   6396:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   6397:          options shouldn't cause exceptions any longer
                   6398: 
                   6399: 2010-10-06  moko
                   6400: 
                   6401:        * src/classes/: hash.C, table.C: length from sql server is now
                   6402:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   6403: 
                   6404: 2010-10-02  misha
                   6405: 
                   6406:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   6407:          usable to delete cache file.
                   6408: 
                   6409: 2010-10-02  moko
                   6410: 
                   6411:        * tests/: 253.html, results/253.processed: hook_key added for key
                   6412:          checking
                   6413: 
                   6414:        * src/classes/json.C: null key bug fixed
                   6415: 
                   6416: 2010-09-29  misha
                   6417: 
                   6418:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   6419: 
                   6420: 2010-09-25  moko
                   6421: 
                   6422:        * src/classes/json.C: small fixed
                   6423: 
                   6424:        * tests/results/: 253.processed, 255.processed: just updated
                   6425: 
                   6426:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   6427:          results/255.processed: charset transcode test added for
                   6428:          json:parse
                   6429: 
                   6430: 2010-09-24  moko
                   6431: 
                   6432:        * src/types/pa_value.h: warning war :)
                   6433: 
                   6434:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   6435:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   6436:          ^json:string
                   6437: 
                   6438: 2010-09-22  moko
                   6439: 
                   6440:        * src/main/pa_charset.C: parser charset tables declare only
                   6441:          white-space before 0x20, thus adding the missing chars
                   6442: 
                   6443:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   6444:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   6445: 
                   6446: 2010-09-21  misha
                   6447: 
                   6448:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   6449:          want to compile grammar if they are absent)
                   6450: 
                   6451:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   6452: 
                   6453:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   6454: 
                   6455:        * src/main/main.vcproj: - path to bison is changed
                   6456: 
                   6457: 2010-09-21  moko
                   6458: 
1.116     moko     6459:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   6460:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   6461:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     6462: 
                   6463: 2010-09-20  misha
                   6464: 
                   6465:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   6466: 
                   6467:        * src/classes/json.C: - add EOL while json-serializing hash
                   6468: 
                   6469:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   6470:          compilers don't like 'ES'.
                   6471: 
                   6472: 2010-09-17  misha
                   6473: 
                   6474:        * operators.txt: - info about json class was added
                   6475: 
                   6476:        * src/classes/json.C: - ^json:string[object]
                   6477: 
                   6478:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   6479:          preventing infinite recursion while executing json:string was
                   6480:          added
                   6481: 
                   6482:        * src/include/pa_string.h: - method append_quoted was added
                   6483: 
                   6484:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   6485:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   6486:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   6487:          was added to Value & Co
                   6488: 
                   6489:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   6490:          were used
                   6491: 
                   6492:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   6493:          were added
                   6494: 
                   6495: 2010-09-10  moko
                   6496: 
                   6497:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6498:          die_or_abort (backport from 3.4.1)
                   6499: 
                   6500:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6501:          die_or_abort (bugfix: #106)
                   6502: 
                   6503: 2010-09-09  moko
                   6504: 
                   6505:        * src/classes/json.C: warning war. :)
                   6506: 
                   6507: 2010-09-08  misha
                   6508: 
                   6509:        * src/lib/json/Makefile.am: - additional include directories were
                   6510:          added (for pa_memory.h and gc.h)
                   6511: 
                   6512:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   6513:          compile as C++ instead default - additional include directory was
                   6514:          added (for gc.h)
                   6515: 
                   6516:        * src/types/pa_vform.C: - little code reformating
                   6517: 
                   6518:        * src/classes/file.C: - $.content-type option now can be specified
                   6519:          in ^file::create ( new feature: #102 )
                   6520: 
                   6521: 2010-09-08  moko
                   6522: 
                   6523:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   6524:          pa_malloc/pa_free
                   6525: 
                   6526: 2010-09-07  moko
                   6527: 
                   6528:        * tests/results/254.processed: VStateless_class:put_element
                   6529:          exception was fixed
                   6530: 
                   6531:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   6532:          VStateless_class:put_element barks self.type, not this.type
                   6533:          (bugfix: #105)
                   6534: 
                   6535: 2010-09-06  moko
                   6536: 
                   6537:        * src/classes/reflection.C: bugfix: new String() is required for
                   6538:          exception handling
                   6539: 
                   6540:        * tests/: 254.html, results/254.processed: test modified
                   6541: 
                   6542: 2010-09-05  moko
                   6543: 
                   6544:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   6545:          added
                   6546: 
                   6547:        * src/: classes/reflection.C, include/pa_request.h:
                   6548:          ^reflection:copy implemented (new feature: #100)
                   6549: 
                   6550: 2010-09-03  moko
                   6551: 
                   6552:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   6553: 
                   6554:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   6555:          option testing added
                   6556: 
                   6557: 2010-09-02  moko
                   6558: 
                   6559:        * src/classes/json.C: $.distinct[first|last|all] added
                   6560: 
                   6561: 2010-09-01  moko
                   6562: 
                   6563:        * tests/results/253.processed: json test result
                   6564: 
                   6565:        * tests/: 253.html, 253_json.txt: json test added
                   6566: 
                   6567:        * src/classes/json.C: json.C update to actual version + hash key
                   6568:          creation bugfix
                   6569: 
                   6570: 2010-08-31  misha
                   6571: 
                   6572:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   6573:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   6574:          src/lib/Makefile.am, src/classes/Makefile.am,
                   6575:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   6576:          json library was added
                   6577: 
                   6578: 2010-08-30  moko
                   6579: 
                   6580:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   6581:          types/pa_vobject.C: cosmetic optimization in
                   6582:          request:execute_method usage
                   6583: 
                   6584:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   6585:          optimization, just to decrease number of lines. :)
                   6586: 
                   6587: 2010-08-27  misha
                   6588: 
                   6589:        * src/classes/op.C: - taint[json] was added
                   6590: 
                   6591:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   6592:          were added
                   6593: 
                   6594:        * src/main/pa_exec.C: - warning fix was rolled back.
                   6595: 
                   6596:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   6597:          include/pa_string.h: - taint[json] was added - escaping was
                   6598:          slightly modified
                   6599: 
                   6600: 2010-08-25  misha
                   6601: 
                   6602:        * src/classes/file.C: - typo in file:sql exception was fixed
                   6603: 
                   6604:        * src/main/pa_exec.C: - warning about declared and not used
                   6605:          variable forced_allow was removed
                   6606: 
                   6607: 2010-08-14  misha
                   6608: 
                   6609:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   6610:          were removed
                   6611: 
                   6612: 2010-08-11  moko
                   6613: 
                   6614:        * tests/: 249.html, results/249.processed: default setter and
                   6615:          anti-recursive default getter test added
                   6616: 
                   6617:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   6618:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   6619:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   6620:          types/pa_vstateless_class.h: default setter support +
                   6621:          anti-recursive default getter support ( new feature: #13 )
                   6622: 
                   6623:        * src/include/pa_hash.h: optimization: threshold member removed
                   6624:          from hash, reducing sizeof(hash)
                   6625: 
                   6626: 2010-08-10  misha
                   6627: 
                   6628:        * tests/196.html: - junction-method was added to the test
                   6629: 
                   6630:        * tests/248.html: - ups. typo :)
                   6631: 
                   6632:        * tests/248.html: - test for checking .match with 4 params
                   6633: 
                   6634:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   6635:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   6636:          $request:charset during loading if the BOM code is detected"
                   6637: 
                   6638:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   6639:          $request:charset during loading if the BOM code is detected ( new
                   6640:          feature: #98 )
                   6641: 
                   6642: 2010-08-05  misha
                   6643: 
                   6644:        * src/classes/image.C: - ^image.replace now can accept only 2
                   6645:          params. in this case the whole image is affected ( new feature:
                   6646:          #95 )
                   6647: 
                   6648: 2010-08-04  misha
                   6649: 
                   6650:        * tests/246.html: - test tor ^hash._at[] was added
                   6651: 
                   6652:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   6653:          #53 )
                   6654: 
                   6655:        * src/include/pa_hash.h: - methods for accessing the first and the
                   6656:          last values of ordered hash were added (first_value and
                   6657:          last_value)
                   6658: 
                   6659:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   6660:          (similar to others file's methods):
                   6661:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   6662:          #68 )
                   6663: 
                   6664:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   6665: 
                   6666: 2010-08-01  moko
                   6667: 
                   6668:        * src/classes/op.C: to correctly process $result[] in code, called
                   6669:          from ^process
                   6670: 
                   6671:        * tests/245.html: $result in ^process[] test added
                   6672: 
                   6673:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   6674:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   6675:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   6676:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   6677:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   6678:          removed, construct(class,method) added
                   6679: 
                   6680:        * tests/results/: 192.processed, 244.processed: request::construct
                   6681:          added
                   6682: 
                   6683:        * tests/: 244.html, 245.html, results/244.processed,
                   6684:          results/245.processed: object creation exceptions and ^process
                   6685:          tests added
                   6686: 
                   6687: 2010-07-28  misha
                   6688: 
                   6689:        * tests/make_tests.cmd: - win32 EOLs
                   6690: 
                   6691:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   6692:          tests on Win32 were added (The system timezone should be GMT+3)
                   6693: 
                   6694: 2010-07-26  misha
                   6695: 
                   6696:        * tests/: 212.html, results/212.processed: - sizes were removed
                   6697:          mecause they could be different on different OSs
                   6698: 
                   6699:        * tests/065.html: - make it "win32 friendly"
                   6700: 
                   6701: 2010-07-25  misha
                   6702: 
                   6703:        * src/main/compile.y: - all EOLs between methods are removed during
                   6704:          compilation ( new feature: #47 )
                   6705: 
                   6706:        * tests/results/149.processed: - prepare tests to trim trailing
                   6707:          methods' EOLs
                   6708: 
                   6709:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   6710: 
                   6711:        * tests/: results/006.processed, results/014.processed, 006.html,
                   6712:          014.html, 022.html: - prepare tests to trim trailing methods'
                   6713:          EOLs
                   6714: 
                   6715:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   6716:          results/071.processed, results/022.processed: - prepare tests to
                   6717:          trim trailing methods' EOLs
                   6718: 
                   6719:        * tests/: results/073.processed, results/109.processed,
                   6720:          results/142.processed, results/144.processed,
                   6721:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   6722:          144.html: - prepare tests to trim trailing methods' EOLs
                   6723: 
                   6724:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   6725:          149.html, 152.html, results/096.processed, results/107.processed,
                   6726:          results/109.processed, results/142.processed,
                   6727:          results/144.processed: - prepare tests to trim trailing methods'
                   6728:          EOLs
                   6729: 
                   6730: 2010-07-24  moko
                   6731: 
                   6732:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   6733:          the hash order in this test
                   6734: 
                   6735:        * tests/014.html: to check hash order, hash no is longer sorted
                   6736:          before print
                   6737: 
                   6738:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   6739:          (bugfix: #54)
                   6740: 
                   6741: 2010-07-23  moko
                   6742: 
                   6743:        * tests/results/224.processed: @auto[] is no longer inherited
                   6744: 
                   6745:        * src/types/pa_vstateless_class.C, tests/227.html,
                   6746:          tests/results/227.processed: @auto[] is no longer inherited
                   6747:          (bugfix: #57)
                   6748: 
                   6749: 2010-07-22  misha
                   6750: 
                   6751:        * src/classes/table.C: - don't skip comment lines during
                   6752:          table::load if encloser or separator is set as '#' ( new feature:
                   6753:          #30 )
                   6754: 
                   6755:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   6756:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   6757:          #12 )
                   6758: 
                   6759:        * src/classes/file.C: - set PARSER_VARSION env before external
                   6760:          script executing
                   6761: 
                   6762: 2010-07-13  misha
                   6763: 
                   6764:        * tests/058.html: - test for suppressing @border was added - test
                   6765:          for user attribute was added
                   6766: 
                   6767:        * tests/results/186.processed: unescaping from \uXXXX
                   6768: 
                   6769:        * tests/186.html: unescaping from \uXXXX
                   6770: 
                   6771:        * tests/: 239.html, results/239.processed: method call type
                   6772: 
                   6773:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   6774:          $junction_method.CLASS_NAME (+CLASS)
                   6775: 
                   6776: 2010-07-07  misha
                   6777: 
                   6778:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   6779:          *nix
                   6780: 
                   6781: 2010-07-05  misha
                   6782: 
                   6783:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6784:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   6785:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   6786:          comment strings "options must be hash", "options must be hash,
                   6787:          not code" and "called with invalid option" were replaced by
                   6788:          constatns - exception comment string "invalid option passed" was
                   6789:          replaced by "called with invalid option" (now in different
                   6790:          methods are the same exception comment string)
                   6791: 
                   6792:        * src/include/pa_exception.h: - more exception strings were defined
                   6793: 
                   6794:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6795:          types/pa_vstateless_class.h: - now we can define possible
                   6796:          method's call type ( new feature: #5 )   1.
                   6797:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   6798:          methods   2. @static:method[params] (only static keyword could be
                   6799:          used here) -- for specified methods
                   6800: 
                   6801:        * src/main/pa_common.C: - junction points should not be deleted on
                   6802:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   6803:          cleanup
                   6804: 
                   6805: 2010-07-03  misha
                   6806: 
                   6807:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   6808:          results/158.processed, results/160.processed,
                   6809:          results/161.processed, results/162.processed,
                   6810:          results/163.processed: - prepare tests to trim trailing methods'
                   6811:          EOLs
                   6812: 
                   6813:        * tests/results/169.processed: - prepare tests to trim trailing
                   6814:          methods' EOLs
                   6815: 
                   6816:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   6817:          trim trailing methods' EOLs
                   6818: 
                   6819:        * tests/: results/170.processed, results/167.processed,
                   6820:          results/168.processed, results/169.processed, 167.html, 168.html,
                   6821:          169.html: - prepare tests to trim trailing methods' EOLs
                   6822: 
                   6823:        * tests/: results/170.processed, results/171.processed,
                   6824:          results/172.processed, results/173.processed,
                   6825:          results/174.processed, results/175.processed, 170.html, 171.html,
                   6826:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   6827:          trailing methods' EOLs
                   6828: 
                   6829:        * tests/: results/176.processed, results/180.processed,
                   6830:          results/184.processed, results/185.processed,
                   6831:          results/191.processed, results/192.processed,
                   6832:          results/196.processed, results/197.processed,
                   6833:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   6834:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   6835:          to trim trailing methods' EOLs
                   6836: 
                   6837:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   6838:          results/199.processed, results/208.processed,
                   6839:          results/209.processed, results/213.processed,
                   6840:          results/214.processed: - prepare tests to trim trailing methods'
                   6841:          EOLs
                   6842: 
                   6843: 2010-06-29  misha
                   6844: 
                   6845:        * tests/: 220.html, 218.html, results/218.processed,
                   6846:          results/215.processed, results/217.processed, 215.html, 217.html:
                   6847:          - prepare tests to trim trailing methods' EOLs
                   6848: 
                   6849:        * tests/: results/224.processed, 224.html, 223.html,
                   6850:          results/223.processed, results/220.processed: - prepare tests to
                   6851:          trim trailing methods' EOLs
                   6852: 
                   6853:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   6854:          trim trailing methods' EOLs
                   6855: 
                   6856:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   6857:          trailing methods' EOLs
                   6858: 
                   6859:        * tests/: 232.html, 235.html, results/232.processed,
                   6860:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   6861:          results/226.processed, results/227.processed,
                   6862:          results/228.processed, results/230.processed: - prepare tests to
                   6863:          trim trailing methods' EOLs
                   6864: 
                   6865: 2010-06-16  moko
                   6866: 
                   6867:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   6868:          ^if
                   6869: 
                   6870:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   6871: 
                   6872: 2010-06-03  misha
                   6873: 
                   6874:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   6875:          instead of memcopy for overlaped regions
                   6876: 
                   6877: 2010-05-25  misha
                   6878: 
                   6879:        * src/main/pa_common.C: - wanring about unused vars was removed
                   6880: 
                   6881:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   6882:          get_method_filename was moved to execute.C
                   6883: 
                   6884: 2010-05-23  misha
                   6885: 
                   6886:        * src/main/pa_request.C: - more accurate detection of method's file
                   6887: 
                   6888: 2010-05-22  misha
                   6889: 
                   6890:        * src/classes/reflection.C: - bugfix: core during detection of
                   6891:          .file if filespec isn't detected successfully
                   6892: 
                   6893: 2010-05-20  misha
                   6894: 
                   6895:        * src/main/pa_request.C: - fix in get_method_filename
                   6896: 
                   6897:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6898:          included file in @USE/^use is changed. if its filespec doesn't
                   6899:          start from '/' it will be searched in caller file directory
                   6900: 
                   6901:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6902:          where the method is defined
                   6903: 
                   6904:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6905:          classes/op.C: - new feature: #24 -- searching included file in
                   6906:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6907:          will be searched in caller file directory
                   6908: 
                   6909:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6910:          is moved to pa_common.h
                   6911: 
                   6912: 2010-05-18  misha
                   6913: 
                   6914:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6915:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6916:          cookie parser decode \uXXXX as well as %uXXXX
                   6917: 
                   6918: 2010-05-17  misha
                   6919: 
                   6920:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6921:          _curl_version_action - some spaces were removed or replaced by
                   6922:          tabs
                   6923: 
                   6924:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6925:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6926: 
                   6927: 2010-05-16  misha
                   6928: 
                   6929:        * src/classes/curl.C: new: #61 more curl options were added
                   6930:          (contributed by Sumo)
                   6931: 
                   6932: 2010-04-29  pretender
                   6933: 
                   6934:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6935:          now empty string.
                   6936: 
                   6937:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6938:          string type.
                   6939: 
                   6940: 2010-04-28  pretender
                   6941: 
                   6942:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6943:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6944:          macrodefinition removed
                   6945: 
                   6946: 2010-04-19  pretender
                   6947: 
                   6948:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6949:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6950: 
                   6951:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6952:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6953: 
                   6954:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6955:          variable" exception in grpunlim version.
                   6956: 
                   6957: 2010-04-05  misha
                   6958: 
                   6959:        * src/classes/string.C: - new feature: 4th param was added to
                   6960:          match. if specified its value is returned in case of nothing was
                   6961:          found
                   6962: 
                   6963: 2010-04-01  misha
                   6964: 
                   6965:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6966:          multiple execution of /a/b/auto.p
                   6967: 
                   6968: 2010-03-19  misha
                   6969: 
                   6970:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6971: 
                   6972:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6973: 
                   6974: 2010-01-27  misha
                   6975: 
                   6976:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6977:          trying to open file by path /existing-file/non-exixting-file
                   6978: 
                   6979: 2010-01-26  misha
                   6980: 
                   6981:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6982:          was added (returns file)
                   6983: 
                   6984: 2009-12-22  misha
                   6985: 
                   6986:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6987:          now parser doesn't have class curl if it was built without it
                   6988: 
                   6989: 2009-12-15  misha
                   6990: 
                   6991:        * configure.in: - little cheat with curl include dir was added
                   6992: 
                   6993: 2009-12-05  misha
                   6994: 
                   6995:        * src/classes/curl.C: - some fixes
                   6996: 
                   6997: 2009-12-04  misha
                   6998: 
                   6999:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   7000:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   7001:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   7002:          class was added
                   7003: 
                   7004:        * src/include/pa_hash.h: - hash-iterator was added
                   7005: 
                   7006:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   7007:          was added to pcre
                   7008: 
                   7009: 2009-11-27  misha
                   7010: 
                   7011:        * src/classes/image.C: - don't add @border attribute to output of
                   7012:          ^image.html[] if it was specified by user with empty value
                   7013: 
                   7014:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   7015:          root element and we are trying to access .documentElement
                   7016: 
                   7017: 2009-11-11  misha
                   7018: 
                   7019:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   7020:          instead of number of items in first row for named tables
                   7021: 
                   7022: 2009-11-10  misha
                   7023: 
                   7024:        * operators.txt: - info about hash-options in ^file::create was
                   7025:          added
                   7026: 
                   7027:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   7028:          added
                   7029: 
                   7030: 2009-11-09  misha
                   7031: 
                   7032:        * buildall-with-xml: - moving to libxml 2.7.6
                   7033: 
                   7034:        * tests/236.html: - tests for comparations cords with functions
                   7035:          were added
                   7036: 
                   7037:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   7038:          added
                   7039: 
                   7040:        * src/main/pa_http.C: - little optimisation
                   7041: 
                   7042:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   7043:          GPF mallocs + stringstream (table.save)
                   7044: 
                   7045:        * src/classes/file.C: - file::create now accepts 4th param: options
                   7046:          with $.charset
                   7047: 
                   7048:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   7049:          bug in cord (comparation cords with functions was buggy)
                   7050: 
                   7051: 2009-11-06  misha
                   7052: 
                   7053:        * src/main/pa_string.C: - bugfix: calculation string.length
                   7054:          sometimes was buggy
                   7055: 
                   7056:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   7057:          destroyed if exception occured during match/replace
                   7058: 
                   7059:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   7060:          lengthUTF8Char was added
                   7061: 
                   7062:        * src/classes/op.C: - clean tainting lang was added for user's
                   7063:          usage
                   7064: 
                   7065:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   7066:          fixed: checkouts are required after GC_MALLOC
                   7067: 
                   7068:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   7069: 
                   7070:        * operators.txt: - actually, there is no ^untaint[xml] in
                   7071:          file::create
                   7072: 
                   7073: 2009-10-15  misha
                   7074: 
                   7075:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   7076:          were added
                   7077: 
                   7078:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   7079:          were added
                   7080: 
                   7081:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   7082:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   7083:          hacking: for dealing with transcoding+^taint[uri]
                   7084:          transcode_and_untaint was replaced by untaint_and_transcode
                   7085: 
                   7086: 2009-10-13  misha
                   7087: 
                   7088:        * tests/: 121.html, results/121.processed: - test transcoding +
                   7089:          url-escaping now
                   7090: 
                   7091:        * tests/results/auto.p: - more helpers' methods were added
                   7092: 
                   7093:        * src/main/pa_globals.C: - die instead of abort
                   7094: 
                   7095: 2009-10-06  misha
                   7096: 
                   7097:        * src/main/pa_common.C: - don't allocate memory during
                   7098:          capitalization if input string is already capitalized
                   7099: 
                   7100:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   7101: 
                   7102:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   7103:          use format function because it calls malloc
                   7104: 
                   7105:        * src/include/pa_common.h: - more capitalized headers were added
                   7106: 
                   7107:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   7108:          file writing
                   7109: 
                   7110: 2009-10-05  misha
                   7111: 
                   7112:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   7113: 
                   7114: 2009-10-03  misha
                   7115: 
                   7116:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   7117:          ^img.text[] & ^img.length[] can work in utf-8 now
                   7118: 
                   7119:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   7120:          UTF8_string_iterator was added
                   7121: 
                   7122:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   7123:          length
                   7124: 
                   7125:        * src/classes/mail.C: - check from before get message.cstr
                   7126: 
                   7127: 2009-10-02  misha
                   7128: 
                   7129:        * tests/233.html: - test for image.font, image.length, image.text
                   7130:          with text in utf-8 were added
                   7131: 
                   7132:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   7133: 
                   7134:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   7135:          version for freebsd 4 was added
                   7136: 
                   7137: 2009-10-01  misha
                   7138: 
                   7139:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   7140:          terminator) - read_pipe were slightly optimized
                   7141: 
                   7142: 2009-09-28  misha
                   7143: 
                   7144:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   7145:          removed
                   7146: 
                   7147:        * src/types/pa_vmail.C: - forgot about space after ':'
                   7148: 
                   7149:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   7150:          body - small simplifications
                   7151: 
                   7152:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   7153:          inout params like pa_base64
                   7154: 
                   7155:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   7156:          option $.debug-print(1) was added to mail:send - changes for
                   7157:          using uue_encode which uses less memory
                   7158: 
                   7159:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   7160: 
                   7161:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   7162:          memory now
                   7163: 
                   7164: 2009-09-26  misha
                   7165: 
                   7166:        * src/types/pa_vmail.C: - default encoding now is base64
                   7167: 
                   7168:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   7169: 
                   7170: 2009-09-25  misha
                   7171: 
                   7172:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   7173:          sending mail as well
                   7174: 
                   7175:        * buildall-with-xml: - catalog package was removed from libxml
                   7176: 
                   7177:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   7178:          win32 absolute path
                   7179: 
                   7180:        * src/include/pa_common.h: - one more capitalized header was added
                   7181: 
                   7182: 2009-09-22  misha
                   7183: 
                   7184:        * INSTALL: - comment about building just httpd binary while
                   7185:          building apache module was added
                   7186: 
                   7187: 2009-09-21  misha
                   7188: 
                   7189:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   7190:          libxml 2.7.4 and libxslt 1.1.25
                   7191: 
                   7192: 2009-09-19  misha
                   7193: 
                   7194:        * tests/231.html: - test for encoding cookie in win-1251
                   7195: 
                   7196: 2009-09-18  misha
                   7197: 
                   7198:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   7199:          object] were added
                   7200: 
                   7201:        * operators.txt: - info about method ^reflection:fields[class or
                   7202:          object] was added
                   7203: 
                   7204:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   7205:          object] was added
                   7206: 
                   7207:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   7208:          methods get_fields were added
                   7209: 
                   7210:        * tests/232.html: - tests for @GET[name]
                   7211: 
                   7212:        * src/classes/table.C: - some changes in handling hash-options for
                   7213:          creare, join and locate
                   7214: 
                   7215:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   7216:          defined with option: the type of requested value
                   7217: 
                   7218: 2009-09-17  misha
                   7219: 
                   7220:        * tests/212.html: - tests for .pattern and .options were added
                   7221: 
                   7222:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   7223:          $regex.options were added
                   7224: 
                   7225: 2009-09-11  misha
                   7226: 
                   7227:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   7228:          rewrited. it checks not just one case of sending cookies during
                   7229:          file::load[http], but also sending headers and fields (including
                   7230:          files)
                   7231: 
                   7232: 2009-09-10  misha
                   7233: 
                   7234:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   7235:          was removed => now parser can open files with Russian 'r' in
                   7236:          filename
                   7237: 
                   7238:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   7239:          while escaping cookies but now source charset
                   7240: 
                   7241:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   7242:          ^tainted[uri] so it was possible to make request with incorrect
                   7243:          http header
                   7244: 
                   7245:        * src/main/pa_http.C: - capitalization of http headers during
                   7246:          file::load[http was slightly changes - bugfix: all headers which
                   7247:          parser sends during file::load[http should be transcoded and only
                   7248:          then escaped
                   7249: 
                   7250:        * src/main/untaint.C: - a bit more comments were added
                   7251: 
                   7252:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   7253:          warnings)
                   7254: 
                   7255:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   7256:          headers during file::load[http were added
                   7257: 
                   7258: 2009-09-08  misha
                   7259: 
                   7260:        * operators.txt: - changes in file.save and string.save were added
                   7261: 
                   7262:        * tests/: 230.html, 230.txt: - tests for checking options in
                   7263:          file.save and string.save were added
                   7264: 
                   7265:        * src/main/pa_request.C: - http headers names, which are passed to
                   7266:          SAPI::add_header_attribute are lowercased now (it'll be
                   7267:          capitalized in that method)
                   7268: 
                   7269:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   7270:          classes/string.C: - file_write accepts Request_charsets and asked
                   7271:          charset and cound transcode content before writing - string.save
                   7272:          and file.save have option $.charset now
                   7273: 
                   7274:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   7275:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   7276:          charset and cound transcode content before writing
                   7277: 
                   7278:        * src/include/pa_exception.h: - new exception comment string was
                   7279:          defined
                   7280: 
                   7281: 2009-09-07  misha
                   7282: 
                   7283:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   7284:          sub-pattern\s
                   7285: 
                   7286: 2009-09-04  misha
                   7287: 
                   7288:        * src/main/pa_http.C: - capitalization of http headers during
                   7289:          file::load[http was implemented
                   7290: 
                   7291: 2009-09-03  misha
                   7292: 
                   7293:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   7294:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   7295:          types/pa_vmail.C, targets/cgi/parser3.C,
                   7296:          targets/isapi/parser3isapi.C: - back to storing response http
                   7297:          headers in lowercase - capitalize them during output
                   7298: 
                   7299: 2009-08-31  misha
                   7300: 
                   7301:        * src/classes/table.C: - allow call with any brackets (it could be
                   7302:          useful in methods with explict result declaration)
                   7303: 
                   7304:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   7305:          correctly if $request:charset==koi8-r
                   7306: 
                   7307: 2009-08-30  misha
                   7308: 
                   7309:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   7310:          changed: content-type => Content-type and so on
                   7311: 
                   7312:        * src/classes/file.C, src/include/pa_common.h,
                   7313:          src/include/pa_request.h, src/main/pa_http.C,
                   7314:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   7315:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   7316:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   7317:          tests/results/002.processed, tests/results/003.processed,
                   7318:          tests/results/004.processed, tests/results/005.processed,
                   7319:          tests/results/006.processed, tests/results/007.processed,
                   7320:          tests/results/008.processed, tests/results/009.processed,
                   7321:          tests/results/010.processed, tests/results/011.processed,
                   7322:          tests/results/012.processed, tests/results/013.processed,
                   7323:          tests/results/014.processed, tests/results/015.processed,
                   7324:          tests/results/016.processed, tests/results/017.processed,
                   7325:          tests/results/018.processed, tests/results/019.processed,
                   7326:          tests/results/020.processed, tests/results/021.processed,
                   7327:          tests/results/022.processed, tests/results/023.processed,
                   7328:          tests/results/024.processed, tests/results/025.processed,
                   7329:          tests/results/026.processed, tests/results/027.processed,
                   7330:          tests/results/028.processed, tests/results/029.processed,
                   7331:          tests/results/030.processed, tests/results/031.processed,
                   7332:          tests/results/032.processed, tests/results/033.processed,
                   7333:          tests/results/034.processed, tests/results/035.processed,
                   7334:          tests/results/036.processed, tests/results/037.processed,
                   7335:          tests/results/038.processed, tests/results/039.processed,
                   7336:          tests/results/040.processed, tests/results/041.processed,
                   7337:          tests/results/042.processed, tests/results/043.processed,
                   7338:          tests/results/044.processed, tests/results/045.processed,
                   7339:          tests/results/046.processed, tests/results/047.processed,
                   7340:          tests/results/048.processed, tests/results/049.processed,
                   7341:          tests/results/050.processed, tests/results/051.processed,
                   7342:          tests/results/052.processed, tests/results/053.processed,
                   7343:          tests/results/054.processed, tests/results/055.processed,
                   7344:          tests/results/056.processed, tests/results/057.processed,
                   7345:          tests/results/058.processed, tests/results/059.processed,
                   7346:          tests/results/060.processed, tests/results/061.processed,
                   7347:          tests/results/062.processed, tests/results/063.processed,
                   7348:          tests/results/064.processed, tests/results/065.processed,
                   7349:          tests/results/066.processed, tests/results/067.processed,
                   7350:          tests/results/068.processed, tests/results/069.processed,
                   7351:          tests/results/070.processed, tests/results/071.processed,
                   7352:          tests/results/072.processed, tests/results/073.processed,
                   7353:          tests/results/074.processed, tests/results/075.processed,
                   7354:          tests/results/076.processed, tests/results/077.processed,
                   7355:          tests/results/078.processed, tests/results/079.processed,
                   7356:          tests/results/080.processed, tests/results/081.processed,
                   7357:          tests/results/082.processed, tests/results/083.processed,
                   7358:          tests/results/084.processed, tests/results/085.processed,
                   7359:          tests/results/086.processed, tests/results/087.processed,
                   7360:          tests/results/088.processed, tests/results/089.processed,
                   7361:          tests/results/090.processed, tests/results/091.processed,
                   7362:          tests/results/092.processed, tests/results/093.processed,
                   7363:          tests/results/094.processed, tests/results/095.processed,
                   7364:          tests/results/096.processed, tests/results/097.processed,
                   7365:          tests/results/098.processed, tests/results/099.processed,
                   7366:          tests/results/100.processed, tests/results/101.processed,
                   7367:          tests/results/102.processed, tests/results/103.processed,
                   7368:          tests/results/104.processed, tests/results/105.processed,
                   7369:          tests/results/106.processed, tests/results/107.processed,
                   7370:          tests/results/108.processed, tests/results/109.processed,
                   7371:          tests/results/110.processed, tests/results/111.processed,
                   7372:          tests/results/112.processed, tests/results/113.processed,
                   7373:          tests/results/114.processed, tests/results/115.processed,
                   7374:          tests/results/116.processed, tests/results/117.processed,
                   7375:          tests/results/118.processed, tests/results/119.processed,
                   7376:          tests/results/120.processed, tests/results/121.processed,
                   7377:          tests/results/122.processed, tests/results/123.processed,
                   7378:          tests/results/124.processed, tests/results/125.processed,
                   7379:          tests/results/126.processed, tests/results/127.processed,
                   7380:          tests/results/128.processed, tests/results/129.processed,
                   7381:          tests/results/130.processed, tests/results/131.processed,
                   7382:          tests/results/132.processed, tests/results/133.processed,
                   7383:          tests/results/134.processed, tests/results/135.processed,
                   7384:          tests/results/136.processed, tests/results/138.processed,
                   7385:          tests/results/139.processed, tests/results/140.processed,
                   7386:          tests/results/141.processed, tests/results/142.processed,
                   7387:          tests/results/143.processed, tests/results/144.processed,
                   7388:          tests/results/145.processed, tests/results/146.processed,
                   7389:          tests/results/147.processed, tests/results/148.processed,
                   7390:          tests/results/149.processed, tests/results/150.processed,
                   7391:          tests/results/151.processed, tests/results/152.processed,
                   7392:          tests/results/153.processed, tests/results/154.processed,
                   7393:          tests/results/155.processed, tests/results/156.processed,
                   7394:          tests/results/157.processed, tests/results/158.processed,
                   7395:          tests/results/159.processed, tests/results/160.processed,
                   7396:          tests/results/161.processed, tests/results/162.processed,
                   7397:          tests/results/163.processed, tests/results/164.processed,
                   7398:          tests/results/165.processed, tests/results/166.processed,
                   7399:          tests/results/167.processed, tests/results/168.processed,
                   7400:          tests/results/169.processed, tests/results/170.processed,
                   7401:          tests/results/171.processed, tests/results/172.processed,
                   7402:          tests/results/173.processed, tests/results/174.processed,
                   7403:          tests/results/175.processed, tests/results/176.processed,
                   7404:          tests/results/177.processed, tests/results/178.processed,
                   7405:          tests/results/179.processed, tests/results/180.processed,
                   7406:          tests/results/181.processed, tests/results/182.processed,
                   7407:          tests/results/183.processed, tests/results/184.processed,
                   7408:          tests/results/185.processed, tests/results/186.processed,
                   7409:          tests/results/187.processed, tests/results/188.processed,
                   7410:          tests/results/189.processed, tests/results/190.processed,
                   7411:          tests/results/191.processed, tests/results/192.processed,
                   7412:          tests/results/193.processed, tests/results/194.processed,
                   7413:          tests/results/195.processed, tests/results/196.processed,
                   7414:          tests/results/197.processed, tests/results/198.processed,
                   7415:          tests/results/199.processed, tests/results/200.processed,
                   7416:          tests/results/201.processed, tests/results/202.processed,
                   7417:          tests/results/203.processed, tests/results/204.processed,
                   7418:          tests/results/205.processed, tests/results/206.processed,
                   7419:          tests/results/207.processed, tests/results/208.processed,
                   7420:          tests/results/209.processed, tests/results/210.processed,
                   7421:          tests/results/211.processed, tests/results/212.processed,
                   7422:          tests/results/213.processed, tests/results/214.processed,
                   7423:          tests/results/215.processed, tests/results/216.processed,
                   7424:          tests/results/217.processed, tests/results/218.processed,
                   7425:          tests/results/219.processed, tests/results/220.processed,
                   7426:          tests/results/221.processed, tests/results/222.processed,
                   7427:          tests/results/223.processed, tests/results/224.processed,
                   7428:          tests/results/225.processed, tests/results/226.processed,
                   7429:          tests/results/227.processed, tests/results/228.processed,
                   7430:          tests/results/229.processed: - http headers were changed:
                   7431:          content-type => Content-type and so on
                   7432: 
                   7433: 2009-08-27  misha
                   7434: 
                   7435:        * src/: main/pa_random.C, include/pa_random.h,
                   7436:          targets/cgi/parser3.C: - year was updated :)
                   7437: 
                   7438: 2009-08-26  misha
                   7439: 
                   7440:        * tests/: 224.html, 224.p: - test for creating of parser object
                   7441:          using constructor without params - little bugfix in test
                   7442: 
                   7443:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   7444:          checking existed class while processing partial option
                   7445: 
                   7446:        * src/classes/reflection.C: - bugfix: core when creating object
                   7447:          with reflection and constructor doesn't have params
                   7448: 
                   7449: 2009-08-24  misha
                   7450: 
                   7451:        * tests/229.html: - tests for checking the number of parameters
                   7452:          were added
                   7453: 
                   7454:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   7455:          number of method's parameters wasn't checked correctly (the bug
                   7456:          was introduced in 3.4.0)
                   7457: 
                   7458: 2009-08-22  misha
                   7459: 
                   7460:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   7461:          transcoded, but tainted pieces are escaped only when
                   7462:          content-type==url-encoding
                   7463: 
                   7464:        * tests/228.html: - test for checking
                   7465:          ^file::load[http://...;$.body[]]
                   7466: 
                   7467:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   7468:          post charset was too early (charsets is empty at this moment)
                   7469: 
                   7470: 2009-08-21  misha
                   7471: 
                   7472:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   7473:          main/untaint.C: - some fixes with transcode+untaint
                   7474: 
                   7475: 2009-08-15  misha
                   7476: 
                   7477:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   7478:          was increaced to 100 (was 50)
                   7479: 
                   7480:        * tests/227.html: - test for checking overriding properties in
                   7481:          static classes was added
                   7482: 
                   7483:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   7484: 
                   7485:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   7486:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   7487:          autouse was implemented
                   7488: 
                   7489: 2009-08-14  misha
                   7490: 
                   7491:        * src/classes/reflection.C: - outdated checkout was removed
                   7492: 
                   7493:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   7494:          added.
                   7495: 
                   7496:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   7497:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   7498: 
                   7499:        * src/types/pa_vclass.C: - exception if base on sytem class
                   7500: 
                   7501: 2009-08-12  misha
                   7502: 
                   7503:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7504:          pa_vstateless_class.h: - little optimisation
                   7505: 
                   7506: 2009-08-11  misha
                   7507: 
                   7508:        * tests/224.html: - method_params => method_info - checking for
                   7509:          $.inherited
                   7510: 
                   7511:        * src/classes/reflection.C, operators.txt: - method method_params
                   7512:          was renamed to method_info and now it returns class name, if
                   7513:          method was defined in ancestor
                   7514: 
                   7515:        * tests/225.html: - tests for cheching properties in hierarhical
                   7516:          classes were added
                   7517: 
                   7518:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   7519:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7520:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   7521:          with properties in new classes implementation were fixed
                   7522: 
                   7523: 2009-08-10  misha
                   7524: 
                   7525:        * src/main/execute.C: - now constructor shouldn't be defined in
                   7526:          class. it could be defined in parent.
                   7527: 
                   7528: 2009-08-09  misha
                   7529: 
                   7530:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   7531:          base's methods
                   7532: 
                   7533: 2009-08-08  misha
                   7534: 
                   7535:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   7536:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   7537:          classes/image.C, classes/mail.C, classes/op.C,
                   7538:          classes/reflection.C, classes/regex.C, classes/string.C,
                   7539:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   7540:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   7541:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   7542:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   7543:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7544:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7545:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   7546:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7547:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   7548:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   7549:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   7550:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   7551:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   7552:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7553:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7554:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7555:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7556:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   7557:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7558:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7559:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   7560:          implementation
                   7561: 
                   7562:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   7563:          USE_MUNMAP is used. so it is disabled as a workaround.
                   7564: 
                   7565: 2009-08-05  misha
                   7566: 
                   7567:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   7568:          parameter was removed
                   7569: 
                   7570:        * src/main/pa_http.C: - bugfix: error was during detecting
                   7571:          content-type of file which was loaded by http
                   7572: 
                   7573: 2009-08-01  misha
                   7574: 
                   7575:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   7576:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   7577:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   7578:          can't be disabled with defines any longer
                   7579: 
                   7580: 2009-07-29  misha
                   7581: 
                   7582:        * src/classes/reflection.C, tests/results/224.processed: - for
                   7583:          native methods with any call type now returned empty call_type
                   7584:          value
                   7585: 
                   7586:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7587:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   7588:          main/pa_request.C: - break in cycles was optimized
                   7589: 
                   7590:        * INSTALL: - more defines were described
                   7591: 
                   7592: 2009-07-28  misha
                   7593: 
                   7594:        * operators.txt: - some changes in information about reflection
                   7595:          class
                   7596: 
                   7597:        * tests/: 224.html, 224.p: - tests for reflection class
                   7598: 
                   7599:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   7600:          was added, refactoring
                   7601: 
                   7602: 2009-07-26  misha
                   7603: 
                   7604:        * src/classes/classes.vcproj: - reflection class wass added to
                   7605:          project
                   7606: 
                   7607:        * operators.txt: - information about reflection class was added
                   7608: 
                   7609:        * src/classes/reflection.C: - class was redesigned
                   7610: 
                   7611: 2009-07-24  misha
                   7612: 
                   7613:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   7614:          added
                   7615: 
                   7616:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   7617:          in classes was added
                   7618: 
                   7619: 2009-07-22  misha
                   7620: 
                   7621:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   7622:          over-optimized. it failed if $object1.$object2.field
                   7623: 
                   7624: 2009-07-16  misha
                   7625: 
                   7626:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   7627:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   7628:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   7629:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   7630:          one more arg: length of cord
                   7631: 
                   7632: 2009-07-15  misha
                   7633: 
                   7634:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   7635:          tainted in ^file::load[http://...;$.cookies[]]
                   7636: 
                   7637:        * src/classes/: op.C, regex.C, string.C: - new string with
                   7638:          exception was used
                   7639: 
                   7640:        * src/include/pa_exception.h: - new string with exception was added
                   7641: 
                   7642:        * tests/223.html: - test for checking cookie-encoding during
                   7643:          ^file::load[http was added
                   7644: 
                   7645:        * tests/: 221.html, 222.html: - tests for checking type of
                   7646:          $table.fields.field were added
                   7647: 
                   7648:        * src/types/pa_vtable.C: - not used var decl was removed
                   7649: 
                   7650:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   7651:          it improves speed of match with brackets in pattern
                   7652: 
                   7653:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   7654:          outside
                   7655: 
                   7656: 2009-07-14  misha
                   7657: 
                   7658:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   7659:          column is empty (sometime returned void) - $table.fields was
                   7660:          added for nameless tables
                   7661: 
                   7662:        * src/targets/cgi/getopt.c: - one warning resolved
                   7663: 
                   7664:        * src/main/pa_string.C: - potentian bug fixed
                   7665: 
                   7666:        * src/classes/op.C: - small optimization in taint/untaint
                   7667: 
                   7668: 2009-07-13  misha
                   7669: 
                   7670:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   7671:          added
                   7672: 
                   7673:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   7674:          souldn't add the attribut to output
                   7675: 
                   7676: 2009-07-11  misha
                   7677: 
                   7678:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7679:          stack size was increaced to 2MB (default=1MB)
                   7680: 
                   7681: 2009-07-08  misha
                   7682: 
                   7683:        * src/main/pa_string.C: - link to UTF-8 description was added
                   7684: 
                   7685:        * src/include/pa_hash.h: - hash keeps element's order in more
                   7686:          places (ex: ._keys[])
                   7687: 
                   7688:        * tests/220.html: - test for checking order of elements in hash in
                   7689:          foreach was added
                   7690: 
                   7691:        * tests/172.html: - small changes in printing hash
                   7692: 
                   7693:        * tests/129.html: - small changes in printing hash
                   7694: 
                   7695:        * src/: include/pa_common.h, include/pa_hash.h,
                   7696:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   7697:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   7698: 
                   7699:        * tests/014.html: - small changes in printing hash
                   7700: 
                   7701: 2009-07-07  misha
                   7702: 
                   7703:        * src/classes/op.C: - new taint language "parser-code" was added
                   7704: 
                   7705:        * tests/219.html: - test for auto untaint parser code in process
                   7706:          was added
                   7707: 
                   7708:        * src/classes/op.C: - tainted pieces in body of process are
                   7709:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   7710: 
                   7711:        * src/: include/pa_string.h, main/untaint.C: - new language
                   7712:          L_PARSER_CODE for auto-untaint in process was added
                   7713: 
                   7714:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7715:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   7716:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   7717:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   7718:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   7719:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   7720:          code cleanup
                   7721: 
                   7722: 2009-07-06  misha
                   7723: 
                   7724:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   7725:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   7726:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7727: 
                   7728:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   7729:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   7730:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   7731:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   7732:          should be used
                   7733: 
                   7734:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   7735:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   7736:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   7737:          untaint_cstr[m] should be used
                   7738: 
                   7739:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   7740:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7741: 
                   7742:        * tests/218.html: - test for checking automatic file-spec-taint was
                   7743:          added
                   7744: 
                   7745:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   7746:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   7747:          classes/file.C, classes/hash.C, classes/image.C,
                   7748:          classes/string.C, classes/table.C, classes/void.C,
                   7749:          classes/xdoc.C: - optimizations and simplification of
                   7750:          string.cstr(...)
                   7751: 
                   7752:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   7753:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   7754:          - optimizations and simplification of string.cstr(...)
                   7755: 
                   7756: 2009-07-04  misha
                   7757: 
                   7758:        * tests/217.html: - test for recursion detection was added
                   7759: 
                   7760:        * src/: types/types.vcproj, main/main.vcproj,
                   7761:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   7762:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   7763:          from .vcproj
                   7764: 
                   7765:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   7766: 
                   7767:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   7768:          uploading files and case-insensitive http-method were added
                   7769: 
                   7770:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   7771:          tainted pattern in ^file:list[] was added
                   7772: 
                   7773: 2009-07-03  misha
                   7774: 
                   7775:        * src/: classes/classes.vcproj, main/main.vcproj,
                   7776:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   7777:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   7778:          for dynamic_cast) - little options changes
                   7779: 
                   7780:        * src/main/pa_http.C: - file::load[http works now with uploading
                   7781:          files _and_ changing $.charset
                   7782: 
                   7783: 2009-06-29  misha
                   7784: 
                   7785:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   7786:          while creating pattern
                   7787: 
                   7788: 2009-06-25  misha
                   7789: 
                   7790:        * src/classes/image.C, operators.txt: - options' names for
                   7791:          ^image.font were changed to $.space, $.width and $spacing -
                   7792:          default space width now == gif's width
                   7793: 
                   7794: 2009-06-24  misha
                   7795: 
                   7796:        * tests/215.html: - tests for $file.mode were added
                   7797: 
                   7798:        * operators.txt: - added info about $file.mode and changes in
                   7799:          ^image.font[
                   7800: 
                   7801:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   7802:          param now could be omited - third param now could be hash (with
                   7803:          all widths options: $.space-width, $.letter-width) - it's
                   7804:          possible to specify tracking ($.letter-space)
                   7805: 
                   7806:        * src/classes/file.C: - file objects now could have mode field
                   7807:          (text|binary)
                   7808: 
                   7809:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   7810: 
                   7811: 2009-06-23  misha
                   7812: 
                   7813:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7814:          trim can work with utf-8 chars now
                   7815: 
                   7816: 2009-06-20  misha
                   7817: 
                   7818:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   7819:          was implemented
                   7820: 
                   7821:        * src/classes/table.C: - string length cacheing was implemented
                   7822: 
                   7823:        * src/include/pa_string.h: - string length cacheing was implemented
                   7824: 
                   7825: 2009-06-17  misha
                   7826: 
                   7827:        * src/main/execute.C: - value param was removed from
                   7828:          WContext::WContext
                   7829: 
                   7830:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   7831:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   7832:          - field wcontext was removed from VCodeFrame (using fparent
                   7833:          instead)
                   7834: 
                   7835:        * tests/214.html: - test with hash copying
                   7836: 
                   7837: 2009-06-16  misha
                   7838: 
                   7839:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   7840:          strings doesn't work in expression anymore
                   7841: 
                   7842:        * src/main/execute.C: - less calls for get_constructing() - little
                   7843:          refactoring
                   7844: 
                   7845:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   7846:          include/pa_request.h: - less calls for get_constructing()
                   7847: 
                   7848:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   7849:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   7850: 
                   7851: 2009-06-14  misha
                   7852: 
                   7853:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7854:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   7855:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   7856:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7857:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   7858:          storing object's fields only for parser objects
                   7859: 
                   7860: 2009-06-13  misha
                   7861: 
                   7862:        * buildall-with-xml, buildall-without-xml: - new option was added
                   7863:          for building GC (it slightly reduces memory usage)
                   7864: 
                   7865:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   7866:          single string write
                   7867: 
                   7868:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   7869:          - optimization of single string write
                   7870: 
                   7871:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   7872:          - bytecode optimization of ^class:constructor
                   7873: 
                   7874: 2009-06-09  misha
                   7875: 
                   7876:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   7877:          main (better compatibility)
                   7878: 
                   7879: 2009-06-08  misha
                   7880: 
                   7881:        * src/main/compile.y: - I've forgot to commit it :(
                   7882: 
                   7883: 2009-06-07  misha
                   7884: 
                   7885:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   7886:          WITH_READ and WITH_ROOT
                   7887: 
                   7888:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7889:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   7890:          WITH_ROOT - little refactoring
                   7891: 
                   7892: 2009-06-06  misha
                   7893: 
                   7894:        * tests/213.html: - tests for 3rd match string-param were added
                   7895: 
                   7896:        * src/classes/string.C: - 3rd match param could be string now
                   7897: 
                   7898:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7899:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7900:          GET_OBJECT_ELEMENT
                   7901: 
                   7902: 2009-06-05  misha
                   7903: 
                   7904:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7905:          if $.body was specified
                   7906: 
                   7907: 2009-06-04  misha
                   7908: 
                   7909:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7910: 
                   7911:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7912: 
                   7913:        * src/main/execute.C: - little refactoring - optimizing
                   7914:          write_assign_lang in taint/untaint
                   7915: 
                   7916:        * src/include/pa_opcode.h: - little refactoring
                   7917: 
                   7918:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7919:          main/compile_tools.h, main/execute.C: - optimizations for
                   7920:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7921:          were added
                   7922: 
                   7923: 2009-06-03  misha
                   7924: 
                   7925:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7926: 
                   7927: 2009-06-02  misha
                   7928: 
                   7929:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7930:          include/pa_opcode.h: - refactoring in last optimizations
                   7931:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7932:          now but code is much easy and it is ready for further
                   7933:          improvements.
                   7934: 
                   7935: 2009-05-27  misha
                   7936: 
                   7937:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7938:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7939:          changed in destructing junctions
                   7940: 
                   7941:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7942:          String:Body
                   7943: 
                   7944: 2009-05-26  misha
                   7945: 
                   7946:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7947:          one method detect_charset was deleted - bug was fixed in this
                   7948:          method (error while detecting charset in content_type withot last
                   7949:          ';')
                   7950: 
                   7951:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7952:          once
                   7953: 
                   7954: 2009-05-25  misha
                   7955: 
                   7956:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7957:          optimizing of helper_length
                   7958: 
                   7959: 2009-05-24  misha
                   7960: 
                   7961:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7962:          were added - little refactoring
                   7963: 
                   7964:        * src/main/execute.C: - core while printing in debug log
                   7965:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7966:          optimisations were added
                   7967: 
                   7968:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7969:          were added
                   7970: 
                   7971: 2009-05-23  misha
                   7972: 
                   7973:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7974:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7975:          CORD_cat optimization
                   7976: 
                   7977:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7978:          - call constr optimisation under separate define now
                   7979: 
                   7980:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7981:          in $b should be string, not void
                   7982: 
                   7983:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7984: 
                   7985:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7986:          main/compile_tools.h, main/execute.C: - optimisations for
                   7987:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7988: 
                   7989:        * INSTALL: - description of some #defined were added
                   7990: 
                   7991:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7992:          before 1st access (memory usage is reduced if don't access to
                   7993:          .text field)
                   7994: 
                   7995:        * src/include/pa_array.h: - array grows step now not static (it
                   7996:          reduces numbers of reallocs)
                   7997: 
                   7998: 2009-05-20  misha
                   7999: 
                   8000:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   8001:          $.b(2), $c[d] and $.e[f] was added
                   8002: 
                   8003:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8004:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   8005:          $.e[f] was added
                   8006: 
                   8007:        * src/main/execute.C: - debug printing moved in defines
                   8008: 
                   8009:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   8010:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   8011:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   8012: 
                   8013: 2009-05-19  misha
                   8014: 
                   8015:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8016:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   8017: 
                   8018:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   8019:          ^a.$b optimisation)
                   8020: 
                   8021:        * src/main/compile.y: - compiler now generate new opcodes:
                   8022:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   8023:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   8024:          of params }
                   8025: 
                   8026:        * src/main/execute.C: - code for handle new opcodes
                   8027:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   8028: 
                   8029:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   8030:          added for LA2V and LA2S
                   8031: 
                   8032:        * src/include/pa_opcode.h: - new defines which can be used for
                   8033:          disable some bytecode optimisation and new opcodes were added
                   8034: 
                   8035: 2009-05-17  misha
                   8036: 
                   8037:        * src/lib/cord/cordxtra.c: - bugfix.
                   8038: 
                   8039:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   8040: 
                   8041:        * operators.txt: - info about regex class was added
                   8042: 
                   8043:        * tests/212.html: - tests for regex class were added
                   8044: 
                   8045: 2009-05-16  misha
                   8046: 
                   8047:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   8048:          gc7.1
                   8049: 
                   8050:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   8051:          was added
                   8052: 
                   8053:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   8054:          param) should work
                   8055: 
                   8056: 2009-05-15  misha
                   8057: 
                   8058:        * src/classes/table.C: - automatically disable stringstream usage
                   8059:          on freebsd4
                   8060: 
                   8061:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   8062:          scope
                   8063: 
                   8064:        * tests/211.html: - test with different types of access to hash was
                   8065:          added
                   8066: 
                   8067:        * tests/210.html: - test which checks for loosing tainting in
                   8068:          hash's keys was added
                   8069: 
                   8070:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   8071: 
                   8072:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   8073: 
                   8074:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   8075: 
                   8076:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   8077:          optimisations for increacing version number more dramatically :)
                   8078: 
                   8079:        * src/classes/date.C: - little refactoring: use constructor which
                   8080:          accepts formated string
                   8081: 
                   8082:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   8083:          which can print formatted string was added
                   8084: 
                   8085: 2009-05-14  misha
                   8086: 
                   8087:        * src/include/pa_string.h: - type was fixed
                   8088: 
                   8089:        * src/: classes/hashfile.C, classes/op.C,
                   8090:          include/pa_cache_managers.h, include/pa_charset.h,
                   8091:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   8092:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   8093:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   8094:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   8095:          main/pa_charsets.C, main/pa_string.C,
                   8096:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   8097:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8098:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   8099:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   8100:          (seaches should be faster now)
                   8101: 
                   8102:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8103:          classes/string.C, classes/table.C, include/pa_string.h,
                   8104:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   8105:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   8106:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   8107:          types/pa_vrequest.C: - String constructors don't have that stupid
                   8108:          true/false param which means 'tainted'. they accept lang instead.
                   8109: 
                   8110:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   8111:          with OPTIMIZE_RESULT
                   8112: 
                   8113:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   8114:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   8115: 
                   8116: 2009-05-13  misha
                   8117: 
                   8118:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   8119:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   8120:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8121:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   8122:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   8123:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   8124:          include/pa_string.h, classes/date.C, classes/file.C,
                   8125:          classes/hash.C, classes/image.C, classes/string.C,
                   8126:          classes/table.C, classes/xdoc.C: - result optimisation -
                   8127:          helper_length parameter removed from string constructors
                   8128: 
                   8129: 2009-05-11  misha
                   8130: 
                   8131:        * tests/209.html: - tests for ^hash::create[hash] were added
                   8132: 
                   8133:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   8134:          ^memory:compact[] were added
                   8135: 
                   8136:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   8137:          log10 were added
                   8138: 
                   8139:        * tests/206.html: - test for try with finally was added
                   8140: 
                   8141: 2009-05-10  misha
                   8142: 
                   8143:        * tests/205.html: - test for ^file::create[...] was added
                   8144: 
                   8145:        * tests/204.html: - test for ^response:clear[] was added
                   8146: 
                   8147:        * tests/038.html: - tests for trigonometric functions were added
                   8148: 
                   8149:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   8150:          added - more tests for .add, .sub, .union, .intersects and
                   8151:          .intersections
                   8152: 
                   8153:        * tests/065.html: - test for ^file:dirname was added
                   8154: 
                   8155:        * tests/030.html: - test for $cookie:fields was added
                   8156: 
                   8157:        * tests/203.html: - test for ^h._keys[column name] was added
                   8158: 
                   8159:        * tests/201.html: - tests for .trim were added
                   8160: 
                   8161:        * tests/202.html: - tests for last-day,
                   8162:          date:calendar[type](YYYY;MM;DD) were added
                   8163: 
                   8164:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   8165:          .offset[type](N) were added
                   8166: 
                   8167:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   8168:          and .pos[c](N) were added
                   8169: 
                   8170:        * tests/141.html: - test for math:sha1 was added
                   8171: 
                   8172:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   8173: 
                   8174: 2009-05-09  misha
                   8175: 
                   8176:        * src/main/compile.y: - rollback
                   8177: 
                   8178: 2009-05-05  misha
                   8179: 
                   8180:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   8181:          replaced by is_empty()
                   8182: 
                   8183:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   8184:          optimisation: somewhere length() was replaced by is_empty()
                   8185: 
                   8186:        * src/classes/table.C: - little optimisation: somewhere length()
                   8187:          was replaced by is_empty()
                   8188: 
                   8189:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   8190:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   8191:          optimisation: somewhere length() was replaced by is_empty()
                   8192: 
                   8193: 2009-05-04  misha
                   8194: 
                   8195:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8196:          types/pa_vstateless_class.h, main/execute.C,
                   8197:          include/pa_request.h, classes/hash.C, classes/op.C,
                   8198:          classes/table.C: - more optimisations were added: some operators
                   8199:          don't switch write context anylonger
                   8200: 
                   8201: 2009-05-01  misha
                   8202: 
                   8203:        * src/main/compile.y: - slightly more opcode optimisations for
                   8204:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   8205: 
                   8206:        * src/main/execute.C: - simplifying process for getters
                   8207: 
                   8208: 2009-04-30  misha
                   8209: 
                   8210:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   8211: 
                   8212:        * tests/results/199.processed: - test for checking $result into
                   8213:          ^rem was added
                   8214: 
                   8215:        * tests/199.html: - test for checking $result into ^rem was added
                   8216: 
                   8217:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   8218:          some OS it returns list in different order)
                   8219: 
                   8220:        * src/: include/pa_array.h, include/pa_request.h,
                   8221:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   8222:          changes in stack impl - get_element() optimisation: 3rd param
                   8223:          removed - bugfix: problems with reading empty input param -
                   8224:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   8225: 
                   8226:        * tests/results/198.processed: - test for reading empty local var
                   8227:          was added
                   8228: 
                   8229:        * tests/198.html: - test for reading empty local var was added
                   8230: 
                   8231: 2009-04-29  misha
                   8232: 
                   8233:        * src/main/compile.y: - bugfix: couldn't compile because
                   8234:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   8235: 
                   8236:        * src/: include/pa_array.h, include/pa_opcode.h,
                   8237:          include/pa_request.h, main/compile.y, main/execute.C,
                   8238:          main/pa_request.C, types/pa_vmethod_frame.C,
                   8239:          types/pa_vmethod_frame.h: - we can work without opcode
                   8240:          OP_STORE_PARAM, so it was removed
                   8241: 
                   8242: 2009-04-28  misha
                   8243: 
                   8244:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   8245:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   8246:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   8247:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   8248:          4.
                   8249:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   8250: 
                   8251:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   8252: 
                   8253:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   8254:          is_empty()
                   8255: 
                   8256: 2009-04-27  misha
                   8257: 
                   8258:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   8259: 
                   8260: 2009-04-24  misha
                   8261: 
                   8262:        * src/classes/string.C: - ups. typo fixed
                   8263: 
                   8264:        * src/main/execute.C: - more replacements '*new VBool' to
                   8265:          'VBool::get' - checks for ^break[], ^continue[] and
                   8266:          parser.interrupted were optimised
                   8267: 
                   8268:        * src/classes/string.C: - number of params.count() calls was
                   8269:          slightly reduced
                   8270: 
                   8271: 2009-04-23  misha
                   8272: 
                   8273:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8274:          make it x64 friendly
                   8275: 
                   8276:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8277:          parser is x64 friendly now
                   8278: 
                   8279: 2009-04-22  misha
                   8280: 
                   8281:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   8282:          exceeding record size was added
                   8283: 
                   8284:        * src/classes/file.C: - use vregex object instead of direct calls
                   8285:          methods from pcre lib
                   8286: 
                   8287:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   8288:          classes/string.C: - use vregex object instead of direct calls
                   8289:          methods from pcre lib
                   8290: 
                   8291:        * src/: include/pa_common.h, main/pa_common.C: - method
                   8292:          print_pcre_exec_error_text was moved to class vregex
                   8293: 
                   8294:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   8295:          was added
                   8296: 
                   8297:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   8298:          - class vregex was added
                   8299: 
                   8300: 2009-04-21  misha
                   8301: 
                   8302:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   8303: 
                   8304:        * src/: types/pa_junction.h, types/pa_value.C,
                   8305:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   8306:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   8307:          junction-optimisation (destructors)
                   8308: 
                   8309:        * src/include/pa_array.h: - free under if now
                   8310: 
                   8311: 2009-04-19  misha
                   8312: 
                   8313:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   8314: 
                   8315: 2009-04-18  misha
                   8316: 
                   8317:        * src/include/pa_version.h:
                   8318:          :q :
                   8319: 
                   8320:          CV:
                   8321:          ----------------------------------------------------------------------
                   8322: 
                   8323:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   8324:          refactoring
                   8325: 
                   8326:        * src/: include/pa_array.h, include/pa_hash.h,
                   8327:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   8328: 
                   8329:        * src/include/pa_memory.h: - define for using destructors was added
                   8330: 
                   8331:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8332:          main/execute.C: - some junctions will be cached now
                   8333: 
                   8334:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   8335: 
                   8336:        * src/include/pa_array.h: - inline was added to destructor
                   8337: 
                   8338:        * src/types/pa_method.h: - comment was changed
                   8339: 
                   8340: 2009-04-17  misha
                   8341: 
                   8342:        * src/: include/pa_array.h, include/pa_hash.h,
                   8343:          types/pa_vmethod_frame.h: - destructors were added
                   8344: 
                   8345:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   8346:          renamed to always_use_result
                   8347: 
                   8348:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   8349:          compiler: full backward compatibility is better
                   8350: 
                   8351:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   8352:          result in var's hash
                   8353: 
                   8354:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8355:          optimisation in method_frame
                   8356: 
                   8357:        * src/include/pa_array.h: - optimisation in array (allocate
                   8358:          elements only when needed)
                   8359: 
                   8360:        * src/types/pa_vresponse.C: - check for $response:headers field
                   8361:          before looking at custom fields
                   8362: 
                   8363:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   8364:          not needed to check existance var with name 'result' in var's
                   8365:          hash
                   8366: 
                   8367:        * src/main/compile.y: - compiler was changed: now it detects
                   8368:          writings to $result and set flag writo_to_result in method
                   8369: 
                   8370:        * src/classes/string.C: - little optimisation: no needed to write
                   8371:          number with lang
                   8372: 
                   8373:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   8374:          used for read utf8-strings were renamed - is_escaped was renamed
                   8375:          to isEscaped (to the same name convention)
                   8376: 
                   8377:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   8378:          write_to_result added. compiler get this info from code.
                   8379: 
                   8380: 2009-04-16  misha
                   8381: 
                   8382:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   8383:          String only before 1st write
                   8384: 
                   8385:        * src/include/pa_string.h: - not needed template removed
                   8386: 
                   8387:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   8388:          types/pa_vjunction.C, types/pa_vproperty.C,
                   8389:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   8390:          main/pa_request.C, classes/bool.C, classes/double.C,
                   8391:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   8392:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   8393:          bool objects)
                   8394: 
                   8395: 2009-04-15  misha
                   8396: 
                   8397:        * src/lib/cord/cordxtra.c: - more optimisation
                   8398: 
                   8399:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   8400:          optimisation
                   8401: 
                   8402:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   8403:          then get and can sometime be used)
                   8404: 
                   8405:        * src/main/pa_string.C: - String::length optimisation
                   8406: 
                   8407:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   8408:          these methods read different strings
                   8409: 
                   8410:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8411:          fresult_initial_void removed + some optimisation - if $result
                   8412:          defined we don't write to context anymore
                   8413: 
                   8414:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   8415:          need just skip char)
                   8416: 
                   8417:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8418:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   8419:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   8420: 
                   8421:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   8422:          instance
                   8423: 
                   8424: 2009-04-11  misha
                   8425: 
                   8426:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   8427: 
                   8428:        * tests/197.html: - test for parser://test in xml was added
                   8429: 
                   8430:        * src/classes/string.C: - small optimisation
                   8431: 
                   8432:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   8433:          optimisation
                   8434: 
                   8435: 2009-04-10  misha
                   8436: 
                   8437:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   8438:          to pcre-7.8
                   8439: 
                   8440:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   8441: 
                   8442:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   8443:          added
                   8444: 
                   8445:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   8446:          $request:CLASS_NAME were added
                   8447: 
                   8448:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   8449:          were added
                   8450: 
                   8451:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   8452:          $env:CLASS_NAME were added
                   8453: 
                   8454:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   8455:          '@todo' now
                   8456: 
                   8457:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   8458:          compirer
                   8459: 
                   8460:        * src/main/pa_string.C: - little code cleanup
                   8461: 
                   8462:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   8463:          during PCRE compile/execute
                   8464: 
                   8465:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   8466:          normalizing todo-comments: '@todo' now
                   8467: 
                   8468:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   8469: 
                   8470:        * src/main/pa_charset.C: - type changed for making compiler happy
                   8471: 
                   8472: 2009-03-10  misha
                   8473: 
                   8474:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   8475:          in main()
                   8476: 
                   8477: 2009-02-01  misha
                   8478: 
                   8479:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   8480:          boundary
                   8481: 
                   8482: 2009-01-25  misha
                   8483: 
                   8484:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   8485: 
                   8486:        * src/classes/file.C: - more changes for parsing different number
                   8487:          of params for file::load
                   8488: 
                   8489:        * tests/193.html: - tests for exception while base64-decode binary
                   8490:          to string was added
                   8491: 
                   8492:        * tests/192.html: - tests for file::load with different number of
                   8493:          options
                   8494: 
                   8495:        * src/classes/math.C: - ups. forgot '+1'
                   8496: 
                   8497:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   8498:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   8499:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   8500:          (new option $.encode[multipart-form/data] should be specified) -
                   8501:          $.method[] option for file::load now is not case-sensitive
                   8502: 
                   8503:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   8504:          new taint language L_FILE_POST was added
                   8505: 
                   8506:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   8507:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   8508:          stuff was moved to separate files
                   8509: 
                   8510: 2009-01-23  misha
                   8511: 
                   8512:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   8513:          spaces to tabs were converted
                   8514: 
                   8515: 2009-01-12  misha
                   8516: 
                   8517:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   8518:          now
                   8519: 
                   8520:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   8521:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   8522:          their names
                   8523: 
                   8524:        * src/main/pa_common.C: - changes in formating
                   8525: 
                   8526:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   8527:          their names
                   8528: 
                   8529:        * src/include/pa_http.h: - some spaces were converted to tabs
                   8530: 
                   8531:        * src/include/pa_common.h: - some constants changed their names
                   8532: 
                   8533:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   8534:          little code rewriting
                   8535: 
                   8536:        * src/types/pa_vfile.C: - little code rewriting
                   8537: 
                   8538:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   8539:          types/pa_value.h: - some formating changes
                   8540: 
                   8541:        * src/include/pa_common.h: - some formating spaces transformed to
                   8542:          tabs
                   8543: 
                   8544:        * src/classes/string.C: - exception while base64-decode binary to a
                   8545:          string
                   8546: 
                   8547: 2009-01-11  misha
                   8548: 
                   8549:        * configure.in: - version changed to 3.3.1b
                   8550: 
                   8551: 2008-09-05  misha
                   8552: 
                   8553:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   8554:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   8555: 
                   8556: 2008-09-04  misha
                   8557: 
                   8558:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   8559:          anymore
                   8560: 
                   8561:        * src/classes/op.C: - exception with 'invalid taint language' not
                   8562:          typeless anylonger
                   8563: 
                   8564:        * src/classes/image.C: - some exceptions while operations with
                   8565:          image not typeless anymore
                   8566: 
                   8567:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   8568:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   8569:          operations with files not typeless anymore
                   8570: 
                   8571:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   8572:          types/pa_vdate.h: - exceptions while checking date range not
                   8573:          typeless anymore
                   8574: 
                   8575:        * src/include/pa_exception.h: - exception type string for invalid
                   8576:          date range was added
                   8577: 
                   8578: 2008-09-03  misha
                   8579: 
                   8580:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   8581:          operations not typeless anymore
                   8582: 
                   8583:        * src/include/pa_exception.h: - exception type for pce operations
                   8584:          was added
                   8585: 
                   8586:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   8587:          and .CLASS_NAME insite classes
                   8588: 
                   8589:        * src/classes/table.C: - don't save table header whiile
                   8590:          ^table.save[append;filename] if file exists
                   8591: 
                   8592: 2008-09-02  misha
                   8593: 
                   8594:        * src/main/compile.y, src/main/compile_tools.h,
                   8595:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   8596:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   8597:          renamed to partial and it login changed: we must mark class as
                   8598:          partial for allow their modifications in future.
                   8599: 
                   8600: 2008-08-29  misha
                   8601: 
                   8602:        * tests/results/022.processed: - testing taint[regex] in mask for
                   8603:          file:list
                   8604: 
                   8605:        * tests/022.html: - testing taint[regex] in mask for file:list
                   8606: 
                   8607:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   8608:          for file:list was added
                   8609: 
                   8610:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   8611:          file:list
                   8612: 
                   8613: 2008-08-26  misha
                   8614: 
                   8615:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   8616:          last derived object
                   8617: 
                   8618:        * src/classes/image.C: - many strings "image.format" replaced by
                   8619:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   8620:          understand some more exif tags
                   8621: 
                   8622:        * src/include/pa_exception.h: - string "image.format" was added
                   8623: 
                   8624: 2008-08-21  misha
                   8625: 
                   8626:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   8627:          pcre_exec text error
                   8628: 
                   8629:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   8630:          added
                   8631: 
                   8632:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   8633:          text error was added
                   8634: 
                   8635: 2008-08-19  misha
                   8636: 
                   8637:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   8638:          namespace while debug execution as well
                   8639: 
                   8640:        * tests/: 015.html, results/015.processed: - test for escaping some
                   8641:          parser chars was added
                   8642: 
                   8643: 2008-08-18  misha
                   8644: 
                   8645:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   8646:          $caller.self.field + default getter in one class was added
                   8647: 
                   8648:        * tests/: 189.html, results/189.processed: - test for
                   8649:          ^date::create[date object]
                   8650: 
                   8651:        * tests/: 188.html, results/188.processed: - tests for match with
                   8652:          UTF-8 strings
                   8653: 
                   8654:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   8655:          ^string.match[]
                   8656: 
                   8657:        * ChangeLog: - parser 3.3.0 beta13
                   8658: 
                   8659: 2008-08-15  misha
                   8660: 
1.116     moko     8661:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   8662:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   8663:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   8664:          dftables.c: - old PCRE files removed
1.95      moko     8665: 
                   8666:        * src/lib/pcre/config.h: - configuration for PCRE library
                   8667: 
                   8668:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8669:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   8670: 
                   8671:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   8672:          library and set flag UTF8 if $request:charset is UTF-8
                   8673: 
                   8674:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   8675:          include/pa_config_fixed.h: - moved to new PCRE library
                   8676: 
                   8677:        * src/: main/main.vcproj, types/types.vcproj,
                   8678:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   8679:          win32\pcre instead of parser3\src\lib\pcre
                   8680: 
                   8681:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   8682:          main/compile.C, main/compile.y, main/compile_tools.C,
                   8683:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   8684:          opcodes were moved to separate namespace
                   8685: 
                   8686: 2008-08-14  misha
                   8687: 
                   8688:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   8689: 
                   8690:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   8691:          tainting
                   8692: 
                   8693: 2008-08-11  misha
                   8694: 
                   8695:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   8696:          $caller.self, $caller.self.field and $caller.self.field[value]
                   8697:          were added
                   8698: 
                   8699:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   8700:          runtime as well (for $caller.self)
                   8701: 
                   8702: 2008-07-25  misha
                   8703: 
                   8704:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   8705:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   8706:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   8707:          tests with international characters
                   8708: 
                   8709: 2008-07-23  misha
                   8710: 
                   8711:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   8712:          file::load[...;http://
                   8713: 
                   8714:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   8715:          now everywhere in separate namespace
                   8716: 
                   8717:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   8718:          for vars
                   8719: 
                   8720:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   8721:          can be escaped by '^'
                   8722: 
                   8723: 2008-07-22  misha
                   8724: 
                   8725:        * src/classes/string.C, tests/186.html: - names changes:
                   8726:          escape=>js-escape, unescape=>js-unescape
                   8727: 
                   8728: 2008-07-21  misha
                   8729: 
                   8730:        * tests/results/186.processed: - test for string escape/unescape
                   8731: 
                   8732:        * tests/186.html: - test for string escape/unescape
                   8733: 
                   8734:        * src/classes/string.C: - string has escape and unescape methods
                   8735:          now
                   8736: 
                   8737:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   8738:          added
                   8739: 
                   8740:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   8741:          method-layers added (with different params)
                   8742: 
                   8743: 2008-07-18  misha
                   8744: 
                   8745:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   8746:          was added
                   8747: 
                   8748:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   8749: 
                   8750:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   8751:          ^string.pos[substr](offset) -- 2nd param accepted now
                   8752: 
                   8753:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   8754:          strings
                   8755: 
                   8756: 2008-07-17  misha
                   8757: 
                   8758:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8759:          helper length added for mid for small optimisation
                   8760: 
                   8761: 2008-07-16  misha
                   8762: 
                   8763:        * tests/: 185.html, results/185.processed: - tests for
                   8764:          length/left/right/mid/pos with utf-8 strings
                   8765: 
                   8766:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   8767:          utf-8 strings
                   8768: 
                   8769:        * src/main/untaint.C: - comments removed
                   8770: 
                   8771:        * src/: include/pa_string.h, main/pa_string.C,
                   8772:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   8773:          with pos/mid for strings in utf-8 were added
                   8774: 
                   8775: 2008-07-15  misha
                   8776: 
                   8777:        * tests/: 184.html, results/184.processed: - test for case body as
                   8778:          expression: $var(^switch(1){^case(1)(true)..})
                   8779: 
                   8780:        * src/classes/op.C: - case body can be expression now:
                   8781:          $var(^switch(1){^case(1)(true)..})
                   8782: 
                   8783:        * tests/: results/183.processed, 183.html: - added test for testing
                   8784:          new cookie encoding (%uXXXX)
                   8785: 
                   8786:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   8787:          decoding for backward compatibility they decoded from %XX in
                   8788:          request:charset too
                   8789: 
                   8790:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   8791:          - cookie class now decode cookies before first access after last
                   8792:          request:charset changing (as form class).
                   8793: 
                   8794:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   8795:          as %uXXXX - before transcode calculate required space for dest
                   8796:          string. it reduce mem usage for transcode
                   8797: 
                   8798:        * src/include/pa_charset.h: - added method escape for escaping
                   8799:          cookies as %uXXXX
                   8800: 
                   8801:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   8802:          was added. will used for escaping cookies as %uXXXX
                   8803: 
                   8804:        * src/include/pa_common.h: - escape method has new option for skip
                   8805:          converting '+' to a space char
                   8806: 
                   8807:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   8808:          transcode - escape method has new option for skip converting '+'
                   8809:          to a space char
                   8810: 
                   8811: 2008-07-08  misha
                   8812: 
                   8813:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   8814:          (no UE if more then 1 case matches anylonger) - optimization:
                   8815:          doing searching.as_string() || searching.as_double() only once
                   8816: 
                   8817: 2008-07-04  misha
                   8818: 
                   8819:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   8820:          now ^date::create[date object] works
                   8821: 
                   8822:        * src/classes/string.C: - left and right added as aliases for start
                   8823:          and end in ^string.trim[]
                   8824: 
                   8825: 2008-07-03  misha
                   8826: 
                   8827:        * src/classes/file.C: - allow $.limit for file::sql as well
                   8828: 
                   8829:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   8830:          send limit=1 to query for use sql specifics authomatically
                   8831: 
                   8832:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   8833:          if $.limit value if empty. autoconvert it as everywere
                   8834: 
                   8835: 2008-07-02  misha
                   8836: 
                   8837:        * configure.in: - time to change version number to 3.3.0 %-)
                   8838: 
                   8839:        * src/include/pa_version.h: - time to change version number to
                   8840:          3.3.0 %-)
                   8841: 
                   8842: 2008-06-26  misha
                   8843: 
                   8844:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8845:          $.limit(0) fixes
                   8846: 
                   8847:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   8848:          - $.limit(0) fixes
                   8849: 
                   8850:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   8851:          new API)
                   8852: 
                   8853:        * src/: include/pa_sql_driver_manager.h,
                   8854:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   8855:          classes/op.C: - document_root added
                   8856: 
                   8857:        * src/main/compile.tab.C: - error message was changed
                   8858: 
                   8859: 2008-06-25  misha
                   8860: 
                   8861:        * src/main/compile.y: - error message was changed
                   8862: 
                   8863: 2008-06-24  misha
                   8864: 
                   8865:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   8866: 
                   8867:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   8868:          tests for @OPTIONS\nappend
                   8869: 
                   8870:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   8871: 
                   8872:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   8873: 
                   8874:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   8875: 
                   8876:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   8877:          compile.y
                   8878: 
                   8879: 2008-06-17  misha
                   8880: 
                   8881:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   8882:          compilation: ^if(default){true. it's incorrect. must be
                   8883:          exception}
                   8884: 
                   8885: 2008-06-16  misha
                   8886: 
                   8887:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   8888:          checking external reference loading with 'http://localhost'
                   8889:          prefix while creating xdoc
                   8890: 
                   8891:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   8892:          ^math:long2ip[] and ^math:ip2long[]
                   8893: 
                   8894:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   8895:          added which use scalar stateless class method when user object
                   8896:          used in scalar context - use get_scalar_value when user object
                   8897:          requested in scalar context
                   8898: 
                   8899:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8900:          can't compare with 0 sprintf result
                   8901: 
                   8902:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8903:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8904:          with internal switch between local/global vars
                   8905: 
                   8906:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8907:          specified
                   8908: 
                   8909:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8910:          pa_vstateless_object.h: - stateless class and object now has
                   8911:          private scalar field and getter/setter for working with it
                   8912: 
                   8913:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8914:          moved to inet static class
                   8915: 
                   8916:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8917:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8918: 
                   8919:        * tests/: 180.html, results/180.processed: - tests for
                   8920:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8921: 
                   8922:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8923: 
                   8924: 2008-06-11  misha
                   8925: 
                   8926:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8927:          need cut BOM code and remove DOS newline chars. but don't
                   8928:          transcode it anyway.
                   8929: 
                   8930:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8931:          main/pa_http.C: - option for disable transcoding while file_read
                   8932:          and file_read_text added
                   8933: 
                   8934: 2008-06-10  misha
                   8935: 
                   8936:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8937:          classes in 1 file
                   8938: 
                   8939:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8940:          classes now.
                   8941: 
                   8942:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8943:          classes now. internals.
                   8944: 
                   8945:        * src/main/pa_request.C: - compile return list of classes now. try
                   8946:          call @conf and @auto for each returned class
                   8947: 
                   8948:        * src/include/pa_request.h: - compile return list of classes now
                   8949: 
                   8950:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8951:          return list of classes when compile buf)
                   8952: 
                   8953: 2008-06-07  misha
                   8954: 
                   8955:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8956:          param -- form
                   8957: 
                   8958:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8959:          3rd param: form. needed for get post_charset
                   8960: 
                   8961:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8962:          added
                   8963: 
                   8964:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8965:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8966: 
                   8967: 2008-06-06  misha
                   8968: 
                   8969:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8970:          charset and decode chars from it but not from response:charset
                   8971: 
                   8972:        * src/main/pa_http.C: - detect_charset moved out of here
                   8973: 
                   8974:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8975:          methods moved here - unescape_chars accepn one charset now
                   8976: 
                   8977:        * src/main/pa_http.C: - new constants used - don't allow
                   8978:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8979:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8980:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8981:          disabling charset during post
                   8982: 
                   8983:        * src/types/pa_vform.C: - new constants used
                   8984: 
                   8985:        * src/include/pa_common.h: - some constants were added
                   8986: 
                   8987:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8988:          instead of StrEqNc
                   8989: 
                   8990:        * src/main/pa_common.C: - new method for caseless search
                   8991:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8992: 
                   8993:        * src/include/pa_common.h: - new method for caseless search
                   8994:          c-substring in c-string
                   8995: 
                   8996: 2008-06-05  misha
                   8997: 
                   8998:        * tests/results/178.processed: - test for testing default getter
                   8999: 
                   9000:        * tests/178.html: - test for testing default getter
                   9001: 
                   9002:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   9003:          for test for testing default getter
                   9004: 
                   9005:        * src/main/execute.C: - default getter soul
                   9006: 
                   9007:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   9008:          requested objects' field not found
                   9009: 
                   9010:        * src/types/pa_vclass.C: - register default getter if defined - get
                   9011:          default getter if requested field not found
                   9012: 
                   9013:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   9014:          added
                   9015: 
                   9016:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9017:          pointer to default getter and methods for get/set it were added
                   9018: 
                   9019:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   9020:          auto_name field (for default getter)
                   9021: 
                   9022: 2008-06-04  misha
                   9023: 
                   9024:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   9025:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   9026:          it to libxml "as is"
                   9027: 
                   9028: 2008-06-03  misha
                   9029: 
                   9030:        * src/main/pa_common.C: - use store_Char instead of
                   9031:          transcodeCharFromUTF8
                   9032: 
                   9033:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   9034:          store_Char added, transcodeCharFromUTF8 -- removed
                   9035: 
                   9036: 2008-06-02  misha
                   9037: 
                   9038:        * tests/: results/177.processed, 177.html: - test for checking
                   9039:          .[acm]date after local ^file::load[] was added
                   9040: 
                   9041:        * tests/: results/176.processed, 176.html: - test for checking
                   9042:          @OPTION\locals + @method[vars][locals] added
                   9043: 
                   9044:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   9045: 
                   9046: 2008-05-30  misha
                   9047: 
                   9048:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   9049:          @OPTION\nlocals + @method[vars][;locals;] were added
                   9050: 
                   9051:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   9052:          moved to separate method op_code - switch from VMethodFrame to
                   9053:          VMethodFrameGlobal + VMethodFrameLocal
                   9054: 
                   9055:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   9056:          was moved to separate method op_code
                   9057: 
                   9058:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   9059:          VMethodFrame now
                   9060: 
                   9061:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   9062:          all_vars_local as well
                   9063: 
                   9064:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   9065:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   9066:          VMethodFrame were added: one (global) works as VMethodFrame
                   9067:          before and second (local) write all vars in self vars scope
                   9068: 
                   9069:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   9070: 
                   9071: 2008-05-29  misha
                   9072: 
                   9073:        * tests/: 129.html, results/129.processed: - more tests for
                   9074:          ^table.hash[]
                   9075: 
                   9076:        * src/classes/hash.C: - ^hash::sql has a new option:
                   9077:          $.type[hash|string|table] as ^table.hash[] one.
                   9078: 
                   9079:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   9080:          executed anyway after try or catch section
                   9081: 
                   9082: 2008-05-27  misha
                   9083: 
                   9084:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   9085:          must not fail if $.distinct(1) wasn't specified
                   9086: 
                   9087: 2008-05-26  misha
                   9088: 
                   9089:        * src/classes/op.C: - allow ^throw[my type]
                   9090: 
                   9091: 2008-05-22  misha
                   9092: 
                   9093:        * configure.in, configure: - version number updated to 3.2.4b
                   9094: 
                   9095:        * src/classes/: op.C, string.C: - trim format string before
                   9096:          eval/format
                   9097: 
                   9098:        * tests/: results/175.processed, 175.html: - more tests for
                   9099:          different format strings in .format[]
                   9100: 
                   9101:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   9102:          as well (not only %XX)
                   9103: 
                   9104:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   9105:          charset specified - checks for format before print number
                   9106:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   9107:          (instead of tabs) removed
                   9108: 
                   9109:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   9110:          charset specified
                   9111: 
                   9112:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   9113:          char in requested charset from utf code was added
                   9114: 
                   9115: 2008-05-19  misha
                   9116: 
                   9117:        * tests/: 174.html, results/174.processed: - test for
                   9118:          ^hashfile.cleanup[] added
                   9119: 
                   9120:        * src/classes/hashfile.C: - optimization: don't create any key or
                   9121:          value variable if it's name weren't specified
                   9122:          (^hf.foreach[;v]{...})
                   9123: 
                   9124: 2008-05-16  misha
                   9125: 
                   9126:        * src/classes/hash.C: - optimization: don't create any key variable
                   9127:          if variable name wasn't specified (^h.foreach[;v]{...})
                   9128: 
                   9129: 2008-05-15  misha
                   9130: 
                   9131:        * src/classes/op.C: - small changes
                   9132: 
                   9133:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   9134: 
                   9135:        * src/classes/hash.C: - calculate var_context once before foreach
                   9136: 
                   9137: 2008-05-14  misha
                   9138: 
                   9139:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   9140:          ^hashfile.foreach[;]{} fixed
                   9141: 
                   9142:        * src/classes/: hash.C, table.C: - little optimisation
                   9143: 
                   9144:        * src/classes/file.C: - bugfix: double absolute path while loading
                   9145:          file
                   9146: 
                   9147:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   9148:          were added
                   9149: 
                   9150:        * buildall-with-xml: - moving to libxslt 1.1.24
                   9151: 
                   9152: 2008-04-30  misha
                   9153: 
                   9154:        * src/classes/file.C: - stat file while loading (local only) so
                   9155:          .adate, .mdate and .cdate available without additional ::stat
                   9156: 
                   9157: 2008-04-28  misha
                   9158: 
                   9159:        * src/classes/file.C: - $.name and $.content-type available for
                   9160:          stated file
                   9161: 
                   9162: 2008-04-14  misha
                   9163: 
                   9164:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   9165: 
                   9166:        * src/include/pa_version.h: - new version number in head
                   9167: 
                   9168: 2008-04-10  misha
                   9169: 
                   9170:        * tests/: 080.html, results/080.processed: - cut '0' from
                   9171:          exponential part because of on diff OS it differ (20 or 020 for
                   9172:          ex)
                   9173: 
                   9174:        * tests/: 119.html, results/119.processed: - check for encoding
                   9175:          while creating xdoc
                   9176: 
                   9177: 2008-04-09  misha
                   9178: 
                   9179:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   9180: 
                   9181:        * src/main/pa_common.C: - comment added
                   9182: 
                   9183:        * src/classes/date.C: - little refactoring
                   9184: 
                   9185: 2008-04-07  misha
                   9186: 
                   9187:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   9188:          style of ^table.save[]: prepare one big string and sabe it at
                   9189:          once. it's safe on freebsd 4.x but use much more memory.
                   9190: 
                   9191:        * buildall-with-xml, buildall-without-xml: - option
                   9192:          --disable-stringstream added (under comment. use it on freebsd
                   9193:          4.x)
                   9194: 
                   9195: 2008-02-22  misha
                   9196: 
                   9197:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   9198:          specified together in file::load[;http] - get back transcoding
                   9199:          $.body[] in file::load[;http]
                   9200: 
                   9201: 2008-02-21  misha
                   9202: 
                   9203:        * src/classes/date.C: - ^date.gmt-string[] was added
                   9204: 
                   9205:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   9206:          moved to pa_common.h
                   9207: 
                   9208:        * src/include/pa_common.h: - method for output date in RFC 822
                   9209:          format moved here from pa_value.C
                   9210: 
                   9211:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   9212:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   9213: 
                   9214: 2008-02-20  misha
                   9215: 
                   9216:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   9217:          specified charset while ^file::load[...;http://...] (L_URI
                   9218:          instead of L_HTTP_HEADER) - $.cookies param available in
                   9219:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   9220:          response yet) (cookies not transcoded as common $cookies)
                   9221: 
                   9222: 2008-02-19  misha
                   9223: 
                   9224:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   9225:          $response:field values because in this case
                   9226:          $response:locateion[http://...] don't works.
                   9227: 
                   9228: 2008-02-15  misha
                   9229: 
                   9230:        * src/classes/op.C: - little refactoring
                   9231: 
                   9232:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   9233: 
                   9234:        * src/main/pa_request.C: - force taint values of $response:field
                   9235: 
                   9236: 2008-02-14  misha
                   9237: 
                   9238:        * src/main/pa_request.C: - $response:field transcoded to
                   9239:          $response:charset before escaping now
                   9240: 
                   9241:        * src/main/pa_http.C: - some outdated comments removed
                   9242: 
                   9243:        * src/classes/date.C: - lastdat -> last-day
                   9244: 
                   9245:        * src/classes/date.C: - ^date:lastday(year;month) and
                   9246:          ^date.lastday[] were added - little code refactoring - comments
                   9247:          changes
                   9248: 
                   9249:        * tests/: 159.html, results/159.processed: - test for number of
                   9250:          days in February
                   9251: 
                   9252:        * src/types/pa_value.C: - fixes in code formatting
                   9253: 
                   9254:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   9255:          and comments
                   9256: 
                   9257: 2008-02-13  misha
                   9258: 
                   9259:        * src/main/pa_common.C: - bugfix for february at leap year
                   9260: 
                   9261: 2008-01-28  misha
                   9262: 
                   9263:        * tests/: 160.html, results/160.processed: - more test for cache
                   9264:          added
                   9265: 
                   9266:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   9267:          unhandled exception
                   9268: 
                   9269: 2008-01-25  misha
                   9270: 
                   9271:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   9272:          bug when hashfile became inavailable after memory:compact)
                   9273: 
                   9274:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   9275: 
                   9276: 2008-01-22  misha
                   9277: 
                   9278:        * src/classes/table.C: - little refactiring and exception texts
                   9279:          changes in method ^table.hash[]
                   9280: 
                   9281:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   9282: 
                   9283: 2008-01-21  misha
                   9284: 
                   9285:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   9286:          file::exec/cgi
                   9287: 
                   9288:        * src/classes/file.C: - bugfix: core while processing headers if
                   9289:          executed cgi script don't return content
                   9290: 
                   9291: 2008-01-18  misha
                   9292: 
                   9293:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   9294: 
                   9295:        * src/include/pa_version.h, configure.in: - version number updated
                   9296:          to '3.2.3b'
                   9297: 
                   9298: 2007-12-28  misha
                   9299: 
                   9300:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   9301:          hash.contains
                   9302: 
                   9303: 2007-12-27  misha
                   9304: 
                   9305:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9306:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   9307:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   9308:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   9309:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9310:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   9311:          src/targets/cgi/parser3.vcproj,
                   9312:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   9313:          back to VS2003 because of Apache 1.3 module can't work if it was
                   9314:          built in VS 2005.  with cgi all file so VS2003 project files can
                   9315:          be easy converted to the new format.
                   9316: 
                   9317: 2007-12-04  misha
                   9318: 
                   9319:        * src/types/pa_vcode_frame.h: - changes in comment
                   9320: 
                   9321: 2007-11-29  misha
                   9322: 
                   9323:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   9324:          intercept strings any longer
                   9325: 
                   9326:        * tests/: 173.html, results/173.processed: - tests for
                   9327:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   9328:          but not in main code frame
                   9329: 
                   9330:        * tests/: 172.html, results/172.processed: - more tests for pass
                   9331:          objects from code frames
                   9332: 
                   9333: 2007-11-27  misha
                   9334: 
                   9335:        * tests/: 152.html, results/152.processed: - tests for converting
                   9336:          strings 'true'/'false' to bool were added
                   9337: 
                   9338:        * tests/152.html: - added checks for converting strings
                   9339:          'true'/'false' to bool
                   9340: 
                   9341:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   9342:          not only strings with numbers but with values 'true'/'false' as
                   9343:          well
                   9344: 
                   9345:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   9346:          for parser3.log increased
                   9347: 
                   9348:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   9349: 
                   9350:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   9351: 
                   9352:        * src/include/pa_types.h: - constant with buffer size for
                   9353:          parser3.log added
                   9354: 
                   9355: 2007-11-16  misha
                   9356: 
                   9357:        * tests/cat.sh: - script for tests for file::exec/cgi
                   9358: 
                   9359:        * tests/171.html: - tests for file::exec/cgi
                   9360: 
                   9361:        * tests/results/171.processed: - tests results for file::exec/cgi
                   9362: 
                   9363: 2007-11-15  misha
                   9364: 
                   9365:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   9366: 
                   9367:        * src/classes/file.C: - .body must be set before analyzing cgi
                   9368:          headers
                   9369: 
                   9370:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   9371:          only if exec/cgi return anything.
                   9372: 
                   9373: 2007-11-14  misha
                   9374: 
                   9375:        * operators.txt: - info about new text|binary option for
                   9376:          file::exec/cgi was added
                   9377: 
                   9378:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   9379:          ^file:exec[[text|binary];script;...]
                   9380: 
                   9381:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   9382:          classes/string.C, classes/table.C: - more text strings moved to
                   9383:          the one place
                   9384: 
                   9385: 2007-11-09  misha
                   9386: 
                   9387:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   9388: 
                   9389:        * ChangeLog: - $request:argv [patch from Sumo]
                   9390: 
                   9391:        * operators.txt: - $request:argv
                   9392: 
                   9393:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   9394:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   9395: 
                   9396: 2007-10-25  misha
                   9397: 
                   9398:        * buildall-with-xml, buildall-without-xml: - options preparations
                   9399:          for ./configure rewrited
                   9400: 
                   9401:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   9402:          error occure in unhandled_exception finally fixed
                   9403: 
                   9404: 2007-10-23  misha
                   9405: 
                   9406:        * tests/: 170.html, results/170.processed: - test for
                   9407:          @method[][result]
                   9408: 
                   9409:        * operators.txt: - added info about node.prefix and
                   9410:          node.namespaceURI
                   9411: 
                   9412:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   9413: 
                   9414:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   9415:          added for node and attribute
                   9416: 
                   9417: 2007-10-22  misha
                   9418: 
                   9419:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   9420: 
                   9421:        * src/main/pa_request.C: - added const content-transfer-encoding
                   9422: 
                   9423:        * src/include/pa_request.h: - added const content-transfer-encoding
                   9424:          - ups. constants must be in lowercase (for search)
                   9425: 
                   9426:        * src/types/pa_vmail.C: - more constants used -
                   9427:          content-transfer-encoding: 8bit added
                   9428: 
                   9429:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   9430: 
                   9431:        * src/include/pa_request.h: - more constants
                   9432: 
                   9433:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   9434:          ommit anymore if $.content-disposition was specified - little
                   9435:          refactoring
                   9436: 
                   9437:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   9438: 
                   9439: 2007-10-17  misha
                   9440: 
                   9441:        * operators.txt: - info about
                   9442:          table::create[nameless]{data}[>options<] was added
                   9443: 
                   9444:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   9445:          compile method don't put this method in methods table anymore.
                   9446:          in other case the parser coredumped if @unhandled_exception
                   9447:          method can't be compiled because of parser.compile error.
                   9448: 
                   9449:        * src/main/execute.C: - little code reformating
                   9450: 
                   9451:        * src/main/pa_request.C: - little code reformating - comment
                   9452:          changed
                   9453: 
                   9454: 2007-10-16  misha
                   9455: 
                   9456:        * tests/: 035.html, results/035.processed: - tests
                   9457:          table::create[]{}[options] added
                   9458: 
                   9459:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   9460:          options (only $.seperator[] yet)
                   9461: 
                   9462: 2007-10-10  misha
                   9463: 
                   9464:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   9465:          some code changes
                   9466: 
                   9467: 2007-10-02  misha
                   9468: 
                   9469:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   9470:          then three time as much. but base64 encoding method still use
                   9471:          less memory anyway.
                   9472: 
                   9473: 2007-09-17  misha
                   9474: 
                   9475:        * operators.txt: - added info about $cookie:fields
                   9476: 
                   9477:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   9478: 
                   9479:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   9480:          common
                   9481: 
                   9482:        * src/include/pa_common.h: - some stuff for use with .for_each
                   9483:          moved here
                   9484: 
                   9485:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   9486: 
                   9487: 2007-09-14  misha
                   9488: 
                   9489:        * buildall-with-xml: - new xml libs again =)
                   9490: 
                   9491: 2007-08-28  misha
                   9492: 
                   9493:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   9494:          ^string.split[...][v][column name] were added
                   9495: 
                   9496:        * tests/: 168.html, 169.html, results/168.processed,
                   9497:          results/169.processed: - tests for ^table.columns[[column name]]
                   9498:          and ^string.split[...][v][column name] were added
                   9499: 
                   9500:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   9501:          was added
                   9502: 
                   9503:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   9504:          name]]
                   9505: 
                   9506:        * src/include/pa_exception.h: - error text message for
                   9507:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   9508: 
                   9509: 2007-08-27  misha
                   9510: 
                   9511:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   9512:          body ^taint[sql][something] outside of connect
                   9513: 
                   9514:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   9515:          outside of connect
                   9516: 
                   9517:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   9518:          added (commented by default)
                   9519: 
                   9520: 2007-08-20  misha
                   9521: 
                   9522:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   9523:          was added
                   9524: 
                   9525:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   9526:          duplicated exception text strings were removed
                   9527: 
                   9528:        * src/include/pa_exception.h: - more exception text strings moved
                   9529:          here
                   9530: 
                   9531:        * src/classes/table.C: - some duplicate exceptions' text strings
                   9532:          removed
                   9533: 
                   9534:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   9535:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   9536:          removed
                   9537: 
                   9538:        * src/include/pa_exception.h: - some exception text strings movet
                   9539:          to pa_exception
                   9540: 
                   9541:        * tests/: 149.html, results/149.processed: - test for
                   9542:          ^xnode.hasAttributes[] was added - some code changes
                   9543: 
                   9544:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   9545:          added
                   9546: 
                   9547: 2007-08-17  misha
                   9548: 
                   9549:        * tests/: results/006.processed, results/059.processed, 006.html,
                   9550:          059.html: - more tests for match
                   9551: 
                   9552:        * tests/: 129.html, results/129.processed: - tests for
                   9553:          ^table.hash[...][$.type[string|hash|table]] added
                   9554: 
                   9555:        * src/targets/cgi/parser3.C: - little syntax changes
                   9556: 
                   9557:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   9558:          syntax changes
                   9559: 
                   9560:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   9561:          messages in parser3.log switched off by default. If someone
                   9562:          really still need it: use $SIGPIPE(1)
                   9563: 
                   9564: 2007-08-08  misha
                   9565: 
                   9566:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   9567:          files by default since now
                   9568: 
                   9569: 2007-08-07  misha
                   9570: 
                   9571:        * buildall-without-xml: - some option syntax changes
                   9572: 
                   9573:        * buildall-with-xml: - compile libxml2 without http support - some
                   9574:          option syntax changes
                   9575: 
                   9576:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   9577: 
                   9578: 2007-08-06  misha
                   9579: 
                   9580:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   9581: 
                   9582:        * tests/: 160.html, results/160.processed: - cache test was
                   9583:          rewrited
                   9584: 
                   9585: 2007-07-06  misha
                   9586: 
                   9587:        * tests/: 153.html, results/153.processed: - added test for
                   9588:          ^math:sha1[string]
                   9589: 
                   9590:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   9591:          transcoded
                   9592: 
                   9593:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   9594:          were added
                   9595: 
                   9596: 2007-06-28  misha
                   9597: 
                   9598:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   9599:          some incorrect chars
                   9600: 
                   9601: 2007-06-19  misha
                   9602: 
                   9603:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   9604:          were moved on top because of gcc 4 had a problems during
                   9605:          building.
                   9606: 
                   9607: 2007-06-18  misha
                   9608: 
                   9609:        * tests/results/019.processed: - new image commited
                   9610: 
                   9611: 2007-06-09  misha
                   9612: 
                   9613:        * src/classes/: op.C, table.C: - in while and table.select method
                   9614:          as_expression used now
                   9615: 
                   9616:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   9617: 
                   9618: 2007-06-08  misha
                   9619: 
                   9620:        * tests/: 166.html, results/166.processed: - test for
                   9621:          ^match[...][n]
                   9622: 
                   9623:        * tests/: 165.html, results/165.processed: - tests for loops
                   9624: 
                   9625:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   9626:          because of no speed/memory optimisation but some proglems with
                   9627:          long cycles occure
                   9628: 
                   9629: 2007-06-06  misha
                   9630: 
                   9631:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   9632:          ^table.select(true) and ^table.select(1) didn't works because of
                   9633:          awaiting junction-param only. fixed.
                   9634: 
                   9635: 2007-05-24  misha
                   9636: 
                   9637:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   9638:          with 0.5 secs interval
                   9639: 
                   9640:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   9641:          locking system now on unix
                   9642: 
                   9643:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   9644:          system locks which wait till other threads release it but try get
                   9645:          lock, if fail wait 1 sec and make 10 attempts.
                   9646: 
                   9647:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   9648:          were added
                   9649: 
                   9650:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   9651:          opening files
                   9652: 
                   9653:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   9654:          after our classes on unix it can't be build
                   9655: 
                   9656:        * src/types/pa_vhashfile.C: - not needed code removed
                   9657: 
                   9658: 2007-05-23  misha
                   9659: 
                   9660:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   9661:          include/pa_common.h: - cosmetic changes
                   9662: 
                   9663: 2007-05-18  misha
                   9664: 
                   9665:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   9666:          often. it's give some speed increasing
                   9667: 
                   9668:        * tests/results/160.processed: - returned time corrected
                   9669: 
                   9670:        * tests/160.html: - time increased because on unix 1 mean nothing
                   9671:          :(
                   9672: 
                   9673:        * operators.txt: - added info about ^hash.contain[key]
                   9674: 
                   9675:        * src/classes/hash.C: - added ^hash.contain[key]
                   9676: 
                   9677:        * src/include/pa_hash.h: - added method for checking key exists in
                   9678:          hash
                   9679: 
                   9680: 2007-05-07  misha
                   9681: 
                   9682:        * src/include/pa_string.h: - was compilation error during build on
                   9683:          freebsd4
                   9684: 
                   9685: 2007-05-03  misha
                   9686: 
                   9687:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   9688:          for ^table.hash[]
                   9689: 
                   9690:        * src/classes/file.C: - comment removed
                   9691: 
                   9692: 2007-04-26  misha
                   9693: 
                   9694:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   9695:          real files doesn't opened in place anymore
                   9696: 
                   9697: 2007-04-24  misha
                   9698: 
                   9699:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   9700: 
                   9701:        * src/include/pa_exception.h: "static" removed
                   9702: 
                   9703: 2007-04-23  misha
                   9704: 
                   9705:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   9706: 
                   9707:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   9708:          ^math:log(N)) - ^math:lg(N)
                   9709: 
                   9710:        * tests/: 097.html, results/097.processed: - charsets converstion
                   9711:          during ^file::load[text;http://...] added
                   9712: 
                   9713:        * tests/: 164.html, results/164.processed: - check for set expires
                   9714:          as a date
                   9715: 
                   9716:        * tests/: 164.html, results/164.processed: - test for hashfile
                   9717: 
                   9718:        * src/classes/hashfile.C: - little comment changes
                   9719: 
                   9720:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   9721:          access
                   9722: 
                   9723:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   9724:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   9725:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   9726:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   9727:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   9728:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9729:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   9730:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   9731:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   9732:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   9733:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   9734:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9735:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   9736:          "parser.runtime" strings were removed
                   9737: 
                   9738:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   9739:          now.
                   9740: 
                   9741:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   9742: 
                   9743:        * src/include/pa_exception.h: - string constant with
                   9744:          "parser.runtime" text was added
                   9745: 
                   9746: 2007-04-20  misha
                   9747: 
                   9748:        * operators.txt: - some comments changing
                   9749: 
                   9750:        * operators.txt: - added info about .^hashfile.release[],
                   9751:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   9752: 
                   9753:        * configure: =cheching for unsetenv
                   9754: 
                   9755:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   9756:          ^hashfile.release[] were added
                   9757: 
                   9758:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   9759:          ^string.match[][] understand new option now: return number of
                   9760:          matches but not table wit results
                   9761: 
                   9762:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   9763:          reopen now
                   9764: 
                   9765:        * src/classes/op.C: - bug. must be false
                   9766: 
                   9767:        * configure.in: - checking for unsetenv was added
                   9768: 
                   9769:        * src/types/pa_vform.C: - some comments
                   9770: 
                   9771: 2007-04-18  misha
                   9772: 
                   9773:        * buildall-with-xml: moving to libxml2-2.6.28
                   9774: 
                   9775:        * buildall-with-xml, buildall-without-xml: added commented lines
                   9776:          with --disable-safe-mode option
                   9777: 
                   9778:        * operators.txt: - info about $form:files
                   9779: 
                   9780: 2007-04-17  misha
                   9781: 
                   9782:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   9783:          $form:files was added
                   9784: 
                   9785:        * tests/: 163.html, results/163.processed: removing auto format
                   9786: 
                   9787:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   9788: 
                   9789: 2007-04-16  misha
                   9790: 
                   9791:        * tests/: 163.html, results/163.processed: - test for .int[],
                   9792:          floor, round, ceiling and .format[]
                   9793: 
                   9794:        * src/classes/file.C: - little optimization for getting args in
                   9795:          exec/cgi
                   9796: 
                   9797: 2007-04-13  misha
                   9798: 
                   9799:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   9800:          specified now as s table with one column
                   9801: 
                   9802: 2007-03-27  misha
                   9803: 
                   9804:        * tests/: 162.html, results/162.processed: - test for
                   9805:          ^table.select(^condition[$t])
                   9806: 
                   9807:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   9808: 
                   9809:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   9810: 
                   9811:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   9812:          161_windows1251.txt: - added test for
                   9813:          ^file::load[text;/local/file.txt;$.charset[...]]
                   9814: 
                   9815:        * tests/: results/013.processed, 013.html: - added test for
                   9816:          checking $._default value while hash modifications
                   9817: 
                   9818:        * tests/: 160.html, results/160.processed: - add test for
                   9819:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   9820: 
                   9821: 2007-03-22  misha
                   9822: 
                   9823:        * src/include/pa_common.h: - "charset" string defined for
                   9824:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   9825: 
                   9826:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   9827:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   9828:          added - not needed transcodes were removed from
                   9829:          ^file::load[...;http://...]
                   9830: 
                   9831:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   9832:          added
                   9833: 
                   9834:        * src/classes/date.C: - date.week was fixed
                   9835: 
                   9836:        * operators.txt: - added info about date.weekyear
                   9837: 
                   9838:        * tests/: 159.html, results/159.processed: - tests for date.week
                   9839:          and date.weekyear added
                   9840: 
                   9841: 2007-03-15  misha
                   9842: 
                   9843:        * src/classes/table.C: - enclose column numbers for nameless tables
                   9844:          as well
                   9845: 
                   9846: 2007-03-14  misha
                   9847: 
                   9848:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   9849: 
                   9850:        * src/classes/table.C: - table.save optimization: now required much
                   9851:          less memory
                   9852: 
                   9853: 2007-03-13  misha
                   9854: 
                   9855:        * tests/results/: 158.processed, 158.processes: - tests for
                   9856:          table.save/table.load
                   9857: 
                   9858:        * tests/: 158.html, results/158.processes: - tests for
                   9859:          table.save/table.load
                   9860: 
                   9861:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   9862: 
                   9863:        * buildall-with-xml: - pattern needed now for building
                   9864: 
                   9865:        * tests/results/097.processed: - added test results for xdoc::load
                   9866:          & xdoc::load[http://...]
                   9867: 
                   9868:        * tests/097.html: - added test for xdoc::load
                   9869: 
                   9870: 2007-03-12  misha
                   9871: 
                   9872:        * tests/: 107.html, results/107.processed: - added test for xpath
                   9873:          '//man'
                   9874: 
                   9875: 2007-03-01  misha
                   9876: 
                   9877:        * tests/: 097.html, results/097.processed: - added test for
                   9878:          creating xdoc from file
                   9879: 
                   9880:        * tests/: results/157.processed, 157.html: - added test for
                   9881:          file:move
                   9882: 
                   9883: 2007-02-28  misha
                   9884: 
                   9885:        * src/classes/xdoc.C: - another attempt
                   9886: 
                   9887:        * src/classes/xdoc.C: - roll back last changes for a while
                   9888: 
                   9889:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   9890: 
                   9891:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   9892: 
                   9893:        * tests/results/099.processed: - ever send content-disposition to
                   9894:          client with file
                   9895: 
                   9896:        * tests/157.html: + test for file:copy
                   9897: 
                   9898: 2007-02-26  misha
                   9899: 
                   9900:        * src/classes/file.C: - some similar strings moved to #define
                   9901:          instead of to be copy/pasted many times
                   9902: 
                   9903:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9904:          #define
                   9905: 
                   9906: 2007-02-20  misha
                   9907: 
                   9908:        * configure.in: - added some strings for sqlite detection
                   9909: 
                   9910: 2007-02-19  misha
                   9911: 
                   9912:        * operators.txt: - some comments changes
                   9913: 
                   9914:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9915: 
                   9916: 2007-02-17  misha
                   9917: 
                   9918:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9919: 
                   9920:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9921:          change console behaviour
                   9922: 
                   9923: 2007-02-12  misha
                   9924: 
                   9925:        * src/targets/cgi/parser3.C: - don't print headers if
                   9926:          $console:line[data] was used during cgi execution.
                   9927: 
                   9928:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9929:          marked as 'true' if class was used.
                   9930: 
                   9931:        * tests/: 152.html, results/152.processed: - more types was added
                   9932:          to test 152
                   9933: 
                   9934:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9935:          adding 'bool' (^if($image){} caused exception)
                   9936: 
                   9937: 2007-02-09  misha
                   9938: 
                   9939:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9940: 
                   9941:        * tests/: 152.html, results/152.processed: - test rewrited
                   9942: 
                   9943:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9944:          bugfix. I broke xdoc & xnode in expression
                   9945: 
                   9946: 2007-02-08  misha
                   9947: 
                   9948:        * tests/: 152.html, results/152.processed: - add test for checking
                   9949:          'def' for void, string, bool, int & double
                   9950: 
                   9951: 2007-02-07  misha
                   9952: 
                   9953:        * operators.txt: - ^file:base64[filespec]  was added
                   9954: 
                   9955:        * tests/results/153.processed: - result test for
                   9956:          ^file:base64[filespec]  was updated
                   9957: 
                   9958:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9959: 
                   9960:        * src/types/pa_vconsole.h: - little optimization
                   9961: 
                   9962:        * src/classes/file.C: - ^file:base64[filespec]
                   9963: 
                   9964:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9965: 
                   9966:        * src/include/pa_common.h: - declarations for
                   9967:          ^file:base64[filespec]
                   9968: 
                   9969:        * src/types/pa_vcookie.C: - little optimization
                   9970: 
                   9971: 2007-02-06  misha
                   9972: 
                   9973:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9974:          were temporary commented
                   9975: 
                   9976:        * src/types/pa_vbool.h: - bugfix
                   9977: 
                   9978:        * tests/156.html: - added test for bool cookie
                   9979: 
                   9980:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9981: 
                   9982:        * tests/: 155.html, results/155.processed: - added test for check
                   9983:          $.encloser[] option for table save/load
                   9984: 
                   9985:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9986: 
                   9987: 2007-02-05  misha
                   9988: 
                   9989:        * tests/results/152.processed: - newline at the end was missed
                   9990: 
                   9991:        * tests/results/141.processed: - math:md5 must be lowercased
                   9992: 
                   9993:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9994: 
                   9995: 2007-02-03  misha
                   9996: 
                   9997:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9998:          test for bool added and some content length fixes
                   9999: 
                   10000:        * tests/152.html: - test for bool added
                   10001: 
                   10002:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   10003: 
                   10004:        * operators.txt: - info bool class was added
                   10005: 
1.116     moko     10006:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     10007:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   10008:          classes/string.C, classes/void.C, classes/xnode.C,
                   10009:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   10010:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   10011:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   10012:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10013:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   10014:          types/types.vcproj: - bool class was added
                   10015: 
                   10016:        * src/main/pa_request.C: - fix
                   10017: 
                   10018: 2007-01-18  misha
                   10019: 
                   10020:        * src/: main/pa_string.C, classes/string.C: - return table during
                   10021:          ^string.match[][] even if no matched found.
                   10022: 
                   10023: 2006-12-20  misha
                   10024: 
                   10025:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   10026:          http://www.parser.ru/forum/?id=55598 ]
                   10027: 
                   10028: 2006-12-19  misha
                   10029: 
                   10030:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   10031:          details: http://www.parser.ru/forum/?id=52359
                   10032: 
                   10033:        * src/main/pa_request.C: - always set content-disposition for
                   10034:          $response:body[hash here]. more details:
                   10035:          http://www.parser.ru/forum/?id=52130
                   10036: 
                   10037: 2006-12-07  misha
                   10038: 
                   10039:        * operators.txt: - added info about bool params in cookie set
                   10040: 
                   10041:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   10042:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   10043:          ]
                   10044: 
                   10045:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   10046:          was added
                   10047: 
                   10048: 2006-12-02  misha
                   10049: 
                   10050:        * src/classes/file.C: - file_block_read used instead of native read
                   10051: 
                   10052:        * src/main/pa_common.C: - added file_block_read with read error
                   10053:          detection - file_block_read used instead of native read
                   10054: 
                   10055:        * src/include/pa_common.h: - added file_block_read declaration
                   10056: 
                   10057: 2006-12-01  misha
                   10058: 
                   10059:        * operators.txt: - info about $var.CLASS_NAME was added
                   10060: 
                   10061:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10062:          $var.CLASS_NAME added
                   10063: 
                   10064:        * operators.txt: - added info about ^file:copy[]
                   10065: 
                   10066:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   10067: 
                   10068: 2006-11-20  misha
                   10069: 
                   10070:        * src/classes/date.C: - bug fix :)
                   10071: 
                   10072: 2006-11-17  misha
                   10073: 
                   10074:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   10075:          to static
                   10076: 
                   10077:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   10078:          small changes in crc32 calculation
                   10079: 
                   10080:        * src/classes/date.C: - not needed code was removed
                   10081: 
                   10082: 2006-11-16  misha
                   10083: 
                   10084:        * src/types/pa_vmail.C: - fix missed brakes
                   10085: 
                   10086:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   10087:          multipart/related instead of multipart/mixed if file have
                   10088:          $.content-id[]
                   10089: 
                   10090: 2006-11-15  misha
                   10091: 
                   10092:        * src/types/pa_vdouble.h: abs -> fabs
                   10093: 
                   10094: 2006-11-14  misha
                   10095: 
                   10096:        * operators.txt: - added info about ^file.md5[] and
                   10097:          ^file:md5[file-name]
                   10098: 
                   10099:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   10100:          added
                   10101: 
                   10102:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   10103:          FILE_BUFFER_SIZE
                   10104: 
                   10105:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   10106: 
                   10107:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   10108:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   10109: 
                   10110:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   10111:          values was fixed
                   10112: 
                   10113: 2006-11-13  misha
                   10114: 
                   10115:        * operators.txt: - added info about ^math:crc32[string],
                   10116:          ^file:crc32[file-name] & ^file.crc32[]
                   10117: 
                   10118:        * src/classes/math.C: - added ^math:crc32[string]
                   10119: 
                   10120:        * src/classes/file.C: - some comments were changed - added
                   10121:          ^file:crc32[file-name] and ^file.crc32[]
                   10122: 
                   10123:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   10124:          crc32 calculation added
                   10125: 
                   10126: 2006-11-03  misha
                   10127: 
                   10128:        * src/include/pa_array.h: - not needed variable removed
                   10129: 
                   10130:        * tests/: 150.html, 151.html, results/150.processed,
                   10131:          results/151.processed: - 2 tests were added
                   10132: 
                   10133:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   10134:          with $.reverse(1) were fixed
                   10135: 
                   10136:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   10137:          query converted to $.charset during ^file::load[http://...]
                   10138: 
                   10139: 2006-11-02  misha
                   10140: 
                   10141:        * src/include/pa_table.h: ups. forget '=' char
                   10142: 
                   10143:        * src/include/pa_table.h: - one more fix in
                   10144:          .locate[...][$.reverse(1)]
                   10145: 
                   10146: 2006-11-01  misha
                   10147: 
                   10148:        * src/classes/math.C: - bug fix, details:
                   10149:          http://www.parser.ru/forum/?id=53360
                   10150: 
                   10151:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   10152:          false for all records )[$.reverse(1)]
                   10153: 
                   10154:        * src/main/pa_http.C: - second param for this mid method is length
                   10155:          but not end_index so this method has error and can't detect
                   10156:          charsets in next content-types: Content-type: text/html;
                   10157:          charset="windows-1251" Content-type: text/html;
                   10158:          charset="windows-1251"; Content-type: text/html;
                   10159:          charset=windows-1251;
                   10160: 
                   10161:          only Content-type: text/html; charset=windows-1251 was fine
                   10162: 
                   10163: 2006-10-31  misha
                   10164: 
                   10165:        * src/classes/file.C: - empty args in file::exec removed now
                   10166: 
                   10167: 2006-09-03  paf
                   10168: 
                   10169:        * src/classes/file.C: proper tainting of
                   10170:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   10171: 
                   10172: 2006-06-09  paf
                   10173: 
                   10174:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   10175: 
                   10176:        * src/classes/table.C: formatting
                   10177: 
                   10178:        * src/classes/table.C: incorporated patch from misha: Sent:
                   10179:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   10180:          ignoring string options for ^table.save[]
                   10181: 
                   10182:        * src/classes/hash.C: incorporated patch from misha Sent:
                   10183:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   10184:          $hash._default disappear while
                   10185: 
                   10186:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   10187:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   10188: 
                   10189:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   10190:          PM Subject: patch for base64 in ^mail:send[] %-)
                   10191: 
                   10192: 2006-04-09  paf
                   10193: 
                   10194:        * src/main/compile.tab.C: ` change compiled
                   10195: 
                   10196:        * gnu.vcproj, operators.txt, parser3.sln,
                   10197:          src/classes/classes.vcproj, src/classes/file.C,
                   10198:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   10199:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10200:          src/classes/xnode.C, src/include/pa_array.h,
                   10201:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10202:          src/include/pa_memory.h, src/include/pa_request.h,
                   10203:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10204:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10205:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10206:          src/lib/pcre/pcre_dftables.vcproj,
                   10207:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10208:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10209:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10210:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10211:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10212:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10213:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10214:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10215:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10216:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10217:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10218:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10219:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   10220:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10221:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10222:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   10223:          ^menu, ^hash/hashfile.foreach
                   10224: 
                   10225:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10226:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10227:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10228:          src/classes/xnode.C, src/include/pa_array.h,
                   10229:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10230:          src/include/pa_memory.h, src/include/pa_request.h,
                   10231:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10232:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10233:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10234:          src/lib/pcre/pcre_dftables.vcproj,
                   10235:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10236:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10237:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10238:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10239:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10240:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10241:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10242:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10243:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10244:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10245:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10246:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10247:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10248:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10249:          tests/descript.ion: ! switched to VS2005 (projects and
                   10250:          object<info explicitly typed>.for_each(, info)) +
                   10251:          $response:field[] setting void means removing + grammar $name`
                   10252:          name stops now, for mysql `$field` + started ^break[]
                   10253:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   10254:          foreach) + all log messages += [uri=, method=, cl=]
                   10255: 
                   10256:        * buildall-with-xml: merged . ftp paths update
                   10257: 
                   10258:        * buildall-with-xml: . ftp paths update
                   10259: 
                   10260: 2006-03-04  paf
                   10261: 
                   10262:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   10263:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   10264: 
                   10265:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   10266:          Igor Zinkovsky for detailed report]
                   10267: 
                   10268: 2006-03-01  paf
                   10269: 
                   10270:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10271:          \n to ' ' in
                   10272: 
                   10273: 2006-02-18  paf
                   10274: 
                   10275:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10276:          \n to ' ' in
                   10277: 
                   10278:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   10279: 
                   10280: 2006-02-03  paf
                   10281: 
                   10282:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   10283:          base64
                   10284: 
                   10285:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   10286: 
                   10287: 2006-01-20  paf
                   10288: 
                   10289:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10290:          economy fix
                   10291: 
                   10292:        * src/classes/: table.C: merged from HEAD ! bugfix
                   10293:          ^table.save[$.encloser-s now handled properly
                   10294: 
                   10295:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   10296:          handled properly
                   10297: 
                   10298: 2006-01-19  paf
                   10299: 
                   10300:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   10301:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   10302:          helps a lot in our case: after transform we want
                   10303:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   10304: 
                   10305:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10306:          economy fix
                   10307: 
                   10308:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   10309:          activates merging of free memory blocks which helps a lot in our
                   10310:          case: after transform we want CORD(main.result)->cstr[big
                   10311:          malloc]->transcode[big malloc]
                   10312: 
                   10313: 2006-01-17  paf
                   10314: 
                   10315:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   10316:          before reading them. got rid of reallocs = became quicker and
                   10317:          less fragmentated
                   10318: 
                   10319: 2005-12-29  paf
                   10320: 
1.116     moko     10321:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   10322:          configure, configure.in, src/include/pa_version.h,
                   10323:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     10324:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   10325:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   10326:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   10327:          src/lib/ltdl/missing: . merged from 3.2.1
                   10328: 
1.116     moko     10329:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   10330:          packaged when 'make dist', so do configure companion files in
                   10331:          src/lib/ltdl
                   10332: 
                   10333:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   10334:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   10335:          missing: . now config_auto.h is created with configure [were
                   10336:          constant]
1.95      moko     10337: 
                   10338:        * INSTALL: . references to documentation and some clarification
                   10339: 
                   10340:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   10341:          indication
                   10342: 
1.116     moko     10343:        * Makefile.am: . dist+=buildall*
1.95      moko     10344: 
                   10345: 2005-12-28  paf
                   10346: 
                   10347:        * configure: . 3.2.1
                   10348: 
                   10349:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   10350:          simplify build process, see INSTALL
                   10351: 
                   10352: 2005-12-26  paf
                   10353: 
                   10354:        * configure: ver
                   10355: 
                   10356:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   10357:          version
                   10358: 
                   10359: 2005-12-21  paf
                   10360: 
                   10361:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   10362:          compiled with bison 1.875b, it reports unexpected token names
                   10363: 
                   10364: 2005-12-19  paf
                   10365: 
                   10366:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   10367:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   10368: 
                   10369:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   10370:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   10371:          src/main/main.vcproj, src/main/pa_globals.C,
                   10372:          src/targets/cgi/parser3.vcproj,
                   10373:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   10374:          configure, configure.in, src/include/pa_version.h: . killing
                   10375:          gdome [what a relief]
                   10376: 
                   10377:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   10378:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   10379:          run_parser.sh, results/001.processed, results/002.processed,
                   10380:          results/003.processed, results/004.processed,
                   10381:          results/005.processed, results/006.processed,
                   10382:          results/008.processed, results/009.processed,
                   10383:          results/010.processed, results/011.processed,
                   10384:          results/012.processed, results/013.processed,
                   10385:          results/014.processed, results/015.processed,
                   10386:          results/016.processed, results/017.processed,
                   10387:          results/018.processed, results/020.processed,
                   10388:          results/021.processed, results/022.processed,
                   10389:          results/023.processed, results/024.processed,
                   10390:          results/025.processed, results/026.processed,
                   10391:          results/027.processed, results/028.processed,
                   10392:          results/029.processed, results/030.processed,
                   10393:          results/031.processed, results/032.processed,
                   10394:          results/033.processed, results/034.processed,
                   10395:          results/035.processed, results/036.processed,
                   10396:          results/037.processed, results/038.processed,
                   10397:          results/039.processed, results/040.processed,
                   10398:          results/041.processed, results/042.processed,
                   10399:          results/043.processed, results/044.processed,
                   10400:          results/045.processed, results/046.processed,
                   10401:          results/047.processed, results/048.processed,
                   10402:          results/049.processed, results/050.processed,
                   10403:          results/051.processed, results/052.processed,
                   10404:          results/053.processed, results/054.processed,
                   10405:          results/055.processed, results/056.processed,
                   10406:          results/057.processed, results/058.processed,
                   10407:          results/059.processed, results/060.processed,
                   10408:          results/061.processed, results/062.processed,
                   10409:          results/063.processed, results/064.processed,
                   10410:          results/065.processed, results/066.processed,
                   10411:          results/067.processed, results/068.processed,
                   10412:          results/069.processed, results/070.processed,
                   10413:          results/071.processed, results/072.processed,
                   10414:          results/073.processed, results/074.processed,
                   10415:          results/075.processed, results/076.processed,
                   10416:          results/077.processed, results/078.processed,
                   10417:          results/079.processed, results/080.processed,
                   10418:          results/081.processed, results/082.processed,
                   10419:          results/083.processed, results/084.processed,
                   10420:          results/085.processed, results/086.processed,
                   10421:          results/087.processed, results/088.processed,
                   10422:          results/089.processed, results/090.processed,
                   10423:          results/091.processed, results/092.processed,
                   10424:          results/093.processed, results/094.processed,
                   10425:          results/095.processed, results/096.processed,
                   10426:          results/097.processed, results/099.processed,
                   10427:          results/100.processed, results/101.processed,
                   10428:          results/102.processed, results/104.processed,
                   10429:          results/105.processed, results/106.processed,
                   10430:          results/107.processed, results/108.processed,
                   10431:          results/109.processed, results/110.processed,
                   10432:          results/111.processed, results/112.processed,
                   10433:          results/113.processed, results/114.processed,
                   10434:          results/115.processed, results/117.processed,
                   10435:          results/119.processed, results/120.processed,
                   10436:          results/121.processed, results/122.processed,
                   10437:          results/123.processed, results/124.processed,
                   10438:          results/125.processed, results/126.processed,
                   10439:          results/127.processed, results/128.processed,
                   10440:          results/129.processed, results/130.processed,
                   10441:          results/131.processed, results/132.processed,
                   10442:          results/133.processed, results/134.processed,
                   10443:          results/135.processed, results/136.processed,
                   10444:          results/138.processed, results/139.processed,
                   10445:          results/140.processed, results/141.processed,
                   10446:          results/142.processed, results/143.processed,
                   10447:          results/144.processed, results/145.processed,
                   10448:          results/146.processed, results/147.processed,
                   10449:          results/148.processed, results/149.processed, results/auto.p: .
                   10450:          now works if we turn off default auto.p
                   10451: 
1.116     moko     10452:        * configure: . makes
1.95      moko     10453: 
                   10454:        * src/types/pa_vxnode.C: . less warnings
                   10455: 
                   10456:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   10457:          tests/145.html, tests/149.html, tests/descript.ion,
                   10458:          tests/outputs/d.cmd, tests/results/142.processed,
                   10459:          tests/results/143.processed, tests/results/144.processed,
                   10460:          tests/results/145.processed, tests/results/146.processed,
                   10461:          tests/results/147.processed, tests/results/148.processed,
                   10462:          tests/results/149.processed: . removed .nodeValue from all node
                   10463:          types other than 5 (grabbed piece from gdome)
                   10464: 
                   10465:        * tests/: 137.html, results/137.processed: . not handled this case
                   10466:          yet. code does not hang from inserting parent into child,
                   10467:          considering thing minor issue -- nodes are removed from source
                   10468:          anyway, don't know why shold that be an error after all
                   10469: 
                   10470:        * src/targets/cgi/parser3.C: . style
                   10471: 
                   10472:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   10473:          xdoc too [were barking "not element"]
                   10474: 
                   10475: 2005-12-16  paf
                   10476: 
                   10477:        * tests/: 146.html, 147.html, 148.html: . more tests
                   10478: 
                   10479:        * src/classes/xnode.C: . also bark on possible errors
                   10480: 
                   10481:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   10482:          props
                   10483: 
                   10484:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   10485:          main/compile.y: merged from HEAD ! fixed overoptimized
                   10486:          ^call(false) case. (confused it with ^call[] case)
                   10487: 
                   10488:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   10489:          ^call(false) case. (confused it with ^call[] case)
                   10490: 
                   10491:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   10492: 
                   10493:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   10494:          results/001.processed, results/002.processed,
                   10495:          results/003.processed, results/004.processed,
                   10496:          results/005.processed, results/006.processed,
                   10497:          results/008.processed, results/009.processed,
                   10498:          results/010.processed, results/011.processed,
                   10499:          results/012.processed, results/013.processed,
                   10500:          results/014.processed, results/015.processed,
                   10501:          results/016.processed, results/017.processed,
                   10502:          results/018.processed, results/019.processed,
                   10503:          results/020.processed, results/021.processed,
                   10504:          results/022.processed, results/023.processed,
                   10505:          results/024.processed, results/025.processed,
                   10506:          results/026.processed, results/027.processed,
                   10507:          results/028.processed, results/029.processed,
                   10508:          results/030.processed, results/031.processed,
                   10509:          results/032.processed, results/033.processed,
                   10510:          results/034.processed, results/035.processed,
                   10511:          results/036.processed, results/037.processed,
                   10512:          results/038.processed, results/039.processed,
                   10513:          results/040.processed, results/041.processed,
                   10514:          results/042.processed, results/043.processed,
                   10515:          results/044.processed, results/045.processed,
                   10516:          results/046.processed, results/047.processed,
                   10517:          results/048.processed, results/049.processed,
                   10518:          results/050.processed, results/051.processed,
                   10519:          results/052.processed, results/053.processed,
                   10520:          results/054.processed, results/055.processed,
                   10521:          results/056.processed, results/057.processed,
                   10522:          results/058.processed, results/059.processed,
                   10523:          results/060.processed, results/061.processed,
                   10524:          results/062.processed, results/063.processed,
                   10525:          results/064.processed, results/065.processed,
                   10526:          results/066.processed, results/067.processed,
                   10527:          results/068.processed, results/069.processed,
                   10528:          results/070.processed, results/071.processed,
                   10529:          results/072.processed, results/073.processed,
                   10530:          results/074.processed, results/075.processed,
                   10531:          results/076.processed, results/077.processed,
                   10532:          results/078.processed, results/079.processed,
                   10533:          results/080.processed, results/081.processed,
                   10534:          results/082.processed, results/083.processed,
                   10535:          results/084.processed, results/085.processed,
                   10536:          results/086.processed, results/087.processed,
                   10537:          results/088.processed, results/089.processed,
                   10538:          results/090.processed, results/091.processed,
                   10539:          results/092.processed, results/093.processed,
                   10540:          results/094.processed, results/095.processed,
                   10541:          results/096.processed, results/097.processed,
                   10542:          results/099.processed, results/101.processed,
                   10543:          results/102.processed, results/104.processed,
                   10544:          results/105.processed, results/106.processed,
                   10545:          results/107.processed, results/108.processed,
                   10546:          results/109.processed, results/110.processed,
                   10547:          results/111.processed, results/112.processed,
                   10548:          results/113.processed, results/114.processed,
                   10549:          results/115.processed, results/116.processed,
                   10550:          results/117.processed, results/118.processed,
                   10551:          results/119.processed, results/120.processed,
                   10552:          results/121.processed, results/122.processed,
                   10553:          results/123.processed, results/124.processed,
                   10554:          results/125.processed, results/126.processed,
                   10555:          results/127.processed, results/128.processed,
                   10556:          results/129.processed, results/130.processed,
                   10557:          results/131.processed, results/132.processed,
                   10558:          results/133.processed, results/134.processed,
                   10559:          results/135.processed, results/136.processed,
                   10560:          results/137.processed, results/138.processed,
                   10561:          results/139.processed, results/140.processed,
                   10562:          results/141.processed: . refreshed old tests, made them work
                   10563:          without auto.p (in utf8) . things noted: . gif got encoded
                   10564:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   10565:          some strange year)
                   10566: 
                   10567:        * INSTALL: . revived linux libgc fix
                   10568: 
                   10569:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   10570:          glib/gdome in INSTALL and patches]
                   10571: 
                   10572:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10573:          include/pa_charset.h, include/pa_config_includes.h,
                   10574:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   10575:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   10576:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   10577:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   10578:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   10579:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   10580:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10581:          types/pa_vxnode.h: . started killing gdome
                   10582: 
                   10583: 2005-12-13  paf
                   10584: 
                   10585:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   10586:          @unhandled_exception thrown another exception, print correct
                   10587:          origin (earlier code in catch of exception inside of
                   10588:          @unhandled_exception grabbed parent_frame(original_exception)
                   10589:          origin and printed it, instead of true origin)
                   10590: 
                   10591:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   10592:          another exception, print correct origin (earlier code in catch of
                   10593:          exception inside of @unhandled_exception grabbed
                   10594:          parent_frame(original_exception) origin and printed it, instead
                   10595:          of true origin)
                   10596: 
                   10597: 2005-12-09  paf
                   10598: 
                   10599:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   10600:          detection problem, due to change in gc6.4 code
                   10601: 
                   10602:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   10603:          ignored in ^string.matched :(
                   10604: 
                   10605:        * src/main/pa_string.C: ! regex tainting were ignored in
                   10606:          ^string.matched :(
                   10607: 
                   10608:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   10609:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   10610:          src/main/compile.y, src/main/compile_tools.h,
                   10611:          src/main/pa_charset.C, src/main/pa_common.C,
                   10612:          src/main/pa_globals.C, src/main/pa_string.C,
                   10613:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   10614:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   10615: 
                   10616: 2005-12-08  paf
                   10617: 
                   10618:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   10619:          500 chars now handled OK [were wrapped on 500th char according to
                   10620:          rfc, but sendmail failed to unwrap it properly]
                   10621: 
                   10622:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   10623:          handled OK [were wrapped on 500th char according to rfc, but
                   10624:          sendmail failed to unwrap it properly]
                   10625: 
                   10626:        * src/targets/isapi/parser3isapi.C: . less warnings
                   10627: 
                   10628:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   10629:          since 3.1.5
                   10630: 
                   10631:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   10632:          link fixes
                   10633: 
                   10634:        * src/: classes/date.C, include/pa_config_fixed.h,
                   10635:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   10636:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   10637:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   10638: 
                   10639:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   10640:          [in current storage scheme there's no place for them. someday we
                   10641:          can add third CORD to store origins and special version of parser
                   10642:          which stores origins there [separate binary]]
                   10643: 
                   10644: 2005-12-07  paf
                   10645: 
                   10646:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   10647: 
                   10648:        * src/include/pa_version.h: makefiles
                   10649: 
                   10650:        * src/include/pa_version.h: . not beta
                   10651: 
                   10652:        * configure, configure.in, src/include/pa_version.h: not beta
                   10653: 
                   10654: 2005-12-06  paf
                   10655: 
                   10656:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   10657:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   10658:          decided to undo the change ^call[$void] passes void. now it will
                   10659:          pass empty string again.
                   10660: 
                   10661:        * src/main/: compile.tab.C, compile.y: . version readded
                   10662: 
                   10663:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   10664:          = ^switch[void] problem
                   10665: 
                   10666: 2005-12-01  paf
                   10667: 
                   10668:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   10669:          caused ^case[string] to be coerced to double since searching
                   10670:          value were not string (it was vvoid)
                   10671: 
                   10672:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   10673:          ^case[string] to be coerced to double since searching value were
                   10674:          not string (it was vvoid)
                   10675: 
                   10676:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   10677:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   10678: 
                   10679: 2005-11-30  paf
                   10680: 
                   10681:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   10682:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   10683: 
                   10684:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   10685:          putenv("TZ="), on unix works only putenv("TZ")
                   10686: 
                   10687:        * INSTALL: . xml libs versions updated
                   10688: 
                   10689:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   10690:          claims that fixed a lot there // 20040920 for now both
                   10691:          workarounds needed. wait for new libxml/xsl versions
                   10692: 
                   10693: 2005-11-28  paf
                   10694: 
                   10695:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   10696:          columns==0
                   10697: 
                   10698:        * src/classes/table.C: ! nameless table has columns==0
                   10699: 
                   10700:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   10701:          earlier [was totally wrong]
                   10702: 
                   10703:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   10704:          wrong]
                   10705: 
                   10706: 2005-11-25  paf
                   10707: 
                   10708:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   10709:          undoing for now...
                   10710: 
                   10711:        * src/include/pa_version.h: -this reduces speed(table::load),
                   10712:          strange. undoing
                   10713: 
                   10714:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   10715: 
                   10716:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   10717: 
                   10718:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   10719:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   10720:          this speeds things up and saves memory a LOT! (not noticed
                   10721:          negative effect on syntetic tests, future will tell...)
                   10722: 
                   10723:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   10724:          changed gc_malloc implementation, which obscured profiling
                   10725: 
                   10726:        * src/classes/table.C: merged from HEAD: + optimized
                   10727:          table::load/sql, now row ArrayString-s allocated with
                   10728:          columns.count() elements and don't always grow from
                   10729:          count=3[realloc,realloc]
                   10730: 
                   10731:        * src/classes/table.C: + optimized table::load/sql, now row
                   10732:          ArrayString-s allocated with columns.count() elements and don't
                   10733:          always grow from count=3[realloc,realloc]
                   10734: 
                   10735:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   10736:          buffer after save
                   10737: 
                   10738:        * src/classes/table.C: . ^table.save unused buffer after save
                   10739: 
                   10740: 2005-11-24  paf
                   10741: 
                   10742:        * configure.in: . merged glib2-config patch
                   10743: 
                   10744:        * configure.in: + trying to find glib2-config
                   10745: 
                   10746:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10747:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   10748:          file/dir_readable to simple file/dir_exist, this would help in
                   10749:          situations "class not found because .p file has bad rights" << in
                   10750:          that case error would be explicit "access denied to 'this' file"
                   10751: 
1.116     moko     10752:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     10753: 
                   10754:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10755:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   10756:          to simple file/dir_exist, this would help in situations "class
                   10757:          not found because .p file has bad rights" << in that case error
                   10758:          would be explicit "access denied to 'this' file"
                   10759: 
                   10760:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   10761:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10762:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   10763:          ^file::exec/cgi[script;$.charset[changed]
                   10764:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10765:          encoded in $.charset charset
                   10766: 
                   10767:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   10768:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10769:          encoded in $.charset charset
                   10770: 
                   10771:        * src/: include/Makefile.am, include/pa_common.h,
                   10772:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10773:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   10774:          separate file [preparation for
                   10775:          ^file::cgi[script;$.form[$.field1[]
                   10776: 
                   10777: 2005-11-22  paf
                   10778: 
                   10779:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   10780: 
                   10781:        * acinclude.m4, configure.in: . merged underquting fixes
                   10782: 
1.116     moko     10783:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     10784: 
                   10785:        * src/classes/op.C: . overmerged a little
                   10786: 
                   10787:        * src/main/compile.tab.C: Makefile
                   10788: 
                   10789:        * src/main/: pa_common.C: . less gcc warnings
                   10790: 
                   10791:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   10792:          now reports original exception if we have no old cache
                   10793: 
                   10794:        * src/classes/op.C: + $exception.handled[cache] now reports
                   10795:          original exception if we have no old cache
                   10796: 
                   10797:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   10798:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   10799:          \^$.[]|()?*+{}
                   10800: 
                   10801:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   10802:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   10803: 
                   10804:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10805:          getenv-ed variable, which does not work both on win32&unix.
                   10806:          copied old TZ value now
                   10807: 
                   10808:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   10809:          stored pointer to getenv-ed variable, which does not work both on
                   10810:          win32&unix. copied old TZ value now
                   10811: 
                   10812:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10813:          getenv-ed variable, which does not work both on win32&unix.
                   10814:          copied old TZ value now
                   10815: 
                   10816:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   10817:          access to internal hash
                   10818: 
                   10819:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   10820:          hash
                   10821: 
                   10822:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   10823:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10824:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10825:          very large block" messages to only important onces
                   10826: 
                   10827:        * src/targets/isapi/parser3isapi.C: +
                   10828:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10829:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10830:          very large block" messages to only important onces
                   10831: 
                   10832:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   10833:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10834: 
                   10835:        * src/classes/string.C: + removed limitation on
                   10836:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10837: 
                   10838:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   10839:          with ?params or $.form option" limitation
                   10840: 
                   10841:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   10842:          $.form option" limitation
                   10843: 
                   10844:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10845:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   10846:          ^file::base64[encoded] decode
                   10847: 
                   10848:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10849:          main/pa_common.C: + ^file.base64[] encode +
                   10850:          ^file::base64[encoded] decode
                   10851: 
                   10852:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   10853:          ^string:base64[encoded] decode
                   10854: 
                   10855:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   10856:          ^string:base64[in] encode + ^string.base64[] decode
                   10857: 
                   10858: 2005-11-21  paf
                   10859: 
                   10860:        * src/classes/file.C: + merged from HEAD:
                   10861:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10862: 
                   10863:        * src/classes/file.C: +
                   10864:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10865: 
                   10866:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   10867:          differes from :download, it does not return content-disposition
                   10868:          at all now [previusely it returned valueless content-disposition]
                   10869: 
                   10870:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   10871:          :download, it does not return content-disposition at all now
                   10872:          [previusely it returned valueless content-disposition]
                   10873: 
                   10874:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   10875:          literals, reverted to just vvod, recreating empty array with each
                   10876:          void_value token. that's absolutely needed, since that array
                   10877:          grows
                   10878: 
                   10879:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10880:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10881:          types/pa_vmethod_frame.h: + merged: expression literals:
                   10882:          true/false. ^format[$.indent(true)]
                   10883: 
                   10884:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10885:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10886:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   10887:          ^format[$.indent(true)]
                   10888: 
                   10889:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10890:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10891:          i386-pc-win32)"
                   10892: 
                   10893:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10894:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10895:          i386-pc-win32)"
                   10896: 
                   10897: 2005-11-18  paf
                   10898: 
                   10899:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10900:          null}[$.default(123)] will now return default value
                   10901: 
                   10902:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10903:          expiration time
                   10904: 
                   10905:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10906:          time
                   10907: 
                   10908:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10909:          failed << Exception.problem_source pointed to local var!
                   10910: 
                   10911:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10912:          Exception.problem_source pointed to local var!
                   10913: 
                   10914:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10915:          now loads VFile.ptr!=0, so such files can be saved now
                   10916: 
                   10917:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10918:          loads VFile.ptr!=0, so such files can be saved now
                   10919: 
                   10920:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10921:          only . and .. now removed from list [were removed all .*]
                   10922: 
                   10923:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10924:          .. now removed from list [were removed all .*]
                   10925: 
                   10926:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10927:          open error now checked, were not :( [stole that piece from apache
                   10928:          1.3 sources]
                   10929: 
                   10930:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10931:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10932: 
                   10933:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10934:          untainting of @main result if returned by $result or
                   10935:          $response:body
                   10936: 
                   10937:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10938:          result if returned by $result or $response:body
                   10939: 
                   10940:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10941:          issue: now tries to guess content-length and allocates one big
                   10942:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10943:          leaving lots of holes behind]
                   10944: 
                   10945:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10946:          fixed file load memory issue: now tries to guess content-length
                   10947:          and allocates one big piece if possible [regretfully gc_realloc
                   10948:          works as malloc+free, leaving lots of holes behind]
                   10949: 
                   10950: 2005-11-16  paf
                   10951: 
                   10952:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10953:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10954:          table::save with enclosers now doubles them: "->"" !
                   10955:          table::save/load do not remove elements from options hash
                   10956: 
                   10957:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10958:          [were overoptimized ^if(double_literal), compiler confused
                   10959:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10960: 
                   10961:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10962:          [were overoptimized ^if(double_literal), compiler confused
                   10963:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10964: 
                   10965:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10966:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10967:          "->"" ! table::save/load do not remove elements from options hash
                   10968: 
                   10969: 2005-11-03  paf
                   10970: 
1.116     moko     10971:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10972:          compilation, not all makefiles liked that
1.95      moko     10973: 
                   10974: 2005-08-30  paf
                   10975: 
                   10976:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10977: 
                   10978:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10979: 
                   10980: 2005-08-26  paf
                   10981: 
                   10982:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10983: 
                   10984:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10985: 
                   10986:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10987:          complains about bad!=nameless
                   10988: 
                   10989:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10990:          about bad!=nameless
                   10991: 
                   10992:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10993:          optional options were allowed to be empty. were checked
                   10994:          if(is_string), changed to !defined||is_string to allow void
                   10995: 
                   10996:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10997:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10998:          options were allowed to be empty. were checked if(is_string),
                   10999:          changed to !defined||is_string to allow void
                   11000: 
                   11001:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   11002:          as_junction where they needed as_int/double, so failed with
                   11003:          recent "(const) now no junction" optimization
                   11004: 
                   11005:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   11006:          merged ! many classes/*  used as_junction where they needed
                   11007:          as_int/double, so failed with recent "(const) now no junction"
                   11008:          optimization
                   11009: 
                   11010:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   11011:          classes/op.C, classes/string.C, classes/table.C,
                   11012:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   11013:          used as_junction where they needed as_int/double, so failed with
                   11014:          recent "(const) now no junction" optimization
                   11015: 
                   11016: 2005-08-24  paf
                   11017: 
                   11018:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   11019:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   11020:          stripped it
                   11021: 
                   11022: 2005-08-09  paf
                   11023: 
                   11024:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11025:          not cleared
                   11026: 
                   11027:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11028:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11029:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11030:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11031:          classes/response.C, classes/string.C, classes/table.C,
                   11032:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11033:          include/pa_array.h, include/pa_cache_managers.h,
                   11034:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11035:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11036:          include/pa_dictionary.h, include/pa_dir.h,
                   11037:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11038:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11039:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11040:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11041:          include/pa_sapi.h, include/pa_socks.h,
                   11042:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11043:          include/pa_stack.h, include/pa_string.h,
                   11044:          include/pa_stylesheet_connection.h,
                   11045:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11046:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11047:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11048:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11049:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11050:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11051:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11052:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11053:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11054:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11055:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11056:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11057:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11058:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11059:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11060:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11061:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11062:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   11063:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   11064:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11065:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11066:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11067:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11068:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   11069:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11070:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   11071:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   11072:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11073:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11074:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11075:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11076:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11077:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11078:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11079:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11080:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11081:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11082:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   11083: 
                   11084:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11085:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   11086:          speedup consequent checks in vmethod_frame
                   11087: 
                   11088:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11089:          not cleared
                   11090: 
                   11091:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   11092:          params: 50 max (were 10)
                   11093: 
                   11094:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   11095:          params: 50 max (were 10)
                   11096: 
                   11097:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11098:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   11099:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   11100:          empty string) ! simplified (double) speedup consequent checks in
                   11101:          vmethod_frame
                   11102: 
                   11103:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   11104:          optimized constants in expressions vstring->vdouble + optimized
                   11105:          ^call(vdouble), no junction creation, no calls later
                   11106: 
                   11107: 2005-08-08  paf
                   11108: 
                   11109:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   11110:          compile_tools.h: merged + optimized constants in expressions
                   11111:          vstring->vdouble + optimized ^call(vdouble), no junction
                   11112:          creation, no calls later
                   11113: 
                   11114:        * src/types/pa_vdouble.h: merged . double values without fractional
                   11115:          part now default printed as %.0f instead of %g
                   11116: 
                   11117:        * src/types/pa_vdouble.h: . double values without fractional part
                   11118:          now default printed as %.0f instead of %g
                   11119: 
                   11120:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   11121:          cause an exception
                   11122: 
                   11123:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   11124:          exception
                   11125: 
                   11126:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   11127:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11128:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11129:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11130:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   11131:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11132:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11133:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11134:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11135:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11136:          merged VJunction(new Junction) optimization from 3.1.4
                   11137: 
                   11138:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   11139:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   11140:          Junction(params)) to new VJunction(params), thousands of mallocs
                   11141:          removed
                   11142: 
                   11143: 2005-08-05  paf
                   11144: 
                   11145:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   11146:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   11147:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   11148:          creation, no calls later
                   11149: 
                   11150:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11151:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11152:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11153:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11154:          classes/response.C, classes/string.C, classes/table.C,
                   11155:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11156:          include/pa_array.h, include/pa_cache_managers.h,
                   11157:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11158:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11159:          include/pa_dictionary.h, include/pa_dir.h,
                   11160:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11161:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11162:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11163:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11164:          include/pa_sapi.h, include/pa_socks.h,
                   11165:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11166:          include/pa_stack.h, include/pa_string.h,
                   11167:          include/pa_stylesheet_connection.h,
                   11168:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11169:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11170:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11171:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11172:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11173:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   11174:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11175:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11176:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11177:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11178:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   11179:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11180:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11181:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11182:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11183:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11184:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11185:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11186:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11187:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11188:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11189:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11190:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11191:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   11192:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11193:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11194:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   11195:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11196:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11197:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11198:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11199:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11200:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11201:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11202:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11203:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11204:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   11205: 
                   11206:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   11207:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   11208:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11209:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   11210:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11211:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   11212:          optimized constants in expressions vstring->vdouble
                   11213: 
                   11214: 2005-07-29  paf
                   11215: 
                   11216:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   11217: 
                   11218:        * src/types/pa_vclass.C: + property getter can now be overridden
                   11219: 
                   11220:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   11221:          bug fix: static parent fields were not replaced in case
                   11222:          $derived:field[put] + property setter can now be overridden
                   11223: 
                   11224: 2005-07-28  paf
                   11225: 
                   11226:        * configure, configure.in, src/classes/classes.h,
                   11227:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   11228:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   11229:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11230:          src/classes/xnode.h, src/include/pa_hash.h,
                   11231:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     11232:          src/types/Makefile.am, src/types/pa_method.h,
                   11233:          src/types/pa_value.h, src/types/pa_vclass.C,
                   11234:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   11235:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   11236:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   11237:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   11238:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   11239:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11240:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   11241:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   11242:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   11243:          src/types/pa_vstateless_class.h,
1.95      moko     11244:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   11245:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11246:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   11247:          dynamic_fields_join
                   11248: 
                   11249:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   11250:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   11251:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11252:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11253:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11254:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11255:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11256:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11257:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   11258:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   11259:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   11260:          restored its checks in vobject.put_element->static fields |
                   11261:          dynamic properties
                   11262: 
                   11263: 2005-07-27  paf
                   11264: 
                   11265:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   11266:          is some old code containing @set_name $name
                   11267: 
                   11268:        * src/types/pa_vobject.h: . fixed warning
                   11269: 
                   11270:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     11271:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     11272: 
                   11273:        * src/: classes/xnode.C, include/pa_hash.h,
                   11274:          types/pa_vstateless_class.C: ! new asserts were all false.
                   11275:          regretfully reverted them all to checks
                   11276: 
                   11277:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11278:          classes/op.C, main/execute.C, types/pa_method.h,
                   11279:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11280:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11281:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11282:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11283:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11284:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11285:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11286:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11287:          joined_dynamic_fields: removed unused param from put_method
                   11288:          (returned to 3 params)
                   11289: 
                   11290:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   11291:          joined_dynamic_fields: dynamic get/set works with overriding
                   11292:          props [alpha2]
                   11293: 
                   11294:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   11295:          works [alfa]
                   11296: 
                   11297:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11298:          classes/op.C, include/pa_hash.h, main/execute.C,
                   11299:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11300:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11301:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11302:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11303:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11304:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11305:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11306:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11307:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11308:          joined_dynamic_fields: just compiled
                   11309: 
                   11310:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11311:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11312:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   11313:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   11314:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   11315: 
                   11316:        * src/types/pa_vobject.C: . object setters [only started, does not
                   11317:          work yet]
                   11318: 
                   11319:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   11320:          object setters [only started, does not work yet]
                   11321: 
                   11322: 2005-07-26  paf
                   11323: 
                   11324:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   11325:          works [alpha2]. for classes. todo: for objects
                   11326: 
                   11327:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   11328:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11329:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11330:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11331:          types/pa_vimage.C, types/pa_vimage.h, 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_object.h, types/pa_vvoid.h,
                   11335:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11336:          properties: set works [alpha1]
                   11337: 
                   11338: 2005-07-25  paf
                   11339: 
                   11340:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   11341:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   11342:          properties: started, get works [alpha1, other approach]
                   11343: 
                   11344:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   11345:          properties: started, get works [alpha2]
                   11346: 
                   11347:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   11348:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   11349: 
                   11350: 2005-07-15  paf
                   11351: 
                   11352:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   11353:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   11354:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11355:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11356:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11357:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   11358:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11359:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11360:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11361:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11362:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   11363:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   11364:          [getters work but think of changing them too to precaching]
                   11365: 
                   11366: 2005-07-08  paf
                   11367: 
                   11368:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   11369:          gpf
                   11370: 
                   11371: 2005-06-28  paf
                   11372: 
                   11373:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   11374:          in passing empty strings to file::exec/cgi environment
                   11375: 
                   11376: 2005-06-06  paf
                   11377: 
                   11378:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   11379:          ^table:sql ^hash:sql now DO process $.bind option
                   11380: 
                   11381: 2005-05-24  paf
                   11382: 
                   11383:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   11384:          $.limit] now work again [support was broken in 3.1.4]
                   11385: 
                   11386:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   11387:          ALL_INTERIOR_POINTERS
                   11388: 
                   11389: 2005-05-12  paf
                   11390: 
                   11391:        * configure: 3.1.5beta
                   11392: 
                   11393:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   11394: 
                   11395:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   11396:          $.limit] now work again [support was broken in 3.1.4]
                   11397: 
                   11398:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   11399:          line-width  [was refusing to fill if line-width >1, thanks to
                   11400:          Seras <seras@pinxit.lt> for repro case
                   11401: 
                   11402: 2005-04-25  paf
                   11403: 
                   11404:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   11405:          correctly
                   11406: 
                   11407: 2005-04-19  paf
                   11408: 
                   11409:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   11410:          in VString violating invariant!!
                   11411: 
                   11412:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   11413:          getenv("TZ")==null
                   11414: 
                   11415: 2005-04-08  paf
                   11416: 
                   11417:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   11418:          bugfix: when there is no char in charset one byte produces 6
                   11419:          (&#255; <<max). increased buffer size!
                   11420: 
                   11421: 2005-03-23  paf
                   11422: 
                   11423:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   11424:          ^date.sql-string now takes TZ into account
                   11425: 
                   11426: 2005-03-16  paf
                   11427: 
                   11428:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   11429:          gcc 3.4
                   11430: 
                   11431:        * src/types/pa_vhash.C: . warning about eof eol
                   11432: 
                   11433: 2005-02-17  paf
                   11434: 
                   11435:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   11436:          seconds)
                   11437: 
                   11438: 2005-02-02  paf
                   11439: 
                   11440:        * src/classes/xnode.C: beauty: removed needless includes
                   11441: 
                   11442: 2005-01-31  paf
                   11443: 
                   11444:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   11445:          $.partNoNumber now alias to $.part1
                   11446: 
                   11447:        * src/types/pa_vmail.C: change: incoming letter part contains
                   11448:          "content-disposition" header with any value? now considering that
                   11449:          part to be "file#" [for text/plain text/html were $.text#
                   11450:          $.html#]
                   11451: 
                   11452:        * INSTALL: updatet to latest working versions available
                   11453: 
                   11454: 2005-01-20  paf
                   11455: 
                   11456:        * configure.in, src/include/pa_version.h: version
                   11457: 
                   11458: 2005-01-19  paf
                   11459: 
1.116     moko     11460:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   11461:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   11462:          couple warnings in parser3.C
1.95      moko     11463: 
                   11464: 2004-12-23  paf
                   11465: 
                   11466:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   11467: 
                   11468:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   11469:          dir to directory of script (when shbang used), not to directory
                   11470:          of its interpreter
                   11471: 
                   11472:        * src/include/pa_version.h: compiled on win32...
                   11473: 
                   11474:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   11475:          we need more hspace
                   11476: 
                   11477:        * configure, configure.in, src/include/pa_version.h: configured
                   11478:          host to pa_version. will be displayed everywhere
                   11479: 
                   11480:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   11481:          exception from being logged by setting $exception.handled(1)
                   11482: 
                   11483:        * operators.txt, src/classes/file.C: change:
                   11484:          ^file::sql{query}[[options]] options: $.name[file name]
                   11485:          $.content-type[application/what]
                   11486: 
                   11487:        * src/: include/pa_common.h, main/pa_common.C,
                   11488:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   11489:          new file
                   11490: 
                   11491:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   11492:          bugfix: table->hash now regards _default
                   11493: 
                   11494:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   11495:          created by accessing $name_of_method it acquired bad self=closest
                   11496:          methodframe; instead of proper self (current class)
                   11497: 
                   11498:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   11499:          hashfile produced bad cord
                   11500: 
                   11501: 2004-12-10  paf
                   11502: 
                   11503:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   11504:          subsequent failures though defined in .h
                   11505: 
                   11506:        * src/main/pa_common.C: comment on volatile
                   11507: 
                   11508:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   11509:          alarm function were not used since the beginning due to stupid
                   11510:          error [setsigjmp were not checked in configure.in]
                   11511: 
                   11512:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   11513:          unix too
                   11514: 
                   11515:        * src/main/pa_common.C: http: exception status of send/recv errors
                   11516:          change to most probable http.timeout
                   11517: 
                   11518:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   11519:          works [setsockopt on send/receive]
                   11520: 
                   11521: 2004-12-08  paf
                   11522: 
                   11523:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   11524:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   11525:          proper charset
                   11526: 
                   11527: 2004-11-24  paf
                   11528: 
                   11529:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   11530: 
                   11531:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   11532:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   11533: 
                   11534: 2004-11-12  paf
                   11535: 
                   11536:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   11537:          [since 3.0.4]
                   11538: 
                   11539: 2004-11-09  paf
                   11540: 
                   11541:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   11542:          writes basics to c:\parser3.log
                   11543: 
                   11544: 2004-10-21  paf
                   11545: 
                   11546:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   11547:          tainted strings [were returning clean onces]
                   11548: 
                   11549: 2004-10-15  paf
                   11550: 
                   11551:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   11552:          cycles(i=1; i=2), which was wrong, now does ONE
                   11553: 
                   11554: 2004-10-12  paf
                   11555: 
                   11556:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   11557: 
                   11558: 2004-10-07  paf
                   11559: 
                   11560:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   11561:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   11562:          release asserts
                   11563: 
                   11564:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   11565:          String.dump() to stdout in detailed form  [were String.v() in
                   11566:          short form]
                   11567: 
                   11568:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   11569:          \t\r\n as @#| and truncates long char sequences less
                   11570: 
                   11571: 2004-10-06  paf
                   11572: 
                   11573:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   11574:          win32 beauty: socket errors properly decoded
                   11575: 
                   11576: 2004-10-05  paf
                   11577: 
                   11578:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   11579:          request::configure_user/admin done always, even if no
                   11580:          file-to-process useful in @unhandled_exception [say, if they
                   11581:          would want to mail by SMTP something]
                   11582: 
                   11583:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   11584:          now performed prior to file loading [and @auto executing] thus
                   11585:          making $cookie:value available in @auto and in
                   11586:          @unhandled_exception when IIS is configured to run interpreter
                   11587:          even if no file exist
                   11588: 
                   11589: 2004-09-20  paf
                   11590: 
                   11591:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   11592:          somewhere where it should have called xmlMalloc and it calls
                   11593:          xmlFree when it should have not called it.  inserted two
                   11594:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   11595:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   11596:          author would fix all that.  until that day: we have SLOW garbage
                   11597:          collecting when many xml objects are alive hint: do
                   11598:          ^memory:compact[] before xdoc::create
                   11599: 
                   11600: 2004-09-17  paf
                   11601: 
                   11602:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   11603:          error from 3.0.8 version]
                   11604: 
                   11605: 2004-09-14  paf
                   11606: 
                   11607:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   11608:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   11609:          modified inside
                   11610: 
                   11611: 2004-09-13  paf
                   11612: 
                   11613:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   11614:          [were as octal]
                   11615: 
                   11616:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   11617:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   11618:          safety-check
                   11619: 
                   11620:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   11621:          [not something obscure from sdbm lib]
                   11622: 
                   11623:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   11624:          = strerror now returnes something and we can properly report that
                   11625:          to client
                   11626: 
                   11627:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   11628:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   11629: 
                   11630:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11631:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   11632:          not be unnecessary optimized away [ruining javascript]
                   11633: 
                   11634:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11635:          [tainted as-is]
                   11636: 
                   11637:        * src/classes/mail.C: bugfix: typo error
                   11638: 
                   11639: 2004-09-09  paf
                   11640: 
                   11641:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   11642:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   11643:          (bloody yandex.server)
                   11644: 
                   11645: 2004-09-06  paf
                   11646: 
                   11647:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   11648:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   11649:          encoded
                   11650: 
                   11651: 2004-09-01  paf
                   11652: 
                   11653:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   11654:          multipart/related outlook express have no problems showing
                   11655:          unrelated attachments.  todo: someday figure out a way of
                   11656:          multipart/mixed    multipart/related       text/html
                   11657:          image/xxx application/octet-stream << true attachments
                   11658: 
                   11659:        * src/types/pa_vmail.C: new:
                   11660:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   11661:          empty mail header fields removed from letter
                   11662: 
                   11663:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   11664:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   11665:          ^mail:send[    $.file[       $.any[header]
                   11666: 
                   11667: 2004-08-30  paf
                   11668: 
                   11669:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   11670:          warnings
                   11671: 
                   11672:        * src/main/pa_common.C: beauty: do not bother with charset
                   11673:          detection when ^file::load[binary
                   11674: 
                   11675: 2004-08-27  paf
                   11676: 
                   11677:        * src/main/pa_common.C: hack: for yandex.server http server
                   11678: 
                   11679: 2004-08-18  paf
                   11680: 
                   11681:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   11682:          possibly-chunked response
                   11683: 
                   11684: 2004-08-17  paf
                   11685: 
                   11686:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11687:          $f.content-type now = that of http response
                   11688: 
                   11689:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11690:          $f.content-type now = that of http response
                   11691: 
                   11692: 2004-07-30  paf
                   11693: 
                   11694:        * src/: include/pa_request.h, main/pa_request.C,
                   11695:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   11696:          win32: system&parser exceptions in release mode reported properly
                   11697:          parser exception in exception handler WERE mistakenly reported as
                   11698:          system exception, without details [in apache & isapi] +some
                   11699:          beauty in exception text
                   11700: 
                   11701:        * src/: include/pa_exception.h, main/pa_request.C,
                   11702:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   11703:          release mode reported properly parser exception in exception
                   11704:          handler WERE mistakenly reported as system exception, without
                   11705:          details
                   11706: 
                   11707:        * src/main/execute.C: beauty: simplified system exception handling
                   11708: 
                   11709: 2004-07-29  paf
                   11710: 
                   11711:        * src/classes/table.C: bugfix:
                   11712:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   11713:          were ignored, and \t used unconditionally]
                   11714: 
                   11715:        * src/types/Makefile.am: added vhash.c
                   11716: 
                   11717: 2004-07-28  paf
                   11718: 
                   11719:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   11720:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   11721:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   11722:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   11723:          failed on russian letters
                   11724: 
                   11725:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   11726:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   11727:          letters
                   11728: 
                   11729:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   11730:          as 'currentDirectory' parameter to CreateProcess
                   11731: 
                   11732: 2004-07-27  paf
                   11733: 
                   11734:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   11735:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   11736:          from release somewhere [to help searching for unhandled system
                   11737:          exceptions]
                   11738: 
                   11739:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   11740:          TZ shift
                   11741: 
                   11742:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   11743:          but also in ctor
                   11744: 
                   11745: 2004-07-26  paf
                   11746: 
                   11747:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   11748:          src/main/pa_request.C, src/types/pa_vfile.h,
                   11749:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11750:          src/types/types.vcproj: new: $response:body/download[
                   11751:          $.file[name on disk]    $.name[of file for user]
                   11752:          $.mdate[date of last-modified. default from directory] ]
                   11753: 
                   11754:        * src/classes/file.C: moving file:send somewhere else..
                   11755: 
                   11756:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   11757:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   11758:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   11759:          $response:download[ $.filename[filename] $.option[] ,, ]
                   11760: 
                   11761:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   11762: 
                   11763: 2004-07-21  paf
                   11764: 
                   11765:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   11766:          to several lines
                   11767: 
                   11768:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   11769: 
                   11770:          note: ms outlook[!express] shows only first 255 characters of
                   11771:          subject
                   11772: 
                   11773: 2004-07-15  paf
                   11774: 
                   11775:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   11776:          off]
                   11777: 
                   11778: 2004-07-14  paf
                   11779: 
                   11780:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   11781:          according to lang  [were: as-is]
                   11782: 
                   11783: 2004-07-07  paf
                   11784: 
                   11785:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   11786:          checked that
                   11787: 
                   11788:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   11789:          now untainted according to their languages.  were: as-is.
                   11790:          EVERYWHERE
                   11791: 
                   11792:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   11793:          environment string now untainted according to their languages.
                   11794:          were: as-is. EVERYWHERE
                   11795: 
                   11796:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11797:          untainted according to their languages.  were: as-is. on win32:
                   11798:          ok
                   11799: 
                   11800:        * parser3.vssscc: ...would not go unnoticed
                   11801: 
                   11802:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   11803:          fails. in case on input appears nonutf, those bytes will be
                   11804:          printed in %HH form. that can be easily decoded/recovered.
                   11805: 
                   11806:          this form is quite noticable, and hopefully would not go noticed
                   11807: 
                   11808: 2004-07-06  paf
                   11809: 
                   11810:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11811:          untainted according to their languages.  were: as-is. on win32:
                   11812:          ok
                   11813: 
                   11814: 2004-07-01  paf
                   11815: 
                   11816:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   11817:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   11818:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11819:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   11820:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   11821:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   11822:          option: global optimization ON
                   11823: 
                   11824:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   11825:          to do xdoc::create{invalid chars} standard disables chars less
                   11826:          then \x20, except tab, cr, lf.
                   11827: 
                   11828:          changed tainting so that those become '!'
                   11829: 
                   11830: 2004-06-25  paf
                   11831: 
                   11832:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11833:          int on odd address [prev bugfix failed due to superwize
                   11834:          optimizer, which turned memcpy into same 'ld' asm command]
                   11835: 
                   11836:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11837:          int on odd address
                   11838: 
                   11839: 2004-06-22  paf
                   11840: 
                   11841:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   11842: 
                   11843:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   11844:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11845:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   11846:          paf(:a)}[                $.bind[                         $.a[2]
                   11847:                 ]       ] output variables work.  todo: check in out
                   11848:          variables
                   11849: 
                   11850: 2004-06-18  paf
                   11851: 
                   11852:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   11853:          classes/table.C, classes/void.C, include/pa_globals.h,
                   11854:          include/pa_sql_connection.h, main/compile.tab.C,
                   11855:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   11856:                      $.bind[                         $.a[2]          ]
                   11857:          ] input variables work.  todo:output
                   11858: 
                   11859:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   11860:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   11861:          /_bug.html?404;http://hpsv/test/
                   11862:          --------------------------------------------------------------------------------
                   11863:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   11864:          --------------------------------------------------------------------------------
                   11865:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   11866: 
                   11867: 2004-06-16  paf
                   11868: 
                   11869:        * src/targets/cgi/parser3.C: new: iis specific
                   11870:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   11871:          $request:query
                   11872:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   11873:          $form:fields IIS-STATUS="404"
                   11874:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   11875: 
                   11876:          todo: isapi too
                   11877: 
                   11878: 2004-05-26  paf
                   11879: 
                   11880:        * src/include/pa_version.h: 3.1.3
                   11881: 
                   11882:        * operators.txt: beauty: removed outdated level 'table'
                   11883: 
                   11884:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11885: 
                   11886:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11887: 
                   11888:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11889:          classes/op.C: beauty: removed outdated level 'table'
                   11890: 
                   11891: 2004-05-25  paf
                   11892: 
                   11893:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11894:          implementation. mistery: how anything worked
                   11895: 
                   11896:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11897:          changed, it is now safe to use url if pointers to it are stored
                   11898:          to gc mem
                   11899: 
                   11900:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11901:          unknown errors reported and not cause SIGSEGV now
                   11902: 
                   11903: 2004-05-24  paf
                   11904: 
                   11905:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11906:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11907:          less memory: CORD_chars_block originally intended to ...  it was
                   11908:          good that CORD_chars_block were not used: it consumes more memory
                   11909:          [and, might be slow too] undoing that. [and removed that func so
                   11910:          that it would not confuse parser developer in future]
                   11911: 
                   11912:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11913:          less memory: CORD_chars_block originally intended to
                   11914:          speedup/reduce mem usage were forgotten, and were used stupid
                   11915:          CORD_chars
                   11916: 
                   11917:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11918: 
                   11919:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11920:          BIGENDIAN processors space-conserving mech failed, causing
                   11921:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11922:          (1|2|3));
                   11923: 
                   11924: 2004-05-14  paf
                   11925: 
                   11926:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11927:          bugfix: void now has vfile value, and $response:body[] works OK
                   11928: 
                   11929: 2004-05-12  paf
                   11930: 
                   11931:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11932:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11933:          sources to use is_defined() {return as_bool();} along VBool
                   11934: 
                   11935: 2004-05-11  paf
                   11936: 
                   11937:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11938:          referencing to local objects
                   11939: 
                   11940:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11941:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11942:          left intact
                   11943: 
                   11944: 2004-04-15  paf
                   11945: 
                   11946:        * src/classes/date.C: merged: beauty: unused var removed
                   11947: 
                   11948:        * src/classes/date.C: beauty: unused var removed
                   11949: 
                   11950:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11951:          provoked bug
                   11952: 
                   11953: 2004-04-09  paf
                   11954: 
                   11955:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11956: 
                   11957:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11958: 
                   11959: 2004-04-08  paf
                   11960: 
                   11961:        * src/classes/date.C: new: ^date::create[y-m-d
                   11962:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11963: 
                   11964:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11965: 
                   11966:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11967:          to consult default catalog [usually, that file belongs to other
                   11968:          user/group]
                   11969: 
                   11970: 2004-04-06  paf
                   11971: 
                   11972:        * src/main/pa_common.C: beauty: gcc warning removed
                   11973: 
                   11974:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11975:          accept that trick, trying other
                   11976: 
                   11977:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11978:          explicit result problem
                   11979: 
                   11980:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11981:          explicit result problem
                   11982: 
                   11983:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11984:          explicit result problem
                   11985: 
                   11986:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11987: 
                   11988:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11989:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11990:          failed
                   11991: 
                   11992:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11993:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11994:          gethostbyname failed with such 'domains'] now checked properly,
                   11995:          were: needless reverse/forward dns lookup
                   11996: 
                   11997:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11998:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11999:          gethostbyname failed with such 'domains'] now checked properly,
                   12000:          were: needless reverse/forward dns lookup
                   12001: 
                   12002:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   12003:          @method[][result] means "no string output here" moved to lexical
                   12004:          level [on grammar level it were too difficult]
                   12005: 
                   12006:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   12007:          src/main/compile.y, src/main/compile_tools.h,
                   12008:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   12009:          @method[][result] means "no string output here", implemented part
                   12010:          of that idea: compiler throws away string literal generation
                   12011:          code. and barks nonwhitespace chars
                   12012: 
                   12013:        * operators.txt: truth: removed comment about $ORIGIN
                   12014: 
                   12015: 2004-04-05  paf
                   12016: 
                   12017:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   12018:          src/include/pa_version.h, src/main/pa_common.C,
                   12019:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   12020: 
                   12021:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   12022:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   12023: 
                   12024:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   12025: 
                   12026:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   12027:          interfered with FAR console
                   12028: 
                   12029:        * configure, configure.in: 3.1.3
                   12030: 
                   12031:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   12032: 
                   12033:        * src/main/pa_common.C: removed warning
                   12034: 
                   12035:        * src/include/pa_version.h: 3.1.3
                   12036: 
                   12037: 2004-04-02  paf
                   12038: 
                   12039:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   12040: 
                   12041:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   12042:          allows to specify where to put parser log file
                   12043: 
                   12044: 2004-04-01  paf
                   12045: 
                   12046:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   12047:          without tab and enter were ignored
                   12048: 
                   12049:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   12050:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   12051:          main/pa_socks.C, targets/cgi/parser3.C,
                   12052:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   12053:          bugfix: sql connections now are disconnected
                   12054: 
                   12055: 2004-03-30  paf
                   12056: 
                   12057:        * src/classes/table.C: bugfix: table::load last line without tab
                   12058:          and enter were ignored
                   12059: 
                   12060:        * src/classes/table.C: bufix: if last table lines were commented,
                   12061:          gpfed
                   12062: 
                   12063:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   12064:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   12065:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   12066:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   12067:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   12068:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   12069:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   12070:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   12071:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   12072: 
                   12073: 2004-03-29  paf
                   12074: 
                   12075:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   12076:          causes gpf
                   12077: 
                   12078:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   12079:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   12080:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   12081:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   12082:          value.dox: translated to english
                   12083: 
                   12084: 2004-03-25  paf
                   12085: 
                   12086:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   12087:          parser3project dependency removed
                   12088: 
                   12089:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   12090:          bugfix: refused to compile without xml
                   12091: 
                   12092:        * src/types/pa_vform.C: beauty: removed warning
                   12093: 
                   12094:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   12095:          any folder [removed last ;) folder dependency]
                   12096: 
                   12097:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   12098:          folder [removed last ;) folder dependency]
                   12099: 
                   12100:        * src/include/pa_version.h: release
                   12101: 
                   12102:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   12103: 
                   12104:        * src/classes/table.C: beauty: comment& more meaningful error
                   12105:          message
                   12106: 
                   12107:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   12108:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   12109:          thing]
                   12110: 
                   12111: 2004-03-23  paf
                   12112: 
                   12113:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   12114:          and http status line parsing checked number of columns in table
                   12115:          [user reported an assert]
                   12116: 
                   12117:        * operators.txt: example: on hashfile
                   12118: 
                   12119:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   12120:          bugfix: junction reattach now actually reattaches a junction to
                   12121:          new wcontext [were only assigning it to junction, which caused
                   12122:          junction tracking to loose junction, and it's context were not
                   12123:          killed, and it tried to process in invalid context, gpf]
                   12124: 
                   12125:        * src/targets/cgi/parser3.C: debug helper added
                   12126: 
                   12127: 2004-03-19  paf
                   12128: 
                   12129:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   12130:          "type(type)" in braces
                   12131: 
                   12132: 2004-03-10  paf
                   12133: 
                   12134:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   12135:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12136:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   12137:          solution to search-in-namespaces problem:
                   12138:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   12139:          $nodes[^xdoc.select[//x:second]]
                   12140: 
                   12141:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   12142:          expression][[NAMESPACES HASH]] allows to search for info in
                   12143:          namespaces
                   12144: 
                   12145:          $nodes[^xdoc.select[//x:second][
                   12146:          $.x[http://pif.design.ru/] ]]
                   12147: 
                   12148: 2004-03-09  paf
                   12149: 
                   12150:        * operators.txt, src/main/pa_common.C: new:
                   12151:          ^file::load[...][options]         $.form[
                   12152:          !$.field1[string]
                   12153:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   12154:               ]         !$.body[string]
                   12155: 
                   12156:          GET ?here notGET(POST, HEAD, others) in content-type:
                   12157:          application/x-www-form-urlencoded
                   12158: 
                   12159:          todo: upload files ability
                   12160: 
                   12161:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   12162:          properly, done
                   12163: 
                   12164: 2004-03-05  paf
                   12165: 
                   12166:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   12167:          GET/POST $.form[$.fields started, not tested yet
                   12168:          todo:$.field[table] for multiple values
                   12169: 
                   12170:        * operators.txt: new: http:// options $.user $.password basic
                   12171:          authorization
                   12172: 
                   12173:        * src/main/pa_common.C: beauty: link to rtf added
                   12174: 
                   12175:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   12176:          new: http:// options $.user $.password basic authorization
                   12177: 
                   12178:        * src/main/pa_common.C: beauty: removed needless vars
                   12179: 
                   12180:        * operators.txt: new: pgsql option [like that recently added to
                   12181:          oracle driver]             ClientCharset=parser-charset <<
                   12182:          charset in which parser thinks client works
                   12183: 
                   12184:        * operators.txt: new: odbc option [like that recently added to
                   12185:          oracle driver]             ClientCharset=parser-charset <<
                   12186:          charset in which parser thinks client works
                   12187: 
                   12188:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   12189: 
                   12190:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   12191:          char!
                   12192: 
                   12193:        * etc/parser3.charsets/windows-1251.cfg: typo
                   12194: 
                   12195: 2004-03-04  paf
                   12196: 
                   12197:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   12198:          cached, sql transcoding now goes faster
                   12199: 
                   12200:        * operators.txt: new: mysql option [like that recently added to
                   12201:          oracle driver]             ClientCharset=parser-charset <<
                   12202:          charset in which parser thinks client works
                   12203: 
                   12204:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   12205:          typo error
                   12206: 
                   12207:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   12208:          chars commented
                   12209: 
                   12210: 2004-03-03  paf
                   12211: 
                   12212:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   12213:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   12214: 
                   12215: 2004-03-02  paf
                   12216: 
                   12217:        * operators.txt: new[update typo]:     !^void.left(n)
                   12218:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   12219:                nothing
                   12220: 
                   12221:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   12222:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   12223:                nothing
                   12224: 
                   12225:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   12226:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   12227:          row with columns:   first: data   second: file name   third:
                   12228:          content-type
                   12229: 
                   12230:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   12231:          ^connect gets properly escaped string, which can be passed to
                   12232:          request now this for mysql only. it's up to parser sql driver to
                   12233:          fix zeros properly
                   12234: 
                   12235:        * INSTALL: note: added on building apache with this option:
                   12236:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   12237: 
                   12238: 2004-03-01  paf
                   12239: 
                   12240:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   12241:          extension memory:compact befor processingrequest
                   12242: 
                   12243:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   12244:          call sole column of result
                   12245: 
                   12246:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   12247:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   12248:          pixel color
                   12249: 
                   12250:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   12251:          beauty: image -- less checks [were ugly impl]
                   12252: 
                   12253:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   12254:          negative values now considered bad
                   12255: 
                   12256:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   12257: 
                   12258:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   12259:          options now have unified defaults [after transform
                   12260:          indent/omit-xml-declaration/standalone 'default' erroreously
                   12261:          meant 'true']
                   12262: 
                   12263:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   12264:          added [on some platforms gethostbyname failed with such
                   12265:          'domains']
                   12266: 
                   12267:        * src/include/pa_config_auto.h.in: no select check, no define
                   12268: 
                   12269:        * src/classes/string.C: feature: ^string.trim both parameters may
                   12270:          be empty-strings, meaning kind=both chars=whitespaces
                   12271: 
                   12272:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   12273:          exist
                   12274: 
                   12275:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   12276:          exception if it is
                   12277: 
                   12278:        * src/classes/string.C: changed: ^string.trim [] << both,
                   12279:          whitespaces [start|both|end] << kind, whitespaces
                   12280:          [start|both|end;chars]  full
                   12281: 
                   12282: 2004-02-27  paf
                   12283: 
                   12284:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   12285:          method: ^string.trim[start|both|end[;chars]]        default
                   12286:          'chars' -- whitespace chars finished
                   12287: 
                   12288:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   12289:          src/main/pa_string.C: new method:
                   12290:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   12291:          whitespace chars   started, only start works
                   12292: 
                   12293:        * src/main/compile.C: bugfix: line numbers after
                   12294:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   12295:          signed
                   12296: 
                   12297:        * src/main/untaint.C: speed: there's no \n chars in output
                   12298:          [normally], so no need to optimize them they could be retrived
                   12299:          from databases, though. but 1. should be replaced 2. if not
                   12300:          optimized, no harm done
                   12301: 
                   12302:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   12303:          ^file::exec/cgi could return invalid status & zombie child can
                   12304:          remain for short period until process exists [very bad in
                   12305:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   12306: 
                   12307:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   12308:          malicious SMTP server to attack as by returning too long status
                   12309:          responses http://i2/tasks/edit/?id=4629448401140924947
                   12310: 
                   12311: 2004-02-26  paf
                   12312: 
                   12313:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   12314:          are         $.main[to what to rename @main]         $.file[file,
                   12315:          from which (user says) goes that CODE]         $.lineno(line
                   12316:          number in that file, where CODE starts. may be negative)
                   12317: 
                   12318:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12319:          src/main/compile.C, src/main/compile_tools.h,
                   12320:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   12321:          options] which are         $.main[to what to rename @main]
                   12322:          $.file[file, from which (user says) goes that CODE]
                   12323:          $.lineno(line number in that file, where CODE starts. may be
                   12324:          negative)
                   12325: 
                   12326: 2004-02-25  paf
                   12327: 
1.116     moko     12328:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   12329:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     12330: 
                   12331:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   12332:          produces hash of column=>1
                   12333: 
                   12334:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   12335:          with incomplete errno constants set
                   12336: 
                   12337: 2004-02-24  paf
                   12338: 
                   12339:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   12340:          "man select"
                   12341: 
                   12342:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   12343: 
                   12344:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   12345: 
                   12346:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   12347: 
1.116     moko     12348:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     12349: 
                   12350:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   12351:          unix: steps to work on unix [extracted 'to']
                   12352: 
                   12353:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   12354: 
                   12355:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   12356: 
1.116     moko     12357:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12358:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   12359:          unix [testing on solaris]
1.95      moko     12360: 
                   12361: 2004-02-20  paf
                   12362: 
                   12363:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   12364:          pointing that out
                   12365: 
                   12366:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   12367:          fixed again [same solution, mistanenly removed one line]
                   12368: 
                   12369: 2004-02-19  paf
                   12370: 
                   12371:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   12372:          date::create from bad datetime in spring daylightsaving hole now
                   12373:          OK for all platforms [on some platforms it failed]
                   12374: 
                   12375:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   12376:          in daylightsaving hole] now throws error
                   12377: 
                   12378:        * src/classes/date.C: comment: mistake fixed
                   12379: 
                   12380: 2004-02-18  paf
                   12381: 
                   12382:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   12383:          now renderes in $request:charset, but in header puts
                   12384:          $response:charset todo: make that default only so that coder
                   12385:          could override that
                   12386: 
                   12387:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   12388:          turns off omit-xml-declaration
                   12389: 
                   12390:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   12391:          /.xsl for sample
                   12392: 
                   12393: 2004-02-17  paf
                   12394: 
                   12395:        * src/classes/xdoc.C: beauty: needless helper class removed
                   12396: 
                   12397:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   12398:          copied extra time
                   12399: 
                   12400:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   12401:          part of libxml
                   12402: 
                   12403:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   12404:          libxml to do the work] <xsl:output        method="html"
                   12405:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   12406:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   12407:          />
                   12408: 
                   12409:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   12410: 
                   12411:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   12412:          caused assertion
                   12413: 
                   12414:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   12415:          could hang. now such add does nothing, sub clears $hash
                   12416: 
                   12417:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   12418:          not made quoted-printable
                   12419: 
                   12420:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   12421:          string invariant
                   12422: 
                   12423: 2004-02-16  paf
                   12424: 
                   12425:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   12426:          cleared [were not cleared properly]
                   12427: 
                   12428: 2004-02-13  paf
                   12429: 
1.116     moko     12430:        * src/include/pa_version.h: prerelease
1.95      moko     12431: 
                   12432:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   12433:          used, introducing dependencies timestamp check
                   12434: 
                   12435:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12436:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   12437:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   12438:          .xsl.stamp now not used, introducing dependencies timestamp check
                   12439: 
1.150     moko     12440:        * configure.in: auto.p: @conf made relative
1.95      moko     12441: 
                   12442: 2004-02-12  paf
                   12443: 
                   12444:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   12445:          ruined empty <input type=file> submits. parser thought there were
                   12446:          nameless empty file and $form:field got value of type 'file'
                   12447: 
                   12448:        * INSTALL: --without-threads
                   12449: 
                   12450:        * src/include/pa_sapi.h: 2004
                   12451: 
                   12452: 2004-02-11  paf
                   12453: 
                   12454:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12455:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12456:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12457:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12458:          classes/response.C, classes/string.C, classes/table.C,
                   12459:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12460:          include/pa_array.h, include/pa_cache_managers.h,
                   12461:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12462:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12463:          include/pa_dictionary.h, include/pa_dir.h,
                   12464:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12465:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12466:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12467:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12468:          include/pa_socks.h, include/pa_sql_connection.h,
                   12469:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   12470:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   12471:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12472:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12473:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12474:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12475:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12476:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12477:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12478:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12479:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12480:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12481:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12482:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12483:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12484:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   12485:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12486:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12487:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12488:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12489:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12490:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12491:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12492:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12493:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12494:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12495:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12496:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12497:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12498:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12499:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12500:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12501:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12502:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12503:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12504:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12505:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   12506: 
                   12507:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   12508:          debug version of gc.dll
                   12509: 
                   12510:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12511:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12512:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   12513:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   12514:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   12515:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   12516:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   12517:          processes
                   12518: 
                   12519:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   12520:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   12521:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   12522:          changes to reflect libxml xsl new folders
                   12523: 
                   12524:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12525:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12526:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   12527:          to reflect libxml xsl new folders
                   12528: 
                   12529:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12530:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12531:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   12532:          types/types.vcproj: started changes to reflect libxml xsl new
                   12533:          folders
                   12534: 
                   12535:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   12536:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12537:          src/main/compile.tab.C, src/main/main.vcproj,
                   12538:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   12539:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12540:          started changes to reflect libxml xsl new folders
                   12541: 
                   12542: 2004-02-10  paf
                   12543: 
                   12544:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   12545:          compile. recommened latest libxml up to date
                   12546: 
                   12547:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   12548:          pattern compilation errors", on which spent 4 hours worktime. use
                   12549:          versions higher than that. recommended now latest up to date
                   12550: 
                   12551: 2004-02-06  paf
                   12552: 
                   12553:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   12554:          beauty: unified destructing style
                   12555: 
                   12556:        * src/main/untaint.C: beauty: removed old def/ifdef
                   12557: 
                   12558:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   12559:          now
                   12560: 
                   12561: 2004-02-03  paf
                   12562: 
                   12563:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   12564:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   12565:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   12566:          then %ld/%lu
                   12567: 
                   12568:        * src/main/pa_common.C: typo: %l -> %u
                   12569: 
                   12570:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   12571:          in attributes or documents-results of transform now not &#04xx;
                   12572: 
                   12573:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   12574: 
                   12575:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   12576: 
                   12577:        * src/main/pa_charset.C: beauty: uncomment
                   12578:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   12579:          libraries
                   12580: 
                   12581: 2004-02-02  paf
                   12582: 
                   12583:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   12584:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   12585: 
                   12586:          $cookie:example[        $.value[]       $.expires[session]
                   12587:          $.path[/there/]         $.domain[test.com] ]
                   12588: 
                   12589:        * src/types/pa_vform.C: bugfix: empty values with
                   12590:          enctype=multipart/form-data now produce entries in $form:tables
                   12591:          <form method=post enctype=multipart/form-data> <input type=hidden
                   12592:          name=a> <input type=hidden name=b>
                   12593: 
                   12594:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   12595:          <hr> <pre>$request:body
                   12596: 
                   12597: 2004-01-30  paf
                   12598: 
                   12599:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   12600:          or documents-results of transform now not &#04xx;
                   12601: 
                   12602:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   12603:          produce exception.
                   12604: 
                   12605:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   12606:          bugfix: ^date::create[invalid fields now produce exception.
                   12607: 
                   12608:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   12609:          year] now produces exception. todo: check other fields
                   12610: 
                   12611: 2004-01-29  paf
                   12612: 
                   12613:        * src/include/pa_memory.h: typo error
                   12614: 
                   12615:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   12616:          more byte then specified, then zeroed it << useless and
                   12617:          potentially harmful(could gpf)
                   12618: 
                   12619: 2004-01-22  paf
                   12620: 
                   12621:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   12622: 
                   12623:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   12624:          optimization
                   12625: 
                   12626:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   12627:          [were bug: ^taint[1 & 2]="1 &2"
                   12628: 
                   12629:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   12630:          errors
                   12631: 
                   12632:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   12633:          overflow
                   12634: 
                   12635:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   12636:          error-reporting code * in parser-error reporting code [when no
                   12637:          @unhandled_exception defined]
                   12638: 
                   12639:          fixed in one place: my *snprintf override
                   12640: 
                   12641: 2004-01-13  paf
                   12642: 
                   12643:        * operators.txt: typo erro
                   12644: 
                   12645: 2003-12-25  paf
                   12646: 
                   12647:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   12648:          garbled  [pieces after zero bytes were removed]
                   12649: 
                   12650: 2003-12-22  paf
                   12651: 
1.116     moko     12652:        * src/include/Makefile.am: bugfix: removed from dist:
                   12653:          src/include/pa_config_auto.h which were configured for
1.95      moko     12654:          make-dist-platform and badly updated proper config file in target
                   12655:          [when .tar used for updating existing source tree]
                   12656: 
                   12657:        * ChangeLog, operators.txt, src/classes/op.C,
                   12658:          src/include/pa_sql_connection.h,
                   12659:          src/include/pa_sql_driver_manager.h,
                   12660:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   12661:          feature: sql introducing ability to transcode charsets
                   12662: 
                   12663: 2003-12-19  paf
                   12664: 
                   12665:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   12666:          error message
                   12667: 
                   12668:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   12669:          structure for libxml now allocated properly
                   12670: 
                   12671: 2003-12-17  paf
                   12672: 
                   12673:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   12674: 
                   12675:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   12676: 
                   12677:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   12678: 
                   12679:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   12680:          unreported xmlGenericErrors]
                   12681: 
                   12682: 2003-12-15  paf
                   12683: 
                   12684:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   12685:          works}
                   12686: 
                   12687: 2003-12-11  paf
                   12688: 
                   12689:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   12690:          id
                   12691:              !$status:tid thread id
                   12692: 
                   12693:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12694:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   12695:          bugfix(solaris): removed dependency on object initialization
                   12696:          order [one more place]
                   12697: 
                   12698:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12699:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   12700:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   12701:          understand that
                   12702: 
                   12703:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12704:          classes/xdoc.C, include/pa_cache_managers.h,
                   12705:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12706:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   12707:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   12708:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   12709:          ctor call [relying on implicit String::Body(cstr) call]
                   12710: 
                   12711:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   12712:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   12713:          object initialization order [two places]
                   12714: 
                   12715: 2003-12-10  paf
                   12716: 
                   12717:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   12718:          << time now ok
                   12719: 
                   12720:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   12721:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   12722:          operational
                   12723: 
                   12724:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   12725:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   12726:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   12727:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   12728:          back operational
                   12729: 
                   12730: 2003-12-02  paf
                   12731: 
                   12732:        * src/types/pa_vmail.C: bugfix:
                   12733:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   12734:          as-is forced]
                   12735: 
                   12736:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   12737:          exceptions out of libxml callbacks: reimplemented error handling
                   12738:          of http://localhost, parser://method and safemode check callbacks
                   12739: 
                   12740:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   12741:          [merged from HEAD]
                   12742: 
                   12743:        * src/classes/image.C: nothing: comment removed
                   12744: 
                   12745:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   12746:          addresses to int
                   12747: 
                   12748: 2003-12-01  paf
                   12749: 
                   12750:        * src/main/pa_xml_io.C: bugfix: typo
                   12751: 
                   12752:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   12753: 
                   12754:        * src/classes/xdoc.C: bugfix: typo
                   12755: 
                   12756:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   12757:          exception
                   12758: 
                   12759:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   12760: 
                   12761: 2003-11-28  paf
                   12762: 
                   12763:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   12764:          all xml documents read
                   12765: 
                   12766:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   12767: 
                   12768:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12769:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12770:          replaced original open mech of xdoc::create & co to use libxml
                   12771:          open, so that this would work for root document todo: safe mode
                   12772:          checks to libxml: ideally to some 1 point
                   12773: 
                   12774:        * src/main/pa_xml_io.C: comment
                   12775: 
                   12776:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   12777:          http://parser[abscent params]
                   12778: 
                   12779:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   12780:          works.  todo: maybe replace original open mech of xdoc::create &
                   12781:          co to use libxml open, so that this would work for root document
                   12782: 
                   12783:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   12784:          "parser://method/params/here"> <test>   &test^; </test> }]
                   12785: 
                   12786:          ^taint[^xdoc.string[]]
                   12787: 
                   12788:          @method[param] <!ENTITY test
                   12789:          "test-entity-value+$form:user+$param!">
                   12790: 
                   12791: 2003-11-27  paf
                   12792: 
                   12793:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   12794: 
                   12795:        * src/classes/date.C: bugfix: typo error
                   12796: 
                   12797: 2003-11-26  paf
                   12798: 
                   12799:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   12800:          src/main/Makefile.am, src/main/main.vcproj,
                   12801:          src/main/pa_globals.C, src/main/pa_request.C,
                   12802:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   12803:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   12804:          to pa_xml_io.C/h
                   12805: 
                   12806:        * src/types/pa_value.h: warnings: --
                   12807: 
                   12808: 2003-11-25  paf
                   12809: 
                   12810:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   12811:          whatever)
                   12812: 
                   12813:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   12814:          a, (c?x:y, z)
                   12815: 
                   12816:        * src/main/untaint.C: bugfix: consequences of not reading this
                   12817:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   12818:          <= 0 ==> none    */
                   12819: 
                   12820:        * src/include/pa_array.h: removed needless checks
                   12821: 
                   12822: 2003-11-24  paf
                   12823: 
                   12824:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   12825:          removed limit: now $form:xxx can be accessed anytime, even in
                   12826:          @auto/conf [and request/response:charset still can be changed
                   12827:          anytime]
                   12828: 
                   12829:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   12830:          now not transcodes response body
                   12831: 
                   12832:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   12833:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   12834:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   12835:          $xdoc.firstChild.firstChild.nodeValue[different]
                   12836:          ^taint[^xdoc.string[]]
                   12837: 
                   12838:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   12839:          workaround: static Hash::allocates -> static Hash_allocates
                   12840: 
                   12841: 2003-11-21  paf
                   12842: 
1.116     moko     12843:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   12844:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   12845:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     12846: 
                   12847:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   12848: 
                   12849:        * src/classes/mail.C: bugfix: typo
                   12850: 
                   12851:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     12852:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   12853:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   12854:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   12855:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     12856:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   12857: 
                   12858:        * src/main/pa_exec.C: bug in safe mode
                   12859: 
                   12860:        * src/include/Makefile.am: pa_xml_exception.h
                   12861: 
                   12862:        * src/targets/isapi/parser3isapi.C: more warnings --
                   12863: 
                   12864: 2003-11-20  paf
                   12865: 
                   12866:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   12867:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   12868:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   12869:          --
                   12870: 
                   12871:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   12872:          more warnings --
                   12873: 
                   12874:        * src/classes/xdoc.C: more warnings --
                   12875: 
                   12876:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   12877: 
                   12878:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   12879:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   12880: 
                   12881:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12882:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12883:          classes/table.C, include/pa_cache_managers.h,
                   12884:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12885:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12886:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12887:          --
                   12888: 
                   12889:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12890:          can't report problem (undefined @unhandled_exception) problem
                   12891:          source string were not reported
                   12892: 
                   12893:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12894:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12895:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12896:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12897:          classes/response.C, classes/string.C, classes/table.C,
                   12898:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12899:          include/pa_array.h, include/pa_cache_managers.h,
                   12900:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12901:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12902:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12903:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12904:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12905:          include/pa_request.h, include/pa_request_charsets.h,
                   12906:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12907:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12908:          include/pa_stack.h, include/pa_string.h,
                   12909:          include/pa_stylesheet_connection.h,
                   12910:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12911:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12912:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12913:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12914:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12915:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12916:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12917:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12918:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12919:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12920:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12921:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12922:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12923:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12924:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12925:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12926:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12927:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12928:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12929:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12930:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12931:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12932:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12933:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12934:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12935:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12936:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12937:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12938:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12939:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12940:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12941:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12942:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12943:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12944:          const IDENT
                   12945: 
                   12946:        * src/: include/pa_array.h, include/pa_pool.h,
                   12947:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12948:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12949:          types/pa_wcontext.h: more warnings --
                   12950: 
                   12951:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12952:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12953:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12954:          classes/memory.C, classes/op.C, classes/string.C,
                   12955:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12956:          include/pa_config_includes.h, include/pa_operation.h,
                   12957:          include/pa_sql_connection.h, include/pa_table.h,
                   12958:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12959:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12960:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12961:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12962:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12963:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12964:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12965:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12966:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12967:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12968:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12969:          types/pa_vmail.C, types/pa_vobject.C,
                   12970:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12971:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12972:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12973:          on all projects (except libltdl=off & libsdbm=level3) found
                   12974:          several unitialized vars
                   12975: 
                   12976: 2003-11-19  paf
                   12977: 
                   12978:        * src/classes/op.C: more ansi C++ comp
                   12979: 
                   12980:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12981:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12982:          $exception.handled[cache] meaning "get expired cache, if any.
                   12983:          else error"}
                   12984: 
                   12985:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12986:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12987:          ^cache[...]{body}{catch code with $exception.cache field}
                   12988: 
                   12989: 2003-11-12  paf
                   12990: 
                   12991:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12992:          [copy/paste bug]
                   12993: 
                   12994: 2003-11-11  paf
                   12995: 
                   12996:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12997:          failed]
                   12998: 
                   12999: 2003-11-10  paf
                   13000: 
                   13001:        * src/types/pa_vconsole.h: flush
                   13002: 
                   13003:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   13004:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   13005:          read/write  [for nntp]
                   13006: 
                   13007:        * operators.txt: mysql: transaction support: ?autocommit=0
                   13008: 
                   13009:        * operators.txt: comment: updated
                   13010: 
                   13011:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   13012:          serialize version and exipire now removes entries
                   13013: 
                   13014:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   13015:          dir, if could]
                   13016: 
                   13017:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   13018:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   13019:          removes files altogether [and dir, if could]
                   13020: 
                   13021:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   13022:          nonexistent pair. .c coded that that was error. fixed
                   13023: 
                   13024:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   13025:          file.access [regretfull can't split it to different exceptions
                   13026:          without modifying sdbm source wich would prefer not to]
                   13027: 
                   13028: 2003-11-07  paf
                   13029: 
                   13030:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13031:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13032:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   13033:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   13034:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   13035:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   13036:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   13037:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   13038:          destructing objects at request processing end
                   13039: 
                   13040: 2003-11-06  paf
                   13041: 
                   13042:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   13043:          updates
                   13044: 
                   13045:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   13046:          to include sdbm
                   13047: 
1.116     moko     13048:        * src/include/: pa_config_includes.h, pa_version.h: our
                   13049:          replacements of max& co only for cpp
1.95      moko     13050: 
                   13051:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   13052:          upper dir, .am updated
                   13053: 
                   13054:        * tests/todo.txt: hashfile: done
                   13055: 
                   13056:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   13057:          expiration [time in value. todo: move time to key]
                   13058: 
                   13059:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   13060: 
                   13061:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   13062:          to do that in foreach, no errors, but surely wrong]
                   13063: 
                   13064:        * operators.txt, src/types/pa_vhashfile.C,
                   13065:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   13066: 
                   13067:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   13068:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   13069:          foreach
                   13070: 
                   13071:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13072:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   13073: 
                   13074:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13075:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   13076: 
                   13077:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   13078:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13079:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   13080:          get/put [raw]
                   13081: 
                   13082:        * src/: classes/op.C, main/pa_os.C: just linked
                   13083: 
                   13084:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   13085:          XmlException changes
                   13086: 
                   13087:        * src/: include/pa_charset.h, include/pa_globals.h,
                   13088:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   13089:          XmlException changes
                   13090: 
                   13091:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   13092: 
                   13093:        * src/: include/pa_common.h, include/pa_exception.h,
                   13094:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   13095:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   13096:          main/pa_xml_exception.C: locking move to pa_os [along with
                   13097:          pa_sleep] apr-impl locking done
                   13098: 
                   13099:        * configure, configure.in, operators.txt, parser3.sln,
                   13100:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   13101:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   13102:          src/include/pa_exception.h, src/include/pa_globals.h,
                   13103:          src/include/pa_memory.h, src/include/pa_version.h,
                   13104:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   13105:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   13106:          src/main/compile.tab.C, src/main/main.vcproj,
                   13107:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   13108:          src/types/Makefile.am, src/types/pa_vhash.C,
                   13109:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   13110:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   13111:          again with sdbm from apache
                   13112: 
                   13113: 2003-11-05  paf
                   13114: 
                   13115:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13116:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   13117:          \parser3project dir anymore
                   13118: 
                   13119:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   13120:          thoughtlessly from xalan]
                   13121: 
                   13122:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   13123:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   13124:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   13125: 
                   13126:        * src/main/helpers/CaseFolding.txt:
                   13127:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   13128: 
                   13129: 2003-11-04  paf
                   13130: 
                   13131:        * operators.txt: comment: ^mail:send[$.options[
                   13132: 
                   13133:        * src/classes/table.C: compiled on unix
                   13134: 
1.116     moko     13135:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     13136: 
                   13137:        * src/classes/mail.C: compiled on unix
                   13138: 
                   13139:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   13140:          src/types/pa_vmail.h:     !^mail:send[
                   13141:                  $.options[unix: string to append to sendmail command
                   13142:          line]
                   13143: 
                   13144:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   13145:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   13146:          $.encloser["] <nothing> by default
                   13147: 
                   13148:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   13149:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   13150:          default
                   13151: 
                   13152: 2003-11-03  paf
                   13153: 
                   13154:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   13155:          ^table::load[; options:         !$.column-separator[^#09]
                   13156:          !$.column-encloser["]
                   13157: 
                   13158:        * operators.txt, src/include/pa_config_fixed.h,
                   13159:          src/types/pa_vrequest.C: $request:document-root
                   13160: 
                   13161:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   13162:          [already included into uri=xxx]
                   13163: 
                   13164:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   13165:          ^image.gif[filename] for $response:download
                   13166: 
                   13167:        * src/classes/date.C: minor precaution
                   13168: 
                   13169:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   13170:              !^date.unix-timestamp[]
                   13171: 
                   13172: 2003-10-30  paf
                   13173: 
                   13174:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   13175:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   13176: 
                   13177:        * src/classes/: date.C, image.C: improvement diagnostics:
                   13178:          $now[^date::create[$undefined]] now is error
                   13179: 
                   13180:        * src/main/pa_common.C: read errors would now be reported 'actually
                   13181:          read -1 bytes'
                   13182: 
                   13183: 2003-10-24  paf
                   13184: 
                   13185:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   13186:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   13187:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   13188:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   13189: 
                   13190: 2003-10-22  paf
                   13191: 
                   13192:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   13193: 
                   13194: 2003-10-21  paf
                   13195: 
                   13196:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13197:          fixed: string.match[g] without <'> option produced columns with
                   13198:          NULL's, which gpf'ed at table.save time
                   13199: 
                   13200:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   13201:          recoursion' message with intensive throw-catches fixed: incorrect
                   13202:          name and line (one name upper then needed) in error message about
                   13203:          problems inside try block
                   13204: 
                   13205: 2003-10-10  paf
                   13206: 
                   13207:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   13208:          check offset argument for validity did that in String::Body::pos
                   13209:          myself http://i2/tasks/edit/?id=4577425257580789777
                   13210: 
                   13211: 2003-10-07  paf
                   13212: 
                   13213:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   13214:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   13215: 
                   13216: 2003-10-03  paf
                   13217: 
                   13218:        * parser3.sln, src/include/pa_dictionary.h,
                   13219:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   13220:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   13221:          precalculating cstr&length
                   13222: 
                   13223: 2003-10-02  paf
                   13224: 
                   13225:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13226:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13227:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   13228:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   13229: 
                   13230: 2003-09-30  paf
                   13231: 
                   13232:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   13233:          occurrances after lang-mismatched
                   13234: 
                   13235: 2003-09-29  paf
                   13236: 
                   13237:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   13238:          helper
                   13239: 
                   13240:        * src/main/pa_string.C: string::serialize bug fix with
                   13241:          zero-terminator
                   13242: 
                   13243:        * src/classes/table.C: ^nameless_table.save column row now has no
                   13244:          \t at the end
                   13245: 
                   13246:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13247:          @postprocess  now takes $response:body/download
                   13248: 
                   13249:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   13250:          error message
                   13251: 
                   13252:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   13253: 
                   13254:        * src/classes/table.C: bugfix: flip: must produce nameless
                   13255:          http://i2/tasks/edit/?id=4573405524674081244
                   13256: 
                   13257:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   13258:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   13259: 
                   13260:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   13261:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   13262: 
                   13263: 2003-09-26  paf
                   13264: 
                   13265:        * src/main/untaint.C: removed needless field
                   13266: 
                   13267:        * src/main/untaint.C: removed needless const
                   13268: 
                   13269:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   13270:          String.for_each bug fixed [omited one-char cases]
                   13271: 
                   13272:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   13273:          runtime-executor stack were cleared... BADLY
                   13274: 
                   13275:        * src/main/pa_string.C: ^stirng.replace code used old
                   13276:          param-convention on langs.append, fixed that search fo the like,
                   13277:          found none
                   13278: 
                   13279:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   13280:          string::serialize/deserialize implemented Language enum assigned
                   13281:          meaningful letters [more convinient for debugging. read warning
                   13282:          before adding/changing anything]
                   13283: 
                   13284: 2003-09-25  paf
                   13285: 
                   13286:        * src/: include/pa_string.h, include/pa_version.h,
                   13287:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   13288:          differences on unix
                   13289: 
                   13290:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   13291:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   13292:          src/classes/xdoc.C, src/classes/xnode.C,
                   13293:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   13294:          src/include/pa_charsets.h, src/include/pa_common.h,
                   13295:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   13296:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   13297:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   13298:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   13299:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   13300:          src/main/compile_tools.h, src/main/pa_charset.C,
                   13301:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   13302:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13303:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   13304:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   13305:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   13306:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   13307:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   13308: 
                   13309:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   13310:          functions aligned to that of eeparser3 look
                   13311: 
                   13312:        * src/lib/cord/cordprnt.c: removed warnings
                   13313: 
                   13314: 2003-09-24  paf
                   13315: 
                   13316:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13317:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   13318:          include/pa_cache_managers.h, include/pa_charset.h,
                   13319:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   13320:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13321:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13322:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   13323:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   13324:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13325:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   13326:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   13327:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   13328:          types/pa_vxnode.C: v() functions of String::Body,
                   13329:          String::Languages and String itself StringBody->String::Body
                   13330: 
                   13331:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13332:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   13333:          never optimized anything.  todo: somehow speed up harder cases:
                   13334:          concatenationA+concatenationB when last block of A and first of B
                   13335:          contain same letters
                   13336: 
                   13337:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13338:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   13339:          blocks of same char [CORD_append_block]
                   13340: 
                   13341:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13342:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   13343:          save space by extending blocks when appending block with c ==
                   13344:          lastblock.c
                   13345: 
                   13346:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   13347:          working yet :( but more working &understood :)
                   13348: 
                   13349:        * src/: classes/table.C, include/pa_string.h,
                   13350:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   13351: 
                   13352: 2003-09-23  paf
                   13353: 
                   13354:        * src/main/untaint.C: $a[ok!] $a works!
                   13355: 
                   13356:        * src/main/untaint.C: something even more works :)
                   13357: 
                   13358:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13359:          something more works :)
                   13360: 
                   13361:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13362:          lib/cord/cordxtra.c: something already works :)
                   13363: 
                   13364:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   13365:          serialize&deserialize
                   13366: 
                   13367:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13368:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   13369:          main/untaint.C: main idea implemented, details left
                   13370: 
                   13371: 2003-09-22  paf
                   13372: 
                   13373:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   13374: 
                   13375:        * src/classes/xnode.C: copy/paste comment bugfix
                   13376: 
                   13377:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   13378:          allocator returns 0, just die.
                   13379:          http://i2/tasks/edit/?id=4570798492410259445
                   13380: 
                   13381:        * src/classes/xdoc.C: copy/paste comment bugfix
                   13382: 
                   13383:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   13384:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   13385:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   13386:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   13387: 
                   13388:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   13389:          chars due to bitwise operation signed-char error]
                   13390: 
                   13391: 2003-09-19  paf
                   13392: 
                   13393:        * src/types/pa_wcontext.C: output message: more practical
                   13394:          suggestion
                   13395: 
                   13396:        * src/main/pa_common.C, operators.txt: merged
                   13397:          $f[^file::load[binary;http://...]] $f.tables
                   13398: 
                   13399: 2003-09-02  paf
                   13400: 
                   13401:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   13402:          flush stdout without referencing 'stdout' symbol. to hell with
                   13403:          non-ansi libraries without 'stdout' symbol
                   13404: 
                   13405:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   13406:          unix (users reported problems with some old libc)
                   13407: 
                   13408:        * src/types/pa_vdate.h: forgot initializer
                   13409: 
                   13410: 2003-09-01  paf
                   13411: 
                   13412:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   13413:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   13414:          zone]
                   13415: 
                   13416:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   13417: 
                   13418: 2003-08-19  paf
                   13419: 
                   13420:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   13421:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   13422:          simplified a little
                   13423: 
                   13424:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   13425:          [lost fix from 3.0.8]
                   13426: 
                   13427:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   13428:          visible here }
                   13429: 
                   13430:          bug fix
                   13431: 
                   13432:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   13433: 
                   13434:        * src/main/compile.tab.C: initialized couple of variables about
                   13435:          which user reported runtime problems when parser were compiled
                   13436:          with VC7, warning level4.  study shows that later in bison
                   13437:          they've fixed that. would migrate to latest bison someday
                   13438: 
                   13439:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   13440:          recoding headers)
                   13441: 
                   13442:        * src/types/pa_vmail.C: works as before, same charset problems:
                   13443:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   13444:          anything for now
                   13445: 
                   13446:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   13447:          problems with body
                   13448: 
                   13449:        * src/types/pa_vmail.C: mail_receive just compiled
                   13450: 
                   13451: 2003-08-18  paf
                   13452: 
                   13453:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13454:          main/main.vcproj, types/types.vcproj: win32: continued process
                   13455:          detaching from \parser3project directory
                   13456: 
                   13457:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   13458:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   13459:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   13460:          src/lib/pcre/pcre_dftables.dsp,
                   13461:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   13462:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13463:          src/types/types.dsp: moved to MSVC 7
                   13464: 
                   13465:        * gnu.vcproj.vspscc, parser3.vssscc,
                   13466:          src/classes/classes.vcproj.vspscc,
                   13467:          src/lib/cord/cord.vcproj.vspscc,
                   13468:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   13469:          src/lib/md5/md5.vcproj.vspscc,
                   13470:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   13471:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   13472:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   13473:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   13474:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   13475:          moved to MSVC 7
                   13476: 
                   13477:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   13478:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   13479:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   13480:          src/lib/pcre/pcre_dftables.vcproj,
                   13481:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   13482:          src/targets/cgi/parser3.vcproj,
                   13483:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13484:          new VS project files
                   13485: 
                   13486:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   13487:          .NET to detect Jalindi Igloo capabilities.
                   13488: 
                   13489:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     13490:          src/classes/classes.awk, src/doc/footer.htm,
                   13491:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   13492:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     13493:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   13494:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   13495: 
                   13496: 2003-08-15  paf
                   13497: 
                   13498:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13499:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   13500: 
                   13501:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13502:          non-ascii <yyy> now encoded correctly
                   13503: 
                   13504: 2003-07-29  paf
                   13505: 
1.116     moko     13506:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   13507:          dist
1.95      moko     13508: 
                   13509:        * src/types/pa_vmail.C: just started --with-mail-receive
                   13510: 
                   13511: 2003-07-28  paf
                   13512: 
1.116     moko     13513:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   13514:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     13515: 
                   13516:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   13517: 
                   13518: 2003-07-25  paf
                   13519: 
                   13520:        * src/doc/footer.htm: year
                   13521: 
                   13522: 2003-07-24  paf
                   13523: 
                   13524:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   13525:          fix
                   13526: 
                   13527:        * src/include/pa_version.h: release
                   13528: 
1.116     moko     13529:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     13530: 
                   13531:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   13532:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   13533:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   13534:          getting rid of win32xml pseudo project
                   13535: 
                   13536:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   13537: 
1.116     moko     13538:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   13539:          configure.in, operators.txt, parser3.dsw,
1.95      moko     13540:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     13541:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     13542:          src/classes/classes.C, src/classes/classes.awk,
                   13543:          src/classes/classes.dsp, src/classes/classes.h,
                   13544:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13545:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13546:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13547:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13548:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13549:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13550:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   13551:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     13552:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   13553:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13554:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   13555:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   13556:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   13557:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13558:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13559:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   13560:          src/include/pa_operation.h, src/include/pa_pool.h,
                   13561:          src/include/pa_pragma_pack_begin.h,
1.95      moko     13562:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   13563:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   13564:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   13565:          src/include/pa_sql_connection.h,
                   13566:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   13567:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   13568:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13569:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     13570:          src/include/pa_uue.h, src/lib/Makefile.am,
                   13571:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   13572:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   13573:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   13574:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     13575:          src/lib/cord/include/ec.h,
                   13576:          src/lib/cord/include/private/Makefile.am,
                   13577:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     13578:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   13579:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     13580:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     13581:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   13582:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13583:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   13584:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   13585:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13586:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   13587:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     13588:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   13589:          src/main/pa_request.C, src/main/pa_socks.C,
                   13590:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13591:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     13592:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   13593:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   13594:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   13595:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   13596:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   13597:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   13598:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     13599:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   13600:          src/targets/isapi/parser3isapi.dsp,
                   13601:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     13602:          src/types/pa_junction.h, src/types/pa_method.h,
                   13603:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     13604:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13605:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13606:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13607:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13608:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13609:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13610:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13611:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   13612:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   13613:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   13614:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13615:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13616:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13617:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13618:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13619:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13620:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13621:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13622:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13623:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13624:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13625:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13626:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   13627:          HEAD
                   13628: 
                   13629:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   13630:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   13631:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   13632:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   13633:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   13634:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   13635:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   13636:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   13637:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   13638:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   13639:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   13640:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   13641:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   13642:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   13643:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   13644:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   13645:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   13646:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   13647:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   13648:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   13649:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   13650:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   13651:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   13652:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   13653:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   13654:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   13655:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   13656:          outputs/create-dir, results/001.processed, results/002.processed,
                   13657:          results/003.processed, results/004.processed,
                   13658:          results/005.processed, results/006.processed,
                   13659:          results/007.processed, results/008.processed,
                   13660:          results/009.processed, results/010.processed,
                   13661:          results/011.processed, results/012.processed,
                   13662:          results/013.processed, results/014.processed,
                   13663:          results/015.processed, results/016.processed,
                   13664:          results/017.processed, results/018.processed,
                   13665:          results/019.processed, results/020.processed,
                   13666:          results/021.processed, results/022.processed,
                   13667:          results/023.processed, results/024.processed,
                   13668:          results/025.processed, results/026.processed,
                   13669:          results/027.processed, results/028.processed,
                   13670:          results/029.processed, results/030.processed,
                   13671:          results/031.processed, results/032.processed,
                   13672:          results/033.processed, results/034.processed,
                   13673:          results/035.processed, results/036.processed,
                   13674:          results/037.processed, results/038.processed,
                   13675:          results/039.processed, results/040.processed,
                   13676:          results/041.processed, results/042.processed,
                   13677:          results/043.processed, results/044.processed,
                   13678:          results/045.processed, results/046.processed,
                   13679:          results/047.processed, results/048.processed,
                   13680:          results/049.processed, results/050.processed,
                   13681:          results/051.processed, results/052.processed,
                   13682:          results/053.processed, results/054.processed,
                   13683:          results/055.processed, results/056.processed,
                   13684:          results/057.processed, results/058.processed,
                   13685:          results/059.processed, results/060.processed,
                   13686:          results/061.processed, results/062.processed,
                   13687:          results/063.processed, results/064.processed,
                   13688:          results/065.processed, results/066.processed,
                   13689:          results/067.processed, results/068.processed,
                   13690:          results/069.processed, results/070.processed,
                   13691:          results/071.processed, results/072.processed,
                   13692:          results/073.processed, results/074.processed,
                   13693:          results/075.processed, results/076.processed,
                   13694:          results/077.processed, results/078.processed,
                   13695:          results/079.processed, results/080.processed,
                   13696:          results/081.processed, results/082.processed,
                   13697:          results/083.processed, results/084.processed,
                   13698:          results/085.processed, results/086.processed,
                   13699:          results/087.processed, results/088.processed,
                   13700:          results/089.processed, results/090.processed,
                   13701:          results/091.processed, results/092.processed,
                   13702:          results/093.processed, results/094.processed,
                   13703:          results/095.processed, results/096.processed,
                   13704:          results/097.processed, results/098.processed,
                   13705:          results/099.processed, results/100.processed,
                   13706:          results/101.processed, results/102.processed,
                   13707:          results/103.processed, results/104.processed,
                   13708:          results/105.processed, results/106.processed,
                   13709:          results/107.processed, results/108.processed,
                   13710:          results/109.processed, results/110.processed,
                   13711:          results/111.processed, results/112.processed,
                   13712:          results/113.processed, results/114.processed,
                   13713:          results/115.processed, results/116.processed,
                   13714:          results/117.processed, results/118.processed,
                   13715:          results/119.processed, results/120.processed,
                   13716:          results/121.processed, results/122.processed,
                   13717:          results/123.processed, results/124.processed,
                   13718:          results/125.processed, results/126.processed,
                   13719:          results/127.processed, results/128.processed,
                   13720:          results/129.processed, results/130.processed,
                   13721:          results/131.processed, results/132.processed,
                   13722:          results/133.processed, results/134.processed,
                   13723:          results/135.processed, results/136.processed,
                   13724:          results/137.processed, results/138.processed,
                   13725:          results/139.processed, results/140.processed,
                   13726:          results/141.processed: merged(copied) to HEAD from template_gc
                   13727: 
                   13728:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   13729:          towards \parser3project not having to be in root
                   13730: 
                   13731:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   13732:          module compiled [were minor unnecessary changes in lib/md5
                   13733:          interface]
                   13734: 
                   13735:        * src/include/pa_version.h: release
                   13736: 
                   13737:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   13738: 
                   13739:        * src/classes/math.C: merged uuid bugfix
                   13740: 
                   13741:        * tests/: 141.html, results/141.processed: fixed bug with
                   13742:          too-small-a-buffer
                   13743: 
                   13744:        * src/classes/math.C: uuid bugfix
                   13745: 
                   13746:        * tests/: 141.html, Makefile, results/005.processed,
                   13747:          results/030.processed, results/075.processed,
                   13748:          results/078.processed: to reflect date format change (were -
                   13749:          become ' ')
                   13750: 
                   13751:        * src/classes/math.C: uuid bugfix
                   13752: 
                   13753:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   13754:          debug/release changes
                   13755: 
                   13756:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   13757: 
                   13758: 2003-07-23  paf
                   13759: 
                   13760:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13761:          renamed a little [to move to comman naming conv]
                   13762: 
1.116     moko     13763:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   13764:          build
1.95      moko     13765: 
                   13766:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   13767:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13768:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   13769:          stack top_index() fixed
                   13770: 
                   13771:        * src/main/pa_globals.C: minor style changes
                   13772: 
                   13773:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   13774:          closing/caching fixed [connections were not closed/put to cache]
                   13775: 
                   13776: 2003-07-22  paf
                   13777: 
                   13778:        * INSTALL: gc part updated stightly
                   13779: 
                   13780:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   13781:          new sapi interface
                   13782: 
                   13783:        * src/classes/file.C: comment on OS
                   13784: 
                   13785:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   13786:          one deeper in cord lib]
                   13787: 
                   13788:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   13789: 
                   13790:        * src/main/pa_memory.C: out of memory is no longer coredump
                   13791: 
                   13792:        * INSTALL: disable-threads adviced
                   13793: 
                   13794: 2003-07-21  paf
                   13795: 
1.116     moko     13796:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     13797: 
                   13798:        * src/classes/file.C: file::exec/cgi environment variables now must
                   13799:          be UPPERCASE and A-Z 0-9 _-
                   13800: 
                   13801:        * src/classes/file.C: env passing fixed
                   13802: 
                   13803:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   13804: 
                   13805:        * src/main/pa_common.C: http:// CRLF now
                   13806: 
                   13807: 2003-07-02  paf
                   13808: 
                   13809:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   13810:          fields to reflect their real meaning
                   13811: 
                   13812: 2003-06-27  paf
                   13813: 
                   13814:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   13815:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   13816:          file::exec/cgi .charset
                   13817: 
                   13818: 2003-06-26  paf
                   13819: 
                   13820:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   13821:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   13822:          src/classes/table.C: fixed several uninitialized local
                   13823:          structures.  notably ^hash.foreach now inserts delimiters
                   13824:          properly [were inserting it before first body]
                   13825: 
                   13826: 2003-06-24  paf
                   13827: 
                   13828:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   13829: 
                   13830: 2003-06-20  paf
                   13831: 
                   13832:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13833:          src/main/pa_globals.C: introducing
                   13834:          $f[^file::load[binary;http://...]] $f.tables
                   13835: 
                   13836: 2003-06-06  paf
                   13837: 
                   13838:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   13839:          table. [were method lookup: inconsistent]
                   13840: 
                   13841: 2003-06-02  paf
                   13842: 
                   13843:        * src/include/pa_memory.h: empty string clone fixed to return
                   13844:          writable memory
                   13845: 
                   13846:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   13847:          were not appended] which violated string invariant
                   13848: 
                   13849: 2003-05-30  paf
                   13850: 
                   13851:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   13852:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   13853: 
                   13854:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   13855:          GMT  ; RFC 822, updated by RFC 1123
                   13856: 
                   13857:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   13858:          targets/isapi/parser3isapi.C: initialized request_info properly
                   13859: 
                   13860:        * src/classes/xnode.C: found minor bug, commended for future
                   13861: 
                   13862: 2003-05-28  paf
                   13863: 
                   13864:        * src/classes/form.C: request_info.content_length can't be <0,
                   13865:          size_t for some time
                   13866: 
                   13867: 2003-05-26  paf
                   13868: 
                   13869:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   13870:          forgotten <0 changed to !=STRING_NOT_FOUND
                   13871: 
                   13872:        * src/classes/math.C: merged ffffu from HEAD
                   13873: 
                   13874: 2003-05-11  paf
                   13875: 
                   13876:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   13877: 
                   13878:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   13879:          premature doc free.  transformed document had xmlDoc reference
                   13880:          stored to non-gc-memory (libgdome) added holding-reference
                   13881: 
                   13882: 2003-04-29  paf
                   13883: 
                   13884:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13885:          found that that's perfectly normal.
                   13886: 
                   13887: 2003-04-25  paf
                   13888: 
                   13889:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13890: 
                   13891:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13892: 
                   13893:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13894:          print anything.  changed to quicker and simplier code
                   13895: 
                   13896:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13897:          strict a check]
                   13898: 
                   13899:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13900: 
                   13901: 2003-04-24  paf
                   13902: 
                   13903:        * src/include/pa_table.h: too strict assert loosened
                   13904: 
                   13905:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13906:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13907:          report
                   13908: 
                   13909: 2003-04-21  paf
                   13910: 
1.116     moko     13911:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13912: 
                   13913:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13914:          memory
                   13915: 
                   13916:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13917:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13918: 
                   13919:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13920: 
                   13921:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13922:          types/pa_vmail.C: attributed_meaning_to_string added
                   13923:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13924:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13925:          made that param obligatory
                   13926: 
                   13927:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13928:          fixed [assert helped]
                   13929: 
                   13930:        * src/include/pa_string.h: assert added [looking for bug]
                   13931: 
                   13932:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13933:          names on Win32 considered disk-global
                   13934: 
                   13935:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13936:          considered disk-global
                   13937: 
                   13938: 2003-04-18  paf
                   13939: 
                   13940:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13941:          filenames
                   13942: 
                   13943:        * src/main/untaint.C: enabled '~' letter in filenames
                   13944: 
                   13945: 2003-04-16  paf
                   13946: 
                   13947:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13948: 
                   13949:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13950:          HEAD
                   13951: 
1.116     moko     13952:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13953: 
                   13954: 2003-04-15  paf
                   13955: 
                   13956:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13957:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13958:          tests/results/141.processed: merged from head ^math:uuid[]
                   13959:          ^math:uid64[] ^math:md5[string]
                   13960: 
                   13961:          test added: 141.html
                   13962: 
                   13963:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13964: 
                   13965:        * src/classes/math.C: ^math:uuid[]
                   13966: 
                   13967:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13968: 
                   13969:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13970:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13971: 
                   13972:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13973:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13974:          ^file::load[mode;name;     $.offset     $.limit
                   13975: 
                   13976: 2003-04-14  paf
                   13977: 
                   13978:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13979:          started ^math:md5
                   13980: 
                   13981:        * src/classes/table.C, src/include/pa_array.h,
                   13982:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13983:          tests/results/140.processed: table $.reverse option works in
                   13984:          create&co table $.distinct[tables] bug fix merged
                   13985: 
                   13986:        * src/: classes/table.C, include/pa_table.h: table
                   13987:          $.distinct[tables] bug fixed
                   13988: 
                   13989:        * src/classes/table.C: more warnings
                   13990: 
                   13991:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13992:          removed checks in table::set_current, moved them back to
                   13993:          table::locate implemented table::create/join ñ $.reverse
                   13994: 
                   13995:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13996:          removed checks in table::set_current, moved them back to
                   13997:          table::locate
                   13998: 
                   13999: 2003-04-11  paf
                   14000: 
                   14001:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14002:          src/include/pa_array.h, src/include/pa_common.h,
                   14003:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14004:          src/include/pa_table.h, src/main/pa_request.C,
                   14005:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14006:          src/main/pa_table.C: merged from HEAD from
                   14007:          before_append_array_limit_sense_change to
                   14008:          after_append_array_limit_sense_change
                   14009: 
                   14010:        * src/classes/table.C: typo
                   14011: 
                   14012:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14013:          src/include/pa_array.h, src/include/pa_common.h,
                   14014:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   14015:          src/include/pa_table.h, src/main/pa_array.C,
                   14016:          src/main/pa_globals.C, src/main/pa_request.C,
                   14017:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14018:          src/main/pa_table.C: append_array_limit_sense_change locate
                   14019:          accepts options same as create new option: $.reverse(1)   [do not
                   14020:          work in table::create]
                   14021: 
                   14022:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   14023:          (stat xxx,
                   14024: 
                   14025:        * src/classes/: table.C: typo
                   14026: 
                   14027:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   14028:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   14029:          results/130.processed, results/131.processed,
                   14030:          results/132.processed, results/133.processed,
                   14031:          results/134.processed, results/135.processed,
                   14032:          results/136.processed, results/137.processed,
                   14033:          results/138.processed, results/139.processed: added few mustfail
                   14034:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   14035:          date/time 132.html mustfail: access to junction outside of
                   14036:          context 133.html mustfail: access to junction outside of context,
                   14037:          case version 134.html mustfail: hash: adding a key inside of
                   14038:          foreach 135.html mustfail: modifying system class 136.html
                   14039:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   14040:          appendChild without import 138.html mustfail: invalid encoding
                   14041:          inside of xml 139.html mustfail: bad XPath
                   14042: 
                   14043:        * operators.txt, src/classes/table.C, tests/084.html,
                   14044:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   14045:          tests/129.html, tests/results/125.processed,
                   14046:          tests/results/126.processed, tests/results/127.processed,
                   14047:          tests/results/128.processed, tests/results/129.processed: merged
                   14048:          from HEAD ^table.hash[key][$.distinct[tables]]
                   14049: 
                   14050:          maked appropriate tests [changed one old nonconforming]
                   14051: 
                   14052:        * operators.txt, src/classes/table.C:
                   14053:          ^table.hash[key][$.distinct[tables]]
                   14054: 
                   14055:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14056:          merged fix for found very old xml (dom) bug: were passing
                   14057:          domString objects and later ERROREOUSLY freed them
                   14058: 
                   14059:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   14060:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   14061:          libgdome bug can not be worked around
                   14062: 
                   14063: 2003-04-10  paf
                   14064: 
                   14065:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14066:          found very old xml (dom) bug: were passing domString objects and
                   14067:          later ERROREOUSLY freed them
                   14068: 
                   14069:        * src/doc/string.dox, src/include/pa_memory.h,
                   14070:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   14071:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   14072:          tests/123.html, tests/124.html, tests/results/001.processed,
                   14073:          tests/results/002.processed, tests/results/003.processed,
                   14074:          tests/results/004.processed, tests/results/005.processed,
                   14075:          tests/results/006.processed, tests/results/008.processed,
                   14076:          tests/results/009.processed, tests/results/010.processed,
                   14077:          tests/results/011.processed, tests/results/012.processed,
                   14078:          tests/results/013.processed, tests/results/014.processed,
                   14079:          tests/results/015.processed, tests/results/016.processed,
                   14080:          tests/results/017.processed, tests/results/018.processed,
                   14081:          tests/results/020.processed, tests/results/021.processed,
                   14082:          tests/results/022.processed, tests/results/023.processed,
                   14083:          tests/results/024.processed, tests/results/025.processed,
                   14084:          tests/results/026.processed, tests/results/027.processed,
                   14085:          tests/results/028.processed, tests/results/029.processed,
                   14086:          tests/results/030.processed, tests/results/031.processed,
                   14087:          tests/results/032.processed, tests/results/033.processed,
                   14088:          tests/results/034.processed, tests/results/035.processed,
                   14089:          tests/results/036.processed, tests/results/037.processed,
                   14090:          tests/results/038.processed, tests/results/039.processed,
                   14091:          tests/results/040.processed, tests/results/041.processed,
                   14092:          tests/results/042.processed, tests/results/043.processed,
                   14093:          tests/results/044.processed, tests/results/045.processed,
                   14094:          tests/results/046.processed, tests/results/047.processed,
                   14095:          tests/results/048.processed, tests/results/049.processed,
                   14096:          tests/results/050.processed, tests/results/051.processed,
                   14097:          tests/results/052.processed, tests/results/053.processed,
                   14098:          tests/results/054.processed, tests/results/055.processed,
                   14099:          tests/results/056.processed, tests/results/057.processed,
                   14100:          tests/results/058.processed, tests/results/059.processed,
                   14101:          tests/results/060.processed, tests/results/061.processed,
                   14102:          tests/results/062.processed, tests/results/063.processed,
                   14103:          tests/results/064.processed, tests/results/065.processed,
                   14104:          tests/results/066.processed, tests/results/067.processed,
                   14105:          tests/results/068.processed, tests/results/069.processed,
                   14106:          tests/results/070.processed, tests/results/071.processed,
                   14107:          tests/results/072.processed, tests/results/073.processed,
                   14108:          tests/results/074.processed, tests/results/075.processed,
                   14109:          tests/results/076.processed, tests/results/077.processed,
                   14110:          tests/results/078.processed, tests/results/079.processed,
                   14111:          tests/results/080.processed, tests/results/081.processed,
                   14112:          tests/results/082.processed, tests/results/083.processed,
                   14113:          tests/results/084.processed, tests/results/085.processed,
                   14114:          tests/results/086.processed, tests/results/087.processed,
                   14115:          tests/results/088.processed, tests/results/089.processed,
                   14116:          tests/results/090.processed, tests/results/091.processed,
                   14117:          tests/results/092.processed, tests/results/093.processed,
                   14118:          tests/results/094.processed, tests/results/095.processed,
                   14119:          tests/results/096.processed, tests/results/097.processed,
                   14120:          tests/results/101.processed, tests/results/102.processed,
                   14121:          tests/results/104.processed, tests/results/105.processed,
                   14122:          tests/results/106.processed, tests/results/107.processed,
                   14123:          tests/results/108.processed, tests/results/109.processed,
                   14124:          tests/results/110.processed, tests/results/111.processed,
                   14125:          tests/results/112.processed, tests/results/113.processed,
                   14126:          tests/results/114.processed, tests/results/115.processed,
                   14127:          tests/results/116.processed, tests/results/117.processed,
                   14128:          tests/results/118.processed, tests/results/119.processed,
                   14129:          tests/results/120.processed, tests/results/121.processed,
                   14130:          tests/results/122.processed, tests/results/123.processed,
                   14131:          tests/results/124.processed: new convention: char* never 0.
                   14132:          assert in cord on that
                   14133: 
                   14134:        * src/main/pa_charset.C: couple more asserts
                   14135: 
                   14136:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   14137:          speedup
                   14138: 
                   14139:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   14140:          added [may be those is the case now?]
                   14141: 
                   14142:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14143:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14144:          hope]
                   14145: 
                   14146:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14147:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14148:          hope]
                   14149: 
                   14150:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   14151: 
                   14152: 2003-04-09  paf
                   14153: 
                   14154:        * src/classes/date.C: merged ^date.roll changes
                   14155: 
                   14156:        * src/classes/date.C: ^date.roll bug fix
                   14157: 
                   14158:        * src/classes/date.C: ^date.roll now throws less errors: month
                   14159:          shifts handles end of month situation by reducing day number
                   14160:          hour-hole shift reduces hour to recover
                   14161: 
                   14162:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   14163:          Sort by function time
                   14164: 
                   14165:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   14166:          http://   $.charset[] param done
                   14167: 
                   14168:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   14169:          added [after volatile fix. passes on win&intel-solaris]
                   14170: 
                   14171: 2003-04-08  paf
                   14172: 
                   14173:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   14174:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   14175:          include/pa_common.h, include/pa_request_charsets.h,
                   14176:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14177:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   14178:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   14179:          types/pa_vresponse.C: started http://   $.charset[] param and
                   14180:          http response charset detection just compiled.  todo:test
                   14181: 
                   14182:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   14183: 
                   14184:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   14185:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   14186:          types/pa_vmail.C: changed transcode param converntion  along with
                   14187:          string creating convention -- all strings are zero-terminated,
                   14188:          this allowed to fix one remaining String("123", 2) case
                   14189: 
                   14190:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14191:          classes/op.C, classes/string.C, classes/table.C,
                   14192:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   14193:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   14194:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14195:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   14196:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   14197:          violated String::invariant. started fixing [not compiled now]
                   14198: 
                   14199:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14200:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   14201:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   14202:          improvements & optimizations
                   14203: 
                   14204:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   14205:          :(]
                   14206: 
                   14207:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   14208:          [for it's a pointer really]
                   14209: 
                   14210:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   14211:          'n' param. worked that around
                   14212: 
                   14213:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   14214:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   14215:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   14216:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   14217:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   14218: 
                   14219:          Thanks for the bug report and patch.
                   14220: 
                   14221:          I hadn't looked at this code in a while.  Reading it now, it
                   14222:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   14223:          comply with the invariant, though that may not matter a lot.  I
                   14224:          changed that, too.
                   14225: 
                   14226:          Hans
                   14227: 
                   14228: 2003-04-07  paf
                   14229: 
                   14230:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   14231:          merged from head:safe mode error message now includes numbers
                   14232: 
                   14233:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14234:          problem: as_double returns it's result in fp-register compiler
                   14235:          optimizes access to that register after b->as_double, and just
                   14236:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14237:          from memory.  _SAME_ double values do not match here.  when
                   14238:          forced to REload fp-register, values do match.
                   14239: 
                   14240:          tried to make them volatile.
                   14241: 
                   14242:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14243:          problem: as_double returns it's result in fp-register compiler
                   14244:          optimizes access to that register after b->as_double, and just
                   14245:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14246:          from memory.  _SAME_ double values do not match here.  when
                   14247:          forced to REload fp-register, values do match.
                   14248: 
                   14249:          tried to make them volatile.
                   14250: 
                   14251:        * src/types/pa_vobject.h: small style change
                   14252: 
                   14253:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   14254: 
                   14255:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   14256:          mode error message now includes numbers
                   14257: 
                   14258:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   14259:          now causes death
                   14260: 
                   14261: 2003-04-04  paf
                   14262: 
                   14263:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   14264:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   14265:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   14266:          Sent: Thursday, January 23, 2003 9:14 AM
                   14267: 
                   14268:          huge speedup on ^file::cgi with big result
                   14269: 
                   14270:        * src/classes/table.C: sort table with 0 rows bug fixed
                   14271: 
                   14272:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   14273:          fix http://i2/tasks/edit/?id=4493701604654042676
                   14274: 
                   14275:          @main[] $with_default[  $.a[1]  $._default[default from
                   14276:          with_default] ] ^show[$with_default]
                   14277: 
                   14278:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14279:          =$to_add_to.xxx=<br>
                   14280: 
                   14281:          ^show[$to_add_to]
                   14282: 
                   14283:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14284:          ^show[$cloned]
                   14285: 
                   14286:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14287: 
                   14288:          }  <hr>
                   14289: 
                   14290:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   14291:          http://i2/tasks/edit/?id=4493701604654042676
                   14292: 
                   14293:          @main[] $with_default[  $.a[1]  $._default[default from
                   14294:          with_default] ] ^show[$with_default]
                   14295: 
                   14296:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14297:          =$to_add_to.xxx=<br>
                   14298: 
                   14299:          ^show[$to_add_to]
                   14300: 
                   14301:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14302:          ^show[$cloned]
                   14303: 
                   14304:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14305: 
                   14306:          }  <hr>
                   14307: 
                   14308:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   14309:          http://i2/tasks/edit/?id=4507350336410850921
                   14310: 
                   14311:        * src/classes/xdoc.C: memory allocation func bugfix
                   14312:          http://i2/tasks/edit/?id=4499303470368629745
                   14313: 
                   14314:        * src/classes/math.C: allowed random 1...
                   14315: 
                   14316:        * src/classes/math.C: allowed random 0..
                   14317: 
                   14318:        * src/main/pa_globals.C: exif mem leak
                   14319:          http://i2/tasks/edit/?id=4480590323629807263
                   14320: 
                   14321:        * src/: classes/classes.dsp, main/main.dsp,
                   14322:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   14323:          fix http://i2/tasks/edit/?id=4493946731322521294
                   14324:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   14325: 
                   14326:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14327:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   14328:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   14329:          links to xml libs made relative, no need to unpack parser3project
                   14330:          to /parser3project.
                   14331: 
                   14332:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   14333:          column more precise - tab handling bug fixed
                   14334: 
                   14335:        * src/main/: compile.tab.C, compile.y: more understandable error
                   14336:          message in case @CLASS with more then one line inside
                   14337: 
                   14338:        * src/targets/cgi/parser3.C: more understandable error message in
                   14339:          case of errors in @unhandled_exception
                   14340: 
                   14341: 2003-04-03  paf
                   14342: 
                   14343:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   14344:          src/main/compile.tab.C, src/main/compile.y,
                   14345:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14346:          src/main/execute.C, src/main/pa_request.C: debug info format
                   14347:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   14348: 
                   14349:          higher limits:   file number (max: 255)   line number (max:
                   14350:          64535)   column number (max: 255)
                   14351: 
                   14352:        * src/classes/math.C: top limit
                   14353: 
                   14354:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   14355:          precise parse error position in case of
                   14356: 
                   14357:          ^bug ]
                   14358: 
                   14359:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   14360:          changed to realities, and passed [bug fixed]
                   14361: 
                   14362:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   14363:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   14364:          main/compile_tools.h, main/pa_request.C: introducing
                   14365:          ^process...[main-method-alias]
                   14366: 
                   14367:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   14368:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14369:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   14370:          params receive zero reference, but they are expected not to look
                   14371:          there]
                   14372: 
                   14373:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14374:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   14375:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14376:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14377:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14378:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14379:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   14380:          [methods without params receive zero reference, but they are
                   14381:          expected not to look there]
                   14382: 
                   14383:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14384:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   14385:          ^process...[filename] useful for better error reporting
                   14386:          [file/line/col]
                   14387: 
                   14388:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   14389:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   14390:          '%s', it 2. method undefined in case of ^void[]
                   14391: 
                   14392:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14393:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   14394:          handling done. now we have error columns todo: test it
                   14395: 
                   14396:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   14397:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   14398: 
                   14399:          this makes life easier: were: bad stack order -- were in
                   14400:          exception catch unwind order, which didn't match execution order
                   14401: 
                   14402:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   14403: 
                   14404:          @first[] ^throw[a;1]
                   14405: 
                   14406:          showed throw a first throw b try
                   14407: 
                   14408:          which is no good
                   14409: 
                   14410:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14411:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   14412:          trace reset after handled exception [old bug fixed]
                   14413: 
                   14414:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   14415:          fixed.  position reporting made precise [both, in parse erros and
                   14416:          runtime errors]
                   14417: 
                   14418: 2003-04-02  paf
                   14419: 
                   14420:        * src/: include/pa_operation.h, include/pa_request.h,
                   14421:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14422:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14423:          main/pa_exception.C, main/pa_request.C: debug info: started
                   14424:          using.  todo:complete
                   14425: 
                   14426:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   14427:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14428:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14429:          main/pa_request.C: prepared debug info todo:use it
                   14430: 
                   14431:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   14432:          return Operation class->union after switching from autoptrs.
                   14433: 
                   14434:        * tests/: Makefile, results/108.processed, results/117.processed:
                   14435:          meta considered OK [it's up to coder now to remove it not needed]
                   14436: 
                   14437:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   14438:          Dictionary constructor when moved to gc]
                   14439: 
                   14440:        * src/main/pa_common.C: uncommented http:// file loading
                   14441: 
                   14442:        * src/include/pa_array.h, src/main/execute.C,
                   14443:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   14444:          fix [gdGrowingBuf]
                   14445: 
                   14446:        * configure.in, src/lib/Makefile.am: removed patches
                   14447: 
                   14448:        * configure, src/include/pa_config_auto.h.in,
                   14449:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   14450: 
                   14451:        * src/main/pa_common.C: uncommented http:// file loading
                   14452: 
                   14453:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   14454:          xdoc::create/load
                   14455: 
                   14456:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   14457:          classes/string.C, classes/table.C, classes/void.C,
                   14458:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   14459:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   14460:          String::String(str,helper_length) are checked.  found/fixed one
                   14461:          place: $request:body now zero-terminated,
                   14462: 
                   14463:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   14464:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   14465:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   14466:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14467:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14468:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   14469:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14470:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   14471:          easily optimizable)
                   14472: 
                   14473:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   14474:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   14475: 
                   14476:        * src/: include/pa_array.h, include/pa_stack.h,
                   14477:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   14478:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   14479:          become assertion iterator in methodframe filler
                   14480: 
                   14481:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   14482:          targets/cgi/parser3.C: array::get/put inlined
                   14483: 
                   14484:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   14485:          gc_substitute_memory_management_functions +installed CORD_oom
                   14486:          function
                   14487: 
                   14488:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   14489:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14490:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   14491:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   14492:          assertions started configure.in --enable-assertions
                   14493: 
                   14494: 2003-04-01  paf
                   14495: 
                   14496:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   14497:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   14498:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   14499:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   14500:          gc misses that and collects valid memory fixed by remembering
                   14501:          xmlDoc from dom object in xdoc.  todo: do something with
                   14502:          premature free of xdoc with xnodes/node values referring into it
                   14503: 
                   14504:        * src/classes/: mail.C: typo fix
                   14505: 
                   14506:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   14507:          changes
                   14508: 
                   14509:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   14510:          main/pa_memory.C: moved memory debugging to global level: to
                   14511:          pa_gc_malloc
                   14512: 
                   14513:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   14514:          debugging showed no errors. todo: debug parser memory
                   14515: 
                   14516:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   14517:          configurations
                   14518: 
                   14519:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   14520:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   14521:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14522:          types/types.dsp: prepared xml-static configuration
                   14523: 
                   14524: 2003-03-31  paf
                   14525: 
                   14526:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   14527:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   14528:          xml lib memory debugging, simple checks failed: it seems that
                   14529:          library does realloc(bad ptr), and recording those ptrs in heap
                   14530:          [for debugging] was bad: heap situation changes = everything
                   14531:          works fine
                   14532: 
                   14533:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   14534:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   14535:          limit of 10 user-defined charsets]
                   14536: 
                   14537: 2003-03-28  paf
                   14538: 
                   14539:        * src/main/execute.C: execution stack copied to local register
                   14540:          variable, removed lots [~2e7) of memory accesses
                   14541: 
                   14542: 2003-03-27  paf
                   14543: 
                   14544:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   14545:          works in debug, but fails in release todo: fix that
                   14546: 
                   14547:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   14548:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   14549:          replacement from gc branch
                   14550: 
                   14551:        * src/main/pa_exec.C: introducing append_help_length [radical
                   14552:          improvement here]
                   14553: 
                   14554:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   14555:          'not recommened' in gc.h, on win32 noticed no difference]
                   14556: 
                   14557:        * src/include/pa_array.h: returned checked array get [were disabled
                   14558:          for debugging] result:not slower [don't understand that, it were
                   14559:          INLINED] todo: find out a way of inlining it!
                   14560: 
                   14561:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   14562:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   14563:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   14564:          convention changed: all resulting strings are zero-terminated
                   14565: 
                   14566:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14567:          classes/string.C, classes/table.C, classes/void.C,
                   14568:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   14569:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   14570:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   14571:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14572:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   14573:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   14574:          append_help_length [radical improvement here]
                   14575: 
                   14576:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   14577:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   14578:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   14579:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   14580:          even slower
                   14581: 
                   14582:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   14583:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   14584:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   14585:          clients of &get(): most to use non-ref version, some[in tight
                   14586:          places] to get_unchecked_ref
                   14587: 
                   14588:        * src/doc/memory.dox: forgot to add
                   14589: 
                   14590:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   14591:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   14592:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   14593:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   14594:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   14595:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   14596:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   14597:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   14598:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   14599:          func] other Array & removed
                   14600: 
                   14601: 2003-03-26  paf
                   14602: 
                   14603:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   14604:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   14605:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   14606:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14607:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   14608:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   14609:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14610:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   14611:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14612:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   14613:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   14614:          pre-evaluated .count() in some places
                   14615: 
                   14616:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14617:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   14618:          types/types.dsp: .dsp profiling updated
                   14619: 
                   14620:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   14621:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   14622:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   14623: 
                   14624:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   14625:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   14626:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   14627:          use lib/gc,lib/cord
                   14628: 
1.116     moko     14629:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   14630:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     14631:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   14632:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   14633:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14634:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     14635:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     14636:          src/lib/cord/include/Makefile.am,
1.116     moko     14637:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   14638:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   14639:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14640:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   14641:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   14642:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   14643:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   14644:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   14645:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   14646:          funcs ported pa_exec
1.95      moko     14647: 
                   14648:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   14649: 
                   14650:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   14651:          bundled gc includes
                   14652: 
                   14653:        * src/: classes/op.C, include/pa_array.h,
                   14654:          include/pa_sql_connection.h, include/pa_string.h,
                   14655:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   14656:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   14657:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   14658:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   14659:          first real site (aval)]
                   14660: 
                   14661: 2003-03-25  paf
                   14662: 
                   14663:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14664:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   14665:          process
                   14666: 
                   14667:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   14668:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   14669: 
                   14670:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   14671: 
                   14672:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   14673:          src/types/pa_value.h, src/types/pa_vfile.h,
                   14674:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14675:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   14676:          tests/results/121.processed: untaint.C L_URI
                   14677: 
                   14678:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   14679:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   14680:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   14681:          src/types/pa_vmemory.h: ^memory:compact[]
                   14682: 
                   14683:        * tests/results/109.processed: it was a bug in parser. updated 109
                   14684:          test result
                   14685: 
                   14686:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   14687: 
                   14688:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   14689:          tests/results/107.processed: fixed dom language [values are now
                   14690:          considered tainted.  it was a bug in parser. updated 107 test
                   14691:          result
                   14692: 
                   14693:        * src/classes/xdoc.C: fixed transform params
                   14694: 
                   14695:        * src/: include/pa_stylesheet_manager.h,
                   14696:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   14697: 
                   14698:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   14699:          overloads for structure handling
                   14700: 
                   14701:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   14702:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   14703:          StringBody(0) ambiguilty, introducting static
                   14704:          StringBody::Format(int)
                   14705: 
                   14706:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   14707:          linked
                   14708: 
                   14709:        * src/types/pa_vxdoc.C: vxdoc compiled
                   14710: 
                   14711:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   14712:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   14713:          finalizers isntalled
                   14714: 
                   14715:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   14716:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   14717:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14718:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   14719:          compiled todo: xnode.C / finalizers
                   14720: 
                   14721:        * src/doc/string.dox: updated: new string internals
                   14722: 
                   14723: 2003-03-24  paf
                   14724: 
                   14725:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14726:          include/pa_charset.h, include/pa_config_fixed.h,
                   14727:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   14728:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   14729:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   14730:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   14731:          types/pa_vxnode.h: started XML
                   14732: 
                   14733:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   14734: 
                   14735:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14736:          include/pa_string.h, main/pa_common.C,
                   14737:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   14738: 
                   14739:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14740:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   14741:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14742:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   14743:          for eq STRING_NOT_FOUND
                   14744: 
                   14745:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   14746:          optimize bit implemented
                   14747: 
                   14748:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14749:          String::ArrayFragment::append_positions fixed
                   14750: 
                   14751:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   14752:          String::this_starts fixed
                   14753: 
                   14754:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   14755: 
                   14756:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   14757:          hashcode implemented fully, including per-char callback [it can
                   14758:          be - substr CORD node]
                   14759: 
                   14760:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   14761:          rewritten to rewalloc with 100byte buf ahead
                   14762: 
                   14763:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   14764:          src/include/pa_string.h, src/main/compile.tab.C,
                   14765:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   14766:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   14767:          CORD_ec [bad] would rewrite as realloc now
                   14768: 
                   14769:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14770:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   14771:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14772:          include/pa_common.h, include/pa_request.h,
                   14773:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   14774:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   14775:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   14776:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   14777:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   14778:          types/pa_vstateless_class.h: 2*2 worked :)
                   14779: 
                   14780:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   14781:          src/include/pa_exec.h, src/include/pa_string.h,
                   14782:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   14783:          passed OK
                   14784: 
                   14785:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14786:          types/pa_value.C: all linked todo: debug
                   14787: 
                   14788:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   14789:          types/pa_vstateless_class.C: all compiled.  todo:link
                   14790: 
                   14791:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   14792: 
                   14793:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   14794: 
                   14795:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   14796: 
                   14797:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   14798: 
                   14799:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   14800:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   14801:          pa_vstateless_class.C, pa_vstateless_class.h:
                   14802:          pa_vstateless_class.C compiled
                   14803: 
                   14804:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   14805:          types/pa_vmath.C: pa_vmail.C compiled
                   14806: 
                   14807:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   14808: 
                   14809:        * src/types/pa_vform.C: pa_vform.C compiled
                   14810: 
                   14811:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   14812: 
                   14813:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   14814:          pa_vstateless_class.C: pa_vcookie.C compiled
                   14815: 
                   14816:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   14817:          types/pa_vhash.h: pa_value.C compiled
                   14818: 
                   14819:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   14820:          classes.lib main.lib compiled
                   14821: 
                   14822:        * src/classes/void.C: void.C compiled
                   14823: 
                   14824:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   14825:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   14826:          compiled
                   14827: 
                   14828:        * src/: classes/string.C, include/pa_request.h,
                   14829:          include/pa_string.h, main/pa_string.C: string.C compiled
                   14830: 
                   14831:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   14832:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   14833:          main/pa_request.C, main/pa_string.C: op.C compiled
                   14834: 
                   14835:        * src/classes/: math.C, op.C: math.C compiled
                   14836: 
                   14837:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   14838:          types/pa_vmail.h: mail.C compiled
                   14839: 
                   14840:        * src/classes/: int.C, table.C: int.C compiled
                   14841: 
                   14842:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   14843:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   14844:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   14845:          compiled
                   14846: 
                   14847:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14848:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   14849:          include/pa_sql_connection.h: hash.C compiled
                   14850: 
                   14851:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   14852:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14853:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14854:          classes/math.C, classes/op.C, classes/response.C,
                   14855:          classes/string.C, classes/table.C, classes/void.C,
                   14856:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   14857:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14858:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   14859:          file.C table.C compiled
                   14860: 
                   14861:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   14862:          main/untaint.C: main.lib compiled
                   14863: 
                   14864: 2003-03-21  paf
                   14865: 
                   14866:        * src/: classes/op.C, include/pa_cache_managers.h,
                   14867:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14868:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   14869:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   14870:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   14871:          compiled
                   14872: 
                   14873:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   14874:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   14875:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14876:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   14877:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   14878:          pa_request.C compiled
                   14879: 
                   14880:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14881:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14882:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14883:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14884:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14885:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14886:          compiled
                   14887: 
                   14888:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14889:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14890:          on unix
                   14891: 
                   14892:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14893:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14894:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14895:          pa_charsets.C compiled
                   14896: 
                   14897:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14898:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14899:          main/compile.y, main/execute.C, main/pa_common.C,
                   14900:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14901:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14902:          types/pa_vmethod_frame.h: execute.C compiled
                   14903: 
                   14904:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14905:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14906:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14907:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14908:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14909:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14910:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14911:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14912:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14913:          include/pa_stylesheet_connection.h,
                   14914:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14915:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14916:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14917:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14918:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14919:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14920:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14921:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14922:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14923:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14924:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14925:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14926:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14927:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14928:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14929:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14930:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14931:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14932:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14933:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14934:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14935:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14936:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14937:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14938:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14939:          [C++ CORD wrapper]
                   14940: 
                   14941:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14942: 
                   14943:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14944:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14945: 
                   14946:          command line, env values, input got transcoded before call
                   14947:          stdout, stderr got transcoded after call
                   14948: 
                   14949:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14950:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14951: 
                   14952:        * src/main/pa_common.C: } typo bug fix
                   14953: 
                   14954:        * src/main/pa_common.C: } typo bug fix
                   14955: 
                   14956: 2003-03-20  paf
                   14957: 
                   14958:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14959:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14960: 
                   14961:        * src/include/pa_string.h: more tests
                   14962: 
                   14963:        * src/main/pa_string.C: string.pos fixed
                   14964: 
1.116     moko     14965:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14966:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14967:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14968:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14969:          replaces
1.95      moko     14970: 
                   14971:        * src/: classes/image.C, include/pa_dictionary.h,
                   14972:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14973:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14974:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14975:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14976: 
                   14977:        * src/include/pa_string.h: warning
                   14978: 
                   14979:        * src/include/pa_string.h: this_starts fixed
                   14980: 
                   14981:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14982:          new String ctor & append params convention
                   14983: 
                   14984:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14985:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14986:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14987:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14988:          main/pa_exception.C, main/pa_exec.C,
                   14989:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14990:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14991:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14992:          types/pa_vmail.C: more tests OK
                   14993: 
                   14994:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14995:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14996:          gc/exit runned OK
                   14997: 
                   14998:        * src/types/pa_vmail.C: another naming problem: should not name
                   14999:          vars like that: unpredictable close caused problems with later
                   15000:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   15001:          descriptors missing on startup: stdin; Bad file number
                   15002: 
                   15003:          todo: find out why so many filters(stream) here. probably wrong?
                   15004: 
                   15005:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   15006:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   15007:          main/untaint.C: test compiled
                   15008: 
                   15009:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   15010:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   15011:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   15012:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   15013:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   15014:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15015:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   15016:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   15017:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   15018:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   15019: 
                   15020:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   15021:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   15022:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   15023:          src/include/pa_memory.h, src/include/pa_request.h,
                   15024:          src/include/pa_request_charsets.h,
                   15025:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   15026:          src/main/compile.tab.C, src/main/execute.C,
                   15027:          src/main/pa_charset.C, src/main/pa_common.C,
                   15028:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15029:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15030:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   15031:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   15032:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   15033:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15034:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   15035:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15036:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   15037:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   15038:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15039:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   15040:          pa_common.C [done, without http for now]
                   15041: 
                   15042: 2003-03-19  paf
                   15043: 
                   15044:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   15045:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   15046:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   15047:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   15048:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   15049:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   15050:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   15051:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   15052:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15053:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   15054:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   15055:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15056:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15057:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15058:          types/pa_wwrapper.h: started test
                   15059: 
1.116     moko     15060:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   15061:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     15062: 
                   15063:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   15064:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   15065:          it
                   15066: 
                   15067:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   15068:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   15069:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   15070:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   15071:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   15072:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   15073:          types/pa_vmethod_frame.h, types/types.dsp: string
                   15074:          reimplementation with cord+array<fragment>: 70%
                   15075: 
                   15076: 2003-03-18  paf
                   15077: 
                   15078:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15079:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   15080:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   15081:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   15082:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   15083:          can ignore lang in cmp and pos really,             but would
                   15084:          split properly!
                   15085: 
                   15086:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   15087:          cord part made parser/src/lib: it's not compiled into libgc by
                   15088:          default
                   15089: 
                   15090:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   15091:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15092:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15093:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15094:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15095:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15096:          src/classes/xnode.C, src/classes/xnode.h,
                   15097:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   15098:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15099:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   15100:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15101:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15102:          src/include/pa_memory.h, src/include/pa_pool.h,
                   15103:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   15104:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   15105:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15106:          src/include/pa_stylesheet_connection.h,
                   15107:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15108:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   15109:          src/main/compile.C, src/main/compile.tab.C,
                   15110:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15111:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   15112:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15113:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15114:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   15115:          src/main/pa_pool.C, src/main/pa_request.C,
                   15116:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15117:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   15118:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   15119:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   15120:          src/types/pa_junction.h, src/types/pa_method.h,
                   15121:          src/types/pa_value.C, src/types/pa_value.h,
                   15122:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15123:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15124:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15125:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15126:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15127:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15128:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15129:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   15130:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15131:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15132:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15133:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15134:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15135:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15136:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15137:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15138:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15139:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15140:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15141:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15142:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15143:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   15144:          gc: PA_Object done lots of replacements also
                   15145: 
                   15146:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   15147:          gc logging
                   15148: 
                   15149: 2003-03-17  paf
                   15150: 
                   15151:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15152:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   15153:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   15154:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15155:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   15156:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   15157:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   15158:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15159:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15160:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   15161:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   15162:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   15163:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   15164:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   15165:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15166:          types/pa_vxnode.h: libgc attempt
                   15167: 
                   15168: 2003-03-13  paf
                   15169: 
                   15170:        * src/: include/pa_sql_driver_manager.h,
                   15171:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   15172:          called
                   15173: 
                   15174:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   15175:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   15176:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   15177:          types/pa_value.h, types/pa_vobject.h,
                   15178:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   15179:          set_base, set_derived simplified [counter leaks fixed]
                   15180: 
                   15181:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   15182:          src/types/types.dsp: incorporated status class patch From:
                   15183:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   15184:          2003 8:14 AM
                   15185: 
                   15186:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   15187:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   15188:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   15189: 
                   15190: 2003-03-12  paf
                   15191: 
1.116     moko     15192:        * configure, configure.in, src/lib/ltdl/configure,
                   15193:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     15194:          lib/ltdl/Makefile now created by /configure.in only [were by
                   15195:          lib/ltdl/configure.in OVERWRITE]
                   15196: 
1.116     moko     15197:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   15198:          linkage fixed for g++ 3.2.2
1.95      moko     15199: 
                   15200:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   15201:          on using privately declared class [fixed]
                   15202: 
                   15203:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   15204:          3.2 rightliy complained on using privately declared class [fixed]
                   15205: 
                   15206:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   15207:          sigpipe before request constructor now causes death
                   15208: 
                   15209:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   15210:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   15211:          not cause exception in exception handler
                   15212: 
1.116     moko     15213:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   15214:          now default links libstdc++ statically.  that can be overriden by
                   15215:          --with-dynamic-stdcpp
1.95      moko     15216: 
                   15217: 2003-03-11  paf
                   15218: 
                   15219:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   15220:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   15221:          necessity of libstdc++
                   15222: 
                   15223:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15224: 
                   15225:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15226: 
                   15227: 2003-03-08  paf
                   15228: 
                   15229:        * tests/Makefile: make install & co
                   15230: 
                   15231:        * src/: include/pa_request.h, classes/op.C: removing
                   15232:          vclass,object.h -> pa_request.h dependency
                   15233: 
                   15234:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   15235:          main/pa_request.C: removing vform,response,cookie.h ->
                   15236:          pa_request.h dependency
                   15237: 
                   15238:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   15239:          dependency [testing...]
                   15240: 
                   15241:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   15242:          return 0; fixed
                   15243: 
                   15244:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   15245:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   15246: 
                   15247:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   15248: 
                   15249:        * src/main/pa_request.C: forgotten: ifdef XML
                   15250: 
                   15251:        * src/main/pa_request.C: forgotten: ifdef XML
                   15252: 
                   15253:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   15254:          win32 and run memleak tests again
                   15255: 
                   15256:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   15257:          old xml lib-- it's internal memory handling has faults
                   15258: 
                   15259:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   15260:          problems when transcode from charset A to A.
                   15261: 
                   15262:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   15263:          todo: still problems when transcode from charset A to A.
                   15264: 
                   15265:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   15266:          classes/table.C, include/pa_array.h,
                   15267:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   15268:          started full-scale-site-test [~ http://parser.ru sources]
                   15269: 
                   15270:          some fixes
                   15271: 
                   15272:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   15273:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15274:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   15275:          results/110.processed, results/111.processed,
                   15276:          results/112.processed, results/113.processed,
                   15277:          results/114.processed, results/115.processed,
                   15278:          results/116.processed, results/117.processed,
                   15279:          results/118.processed, results/119.processed,
                   15280:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   15281:          selectSingle 111 xdoc.create from tainted & 112
                   15282:          xdoc.create/output with russian attr value 113 xpath
                   15283:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   15284:          116 output media-type change 117 transform by dom stylesheet 118
                   15285:          empty transform result 119 dom setAttribute 120 nbsp letter
                   15286:          output
                   15287: 
                   15288:          =END OF PREPARED XML TESTS=
                   15289: 
                   15290: 2003-03-07  paf
                   15291: 
                   15292:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15293:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   15294:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   15295:          transform with params [bugs fixed]
                   15296: 
                   15297:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   15298:          from copy/paste bug
                   15299: 
                   15300:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15301:          src/include/pa_request.h, src/main/execute.C,
                   15302:          src/main/pa_charset.C, src/main/pa_exception.C,
                   15303:          src/main/pa_globals.C, src/main/pa_request.C,
                   15304:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15305:          src/types/pa_vxnode.C, tests/107.html,
                   15306:          tests/results/107.processed: xml: test: 107 bug fixes
                   15307: 
                   15308:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15309:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15310:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   15311: 
                   15312:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   15313:          string
                   15314: 
                   15315:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   15316:          mem alloc functions used for different cases [libxml, libxsl]
                   15317: 
                   15318:        * src/classes/classes.C: fixed: prevent system classes from
                   15319:          modification to lock ALL the classes, not only directly used
                   15320: 
                   15321:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   15322:          linked
                   15323: 
                   15324:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   15325: 
                   15326: 2003-03-06  paf
                   15327: 
                   15328:        * src/classes/xdoc.C: xdoc.C 50%
                   15329: 
                   15330:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   15331:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15332:          main/pa_globals.C, main/pa_request.C,
                   15333:          main/pa_stylesheet_manager.C: xnode.C compiled
                   15334: 
                   15335:        * src/: include/pa_stylesheet_connection.h,
                   15336:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   15337:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   15338: 
                   15339:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   15340:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   15341:          xml: stylesheet&manager STARTED
                   15342: 
                   15343:        * src/: include/pa_globals.h, main/pa_charset.C,
                   15344:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   15345: 
                   15346:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   15347:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   15348:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   15349:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   15350:          charsets
                   15351: 
                   15352:        * tests/023.html: in some cases it rounded up badly. postponing
                   15353:          solution of that problem, making more simple test
                   15354: 
                   15355:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   15356:          -kb now
                   15357: 
                   15358:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15359:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   15360:          moved to charsets.C
                   15361: 
                   15362: 2003-03-05  paf
                   15363: 
                   15364:        * src/classes/string.C, src/include/pa_string.h,
                   15365:          src/main/pa_string.C, tests/105.html,
                   15366:          tests/results/105.processed: String::match bug fixed
                   15367: 
                   15368:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   15369:          tests/results/104.processed: ^bpt operator added [does int3 in
                   15370:          debug build on win32]
                   15371: 
                   15372:        * tests/: 057.html, results/057.processed: test bug fixed
                   15373: 
1.116     moko     15374:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     15375: 
                   15376:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   15377:          missing
                   15378: 
1.116     moko     15379:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   15380:          forgotten files added to Makes
1.95      moko     15381: 
                   15382:        * ltmain.sh: ltmain.sh added
                   15383: 
                   15384:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15385:          change undone ;(
                   15386: 
                   15387:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15388:          made static
                   15389: 
                   15390:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     15391:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   15392:          todo:make linker happy
1.95      moko     15393: 
                   15394:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   15395:          env param made optional
                   15396: 
                   15397: 2003-03-04  paf
                   15398: 
                   15399:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   15400:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   15401: 
                   15402:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   15403:          results/103.processed: tests: 103 image.copy transparence test
                   15404: 
                   15405:        * src/main/execute.C, tests/101.html, tests/102.html,
                   15406:          tests/results/101.processed, tests/results/102.processed: tests:
                   15407:          101 method/variable name conflict test 102 form fields change
                   15408:          should not not change anything [bug fix]
                   15409: 
                   15410:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   15411:          results/099.processed, results/100.processed: tests: 57 date
                   15412:          create 2002: added 99,100 response:body/download
                   15413: 
                   15414:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   15415:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   15416: 
                   15417:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   15418:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   15419:          fixed]
                   15420: 
                   15421:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   15422:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   15423:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   15424:          image EXIF  [bug fixed]
                   15425: 
                   15426:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   15427:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   15428:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   15429:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   15430:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   15431:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   15432:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   15433:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   15434:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   15435:          tests/094.html, tests/095.html, tests/results/061.processed,
                   15436:          tests/results/062.processed, tests/results/063.processed,
                   15437:          tests/results/064.processed, tests/results/065.processed,
                   15438:          tests/results/066.processed, tests/results/067.processed,
                   15439:          tests/results/068.processed, tests/results/069.processed,
                   15440:          tests/results/070.processed, tests/results/071.processed,
                   15441:          tests/results/072.processed, tests/results/073.processed,
                   15442:          tests/results/074.processed, tests/results/075.processed,
                   15443:          tests/results/076.processed, tests/results/077.processed,
                   15444:          tests/results/078.processed, tests/results/080.processed,
                   15445:          tests/results/081.processed, tests/results/082.processed,
                   15446:          tests/results/083.processed, tests/results/084.processed,
                   15447:          tests/results/085.processed, tests/results/086.processed,
                   15448:          tests/results/087.processed, tests/results/088.processed,
                   15449:          tests/results/089.processed, tests/results/090.processed,
                   15450:          tests/results/091.processed, tests/results/092.processed,
                   15451:          tests/results/093.processed, tests/results/094.processed,
                   15452:          tests/results/095.processed, tests/079.html,
                   15453:          tests/results/079.processed: tests: 61 file::stat size 62
                   15454:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   15455:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   15456:          string.match simple on long 68 string.match normalized simple on
                   15457:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   15458:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   15459:          date arithmetics 75 response date values/attributes 76 string.pos
                   15460:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   15461:          with local 80 scientific numeric literal in string autoconvert 81
                   15462:          xor: logical and numerical 82 for delims 83 menu delims 84
                   15463:          table.hash distinct 85 long string  replace 86 throw+catch
                   15464:          current language preserve 87 bit shifts 88 junction tests +
                   15465:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   15466:          91 $caller test 92 junction is + def junction tests 93 $caller
                   15467:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   15468: 
                   15469:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   15470:          fixed] 60 string eq string [bug fixed]
                   15471: 
                   15472:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   15473:          058.html, 058_paf2000.png, 059.html, 060.html,
                   15474:          results/053.processed, results/054.processed,
                   15475:          results/055.processed, results/056.processed,
                   15476:          results/057.processed, results/058.processed,
                   15477:          results/059.processed, results/060.processed: test: 53
                   15478:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   15479:          date.create[string] 58 image.measure[png]
                   15480: 
                   15481:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   15482:          outputs/051.processed, results/052.processed: test: 52
                   15483:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   15484:          task: fix that
                   15485: 
                   15486: 2003-03-03  paf
                   15487: 
                   15488:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   15489:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   15490:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   15491:          outputs/049.processed, outputs/050.processed,
                   15492:          outputs/051.processed, results/001.processed,
                   15493:          results/002.processed, results/003.processed,
                   15494:          results/005.processed, results/006.processed,
                   15495:          results/008.processed, results/009.processed,
                   15496:          results/011.processed, results/012.processed,
                   15497:          results/013.processed, results/014.processed,
                   15498:          results/015.processed, results/016.processed,
                   15499:          results/017.processed, results/020.processed,
                   15500:          results/021.processed, results/022.processed,
                   15501:          results/024.processed, results/025.processed,
                   15502:          results/026.processed, results/027.processed,
                   15503:          results/028.processed, results/029.processed,
                   15504:          results/030.processed, results/031.processed,
                   15505:          results/049.processed, results/050.processed,
                   15506:          results/051.processed, results/043.processed,
                   15507:          results/044.processed, results/045.processed,
                   15508:          results/046.processed, results/047.processed,
                   15509:          results/048.processed: tests: 43,44,45 date rolls 46
                   15510:          autoevaluating junction 47 table.select 48 name with subvar 49
                   15511:          hash-creating switch 50 process 51 started parent/child, works as
                   15512:          it were but it were NOT GOOD, created separate task  to fix that
                   15513: 
                   15514:        * tests/: 042.html, results/042.processed: test: 42
                   15515:          exception.handled
                   15516: 
                   15517:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   15518:          expression
                   15519: 
                   15520:        * tests/: 040.html, results/040.processed: test: 39 method result
                   15521:          of type table 40 method param junction auto evaluate
                   15522: 
                   15523:        * tests/: 039.html, results/039.processed: test: 37 method result
                   15524:          of type table
                   15525: 
                   15526:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   15527:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   15528:          tests/038.html, tests/results/033.processed,
                   15529:          tests/results/034.processed, tests/results/035.processed,
                   15530:          tests/results/036.processed, tests/results/037.processed,
                   15531:          tests/results/038.processed: tests: 33 string.replace 34
                   15532:          string.upper 35 table created 36 local/global vars with juntions
                   15533:          37 table clone 38 math PI & number formatting
                   15534: 
                   15535:          math class registring typo fixed
                   15536: 
                   15537:        * src/classes/op.C, src/include/pa_request.h,
                   15538:          src/include/pa_string.h, src/main/execute.C,
                   15539:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   15540:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   15541:          tests/032.html, tests/results/032.processed: uchar changed to
                   15542:          String_UL in all places [was not everywhere] untaint test: 032
                   15543: 
                   15544:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   15545:          tests/results/004.processed, tests/parser-cygwin.sh,
                   15546:          tests/parser-unix.sh: removed -H command line key, now testing
                   15547:          using .sh file with SERVER_SOFTWARE=xxx
                   15548: 
                   15549: 2003-02-26  paf
                   15550: 
                   15551:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   15552:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   15553:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   15554:          tests/results/024.processed, tests/results/025.processed,
                   15555:          tests/results/026.processed, tests/results/027.processed,
                   15556:          tests/results/028.processed, tests/results/029.processed,
                   15557:          tests/results/030.processed, tests/results/031.processed: fixed
                   15558:          bug with name_cstr mutable CharPtr more tests
                   15559: 
                   15560:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   15561:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   15562:          << abort.  die now just exits
                   15563: 
                   15564:        * src/classes/classes.awk, src/classes/classes.h,
                   15565:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15566:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15567:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15568:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15569:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15570:          src/classes/xnode.C, src/include/pa_memory.h,
                   15571:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   15572:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   15573:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   15574:          tests/017.html, tests/018.html, tests/019.html,
                   15575:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   15576:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   15577:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   15578:          tests/results/015.processed, tests/results/016.processed,
                   15579:          tests/results/017.processed, tests/results/018.processed,
                   15580:          tests/results/019.processed, tests/results/020.processed,
                   15581:          tests/results/021.processed, tests/results/022.processed,
                   15582:          tests/results/023.processed: methoded_array now contains all Mxxx
                   15583:          classes SAPI::get_env now returns info on pool more tests
                   15584: 
                   15585:        * src/include/pa_array.h, src/include/pa_hash.h,
                   15586:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   15587:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   15588:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   15589:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   15590:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   15591:          tests/results/001.processed, tests/results/002.processed,
                   15592:          tests/results/003.processed, tests/results/004.processed,
                   15593:          tests/results/005.processed, tests/results/006.processed,
                   15594:          tests/results/007.processed, tests/results/008.processed,
                   15595:          tests/results/009.processed, tests/results/010.processed,
                   15596:          tests/results/011.processed, tests/results/012.processed,
                   15597:          tests/results/013.processed, tests/results/014.processed: hash
                   15598:          cloning fixed
                   15599: 
                   15600: 2003-02-25  paf
                   15601: 
                   15602:        * src/main/pa_common.C: typo fixed
                   15603: 
                   15604: 2003-02-24  paf
                   15605: 
                   15606:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   15607:          [one remained]
                   15608: 
                   15609:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   15610:          [should have been get_string(&pool)] todo: check other such calls
                   15611: 
                   15612:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   15613:          test10, bad lookups
                   15614: 
                   15615:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   15616:          object got destructed, and xxx points to sky
                   15617: 
                   15618:        * ChangeLog, src/classes/string.C: match bug fixed
                   15619: 
                   15620:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   15621:          $.charset[specified] now
                   15622: 
                   15623:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15624:          which failed to handle sigsetjmp+throw: crashed inside of
                   15625:          pre-throw code.  rewritten simplier [though duplicating
                   15626:          closesocket code]
                   15627: 
                   15628:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15629:          which failed to handle sigsetjmp+throw: crashed inside of
                   15630:          pre-throw code.  rewritten simplier [though duplicating
                   15631:          closesocket code]
                   15632: 
                   15633: 2003-02-21  paf
                   15634: 
                   15635:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   15636:          $cookie:name[$.expires[date << can be now]]
                   15637: 
                   15638:          written makefile with regression tests [raw]
                   15639: 
                   15640:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   15641:          tests' only [it's not forcing CGI mode now] now use -H to output
                   15642:          CGI header when parser used in command line [useful for tests
                   15643:          also]
                   15644: 
                   15645:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   15646:          switches on CGI mode, and is used in regression tests
                   15647: 
                   15648:        * src/: include/pa_request.h, main/pa_request.C,
                   15649:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   15650:          fixed
                   15651: 
                   15652:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   15653:          handling pa_*
                   15654: 
                   15655:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   15656:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   15657:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   15658:          memory handling files
                   15659: 
                   15660:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   15661: 
                   15662:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   15663:          compiles OK test to show benefits of free
                   15664: 
                   15665:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15666:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   15667:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15668:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   15669:          use pool [as the one in ^process]
                   15670: 
                   15671:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   15672:          -- some must use pool [as the one in ^process]
                   15673: 
                   15674: 2003-02-20  paf
                   15675: 
                   15676:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15677:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15678:          classes/math.C, classes/op.C, classes/response.C,
                   15679:          classes/string.C, classes/table.C, classes/void.C,
                   15680:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   15681:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   15682:          string cmp fixed
                   15683: 
                   15684:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   15685:          values passed OK now
                   15686: 
                   15687: 2003-02-19  paf
                   15688: 
                   15689:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   15690:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   15691:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   15692:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   15693:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   15694:          all remaning leaks resulted from pooled::malloc calls [excluding
                   15695:          in gd -- planning complete rewrite extremely ugly code]
                   15696: 
                   15697:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   15698:          files
                   15699: 
                   15700: 2003-02-17  paf
                   15701: 
                   15702:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15703:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15704:          classes/response.C, classes/string.C, classes/table.C,
                   15705:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   15706:          include/pa_stylesheet_connection.h,
                   15707:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   15708:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   15709:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   15710:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15711:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15712:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   15713:          of unitialized simple-typed field
                   15714: 
                   15715:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   15716:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   15717:          simple-typed field fixed.  todo: find&kill all like that one
                   15718: 
                   15719:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   15720:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   15721:          debug output fixed
                   15722: 
                   15723:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   15724:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   15725:          object_ptr from delete[them]
                   15726: 
                   15727:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   15728:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   15729:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   15730:          main/pa_charset.C, main/pa_common.C,
                   15731:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15732:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15733:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   15734:          calls
                   15735: 
                   15736:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   15737:          couple mem leaks rusulted from old pooled::malloc usage.
                   15738:          todo:find more like those
                   15739: 
                   15740:        * src/main/: compile.C, compile_tools.C: 2*2!
                   15741: 
                   15742:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   15743:          stackItem fixed [there were no string on stack before]
                   15744: 
                   15745:        * src/: main/execute.C, main/pa_request.C,
                   15746:          types/pa_vmethod_frame.C: first letters out OK
                   15747: 
                   15748:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   15749:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   15750:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   15751:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   15752:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   15753:          type not initialized with zeros :( while class fields of class
                   15754:          types initialized with default constructors.  learn C++
                   15755: 
                   15756:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   15757:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   15758:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   15759:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   15760:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   15761: 
                   15762: 2003-02-14  paf
                   15763: 
                   15764:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   15765:          13 link errors
                   15766: 
                   15767:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   15768:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   15769:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   15770:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   15771:          errors :)
                   15772: 
                   15773:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   15774:          classes/hash.C, classes/mail.C, classes/op.C,
                   15775:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   15776:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   15777:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   15778:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   15779: 
                   15780:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   15781:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   15782:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   15783:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   15784:          types/pa_vint.h, types/types.dsp: op compiled
                   15785: 
                   15786:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   15787:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   15788:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   15789: 
                   15790: 2003-02-07  paf
                   15791: 
                   15792:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   15793: 
                   15794: 2003-02-06  paf
                   15795: 
                   15796:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   15797:          mail compiled
                   15798: 
                   15799:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   15800:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   15801:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   15802: 
                   15803:        * src/classes/: file.C, form.C: form compiled
                   15804: 
                   15805:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   15806:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   15807:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   15808: 
                   15809:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   15810:          types/pa_vmath.h: math compiled [win32]
                   15811: 
                   15812:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   15813:          types/pa_vstring.h: hash compiled
                   15814: 
                   15815: 2003-02-04  paf
                   15816: 
                   15817:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   15818:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15819:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   15820:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   15821:          types/pa_vhash.h: hash 50% compiled
                   15822: 
                   15823:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15824:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   15825:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15826:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   15827:          main/pa_string.C: date compiled
                   15828: 
                   15829:        * src/classes/: classes.dsp, double.C: double compiled
                   15830: 
                   15831:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15832:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   15833:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15834:          classes/string.C, classes/table.C, classes/void.C,
                   15835:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   15836:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   15837:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   15838:          compiled
                   15839: 
                   15840:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15841:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15842:          classes/math.C, classes/op.C, classes/response.C,
                   15843:          classes/string.C, classes/table.C, classes/void.C,
                   15844:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15845:          types/pa_vvoid.h: void  compiled :)
                   15846: 
                   15847:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   15848:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15849:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15850:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   15851:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   15852:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   15853:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   15854:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   15855:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   15856:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   15857:          value_includes.h
                   15858: 
                   15859:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   15860:          trying to remove stupid value_includes.h
                   15861: 
                   15862:        * src/main/pa_exec.C: pa_exec compiled on win32
                   15863: 
                   15864:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   15865: 
                   15866:        * src/: include/pa_globals.h, include/pa_request.h,
                   15867:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   15868:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   15869:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   15870:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   15871:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   15872: 
                   15873:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   15874:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   15875:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   15876: 
                   15877:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   15878:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   15879:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   15880:          compiled
                   15881: 
                   15882:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15883:          name conflicts)
                   15884: 
                   15885:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15886:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15887:          yelds "virtual memory exhausted" while trying to compile
                   15888:          execute.C [eating up to 127MB]
                   15889: 
                   15890: 2003-02-03  paf
                   15891: 
                   15892:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15893:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15894:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15895:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15896:          types/pa_vint.h, types/pa_vjunction.h,
                   15897:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15898:          started gcc compiling pa_common compiled
                   15899: 
                   15900:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15901:          main/pa_exception.C: exception gcc change #1
                   15902: 
1.116     moko     15903:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15904:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15905: 
                   15906:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15907: 
                   15908:        * src/types/pa_vtable.C: vtable compiled
                   15909: 
                   15910:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15911: 
                   15912:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15913:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15914: 
                   15915:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15916: 
                   15917:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15918: 
                   15919:        * src/types/pa_vrequest.C: vrequest compiled
                   15920: 
                   15921:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15922:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15923: 
                   15924:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15925:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15926:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15927:          compiled
                   15928: 
                   15929:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15930: 
                   15931:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15932:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15933:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15934:          compiled
                   15935: 
                   15936:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15937:          main.lib - 0 error(s), 0 warning(s)
                   15938: 
                   15939:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15940:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15941: 
                   15942: 2003-01-31  paf
                   15943: 
                   15944:        * src/: include/pa_array.h, include/pa_operation.h,
                   15945:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15946:          types/pa_vjunction.h: started last file from main library:
                   15947:          execute
                   15948: 
                   15949:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15950:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15951:          main/pa_request.C, targets/cgi/parser3.C,
                   15952:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15953:          types/pa_vhash.h: pa_request compiled
                   15954: 
                   15955:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15956:          include/pa_globals.h, include/pa_request.h,
                   15957:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15958:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15959:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15960:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15961:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15962:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15963:          types/types.dsp: most pa_request compiled
                   15964: 
                   15965:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15966:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15967:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15968:          classes/op.C, classes/response.C, classes/string.C,
                   15969:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15970:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15971:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15972:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15973:          include/pa_dictionary.h, include/pa_dir.h,
                   15974:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15975:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15976:          include/pa_pool.h, include/pa_request.h,
                   15977:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15978:          include/pa_sapi.h, include/pa_socks.h,
                   15979:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15980:          include/pa_stack.h, include/pa_string.h,
                   15981:          include/pa_stylesheet_connection.h,
                   15982:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15983:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15984:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15985:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15986:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15987:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15988:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15989:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15990:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15991:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15992:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15993:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15994:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15995:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15996:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15997:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15998:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15999:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16000:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16001:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   16002:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   16003:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16004:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16005:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16006:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16007:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16008:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16009:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16010:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16011:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16012:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16013:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16014:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16015:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16016:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16017:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16018:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   16019: 
                   16020:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   16021:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   16022:          src/include/pa_charsets.h, src/include/pa_common.h,
                   16023:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   16024:          src/include/pa_exec.h, src/include/pa_pool.h,
                   16025:          src/include/pa_request.h, src/include/pa_sapi.h,
                   16026:          src/include/pa_sql_connection.h,
                   16027:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16028:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   16029:          src/main/compile.tab.C, src/main/compile_tools.C,
                   16030:          src/main/compile_tools.h, src/main/main.dsp,
                   16031:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   16032:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   16033:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16034:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16035:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   16036:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   16037:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   16038:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16039:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16040:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   16041:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   16042:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   16043:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16044:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16045:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16046:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16047:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16048:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16049:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   16050:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   16051:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   16052:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   16053:          died, long live StringPtr
                   16054: 
                   16055: 2003-01-30  paf
                   16056: 
                   16057:        * src/: include/pa_charset.h, include/pa_request.h,
                   16058:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   16059:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   16060:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   16061: 
                   16062:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   16063:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   16064:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   16065:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16066:          types/types.dsp: vstateless_class compiled
                   16067: 
                   16068:        * src/main/compile.C: compile compiled
                   16069: 
                   16070:        * src/: include/pa_array.h, include/pa_operation.h,
                   16071:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   16072:          main/pa_table.C: compile_tools compiled
                   16073: 
                   16074:        * src/: include/pa_operation.h, main/compile.y,
                   16075:          main/compile_tools.C, main/compile_tools.h: started
                   16076:          compile_tools. vagues ideas of how to free compiled code
                   16077: 
                   16078:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   16079:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   16080:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   16081:          compiled
                   16082: 
                   16083: 2003-01-29  paf
                   16084: 
                   16085:        * src/: include/pa_globals.h, include/pa_request.h,
                   16086:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16087:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16088:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   16089:          compiled
                   16090: 
                   16091:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   16092:          now
                   16093: 
                   16094:        * src/: include/pa_array.h, include/pa_exception.h,
                   16095:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   16096: 
                   16097:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   16098:          compiled
                   16099: 
                   16100:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16101:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   16102:          types/pa_vfile.h: vfile compiled
                   16103: 
                   16104:        * src/: include/pa_common.h, include/pa_globals.h,
                   16105:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   16106:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16107:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   16108: 
                   16109:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   16110:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   16111:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16112:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16113:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   16114: 
                   16115:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   16116:          main/main.dsp, main/untaint.C: more compiled
                   16117: 
                   16118:        * src/: include/pa_charsets.h, include/pa_request.h,
                   16119:          include/pa_request_info.h, include/pa_string.h,
                   16120:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   16121:          types/pa_vresponse.h: vrequest compiled
                   16122: 
                   16123:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   16124:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   16125:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   16126: 
                   16127:        * src/: classes/classes.h, include/pa_charset.h,
                   16128:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   16129:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   16130:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   16131:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   16132:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   16133:          types/pa_vrequest.C, types/pa_vrequest.h,
                   16134:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   16135:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   16136: 
                   16137:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   16138:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16139:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   16140:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   16141:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16142:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   16143:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16144:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16145:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   16146: 
                   16147: 2003-01-28  paf
                   16148: 
                   16149:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   16150:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   16151:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   16152:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   16153:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   16154:          compile_tools
                   16155: 
                   16156:        * src/: include/pa_charset.h, include/pa_exception.h,
                   16157:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   16158:          untaint compiled
                   16159: 
                   16160:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   16161:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   16162:          more compiled.  struck with string::store_to needing to know
                   16163:          source/client charsets
                   16164: 
                   16165:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   16166:          types/pa_vfile.h: uue compiled
                   16167: 
                   16168:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   16169:          table compiled
                   16170: 
                   16171:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   16172:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   16173: 
                   16174:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16175:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   16176:          introduced]
                   16177: 
                   16178:        * src/: classes/date.C, include/pa_charset.h,
                   16179:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   16180:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   16181:          pa_charsets compiled
                   16182: 
                   16183:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   16184:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   16185: 
                   16186:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   16187:          common compiled
                   16188: 
                   16189:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   16190:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   16191: 
                   16192:        * src/: include/pa_array.h, include/pa_charset.h,
                   16193:          include/pa_charsets.h, include/pa_pool.h,
                   16194:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16195:          include/pa_stack.h, include/pa_string.h,
                   16196:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   16197:          sql_driver_manager compiled
                   16198: 
                   16199:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   16200:          letter i with two dots added to koi, all ukranian letters added
                   16201:          to win1251.
                   16202: 
                   16203:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   16204:          abscent from koi]
                   16205: 
                   16206: 2003-01-27  paf
                   16207: 
                   16208:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16209:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16210:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16211:          sql/pa_sql_driver.h: paused on sql_manager
                   16212: 
                   16213:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   16214:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16215:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   16216:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   16217: 
                   16218:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   16219:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16220:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   16221:          main/pa_table.C: table compiled
                   16222: 
                   16223:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   16224:          cache_managers compiled
                   16225: 
                   16226:        * src/: include/pa_array.h, include/pa_charset.h,
                   16227:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   16228: 
                   16229:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   16230: 
                   16231:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   16232:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16233:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   16234:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   16235:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   16236: 
                   16237: 2003-01-24  paf
                   16238: 
                   16239:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   16240:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   16241:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16242:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   16243:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   16244:          types/pa_vint.h, types/pa_vjunction.h,
                   16245:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16246:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   16247: 
                   16248:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   16249:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   16250:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   16251:          main/pa_string.C, main/pa_table.C: string compiled
                   16252: 
                   16253:        * src/: include/pa_array.h, include/pa_common.h,
                   16254:          include/pa_dictionary.h, include/pa_exception.h,
                   16255:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   16256:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   16257:          main/pa_string.C: dictionary compiled
                   16258: 
                   16259: 2003-01-23  paf
                   16260: 
                   16261:        * src/: include/pa_array.h, include/pa_common.h,
                   16262:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16263:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   16264:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   16265:          types/pa_value.h: resurrected pool in new sense: now it's
                   16266:          factory, producing&accounting memory chunks for read[autofree]
                   16267:          buffers
                   16268: 
                   16269:        * src/: include/pa_array.h, include/pa_exception.h,
                   16270:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   16271:          main/pa_exception.C, main/pa_table.C: table compiled
                   16272: 
                   16273:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   16274:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   16275:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   16276:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   16277:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   16278:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   16279:          main/pa_table.C: aint that easy
                   16280: 
                   16281:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   16282:          main/main.dsp: continued with Hash
                   16283: 
                   16284:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   16285:          stack] now. and exception can be reported OK now [can be reported
                   16286:          outside of pro c with that stack]
                   16287: 
                   16288: 2003-01-22  paf
                   16289: 
                   16290:        * src/: include/pa_array.h, include/pa_charset.h,
                   16291:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   16292:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   16293:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   16294:          base: contains references_count.  auto_ptr template calls
                   16295:          add_ref/release
                   16296: 
                   16297: 2003-01-21  paf
                   16298: 
                   16299:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16300:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16301:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16302:          classes/op.C, classes/response.C, classes/string.C,
                   16303:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16304:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16305:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16306:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16307:          include/pa_dictionary.h, include/pa_dir.h,
                   16308:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16309:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16310:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16311:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16312:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16313:          include/pa_stack.h, include/pa_string.h,
                   16314:          include/pa_stylesheet_connection.h,
                   16315:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16316:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16317:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16318:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   16319:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16320:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16321:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16322:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16323:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16324:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16325:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16326:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16327:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16328:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16329:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16330:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16331:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   16332:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16333:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16334:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16335:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16336:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16337:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16338:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16339:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16340:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16341:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16342:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16343:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16344:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16345:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16346:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16347:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   16348:          2002->2003
                   16349: 
                   16350: 2003-01-16  paf
                   16351: 
                   16352:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   16353:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   16354: 
                   16355:        * operators.txt, src/include/pa_config_fixed.h,
                   16356:          src/main/pa_common.C: http request now return status. and not
                   16357:          fail on status!=200
                   16358: 
                   16359: 2003-01-15  paf
                   16360: 
                   16361:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   16362: 
                   16363: 2003-01-14  paf
                   16364: 
                   16365:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   16366:          mkinstalldirs: removed some ancient files [they in / really]
                   16367: 
                   16368:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   16369:          regretfully needed patch in two places.  in config_fixed.h made
                   16370:          stubs for lib to compile in MSVC
                   16371: 
                   16372: 2003-01-13  paf
                   16373: 
                   16374:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   16375:          configure.in(libtool) hacks
                   16376: 
1.116     moko     16377:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     16378:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   16379:          ltdl.h: moved to latest libtool (1.4.3)
                   16380: 
                   16381: 2003-01-10  paf
                   16382: 
                   16383:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   16384: 
                   16385:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   16386:          patches.        libxml2 >= 2.5.1
                   16387:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   16388:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   16389:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16390: 
                   16391:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   16392:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   16393:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   16394:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16395: 
                   16396: 2003-01-09  paf
                   16397: 
                   16398:        * INSTALL: xml,xslt,gdome lib urls updated
                   16399: 
                   16400:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     16401:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     16402:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     16403:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   16404:          1.7.2
1.95      moko     16405: 
                   16406:        * depcomp: moving to automake 1.7.2
                   16407: 
                   16408: 2002-12-27  paf
                   16409: 
                   16410:        * src/include/pa_version.h: 0007
                   16411: 
                   16412:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   16413:          outdated parts, made links to language docs
                   16414: 
                   16415:        * src/include/pa_config_auto.h.in: comment
                   16416: 
                   16417: 2002-12-26  paf
                   16418: 
                   16419:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   16420:          not contain trailing / fixed.
                   16421: 
                   16422:        * INSTALL: changing SAFE_MODE politics
                   16423: 
                   16424:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   16425: 
                   16426:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   16427: 
                   16428: 2002-12-25  paf
                   16429: 
                   16430:        * src/main/pa_globals.C: optimized-xml
                   16431: 
                   16432:        * src/main/pa_globals.C: optimized-as-is
                   16433: 
                   16434: 2002-12-24  paf
                   16435: 
                   16436:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   16437:          fixed [were really called with zero size when .html?a=&b=]
                   16438: 
                   16439:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   16440:          with --with-sendmail
                   16441: 
                   16442:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   16443:          fixed]
                   16444: 
                   16445: 2002-12-23  paf
                   16446: 
                   16447:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   16448:          ignoring parameters & were storing only string with default
                   16449:          expires
                   16450: 
                   16451:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   16452:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   16453:          December 23, 2002 4:22 AM Subject: bug â
                   16454:          Charset::transcode_buf2xchar
                   16455: 
                   16456: 2002-12-20  paf
                   16457: 
                   16458:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   16459:          non-cgi [script] runs
                   16460: 
                   16461: 2002-12-19  paf
                   16462: 
                   16463:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16464:          [tested on elik]] moreover, it's not needed there [parser
                   16465:          registers charsets itself]
                   16466: 
                   16467:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16468:          [tested on elik]]
                   16469: 
                   16470:        * operators.txt, src/include/pa_globals.h,
                   16471:          src/include/pa_request.h, src/main/pa_globals.C,
                   16472:          src/main/pa_request.C: $response:download
                   16473: 
                   16474:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   16475:          compiler [win32]].
                   16476: 
                   16477: 2002-12-18  paf
                   16478: 
                   16479:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   16480: 
                   16481: 2002-12-17  paf
                   16482: 
                   16483:        * src/targets/cgi/parser3.C: merged die&iis changes
                   16484: 
                   16485:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   16486:          to exit(1) 2. more flexible iilegal call check
                   16487: 
                   16488: 2002-12-16  paf
                   16489: 
                   16490:        * ltmain.sh: some automakes silly insist on having this handy
                   16491: 
                   16492:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16493:          'p' bug fix
                   16494: 
                   16495: 2002-12-15  paf
                   16496: 
                   16497:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16498:          'p'
                   16499: 
                   16500:        * configure.in, src/include/pa_config_auto.h.in,
                   16501:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   16502:          from branch 6 to HEAD
                   16503: 
                   16504:        * src/main/compile.C: removed warning
                   16505: 
                   16506:        * src/main/pa_common.C: ftruncate having checked
                   16507: 
                   16508:        * configure.in, src/include/pa_version.h: new version
                   16509: 
                   16510: 2002-12-14  paf
                   16511: 
                   16512:        * src/classes/table.C: removed unnecessary code
                   16513: 
                   16514:        * src/sql/pa_sql_driver.h: exception type fixed
                   16515: 
                   16516: 2002-12-09  paf
                   16517: 
                   16518:        * src/types/pa_vvoid.h: $void.store[now] error
                   16519: 
                   16520:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16521: 
                   16522:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   16523:          tries to write core dump
                   16524: 
                   16525:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16526: 
                   16527:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16528:          classes/void.C, main/pa_sql_driver_manager.C,
                   16529:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16530:          handlers #2
                   16531: 
                   16532:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   16533:          exception handling mech in sql handlers
                   16534: 
                   16535:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   16536:          handlers
                   16537: 
                   16538:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16539:          classes/void.C, main/pa_sql_driver_manager.C,
                   16540:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16541:          handlers
                   16542: 
1.116     moko     16543:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   16544:          to write makefile which used libtool to install things, which is
                   16545:          not needed
1.95      moko     16546: 
                   16547: 2002-12-06  paf
                   16548: 
                   16549:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   16550:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   16551: 
                   16552: 2002-12-05  paf
                   16553: 
                   16554:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   16555:          cc/bcc OK now
                   16556: 
                   16557:        * src/main/untaint.C: mail header closed properly
                   16558: 
                   16559:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   16560:          header ',' allowed.  still bugs in smtp [only one receiptient
                   16561:          works, cc, bcc ignored now, and MAILED ;)]
                   16562: 
                   16563:          [strncpy killed, memnchr used]
                   16564: 
                   16565:        * src/main/pa_table.C: table-copy now current=0
                   16566: 
                   16567:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   16568:          lowlevel proc
                   16569: 
                   16570:        * src/targets/cgi/parser3.C: more checks on
                   16571:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16572:          checked that now
                   16573: 
                   16574:        * src/targets/cgi/parser3.C: more checks on
                   16575:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16576:          checked that now
                   16577: 
                   16578:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   16579:          out-of-mem errors reached log]
                   16580: 
                   16581:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   16582:          mail:send MIME-Version default
                   16583: 
                   16584:        * src/main/main.dsp: pa_version included into main.dsp
                   16585: 
                   16586: 2002-12-04  paf
                   16587: 
                   16588:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   16589: 
                   16590:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   16591:          lib/libltdl -> lib/ltdl Win32 changes. s
                   16592: 
                   16593:        * src/classes/classes.awk: more strict *.C$
                   16594: 
                   16595:        * gnu.dsp: restored
                   16596: 
1.116     moko     16597:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   16598:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   16599:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   16600:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   16601:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   16602:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   16603:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   16604:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   16605:          now created with /configure, not ltdl/configure, so it does have
                   16606:          no problems with automake.  ltdl/configure
                   16607:          AC_OUTPUT(Makefile<<removed)
1.95      moko     16608: 
                   16609: 2002-12-02  paf
                   16610: 
                   16611:        * operators.txt: removed outdated status:db
                   16612: 
                   16613:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   16614:          src/main/pa_common.C, src/main/pa_request.C,
                   16615:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   16616:          tainted parts becomes http-header
                   16617: 
                   16618: 2002-11-29  paf
                   16619: 
                   16620:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   16621:          dates now objects of type date
                   16622: 
                   16623:        * src/classes/image.C: file.seek removed [it were used in image.C
                   16624:          only, and for parser user this  means that jpeg image has bad
                   16625:          size in fragment's header] now used image.format
                   16626: 
                   16627:        * src/: include/pa_common.h, main/pa_common.C,
                   16628:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   16629:          now handled exactly like $response:header values.  e.g. can be
                   16630:          hash [can have subattributes] & contain date values.
                   16631: 
                   16632:        * src/main/pa_common.C: http:// param values lang forced URI
                   16633: 
                   16634:        * src/main/pa_common.C: http:// tainted partes now %xx
                   16635: 
                   16636: 2002-11-28  paf
                   16637: 
                   16638:        * operators.txt: http.timeout
                   16639: 
                   16640:        * src/classes/image.C: ^image.length now counts interchar space.
                   16641:          plus space after last char
                   16642: 
                   16643:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   16644: 
                   16645:        * src/classes/image.C: ^image.font width measurer now scans full
                   16646:          height [were -1]
                   16647: 
                   16648:        * configure.in: stopped double libltdl/Makefile generation
                   16649: 
                   16650:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   16651:          chars [one top horizontal line of 1pixel height were missing]
                   16652: 
                   16653:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   16654:          'false' to go into (Hash *) parameter
                   16655: 
                   16656: 2002-11-27  paf
                   16657: 
                   16658:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   16659:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   16660:          returns content-disposition: >>attachment<<
                   16661: 
                   16662:        * src/classes/image.C: ^image.font << bad font file-size now
                   16663:          properly reported
                   16664: 
                   16665: 2002-11-26  paf
                   16666: 
                   16667:        * src/main/pa_request.C: fixed lang in reponse header
                   16668: 
                   16669:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   16670: 
                   16671:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   16672:          made exception: http.status with source=bad status#
                   16673: 
                   16674: 2002-11-25  paf
                   16675: 
                   16676:        * configure.in, src/classes/image.C,
                   16677:          src/include/pa_config_auto.h.in,
                   16678:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     16679:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   16680:          const void related probs fixed
1.95      moko     16681: 
                   16682:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   16683: 
                   16684:          $file[^file::load[http://there]] $file.SERVER
                   16685: 
                   16686:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   16687:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   16688:          http options [invalid onces now reported] made default
                   16689:          user-agent: paf
                   16690: 
                   16691:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   16692:          src/classes/xdoc.C, src/include/pa_common.h,
                   16693:          src/include/pa_globals.h, src/main/pa_common.C,
                   16694:          src/main/pa_globals.C, src/main/pa_request.C,
                   16695:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   16696:          now understand http:// prefix and additional params, sample:
                   16697:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   16698:          $.USER-AGENT[parser3] ]]
                   16699: 
                   16700: 2002-11-22  paf
                   16701: 
                   16702:        * src/classes/image.C, src/include/pa_globals.h,
                   16703:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   16704:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   16705:          $image.exif.DateTime & co
                   16706: 
                   16707: 2002-11-21  paf
                   16708: 
                   16709:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   16710:          _PASS_APPENDED)
                   16711: 
                   16712:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   16713:          EXIF information [were big block and it's size were considered
                   16714:          negative :(]
                   16715: 
                   16716:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   16717:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   16718:          internals rewritten. no there's reader.seek, and all's ready for
                   16719:          EXIF extraction [now we fail to measure files with EXIF info]
                   16720: 
                   16721:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   16722:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   16723:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   16724: 
                   16725: 2002-11-20  paf
                   16726: 
                   16727:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   16728: 
                   16729:        * configure.in, src/include/pa_config_auto.h.in,
                   16730:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   16731:          comment
                   16732: 
                   16733:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   16734: 
                   16735:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16736:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   16737:          currently processed document SIGPIPE >> interrupts request
                   16738:          processing [exception = DB rollback]
                   16739: 
                   16740:        * src/main/pa_exec.C: comment
                   16741: 
                   16742:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   16743: 
                   16744:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   16745:          << disable HTTP-POST repassing
                   16746: 
                   16747:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16748:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   16749:          pipe read errors now checked
                   16750: 
                   16751: 2002-11-19  paf
                   16752: 
                   16753:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   16754:          CGI: Illegal call
                   16755: 
                   16756: 2002-11-01  paf
                   16757: 
                   16758:        * src/main/execute.C: comment
                   16759: 
                   16760: 2002-10-31  paf
                   16761: 
                   16762:        * src/main/execute.C: found out why, checked that for now.  todo:
                   16763:          find out a way for that user could do that
                   16764: 
                   16765:        * src/types/pa_vstateless_object.h: object put replaces static
                   16766:          parent if any
                   16767: 
                   16768:        * src/types/pa_vobject.C: object put replaces static parent if any
                   16769: 
                   16770:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16771:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   16772:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16773:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16774:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16775:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16776:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16777:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16778:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16779:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16780:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16781:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16782:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16783:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16784:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16785:          types/pa_wwrapper.h: static fix merged
                   16786: 
                   16787:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   16788:          $virtual_fields in dynamic, but one can reach derived
                   16789:          static[class] variable from base
                   16790: 
                   16791:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16792:          types/pa_vobject.C, types/pa_vobject.h,
                   16793:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   16794:          statics, left $virtual_fields in dynamic
                   16795: 
                   16796:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   16797:          one can't remember derivates in base class: there's so many of
                   16798:          them.  also there can be no virtual method calls in static
                   16799:          classes
                   16800: 
                   16801:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16802:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   16803:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16804:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16805:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16806:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16807:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16808:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16809:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16810:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16811:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16812:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16813:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16814:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16815:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16816:          types/pa_wwrapper.h: static call $self fixed
                   16817: 
                   16818:        * src/main/execute.C: comment
                   16819: 
                   16820:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   16821:          ^process[$caller.self]{...} now compiles to last derived object
                   16822:          part of that 'self'
                   16823: 
                   16824: 2002-10-29  paf
                   16825: 
                   16826:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   16827:          re-passing [iis to blame]
                   16828: 
                   16829:        * src/classes/string.C: changed string.save to pass current sql
                   16830:          connection to cstr thus one can ^connect[some server]{
                   16831:          $s[insert into table x (x) values (^taint[sql]{value})]
                   16832:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   16833:          properly escaped.  [tried in mssql->mysql export->import of
                   16834:          binary data]
                   16835: 
                   16836: 2002-10-25  paf
                   16837: 
                   16838:        * src/types/pa_vresponse.C: case insensitive response user fields
                   16839:          get/put
                   16840: 
                   16841:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16842:          types/pa_vresponse.C: saving for maybe-future
                   16843: 
                   16844: 2002-10-23  paf
                   16845: 
                   16846:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   16847:          ^table.hash(expr)...
                   16848: 
                   16849:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   16850: 
                   16851: 2002-10-22  paf
                   16852: 
                   16853:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   16854:          VForm::Append...(...Value)
                   16855: 
                   16856:        * src/main/execute.C: $.name outside of $name[...] checked
                   16857: 
                   16858:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   16859:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   16860: 
                   16861: 2002-10-21  paf
                   16862: 
                   16863:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   16864:          $form:qtail $form:imap.x/y
                   16865: 
                   16866:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   16867:          "?value&...", "...&value&...", "...&value"
                   16868: 
                   16869:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   16870: 
                   16871:        * operators.txt, src/classes/file.C: /some/page.html:
                   16872:          ^file:fullpath[a.gif] => /some/a.gif
                   16873: 
                   16874: 2002-10-17  paf
                   16875: 
                   16876:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   16877:          a little: logical not and bitwise negation precedence made
                   16878:          highest, << and >> bitshits precedence made equal [were << higher
                   16879:          than >>]
                   16880: 
                   16881:        * src/classes/op.C: exception handling fixed [were bad with
                   16882:          contexts]
                   16883: 
                   16884: 2002-10-16  paf
                   16885: 
                   16886:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16887:          main/pa_request.C: Request::self considered equal to
                   16888:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16889:          VMethodFrame.self()
                   16890: 
                   16891:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16892:          $hash in open field now gives old good error meesage
                   16893: 
                   16894: 2002-10-15  paf
                   16895: 
                   16896:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16897:          use ^if($junction is junction){was and now true}
                   16898: 
                   16899:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16900:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16901:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16902:          points to place where value left xml library and came to parser:
                   16903:          place of dom field extraction/call
                   16904: 
                   16905:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16906:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16907:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16908:          allowing $junction.xxx at compile time
                   16909: 
                   16910:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16911:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16912:          objects also considered [were only classes]
                   16913: 
                   16914:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16915:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16916:          with CLASS self.  [   (request&method_frame).self temporarily
                   16917:          changed   ]
                   16918: 
                   16919:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16920:          no exception to native calls.  for&foreach changed to use
                   16921:          method_frame.caller for their var's name context
                   16922: 
                   16923:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16924:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16925:          compiling to system classes disabled
                   16926: 
                   16927:        * operators.txt, src/classes/op.C:
                   16928:          ^process[$caller.CLASS]{code-string} added
                   16929: 
                   16930:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16931:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16932:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16933:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16934:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16935:          introducing $caller
                   16936: 
                   16937:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16938:          find them lower by inheritance tree
                   16939: 
                   16940:        * src/types/pa_vjunction.C: ident
                   16941: 
                   16942: 2002-10-14  paf
                   16943: 
                   16944:        * src/classes/op.C: process compiles to code's class class
                   16945: 
                   16946:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16947:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16948:          main/compile.y, main/execute.C, main/pa_request.C,
                   16949:          types/pa_vstateless_class.h: operators now main-class-methods
                   16950: 
                   16951:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16952:          better stack trace [has "call" & co there]
                   16953: 
                   16954:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16955:          operators @auto now executed in MAIN context
                   16956: 
                   16957:        * src/main/execute.C: operator execution context now = MAIN, not
                   16958:          closest stack frame
                   16959: 
                   16960:          @touchit[] $i[after]
                   16961: 
                   16962:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16963:          were 'after'
                   16964: 
                   16965:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16966:          'after'
                   16967: 
                   16968:        * src/main/execute.C: comment
                   16969: 
                   16970:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16971:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16972:          action]
                   16973: 
                   16974:        * src/types/pa_vxnode.C: misreplace fixed
                   16975: 
                   16976:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16977:          src/types/pa_vstatus.C, operators.txt:
                   16978:          $status:rusage.tv_secs/usecs introduced
                   16979: 
                   16980: 2002-10-09  paf
                   16981: 
                   16982:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16983:          on empty string [or uses (default)]
                   16984: 
                   16985: 2002-10-08  paf
                   16986: 
                   16987:        * src/main/untaint.C: mail header quoted printable changed after
                   16988:          RFC reread
                   16989: 
                   16990:        * operators.txt: plan on ^if(method
                   16991: 
                   16992:        * src/types/pa_vxnode.C: misreplace
                   16993: 
                   16994: 2002-09-24  paf
                   16995: 
1.116     moko     16996:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16997: 
                   16998:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16999:          mailreceive would compile on freebsd now
                   17000: 
                   17001:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   17002:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     17003:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   17004:          mailreceive would compile on freebsd now
1.95      moko     17005: 
                   17006:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   17007:          changed: now there are only few chars are untainted: * ? ' " < >
                   17008:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   17009:          one should use ^untaint[uri]{...} now]
                   17010: 
                   17011:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   17012:          $list.name, not tainted as filespec
                   17013: 
                   17014:          @russianindex[] #dir with files with russian-lang names
                   17015:          $where[dir]
                   17016: 
                   17017:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   17018:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   17019: 
                   17020: 2002-09-23  paf
                   17021: 
                   17022:        * src/types/pa_vdouble.h: double->int round added
                   17023: 
                   17024:        * src/classes/date.C: date bug fix, now
                   17025:          round(floatDays*secondsPerDay)
                   17026: 
                   17027:        * src/classes/date.C: date bug fix, now
                   17028:          round(floatDays*secondsPerDay)
                   17029: 
                   17030: 2002-09-20  paf
                   17031: 
                   17032:        * src/main/execute.C: code junction calls disabled [before: code
                   17033:          was compiled in such a way, that there were no code-junctions in
                   17034:          OP_CALL]
                   17035: 
                   17036:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   17037: 
                   17038:          @badjunctioncallinside[code] ^code[]
                   17039: 
                   17040:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   17041:          expanding to include ^junction.method
                   17042: 
                   17043:        * src/main/pa_common.C: -d "DIR/" now true
                   17044: 
                   17045:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   17046:          as internal xdoc encoding, and after decoding attributes set by
                   17047:          dom functions now encoded OK, not as digital entities
                   17048: 
                   17049:        * src/classes/xdoc.C: empty transform result, being taken as file
                   17050:          now returns empty file, not raises stupid error about "stat-ed
                   17051:          file"
                   17052: 
                   17053:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   17054:          allowed
                   17055: 
                   17056:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   17057:          write iterators now:
                   17058: 
                   17059:          ^user-foreach[key;value]{$key=$value<br>}
                   17060: 
                   17061:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17062:          $code.value($i*2)       $code }
                   17063: 
                   17064:        * src/main/compile_tools.h: mistype
                   17065: 
1.116     moko     17066:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   17067:          thus taking linking options configure changes into account [were:
                   17068:          ignoring]
1.95      moko     17069: 
                   17070:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   17071:          $junction.get/put(1) one can write iterators now:
                   17072: 
                   17073:          ^user-foreach[key;value]{$key=$value<br>}
                   17074: 
                   17075:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17076:          $code.value($i*2)       $code }
                   17077: 
                   17078:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17079:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17080:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   17081:          introducing $junction.get/put(1) one can write iterators now:
                   17082: 
                   17083:          ^user-foreach[key;value]{$key=$value<br>}
                   17084: 
                   17085:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17086:          $code.value($i*2)       $code }
                   17087: 
                   17088: 2002-09-19  paf
                   17089: 
1.116     moko     17090:        * Makefile.am: new: make commit
1.95      moko     17091: 
                   17092:        * aclocal.m4: forced to be older
                   17093: 
                   17094: 2002-09-18  paf
                   17095: 
                   17096:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   17097:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   17098: 
                   17099:        * src/: include/pa_common.h, include/pa_request.h,
                   17100:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   17101:          - now this - fatal error
                   17102: 
                   17103:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   17104:          that one can pass binary data there
                   17105: 
                   17106:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17107:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17108:          classes/op.C, classes/response.C, classes/string.C,
                   17109:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17110:          include/pa_request.h: pa_request contexts made privated, plus
                   17111:          get_{self/method_frame} to read.  Request_context_saver used in
                   17112:          ^try to save flang too.  [were not saved]
                   17113: 
                   17114:        * src/types/pa_vresponse.C: header value chains joined before
                   17115:          output, this should help $.subject[$var $var] from being
                   17116:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   17117: 
                   17118: 2002-09-17  paf
                   17119: 
                   17120:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   17121:          removed changes, operators executed with calling self.  lots of
                   17122:          code with ^include code relies on defined/defining self variables
                   17123: 
                   17124:          $a[1] ^include[print_a.p] print_a.p: $a
                   17125: 
                   17126:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   17127: 
                   17128:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   17129:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17130:          types/pa_vstateless_class.h: operators now executed with MAIN
                   17131:          self.  it's for ^include sake, too strong a change
                   17132: 
                   17133:        * src/classes/op.C: made place for ^process to compile it's code to
                   17134:          in case of no self
                   17135: 
                   17136:        * src/main/execute.C: found ancient param to Junction, removed.
                   17137:          allowed passing self to native_code_operators [for ^process to
                   17138:          work, she needs self]
                   17139: 
                   17140:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   17141:          types/pa_vstateless_class.h: found ancient param to Junction,
                   17142:          removed.  allowed passing self to native_code_operators [for
                   17143:          ^process to work, she needs self]
                   17144: 
                   17145:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   17146:          types/pa_value.h, types/pa_vmethod_frame.h,
                   17147:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   17148:          checked that in VMethodFrame get/put and $self.
                   17149: 
                   17150:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   17151:          copy options options checked, wrong option now fatal error
                   17152: 
                   17153:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   17154:          pieces boundaries]
                   17155: 
1.150     moko     17156:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17157:          .dll on cygwin, .so in other cases)
1.95      moko     17158: 
                   17159:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17160:          .dll on cygwin, .so in other cases)
                   17161: 
                   17162:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   17163:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   17164:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   17165:          record taken [were last]
                   17166: 
                   17167:        * src/: classes/hash.C, classes/table.C,
                   17168:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   17169:          now errors
                   17170: 
                   17171:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   17172: 
                   17173:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   17174:          ,2,3]
                   17175: 
                   17176: 2002-09-16  paf
                   17177: 
                   17178:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   17179:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   17180:          stdout to be binary.  now detected closest header break.
                   17181: 
                   17182:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   17183:          closed right
                   17184: 
                   17185: 2002-09-13  paf
                   17186: 
                   17187:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   17188:          src/main/compile_tools.h: (expression #comment)
                   17189: 
                   17190:          (multiline expression #comment  line2  #comment )
                   17191: 
                   17192:          (expression #comment with (brackets) comment) << OK
                   17193: 
                   17194:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   17195:          bitwise !|| numerical xor now [preparing for expression
                   17196:          #comments]
                   17197: 
                   17198:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   17199:          error
                   17200: 
                   17201:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   17202:          cheched in pa_socks.C
                   17203: 
1.116     moko     17204:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17205:          HAVE_WINSOCK_H created in configure.in
1.95      moko     17206: 
                   17207:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   17208:          cookie date now clean [were mistakenly tainted & that worked bad
                   17209:          with opera -- 'happily' that worked OK with msie]
                   17210: 
                   17211: 2002-09-12  paf
                   17212: 
                   17213:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   17214:          VClass get_element now first looks to fields, next to methods &
                   17215:          co todo: the rest reason: more speed
                   17216: 
                   17217:        * src/main/untaint.C: quoted printable encoding stops before
                   17218:          \s*<...>$
                   17219: 
                   17220:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   17221:          stops before <...>$
                   17222: 
                   17223: 2002-09-11  paf
                   17224: 
                   17225:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   17226:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   17227:          forgot to check users of those funcs. not all were using that
                   17228:          return value convention
                   17229: 
                   17230:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   17231:          windows-1254 added
                   17232: 
                   17233: 2002-09-10  paf
                   17234: 
                   17235:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   17236:          VCodeFrame parent param were specified badly
                   17237: 
                   17238:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   17239:          WWrapper which used in constructing objects(second param to sql
                   17240:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   17241:          code in hash to survivi
                   17242: 
                   17243:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   17244:          param to execute [stack said 'thanks']
                   17245: 
                   17246:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   17247:          types/pa_value.h, types/pa_vcode_frame.h,
                   17248:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17249:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   17250:          responsibility to wcontext
                   17251: 
                   17252:        * src/classes/file.C: decided not to log exec's with stderr, that
                   17253:          could be warnings, and it's up to scritper to log/show them
                   17254: 
                   17255:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   17256:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   17257:          double/string converstion, which were loosing time&precesion
                   17258: 
                   17259:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   17260:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   17261:          case of unfinished in buffer processing, causing accidental
                   17262:          transcode stop [in case that source enc != utf-8 & there is
                   17263:          incomplete utf-8 sequence at the end of 16000block iside of
                   17264:          libxml lib] tfm readed & code updated
                   17265: 
                   17266: 2002-09-04  paf
                   17267: 
                   17268:        * configure: makes with sjlj
                   17269: 
                   17270:        * INSTALL, src/include/pa_config_fixed.h,
                   17271:          src/include/pa_sql_connection.h,
                   17272:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   17273:          checked.  on win32 it made default
                   17274: 
                   17275:        * src/include/pa_config_auto.h.in: sjlj define
                   17276: 
                   17277:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   17278:          can not work with longjump/throw pair, and one must switch that
                   17279:          on there.  todo: detect that automatically]
                   17280: 
                   17281:        * src/types/pa_vxnode.C: removed too strong checks of
                   17282:          xnode.elements.  now, for instance, if element does not have any
                   17283:          attributes, $xnode.attributes is void, not error
                   17284: 
                   17285: 2002-09-02  paf
                   17286: 
                   17287:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   17288:          removed double_result, didn't help
                   17289: 
                   17290:        * src/main/execute.C: double_result made to move that var away from
                   17291:          hungry g++ optimizer (-O2), before: it were optimized and
                   17292:          comparison operators worked badly
                   17293: 
                   17294:        * src/types/pa_vdate.h: removed debug
                   17295: 
1.116     moko     17296:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     17297: 
                   17298:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   17299:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   17300:          unknown reason.
                   17301: 
                   17302: 2002-08-29  paf
                   17303: 
                   17304:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   17305:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   17306:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   17307:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   17308:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   17309:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   17310:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   17311:          [called less frequent, allowed to remove ugly
                   17312:          Junction.change_context-s from many places, switch,
                   17313:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   17314:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   17315:          [speed up]
                   17316: 
                   17317: 2002-08-28  paf
                   17318: 
                   17319:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   17320:          tainted
                   17321: 
                   17322:        * src/types/pa_vcookie.C: fixed cookie delete when
                   17323:          $cookie:name[$.value[]]
                   17324: 
                   17325:        * operators.txt, src/classes/string.C:
                   17326:          ^string.split[delim[;options]]
                   17327: 
                   17328: 2002-08-27  paf
                   17329: 
1.116     moko     17330:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     17331: 
                   17332:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   17333:          delimiter
                   17334: 
                   17335:        * INSTALL: recommended latest gmime 1.0.5
                   17336: 
                   17337: 2002-08-26  paf
                   17338: 
                   17339:        * configure, configure.in: apache13/hook added to make dist.
                   17340: 
                   17341: 2002-08-23  paf
                   17342: 
                   17343:        * src/: include/pa_common.h, main/pa_common.C,
                   17344:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   17345:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   17346:          whatever] it's error now
                   17347: 
                   17348: 2002-08-21  paf
                   17349: 
1.116     moko     17350:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     17351: 
                   17352:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17353:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   17354:          class".  compiled as if here they named base class
                   17355: 
                   17356:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   17357:          cloning constructor]
                   17358: 
                   17359:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   17360: 
1.150     moko     17361:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     17362:          $mail.received.file.value.content-type fixed
                   17363: 
                   17364: 2002-08-20  paf
                   17365: 
                   17366:        * src/classes/file.C: fixed language of file:file result
                   17367: 
                   17368:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   17369:          from 3.0.0005
                   17370: 
                   17371:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   17372: 
                   17373:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   17374:          3.0.0005
                   17375: 
                   17376:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   17377: 
                   17378: 2002-08-19  paf
                   17379: 
                   17380:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   17381:          work now
                   17382: 
                   17383:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   17384:          error in xnode, which were not catched in xdoc]
                   17385: 
                   17386:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   17387:          prepared:        // validate each document after load/create (?)
                   17388:                 //xmlDoValidityCheckingDefaultValue = 1;
                   17389: 
                   17390: 2002-08-15  paf
                   17391: 
                   17392:        * src/classes/classes.h: write to static var caused useless
                   17393:          Exception, introduced Methoded::put_element wich consumes those
                   17394: 
                   17395:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   17396:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   17397:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   17398:          $response:field[date] $response:field[$.xxx[date]]
                   17399: 
                   17400:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17401:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   17402:          ^hash::sql{bad}
                   17403: 
                   17404:        * operators.txt: $request:body unprecessed POST request body
                   17405: 
                   17406:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   17407: 
                   17408:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   17409:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   17410: 
                   17411:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   17412:          src/include/pa_request.h, src/main/pa_pool.C,
                   17413:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   17414:          $request:body r.post_data now const
                   17415: 
                   17416:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   17417:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   17418:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   17419:          types/pa_vtable.h: instead of type() checking everywhere used
                   17420:          Value.as now user descendants can be used in params.
                   17421: 
                   17422:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   17423:          ^if($xtable) now OK
                   17424: 
                   17425:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   17426:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   17427:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   17428: 
                   17429: 2002-08-14  paf
                   17430: 
                   17431:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   17432:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17433:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17434:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17435:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17436:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17437:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17438:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17439:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17440:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17441:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17442:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17443:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17444:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   17445:          & VClass
                   17446: 
                   17447:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   17448: 
                   17449:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   17450:          removed fixopt stupidity. on stupid linux use cd /document/root
                   17451:          ../cgi/parser3 script
                   17452: 
                   17453:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   17454:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   17455: 
                   17456:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   17457:          fixopt.h: fixopt now preprocesses command line params, splitting
                   17458:          them by space, excluding argv[0], argv[argc-1]
                   17459: 
                   17460:        * src/targets/cgi/parser3.C: -f config file
                   17461: 
                   17462:        * src/targets/cgi/parser3.C: fixed .log file dir
                   17463: 
                   17464: 2002-08-13  paf
                   17465: 
                   17466:        * src/types/pa_vobject.C: allow override parent variables, useful
                   17467:          for form descendants [in vobject too, were in vclass]
                   17468: 
                   17469:        * src/types/pa_vclass.C: allow override parent variables, useful
                   17470:          for form descendants
                   17471: 
                   17472:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   17473:          overwritten in derived(table)
                   17474: 
                   17475:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17476:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   17477:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17478:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17479:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17480:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17481:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17482:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17483:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17484:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17485:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17486:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17487:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17488:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17489:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   17490:          Value::get_element(..., bool looking_down) [needed to exclude
                   17491:          endless recoursion]
                   17492: 
                   17493:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   17494:          fix bug with put endless recoursion todo: check 'as'
                   17495: 
                   17496:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   17497:          reorganized modules todo: fix bug with put endless recoursion
                   17498:          todo: check 'as'
                   17499: 
                   17500:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   17501:          in derived(table)
                   17502: 
                   17503:        * src/types/pa_vobject.h: derived classes can have fields of their
                   17504:          own now
                   17505: 
                   17506:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   17507:          fixed error message on using non-created table
                   17508: 
                   17509:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   17510:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   17511:          main/compile.C, main/compile.tab.C, main/execute.C,
                   17512:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17513:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17514:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17515:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17516:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   17517:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17518:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17519:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17520:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17521:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17522:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17523:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17524:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   17525:          looking down/up tree todo: fix error message on non-constructed
                   17526:          parents
                   17527: 
                   17528: 2002-08-12  paf
                   17529: 
                   17530:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   17531:          derived OK
                   17532: 
                   17533:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   17534:          thorough testing
                   17535: 
                   17536:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   17537:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17538:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17539:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   17540:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   17541:          ^base:create[] dynamic call rewritten todo: thorough testing
                   17542: 
                   17543:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   17544:          now instantates base class, remembers it and saves child in
                   17545:          parent VObject.get_class now returns last child = downward
                   17546:          virtual calls OK
                   17547: 
                   17548:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17549:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17550:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   17551:          types/pa_vobject.h, types/pa_vresponse.h,
                   17552:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17553:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   17554:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   17555:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   17556:          instance]
                   17557: 
                   17558:        * src/main/pa_request.C: $response:body[file] content-type check
                   17559:          fixed [were bad when content-type is hash]
                   17560: 
                   17561: 2002-08-09  paf
                   17562: 
                   17563:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17564:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   17565: 
                   17566: 2002-08-08  paf
                   17567: 
                   17568:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   17569:          src/main/pa_globals.C: year column in month calendar [week year]
                   17570: 
                   17571:        * src/main/execute.C: error reporting on object writes to MAIN
                   17572:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   17573: 
                   17574:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   17575:          $date.daylightsaving
                   17576: 
                   17577:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   17578:          use tainted data now. only she must specify the language.
                   17579: 
                   17580:          ^mail:send[     $.from[paf@mail.design.ru]
                   17581:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   17582:                $.text[^taint[uri][ìîñêâà]=] ]
                   17583: 
                   17584:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   17585:          now prints more precise origin
                   17586: 
                   17587:        * src/include/pa_string.h: String::first_char now not fails on
                   17588:          empty strings ^if(-f '') now ok and in 3 other places.
                   17589: 
                   17590:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   17591:          String::first_char now not fails on empty strings ^if(-f '') now
                   17592:          ok and in 3 other places.
                   17593: 
                   17594: 2002-08-07  paf
                   17595: 
                   17596:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   17597:          fixed
                   17598: 
                   17599:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   17600: 
                   17601:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   17602:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17603:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   17604:          mistakenly not completely transparent to object writes.
                   17605:          $hash[^if(1){$hash}] now works
                   17606: 
                   17607:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   17608:          now erasing cache file [there were bad check on that]
                   17609: 
                   17610:        * src/: classes/classes.dsp, classes/table.C,
                   17611:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   17612:          all Debug dirs in .dsp now named 'Debug'
                   17613: 
1.116     moko     17614:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     17615: 
                   17616:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   17617: 
                   17618:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   17619: 
                   17620:        * src/types/pa_vmail.C: mail:send empty  email checked
                   17621: 
                   17622: 2002-08-06  paf
                   17623: 
                   17624:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17625:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17626:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   17627: 
                   17628:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   17629:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   17630:          #  $.default() }
                   17631: 
                   17632:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   17633: 
                   17634:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17635:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   17636:          $file.content-type [instead of .mime-type] now works for
                   17637:          file::stat also
                   17638: 
                   17639:        * src/main/pa_request.C: case insensitive mime_type_of
                   17640: 
                   17641: 2002-08-05  paf
                   17642: 
                   17643:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   17644: 
                   17645:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   17646: 
                   17647:        * operators.txt: comment on date:calendar week column
                   17648: 
                   17649:        * src/main/pa_common.C: write checked
                   17650: 
                   17651:        * src/main/: pa_common.C: write checked
                   17652: 
                   17653:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   17654: 
                   17655:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   17656:          month calendar week column [ISO 8601 Week Numbers]
                   17657: 
                   17658: 2002-08-02  paf
                   17659: 
                   17660:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   17661:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   17662:          DEBUG*
                   17663: 
                   17664:        * configure, configure.in, src/include/pa_version.h: release
                   17665:          3_0_0005
                   17666: 
                   17667:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   17668:          multipart post fixed
                   17669: 
                   17670:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   17671:          response transcoded source->client only when text/* or simple
                   17672:          onoverridden $response:body
                   17673: 
                   17674: 2002-08-01  paf
                   17675: 
                   17676:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17677:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17678:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17679:          classes/op.C, classes/response.C, classes/string.C,
                   17680:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17681:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17682:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17683:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   17684:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17685:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   17686:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   17687:          include/pa_socks.h, include/pa_sql_connection.h,
                   17688:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17689:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17690:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17691:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17692:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17693:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   17694:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17695:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17696:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17697:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17698:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17699:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17700:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17701:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17702:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17703:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17704:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17705:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17706:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   17707:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   17708:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17709:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   17710:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17711:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17712:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17713:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   17714:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17715:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17716:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17717:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17718:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17719:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17720:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17721:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     17722:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     17723: 
                   17724:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   17725:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   17726:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17727:          classes/math.C, classes/op.C, classes/response.C,
                   17728:          classes/string.C, classes/table.C, classes/void.C,
                   17729:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17730:          include/pa_array.h, include/pa_cache_managers.h,
                   17731:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17732:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17733:          include/pa_dictionary.h, include/pa_dir.h,
                   17734:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17735:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17736:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17737:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17738:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17739:          include/pa_stack.h, include/pa_string.h,
                   17740:          include/pa_stylesheet_connection.h,
                   17741:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17742:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17743:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   17744:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17745:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   17746:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17747:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17748:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17749:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17750:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17751:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17752:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17753:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17754:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17755:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17756:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17757:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17758:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   17759:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17760:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17761:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17762:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17763:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17764:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17765:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17766:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17767:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17768:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17769:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17770:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17771:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17772:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17773:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17774:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   17775:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   17776:          types/Makefile.am: ident.C* removed
                   17777: 
                   17778:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   17779:          file:find[/can/do/this/now.txt]
                   17780: 
                   17781:        * src/targets/cgi/parser3.C: usage to stdout now
                   17782: 
                   17783: 2002-07-31  paf
                   17784: 
                   17785:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   17786: 
                   17787:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   17788:          default "postmaster"
                   17789: 
                   17790:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   17791:          -f postmaster now default sendmail key word "postmaster"
                   17792:          replaced to $.from
                   17793: 
                   17794: 2002-07-30  paf
                   17795: 
1.116     moko     17796:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   17797:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     17798: 
                   17799:        * src/main/pa_charset.C: comment
                   17800: 
                   17801:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   17802:          table, &#decimal;
                   17803: 
                   17804:        * src/main/pa_request.C: comment
                   17805: 
                   17806:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   17807:          paragraf]
                   17808: 
                   17809: 2002-07-11  paf
                   17810: 
                   17811:        * src/main/pa_exec.C: build command line badly added params twice
                   17812:          [and first time without ' ']. double wrong. fixed.
                   17813: 
                   17814:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   17815:          wich parser did not provide = reported badly.  fixed that.
                   17816: 
                   17817:        * src/classes/mail.C: $MAIL[ # xxx ]
                   17818: 
                   17819:          now ok
                   17820: 
                   17821:        * operators.txt: plan: sql detailed exception
                   17822: 
                   17823: 2002-07-01  paf
                   17824: 
                   17825:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   17826:          [MForm.configure_admin were called when request.main_class ==0
                   17827: 
                   17828:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   17829: 
                   17830:        * src/classes/form.C: content_length type fix
                   17831: 
                   17832: 2002-06-30  paf
                   17833: 
                   17834:        * src/classes/mail.C: merged from 4
                   17835: 
                   17836:        * src/classes/mail.C: restored $MAIL
                   17837: 
                   17838: 2002-06-28  paf
                   17839: 
                   17840:        * configure, configure.in: removed paths.h
                   17841: 
1.116     moko     17842:        * configure, src/include/pa_version.h,
1.95      moko     17843:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   17844:          merged, makes updated
                   17845: 
                   17846:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   17847:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17848:          src/include/pa_pool.h, src/include/pa_version.h,
                   17849:          src/main/pa_charset.C, src/main/pa_pool.C,
                   17850:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   17851:          src/types/pa_vmail.C: merged latest updates to head
                   17852: 
                   17853: 2002-06-27  paf
                   17854: 
                   17855:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17856:          not error now
                   17857: 
                   17858:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17859:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17860:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17861:          ^xdoc::create[[uri]]... base uri for document being created,
                   17862:          imports and other relative file names would be relative to this
                   17863:          uri default uri=path_translated
                   17864: 
                   17865:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   17866: 
                   17867: 2002-06-26  paf
                   17868: 
                   17869:        * configure, configure.in, src/include/pa_version.h:
                   17870:          release_3_0_0004
                   17871: 
                   17872:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17873:          0 now
                   17874: 
                   17875:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17876: 
                   17877: 2002-06-25  paf
                   17878: 
                   17879:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17880:          considered bad number now
                   17881: 
                   17882:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17883:          now
                   17884: 
                   17885:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17886:          name: optimize
                   17887: 
                   17888:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17889:          library configured
                   17890: 
                   17891:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17892: 
1.150     moko     17893:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   17894:          ^math:crypt updated to generate random salt when needed and to
                   17895:          call system crypt() if not $apr1$ prefix
1.95      moko     17896: 
                   17897: 2002-06-24  paf
                   17898: 
                   17899:        * INSTALL: --with-static/shared-mailreceive described
                   17900: 
                   17901:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17902: 
1.116     moko     17903:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17904:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17905:          src/types/pa_vmail.C: $mail:received makes update
                   17906: 
                   17907:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17908:          WITH_MAILRECEIVE
                   17909: 
                   17910:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17911: 
                   17912:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17913:          option, for $mail:receive
                   17914: 
                   17915:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17916:          introducting $message:received ^mail:send rewritten with backward
                   17917:          comp
                   17918: 
                   17919:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17920:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17921:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17922:          now
                   17923: 
                   17924:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17925:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17926:          src/include/pa_request.h, src/include/pa_string.h,
                   17927:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17928:          src/main/pa_globals.C, src/main/pa_request.C,
                   17929:          src/main/pa_string.C, src/main/pa_uue.C,
                   17930:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17931:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17932:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17933:          uue to separate file introducting $message:received ^mail:send
                   17934:          rewritten with backward comp
                   17935: 
                   17936: 2002-06-21  paf
                   17937: 
1.116     moko     17938:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17939:          co changes
1.95      moko     17940: 
1.116     moko     17941:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17942:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17943:          restructure .in and .am files appropriate changes
1.95      moko     17944: 
                   17945:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17946:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17947:          targets ^math:crypt[password;$apr1$salt]
                   17948: 
                   17949:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17950:          src/Makefile.am, src/classes/Makefile.am,
                   17951:          src/classes/classes.dsp, src/classes/math.C,
                   17952:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17953:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17954:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17955:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17956:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17957:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17958:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17959:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17960:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17961:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17962:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17963:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17964:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17965:          src/main/compile.tab.C, src/main/main.dsp,
                   17966:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17967:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17968:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17969:          to libs/ added libs/md5 which is linked to non-apache targets
                   17970:          ^math:crypt[password;$apr1$salt]
                   17971: 
                   17972: 2002-06-20  paf
                   17973: 
1.150     moko     17974:        * INSTALL, configure, configure.in, operators.txt,
                   17975:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   17976:          src/include/pa_globals.h, src/include/pa_request.h,
                   17977:          src/main/execute.C, src/main/pa_request.C,
                   17978:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17979:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   17980:          file:justname&co & @auto/conf[filespec
1.95      moko     17981: 
                   17982:        * operators.txt, src/classes/file.C:
                   17983:          !^file:dirname[/a/some.tar.gz]=/a
                   17984:              !^file:dirname[/a/b/]=/a
                   17985:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17986:              !^file:justname[/a/some.tar.gz]=some.tar
                   17987:              !^file:justext[/a/some.tar.gz]=gz
                   17988: 
                   17989:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17990:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17991:          @conf/auto[filespec]
                   17992: 
1.116     moko     17993:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17994: 
1.150     moko     17995:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     17996:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17997:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17998: 
                   17999: 2002-06-18  paf
                   18000: 
                   18001:        * configure, configure.in, src/include/pa_version.h: version to
                   18002:          configure.in
                   18003: 
                   18004:        * INSTALL: reflected .conf.dist dir change
                   18005: 
1.150     moko     18006:        * Makefile.am, configure, configure.in,
1.116     moko     18007:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     18008:          .in & *.am updated
                   18009: 
                   18010:        * src/classes/file.C: strncasecmp
                   18011: 
                   18012:        * src/classes/file.C: strcasecmp
                   18013: 
1.150     moko     18014:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     18015: 
                   18016:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   18017:          insensitive check now
                   18018: 
                   18019:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   18020: 
                   18021:        * configure, configure.in, src/include/pa_pool.h,
                   18022:          src/include/pa_types.h: pack configure.in detection simplified.
                   18023:          figured out that gcc on sparc not that stupid as thought
                   18024:          previously: on sparc: when it sees packed class it modifies it's
                   18025:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   18026:          operations [st, lduh] so packed must be all parts of packed
                   18027:          class, i.e. it's parents&fields(classes).  for now it's only
                   18028:          String that packed and what was wrong is that it's parent -
                   18029:          Pooled, were not packed. fixed that.
                   18030: 
                   18031: 2002-06-14  paf
                   18032: 
                   18033:        * operators.txt: more precise xml-to-text options
                   18034: 
                   18035:        * operators.txt, src/types/pa_vxnode.C: xnode
                   18036:          attribute_node.name/value xnode pi.node.data
                   18037: 
                   18038: 2002-06-12  paf
                   18039: 
1.116     moko     18040:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   18041:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     18042: 
                   18043:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   18044:          src/include/pa_globals.h, src/include/pa_request.h,
                   18045:          src/main/compile.tab.C, src/main/pa_globals.C,
                   18046:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   18047:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   18048: 
                   18049:        * src/classes/mail.C: sendmail -ti [default now]
                   18050: 
                   18051:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   18052:          to be strings. for convinient #ing
                   18053: 
                   18054:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   18055:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   18056: 
                   18057:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   18058:          main/pa_globals.C, main/pa_request.C: @conf
                   18059: 
                   18060: 2002-06-11  paf
                   18061: 
                   18062:        * src/classes/file.C: check simplified
                   18063: 
                   18064:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   18065:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   18066:          valid prefix
                   18067: 
                   18068:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   18069:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   18070:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   18071: 
                   18072: 2002-06-10  paf
                   18073: 
                   18074:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   18075:          src/main/pa_common.C: lock failures reported now
                   18076: 
                   18077:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   18078:          string->double @ compile time were not-enough-checking...
                   18079: 
                   18080:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   18081:          autoconvert now ignored
                   18082: 
                   18083:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   18084:          check
                   18085: 
                   18086:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   18087:          $response:body content-type:name
                   18088: 
                   18089:        * configure, configure.in: hpux check, nsl link, no socket
                   18090: 
                   18091:        * operators.txt: old merge conflict removed
                   18092: 
                   18093:        * configure, configure.in: pack even address access on sparc&co
                   18094:          arch checked in configure
                   18095: 
                   18096:        * configure, src/include/pa_version.h: makes
                   18097: 
                   18098:        * configure, configure.in, src/include/pa_version.h: makes
                   18099: 
                   18100:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   18101:          with charset even when all letters were 7bit one
                   18102: 
                   18103:        * src/main/pa_common.C: merged fixed -d (bug)
                   18104: 
                   18105:        * src/main/pa_common.C: fixed -d (bug)
                   18106: 
                   18107: 2002-06-03  paf
                   18108: 
                   18109:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   18110:          src/classes/classes.dsp, src/main/compile.tab.C,
                   18111:          src/main/main.dsp, src/main/pa_globals.C,
                   18112:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   18113:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   18114:          .dsp-s along with reorganized cvs modules dirs structure
                   18115: 
                   18116:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18117:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   18118:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   18119:          modules
                   18120: 
                   18121: 2002-05-28  paf
                   18122: 
                   18123:        * src/targets/cgi/parser3.C: info.uri now ""
                   18124: 
                   18125: 2002-05-17  paf
                   18126: 
                   18127:        * src/classes/: table.C: ^table.save << checked empty
                   18128:          pre/match/post columns
                   18129: 
                   18130: 2002-05-16  paf
                   18131: 
                   18132:        * src/classes/image.C: image::measure can png now
                   18133: 
                   18134: 2002-05-15  paf
                   18135: 
                   18136:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   18137:          added
                   18138: 
                   18139:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   18140: 
                   18141:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   18142:          %H[:%M[:%S]]]]]] [-%m now
                   18143: 
                   18144: 2002-05-14  paf
                   18145: 
                   18146:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   18147: 
                   18148: 2002-05-07  paf
                   18149: 
                   18150:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   18151:          src/include/pa_globals.h, src/include/pa_request.h,
                   18152:          src/include/pa_table.h, src/main/compile.tab.C,
                   18153:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   18154:          src/main/pa_request.C, src/main/pa_table.C,
                   18155:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   18156:          src/targets/isapi/parser3isapi.dsp,
                   18157:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   18158:          name2number field now &.  main_method_name now on Request pool
                   18159:          rather on global_pool [Junction+VJunction created on same pool as
                   18160:          name = were created on global pool, causing mem leaks]
                   18161: 
                   18162:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   18163:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   18164:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   18165:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   18166:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18167:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   18168:          field now &.  main_method_name now on Request pool rather on
                   18169:          global_pool [Junction+VJunction created on same pool as name =
                   18170:          were created on global pool, causing mem leaks]
                   18171: 
                   18172: 2002-05-06  paf
                   18173: 
                   18174:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18175:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18176:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18177: 
                   18178:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18179:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18180:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18181: 
                   18182: 2002-04-30  paf
                   18183: 
                   18184:        * configure, src/include/pa_version.h: version now not b
                   18185: 
                   18186:        * src/targets/cgi/parser3.C: request.uri now never 0
                   18187: 
                   18188: 2002-04-29  paf
                   18189: 
                   18190:        * configure.in: removed b
                   18191: 
                   18192:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   18193:          Exception::comment/type checked in (), no there's no empty
                   18194:          type/comment by default
                   18195: 
                   18196:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   18197:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   18198:          src/doc/value.dox, src/include/pa_exception.h,
                   18199:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   18200:          0001
                   18201: 
                   18202: 2002-04-26  paf
                   18203: 
                   18204:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   18205:          size reduced
                   18206: 
                   18207: 2002-04-25  paf
                   18208: 
                   18209:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   18210:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   18211:          now that took into account
                   18212: 
                   18213:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   18214:          01:03:04]
                   18215: 
                   18216:        * ChangeLog, operators.txt, src/classes/date.C:
                   18217:          ^date::create[2002-12-33 01:03:04]
                   18218: 
                   18219:        * ChangeLog: updated changelog
                   18220: 
                   18221:        * src/classes/table.C: removed restriction on column count to
                   18222:          ^table.hash to work, now must be >0 [were >1]
                   18223: 
                   18224: 2002-04-24  paf
                   18225: 
                   18226:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18227:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18228:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   18229:          targets
                   18230: 
                   18231: 2002-04-23  paf
                   18232: 
                   18233:        * operators.txt, src/classes/string.C:
                   18234:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   18235:          "junction used outside of context"]
                   18236: 
                   18237: 2002-04-22  paf
                   18238: 
                   18239:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   18240:          src/main/pa_string.C, src/types/pa_vstring.C,
                   18241:          src/types/pa_vstring.h: ^string.optimize[]
                   18242: 
                   18243:        * src/: include/pa_globals.h, include/pa_table.h,
                   18244:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   18245:          table template
                   18246: 
                   18247:        * src/classes/: string.C: optimize removed from string
                   18248:          .left/right/pos
                   18249: 
                   18250:        * src/main/execute.C: rolled back to
                   18251:          before_killing_userjunction_contexts
                   18252: 
                   18253:        * src/main/execute.C: user junctions context killed
                   18254: 
                   18255:        * src/main/execute.C: junctions to local contexts got
                   18256:          cleanized&checked later
                   18257: 
                   18258: 2002-04-19  paf
                   18259: 
                   18260:        * src/: classes/string.C, include/pa_request.h,
                   18261:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   18262:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   18263:          prior to .left .right .mid .pos .match when that is profitable,
                   18264:          and always before .replace when $ORIGINS(1) optimization disabled
                   18265:          economy from not wasting mem on lots of strings which occur by
                   18266:          lots of String:mid calls to get parts of source string between
                   18267:          found_occurances
                   18268: 
                   18269:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   18270:          ^file:list
                   18271: 
                   18272:        * src/: include/pa_globals.h, include/pa_table.h,
                   18273:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   18274:          globalized, not created @ each ^match anymore economy:
                   18275:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   18276: 
                   18277:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   18278:          removed from each String::match replace iteration, and made
                   18279:          stacked sizeof(VTable)=12bytes economy on each replace code
                   18280: 
                   18281:        * src/doc/footer.htm: 2001,
                   18282: 
                   18283:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18284:          string.match[]['] option enables generation of $match.prematch
                   18285:          .match .postmatch columns
                   18286: 
                   18287:        * src/main/pa_string.C: String::match options analized without
                   18288:          cstr-ing them now
                   18289: 
                   18290:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   18291:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   18292:          config updated to doxygen 1.2.15, created helper which fixes
                   18293:          minor bugs in chm project files & htm tree.  changed extension to
                   18294:          .htm
                   18295: 
                   18296: 2002-04-18  paf
                   18297: 
                   18298:        * src/doc/doxygen.cfg: .chi generation disabled
                   18299: 
                   18300:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   18301:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   18302:          fields&methods
                   18303: 
                   18304:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   18305:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   18306:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   18307:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   18308:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   18309:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   18310:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18311:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   18312:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   18313:          VStateless_class to VObject
                   18314: 
                   18315:        * src/: main/pa_request.C, types/pa_valiased.h,
                   18316:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18317:          types/pa_vstring.h: VStateless_string_object speicalized light
                   18318:          version of VStateless_object
                   18319: 
                   18320:        * src/classes/op.C: ^throw comment param made optional
                   18321: 
                   18322:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   18323:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   18324:          and implemented down in VClass, fclass_alias removed,
                   18325: 
                   18326:        * src/types/pa_value.C: forced to cut that from .h because of
                   18327:          VStateless_class usage [undefined in .h]
                   18328: 
                   18329:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18330:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18331:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   18332:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   18333:          on each CALL]
                   18334: 
                   18335:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   18336:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   18337:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   18338:          classes/response.C, classes/string.C, classes/table.C,
                   18339:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   18340:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   18341:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   18342:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   18343:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18344:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   18345:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   18346:          removed Value::fname
                   18347: 
                   18348: 2002-04-17  paf
                   18349: 
                   18350:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18351:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   18352:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   18353:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   18354:          state, PTHROW freshen to throw & co
                   18355: 
                   18356:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   18357: 
                   18358:        * src/classes/op.C: taint local result var bug fixed
                   18359: 
                   18360: 2002-04-16  paf
                   18361: 
                   18362:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   18363:          Attic asm.txt as most interesting
                   18364: 
                   18365:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   18366:          check, preventing content-length: 0 from appearing
                   18367: 
                   18368:        * src/main/execute.C: $result in @main now taken into account as in
                   18369:          usual functions
                   18370: 
                   18371:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   18372:          & @unhandled_exception now taken into account as in usual
                   18373:          functions
                   18374: 
                   18375:        * src/doc/postbuild.txt: instructions on post .html build
                   18376: 
                   18377:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   18378: 
                   18379:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   18380:          tainted
                   18381: 
                   18382:        * src/main/pa_request.C: uri in error log
                   18383: 
                   18384:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   18385:          cheched date:create(days) param for validity [later were assumed
                   18386:          valid and crashed on invalid onces]
                   18387: 
                   18388:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18389:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   18390:          and used that for removing VString wrapper
                   18391: 
                   18392:        * src/classes/op.C: exception2vhash file now tainted
                   18393: 
                   18394:        * src/classes/op.C: _process pseudo origin copied from local var to
                   18395:          heap
                   18396: 
                   18397:        * src/classes/op.C: extra check on empty file in origin in _execute
                   18398: 
                   18399: 2002-04-15  paf
                   18400: 
                   18401:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   18402: 
                   18403:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   18404:          functions
                   18405: 
                   18406:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   18407:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   18408:          started dual write_xxx_lang functions, if checked & works
                   18409: 
                   18410:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   18411:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   18412:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   18413:          unnecessary VString shells
                   18414: 
                   18415:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   18416:          prev changes]
                   18417: 
                   18418:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18419:          classes/table.C, include/pa_request.h, main/execute.C,
                   18420:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18421:          StringOrValue wcontext result, now ready for dual writes
                   18422: 
                   18423:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   18424:          checked that
                   18425: 
                   18426:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18427:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   18428:          changed to OP_WRITE_VALUE in var get cases
                   18429: 
                   18430:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   18431:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   18432:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18433:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   18434:          switch in hash constructor fixed [were problems with using of
                   18435:          stacked wwrapper after it's death]
                   18436: 
                   18437: 2002-04-12  paf
                   18438: 
                   18439:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   18440: 
                   18441: 2002-04-11  paf
                   18442: 
                   18443:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   18444:          Request::process_internal codeFrame & wwrapper stacked [not
                   18445:          wasting  heap anymore]
                   18446: 
                   18447: 2002-04-10  paf
                   18448: 
                   18449:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   18450:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   18451:          classes/string.C, classes/table.C, classes/void.C,
                   18452:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   18453:          main/pa_string.C: killed Request::process() wrapping
                   18454:          VString(String) in case we need only String
                   18455: 
                   18456:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18457:          killed 8 bytes from String.head
                   18458: 
                   18459: 2002-04-09  paf
                   18460: 
                   18461:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   18462:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   18463:          local*/char b[...];      a=b; situations
                   18464: 
                   18465:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   18466: 
                   18467:        * src/classes/xdoc.C: xslt params fixed
                   18468: 
                   18469:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   18470:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   18471:          not pool.malloc(MAX_NUMBER) but really neaded
                   18472: 
                   18473:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   18474:          int/double.int/double(default)
                   18475: 
                   18476: 2002-04-04  paf
                   18477: 
                   18478:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   18479:          [when reconstructing pieces were split by
                   18480:          max_integral(piece.size), thus some strings to replace happen to
                   18481:          be split into two = not replaced)
                   18482: 
                   18483:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   18484:          standalone version = current dir
                   18485: 
                   18486:        * src/targets/cgi/parser3.C: document root in standalone version =
                   18487:          current dir
                   18488: 
                   18489: 2002-04-03  paf
                   18490: 
                   18491:        * configure, configure.in: more checks on nonexistent charset
                   18492: 
1.116     moko     18493:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     18494: 
                   18495: 2002-04-02  paf
                   18496: 
                   18497:        * src/main/compile.C: parser.compile [exception name more like in
                   18498:          doc]
                   18499: 
                   18500: 2002-04-01  paf
                   18501: 
                   18502:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   18503:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   18504:          .content-type.charset, not .charset
                   18505: 
                   18506: 2002-03-29  paf
                   18507: 
                   18508:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   18509: 
                   18510:        * operators.txt, src/classes/date.C: ^date::create now may not
                   18511:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   18512:          days' year.  | 31.05->31.04   roll
                   18513: 
                   18514: 2002-03-28  paf
                   18515: 
                   18516:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   18517:          src/include/pa_globals.h, src/include/pa_hash.h,
                   18518:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   18519:          ^cache(seconds)    ^cache[date] }
                   18520: 
                   18521:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   18522:          param
                   18523: 
                   18524: 2002-03-27  paf
                   18525: 
                   18526:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   18527:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   18528:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   18529:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   18530:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   18531:          src/classes/xnode.C, src/include/pa_exception.h,
                   18532:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   18533:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   18534:          src/main/pa_array.C, src/main/pa_charset.C,
                   18535:          src/main/pa_charsets.C, src/main/pa_common.C,
                   18536:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   18537:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   18538:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   18539:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   18540:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18541:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   18542:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   18543:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   18544:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   18545:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   18546:          src/types/pa_wwrapper.h: assigned exception types
                   18547: 
                   18548:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   18549:          src/include/pa_request.h, src/main/execute.C,
                   18550:          src/main/pa_request.C: decided agains resetting exception_trace,
                   18551:          just changed name
                   18552: 
                   18553: 2002-03-26  paf
                   18554: 
                   18555:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   18556:          fixed
                   18557: 
                   18558:        * src/classes/op.C: forced language of $source field of exception
                   18559:          to 'tainted', so that sql-langed-frags could be outputed outside
                   18560:          of connect
                   18561: 
                   18562:        * operators.txt: removed date.roll limit of +-1 offset
                   18563: 
                   18564:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   18565: 
                   18566:        * operators.txt, src/classes/date.C: fixed date roll on
                   18567:          daylightsaving days mktime took into account tm_isdst flag, which
                   18568:          remained from BEFORE roll, but should have been reset
                   18569: 
                   18570: 2002-03-25  paf
                   18571: 
                   18572:        * operators.txt, src/targets/cgi/parser3.C:
                   18573:          http_site_config_filespec
                   18574: 
                   18575:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   18576:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   18577:          with any/both --disable-foreign-group-files --disable-execs
                   18578: 
                   18579:        * INSTALL: "--with=sendmail=COMMAND" comment
                   18580: 
                   18581:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   18582:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     18583:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   18584:          disables execs also.  introducing --sendmail
1.95      moko     18585: 
                   18586:        * operators.txt: pgsql options comment
                   18587: 
                   18588:        * INSTALL: comment on --disable-link-stdcpp
                   18589: 
1.116     moko     18590:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18591:          libstdc++ link skipping configure option
1.95      moko     18592: 
                   18593:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   18594:          with error were put to cache with 'marked_to_rollback' flag, all
                   18595:          consequent even OK requests rolled back
                   18596: 
                   18597: 2002-03-22  paf
                   18598: 
                   18599:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   18600:          false return
                   18601: 
                   18602:        * operators.txt: few comments on sets
                   18603: 
                   18604: 2002-03-18  paf
                   18605: 
                   18606:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   18607:          src/include/pa_globals.h, src/include/pa_request.h,
                   18608:          src/include/pa_stack.h, src/main/pa_globals.C,
                   18609:          src/main/pa_request.C: introducing ^try
                   18610: 
                   18611:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   18612:          types/pa_vdouble.h: removed some tested @tests
                   18613: 
                   18614: 2002-03-15  paf
                   18615: 
                   18616:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   18617: 
                   18618: 2002-03-13  paf
                   18619: 
                   18620:        * src/main/pa_exception.C: checked not-pooled malloc
                   18621: 
                   18622: 2002-03-11  paf
                   18623: 
                   18624:        * INSTALL, configure, configure.in,
                   18625:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   18626: 
                   18627:        * src/main/pa_common.C: --disable-foreign-group-files
                   18628: 
                   18629:        * INSTALL: --disable-execs
                   18630: 
                   18631:        * src/main/pa_exec.C: --disable-execs
                   18632: 
                   18633:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18634:          --disable-execs
                   18635: 
                   18636:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   18637: 
                   18638:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   18639:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   18640: 
                   18641: 2002-03-05  paf
                   18642: 
                   18643:        * operators.txt, src/classes/date.C: date week calendar columns
                   18644:          named
                   18645: 
                   18646:        * operators.txt, src/classes/date.C: date week calendar columns
                   18647:          named
                   18648: 
                   18649:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   18650:          requires headers to be terminated with \r\n manually [refuses to
                   18651:          separate header/body itself]
                   18652: 
                   18653:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18654:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   18655: 
                   18656: 2002-03-04  paf
                   18657: 
                   18658:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   18659:          in PASS language
                   18660: 
                   18661:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   18662:          deserialize checks on broken file
                   18663: 
                   18664:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   18665:          parser3isapi.dsp: isapi updated
                   18666: 
                   18667: 2002-03-01  paf
                   18668: 
                   18669:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   18670: 
                   18671: 2002-02-28  paf
                   18672: 
                   18673:        * src/main/untaint.C: removed some debug comments
                   18674: 
                   18675:        * src/main/pa_charsets.C: when placing charset to cache using
                   18676:          global name now [were request]
                   18677: 
                   18678:        * configure, configure.in: apache module updated
                   18679: 
                   18680:        * src/main/pa_string.C: origin by first piece preferred before last
                   18681:          piece
                   18682: 
                   18683: 2002-02-27  paf
                   18684: 
                   18685:        * src/main/pa_charset.C: size_t
                   18686: 
                   18687:        * INSTALL: shared/static-xml with-pathlink
                   18688: 
                   18689:        * operators.txt: SMTP comment
                   18690: 
                   18691: 2002-02-26  paf
                   18692: 
                   18693:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   18694: 
                   18695:        * src/classes/xnode.C: in some situation, xpath query returned
                   18696:          result with type NODESET, but empty nodeset member field, checked
                   18697:          that
                   18698: 
                   18699: 2002-02-22  paf
                   18700: 
                   18701:        * INSTALL: without-zlib comment
                   18702: 
                   18703:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   18704: 
                   18705:        * configure, configure.in: glib###.a detection fixed
                   18706: 
                   18707:        * INSTALL: hashfile removed from INSTALL
                   18708: 
1.116     moko     18709:        * Makefile.am: make update
1.95      moko     18710: 
                   18711:        * src/main/pa_string.C: string iterators fixed again, so were
                   18712:          String::join_chain
                   18713: 
                   18714:        * src/main/pa_string.C: string iterators fixed again, so were
                   18715:          String::join_chain
                   18716: 
                   18717:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   18718:          fixed again, so were String::join_chain
                   18719: 
                   18720:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   18721: 
                   18722:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   18723:          "session"
                   18724: 
1.116     moko     18725:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18726:          --with-shared-xml --with-static-xml
1.95      moko     18727: 
                   18728:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18729:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18730:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   18731:          xalan&xml
                   18732: 
                   18733:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   18734: 
                   18735:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   18736:          src/types/types.dsp: removed hashfile support from sources for
                   18737:          now
                   18738: 
1.116     moko     18739:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     18740:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     18741:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   18742:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   18743:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     18744:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     18745:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   18746:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   18747:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     18748: 
                   18749: 2002-02-21  paf
                   18750: 
                   18751:        * src/main/untaint.C: removed debug code, activated commented-for
                   18752:          debug parts
                   18753: 
1.116     moko     18754:        * Makefile.am: make cvsupdate
1.95      moko     18755: 
                   18756:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18757:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   18758:          append_row, not at link zero now string to string appending works
                   18759: 
                   18760: 2002-02-20  paf
                   18761: 
                   18762:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   18763:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   18764:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   18765: 
                   18766:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18767:          economy: 22%
                   18768: 
                   18769:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18770:          space uptimized: string::link_row removed
                   18771: 
                   18772:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   18773:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   18774:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18775:          types/pa_vstring.h: speed uptimized: string::is_empty
                   18776: 
                   18777:        * operators.txt, src/include/pa_common.h,
                   18778:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   18779:          src/include/pa_types.h, src/main/compile.tab.C,
                   18780:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   18781:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   18782:          string append optimiziation idea and estimates
                   18783: 
                   18784: 2002-02-19  paf
                   18785: 
                   18786:        * src/classes/math.C: not used directly [but erroreously reported
                   18787:          that 'is', thus registering twice&other probs]
                   18788: 
                   18789:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   18790:          to node [element]
                   18791: 
                   18792:        * src/main/compile.C: without string_origins parse error
                   18793:          file+line+col possible
                   18794: 
                   18795:        * src/main/: compile.C: without string_origins not worked
                   18796: 
                   18797: 2002-02-18  paf
                   18798: 
                   18799:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   18800:          trick i've installed into double::as_string
                   18801: 
                   18802:        * src/main/pa_globals.C: extern "C" was removed too fast
                   18803: 
                   18804:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18805:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18806:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   18807:          with string/nonstring values, now in expressions double/int
                   18808:          values are passed as-is, without stupid tostring/fromstring
                   18809:          conversions
                   18810: 
                   18811:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   18812:          __cplusplus } #endif
                   18813: 
                   18814:        * src/main/compile.tab.C: bison env set so one could compile
                   18815:          without cygwin installed
                   18816: 
                   18817:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18818:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   18819:          gnome xml libs parser .dsp-s changed accordingly
                   18820: 
                   18821:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   18822: 
                   18823:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   18824:          with backward comp
                   18825: 
                   18826:        * src/classes/math.C: math:random range check fixed
                   18827: 
                   18828:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   18829: 
                   18830:        * INSTALL: local install comment
                   18831: 
1.116     moko     18832:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     18833: 
1.116     moko     18834:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   18835:          src/include/pa_config_auto.h.in,
                   18836:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   18837:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     18838: 
                   18839:        * operators.txt: \ comment
                   18840: 
                   18841: 2002-02-13  paf
                   18842: 
                   18843:        * src/include/pa_config_includes.h: sys/time time both included
                   18844:          now.  vaguely remember confilicts on this on some system [not on
                   18845:          six|ablv] so when would see them again would think up proper
                   18846:          check
                   18847: 
1.116     moko     18848:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18849:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18850: 
                   18851:        * src/main/pa_common.C: truncation never occured when writing files
                   18852:          on unix [since i've changed cache mech] fix
                   18853: 
                   18854:        * src/main/pa_common.C: strnchr: sanity check added
                   18855: 
                   18856:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18857: 
                   18858:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18859:          baltic charset file generated, in generation script ispunct check
                   18860:          added
                   18861: 
                   18862: 2002-02-08  paf
                   18863: 
1.116     moko     18864:        * src/: include/Makefile.am, sql/Makefile.am,
                   18865:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18866: 
                   18867:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18868:          forgotten
                   18869: 
                   18870:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18871: 
                   18872:        * INSTALL, README: install&others updated
                   18873: 
                   18874:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18875: 
1.116     moko     18876:        * Makefile.am, configure, configure.in,
                   18877:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18878:          src/classes/Makefile.am, src/main/Makefile.am,
                   18879:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18880:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18881:          works
1.95      moko     18882: 
                   18883:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18884:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18885:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18886:          classes/math.C, classes/op.C, classes/response.C,
                   18887:          classes/string.C, classes/table.C, classes/void.C,
                   18888:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18889:          include/pa_array.h, include/pa_cache_managers.h,
                   18890:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18891:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18892:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18893:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18894:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18895:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18896:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18897:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18898:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18899:          include/pa_stack.h, include/pa_string.h,
                   18900:          include/pa_stylesheet_connection.h,
                   18901:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18902:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18903:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18904:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18905:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18906:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18907:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18908:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18909:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18910:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18911:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18912:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18913:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18914:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18915:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18916:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18917:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18918:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18919:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18920:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18921:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18922:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18923:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18924:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18925:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18926:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18927:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18928:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18929:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18930:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18931:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18932:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18933:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18934: 
                   18935:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18936:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18937:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18938:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18939:          classes/string.C, classes/table.C, classes/void.C,
                   18940:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18941:          include/pa_array.h, include/pa_cache_managers.h,
                   18942:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18943:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18944:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18945:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18946:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18947:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18948:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18949:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18950:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18951:          include/pa_stack.h, include/pa_string.h,
                   18952:          include/pa_stylesheet_connection.h,
                   18953:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18954:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18955:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18956:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18957:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18958:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18959:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18960:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18961:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18962:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18963:          main/pa_status_provider.C, main/pa_string.C,
                   18964:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18965:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18966:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18967:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18968:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18969:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18970:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18971:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18972:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18973:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18974:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18975:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18976:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18977:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18978:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18979:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18980:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18981:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18982:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18983:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18984:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18985:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18986: 
                   18987: 2002-02-07  paf
                   18988: 
                   18989:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18990: 
1.116     moko     18991:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18992:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18993:          added yet another locking function: fcntl
1.95      moko     18994: 
                   18995:        * config.sub: on cygwin configure passes it with strange i1586
                   18996:          const, hacked it to mean i586
                   18997: 
                   18998:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18999:          disabled $if reference due to conflicts with local variables
                   19000: 
                   19001:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   19002:          xdoc::set obsolete now, now xdoc::create, with both sences
                   19003: 
                   19004:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19005:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19006:          table::create now // 'set' name obsolete now table clone.
                   19007: 
                   19008:        * operators.txt, src/classes/string.C,
                   19009:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   19010:          ^int/double/string.format now can be called with normal []
                   19011:          brackets, not stupid {} as it were implemented for some strange
                   19012:          reason.  retaining backward compatibility due to some
                   19013:          already-implemented servers
                   19014: 
                   19015:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   19016:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   19017:          operators now detected by check at name_without_curly_rdive_read
                   19018:          rule whether diving code constists only of
                   19019:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   19020:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   19021:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   19022: 
                   19023: 2002-02-06  paf
                   19024: 
                   19025:        * configure, configure.in: prefix expanded, grr
                   19026: 
                   19027:        * operators.txt, src/classes/mail.C: mail:send config changed
                   19028: 
                   19029: 2002-02-05  paf
                   19030: 
                   19031:        * operators.txt: regex options commented
                   19032: 
                   19033:        * src/main/: pa_exec.C: argv0 now correct
                   19034: 
                   19035:        * src/types/pa_vstatus.C: status:rusage 3
                   19036: 
                   19037:        * src/types/pa_vstatus.C: status:rusage 2
                   19038: 
                   19039:        * operators.txt: status:rusage described int operators
                   19040: 
                   19041:        * src/types/pa_vstatus.C: status:rusage 1
                   19042: 
                   19043:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   19044:          src/types/types.dsp: status:rusage
                   19045: 
                   19046:        * configure.in, operators.txt, src/classes/file.C,
                   19047:          src/classes/op.C, src/include/pa_common.h,
                   19048:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   19049:          src/main/pa_common.C: rewritten ^cache to use
                   19050:          non-blocking-exclusive-caches
                   19051: 
                   19052:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   19053:          [speed impact. was off for debugging purpose, but forgotten
                   19054:          afterwards]
                   19055: 
                   19056: 2002-02-01  paf
                   19057: 
                   19058:        * src/classes/op.C: file_write does EX lock after create, while
                   19059:          file_read does SH after open, so there's a moment after create
                   19060:          but before EX lock when read can sneak into, and read
                   19061:          just-created-for-writing-and-not-yet-locked file, added a check
                   19062:          for that in ^cache...read
                   19063: 
                   19064: 2002-01-31  paf
                   19065: 
                   19066:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   19067:          ^xxx:
                   19068: 
                   19069:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   19070:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   19071: 
                   19072:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   19073:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   19074:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   19075:          operators check 6.1 rewritten. now check is done at compile time
                   19076: 
                   19077:        * src/main/execute.C: operators check 5 floated up old error of
                   19078:          staying in 'entered class/object' state after $a($a..) it
                   19079:          prevented operators from being called thereafter
                   19080: 
                   19081:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19082:          main/execute.C: operators check 4 floated up old error of staying
                   19083:          in 'entered object' state after ^a.a(a) it prevented operators
                   19084:          from being called thereafter
                   19085: 
                   19086:        * src/main/execute.C: operators check 3 floated up old error of
                   19087:          staying in 'entered class' state after $a:a(a) it prevented
                   19088:          operators from being called thereafter
                   19089: 
                   19090:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   19091:          floated up old error of staying in 'entered class' state after
                   19092:          $a:a[a] it prevented operators from being called thereafter
                   19093: 
                   19094:        * src/main/execute.C: operators check, thay mistakenly seen in
                   19095:          $class:operator   $object.operators contexts
                   19096: 
                   19097:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   19098:          win32
                   19099: 
1.116     moko     19100:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   19101:          src/classes/Makefile.am, src/main/Makefile.am,
                   19102:          src/targets/cgi/Makefile.am,
1.95      moko     19103:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     19104:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     19105: 
1.116     moko     19106:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   19107:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   19108:          configure, configure.in, form.txt, ident.awk, install-sh,
                   19109:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   19110:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     19111:          etc/parser3.charsets/Makefile.am,
                   19112:          etc/parser3.charsets/koi8-r.cfg,
                   19113:          etc/parser3.charsets/windows-1250.cfg,
                   19114:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     19115:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   19116:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   19117:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   19118:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     19119:          straightened installation scripts procedure made
                   19120:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   19121:          change
                   19122: 
                   19123: 2002-01-30  paf
                   19124: 
                   19125:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   19126:          removed] those comments were a mistake, and prevented libltdl
                   19127:          from function properly
                   19128: 
                   19129: 2002-01-29  paf
                   19130: 
1.116     moko     19131:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   19132:          creation [modified acinclude.m4 which were creating int into just
                   19133:          assignment LIBTOOL=../libtool] added default system
                   19134:          config&charsetts prepared 'make install', now it installs
                   19135:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   19136:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     19137:          $sysconfdir/parser3.charsets respectively
                   19138: 
                   19139:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   19140:          main/pa_globals.C: few forgotten ifdef XML added
                   19141: 
                   19142: 2002-01-28  paf
                   19143: 
1.116     moko     19144:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     19145:          removed
                   19146: 
                   19147:        * src/main/pa_exception.C: dom|generic error output fix
                   19148: 
                   19149:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   19150: 
                   19151:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   19152: 
                   19153:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   19154:          [fixed as_node helper func to accept docs]
                   19155: 
                   19156:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   19157:          xdoc.importNode 0
                   19158: 
                   19159:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   19160: 
                   19161: 2002-01-25  paf
                   19162: 
                   19163:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   19164:          @SPECIAL now works OK
                   19165: 
                   19166:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   19167: 
                   19168:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   19169:          violation that added
                   19170: 
                   19171:        * src/classes/hash.C: unified  hash::sql, now
                   19172:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   19173: 
                   19174:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   19175:          ^file:lock[filename]{code}
                   19176: 
                   19177:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19178:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   19179:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   19180:          to some pa_common funcs
                   19181: 
                   19182:        * src/: include/pa_charset.h, main/pa_globals.C:
                   19183:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   19184: 
                   19185:        * src/: include/pa_charset.h, main/pa_charset.C,
                   19186:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   19187:          not stupid illegal define
                   19188: 
                   19189: 2002-01-24  paf
                   19190: 
                   19191:        * src/include/pa_version.h: changed version number
                   19192: 
                   19193:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19194:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19195:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19196:          main/pa_db_connection.C, main/pa_db_table.C,
                   19197:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   19198:          hashfile without logfiles
                   19199: 
                   19200:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19201:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   19202:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   19203:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   19204:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   19205:          cluttered disk without huge need]
                   19206: 
                   19207:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   19208:          handy macro, which is strangly abscent in dome lib
                   19209: 
                   19210:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   19211: 
                   19212:        * src/classes/xdoc.C: checked empty response
                   19213: 
                   19214:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   19215:          /, not self node]
                   19216: 
                   19217:        * src/classes/xnode.C: xnode.select returns array always now, in
                   19218:          case 'nothing found' returns empty array
                   19219: 
                   19220:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   19221:          be more tender with ctrl/c/v
                   19222: 
                   19223: 2002-01-23  paf
                   19224: 
                   19225:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   19226:          substituted.         // 2. when dom tree with entites goes under
                   19227:          transform text nodes        // got [erroreosly] cut on first
                   19228:          entity occurance
                   19229: 
                   19230:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   19231:          twice-converting
                   19232: 
                   19233:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   19234:          'e' in output this is for regretful twice-converting here:
                   19235:          $a(double value) when they write double falue  they convert it to
                   19236:          string first, thus %g were losing precesion.
                   19237: 
                   19238:          todo: think up some way to remove double->string string->double
                   19239:          twice-converting
                   19240: 
                   19241:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   19242:          %.20E now default float format this is for regretful
                   19243:          twice-converting here: $a(double value) when they write double
                   19244:          falue  they convert it to string first, thus %g were losing
                   19245:          precesion.
                   19246: 
                   19247:          todo: think up some way to remove double->string string->double
                   19248:          twice-converting
                   19249: 
                   19250:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19251:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   19252:          reasons in comment inside
                   19253: 
                   19254:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   19255:          statically linked]
                   19256: 
                   19257:        * src/: include/pa_exception.h, main/compile.tab.C,
                   19258:          main/pa_exception.C: removed exception va_list constructor.  1.
                   19259:          not needed anymore 2. there were a conflict[causing errors]
                   19260:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   19261:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   19262:          ctor(, va_list) which, of course, caused gpf
                   19263: 
                   19264:        * src/main/pa_globals.C: removed debug xslt messages
                   19265: 
                   19266: 2002-01-22  paf
                   19267: 
                   19268:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19269:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   19270:          helps compiling stylesheet properly.  example: this refused to
                   19271:          work,             <b>&laquo;<xsl:value-of select="@title"
                   19272:          />&raquo;</b> stranly worked only this way:
                   19273:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   19274: 
                   19275:          docs says "set it to 1", never going into details, so I decided
                   19276:          to try NOT to do that
                   19277: 
                   19278:        * src/classes/table.C: join behaived badly in case named tables
                   19279:          structure mismatched: 0 strings sneaked into dest failing
                   19280:          afterwards.  replaced them with empty strings
                   19281: 
                   19282: 2002-01-21  paf
                   19283: 
                   19284:        * src/main/pa_charset.C: checked empty transcoders in
                   19285:          transcode_cstr|buf
                   19286: 
                   19287:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   19288: 
                   19289:        * src/classes/xdoc.C: transform error source now
                   19290:          stylesheet_filespec
                   19291: 
1.116     moko     19292:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     19293:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   19294:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     19295:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   19296:          gnome
1.95      moko     19297: 
                   19298:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19299:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   19300:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   19301:          xslt generic error 1
                   19302: 
                   19303:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   19304:          xml generic message 1
                   19305: 
                   19306:        * src/classes/table.C: ^table::load empty lines or #comments before
                   19307:          headline
                   19308: 
                   19309:        * src/: include/pa_array.h, include/pa_globals.h,
                   19310:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   19311:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   19312:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   19313:          errors 0
                   19314: 
                   19315: 2002-01-16  paf
                   19316: 
                   19317:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   19318:          classes/table.C, classes/void.C, classes/xdoc.C,
                   19319:          include/pa_db_connection.h, include/pa_request.h,
                   19320:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19321:          include/pa_stylesheet_connection.h,
                   19322:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   19323:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19324:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   19325:          stylesheet_connection auto destroyers to remaining gnome objects
                   19326: 
                   19327:        * src/classes/xdoc.C: few comments
                   19328: 
                   19329: 2002-01-15  paf
                   19330: 
                   19331:        * src/classes/xdoc.C: xdoc   file   save   string
                   19332: 
                   19333:          ready.  todo: error handling
                   19334: 
                   19335:        * src/classes/xdoc.C: xdoc save rewritten using
                   19336:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   19337:          result
                   19338: 
                   19339:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   19340:          started output options parsing
                   19341: 
                   19342: 2002-01-14  paf
                   19343: 
                   19344:        * src/classes/xdoc.C: method
                   19345: 
                   19346:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19347:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19348:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   19349:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   19350:          xslt transform0.  TODO:   use output options   handle errors
                   19351: 
                   19352:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   19353: 
                   19354: 2002-01-11  paf
                   19355: 
                   19356:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19357:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19358:          partial logical && || evaluation
                   19359: 
                   19360:        * src/classes/xnode.C: xpath selectNodes
                   19361: 
                   19362:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   19363:          string/number/bool
                   19364: 
                   19365:        * src/classes/xnode.C: xpath selectNode 2
                   19366: 
                   19367:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   19368:          xpath selectNode 1
                   19369: 
                   19370: 2002-01-10  paf
                   19371: 
                   19372:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   19373: 
                   19374:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19375:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   19376:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   19377:          refcounter]
                   19378: 
                   19379: 2001-12-29  paf
                   19380: 
                   19381:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   19382:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   19383:          glib works 0
                   19384: 
                   19385: 2001-12-28  paf
                   19386: 
                   19387:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   19388:          main/pa_exception.C: started glib transcoders
                   19389: 
                   19390:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   19391: 
                   19392:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   19393:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   19394:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   19395:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   19396:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   19397:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   19398:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   19399:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   19400: 
                   19401: 2001-12-27  paf
                   19402: 
                   19403:        * src/: include/pa_charset.h, include/pa_common.h,
                   19404:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   19405:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   19406:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19407:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19408:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   19409:          from xalan&xerces, started the process.  globals [initialization
                   19410:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   19411:          calls
                   19412: 
                   19413:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   19414:          anymore
                   19415: 
                   19416: 2001-12-26  paf
                   19417: 
                   19418:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   19419:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   19420:          key globalized [bug]
                   19421: 
                   19422: 2001-12-25  paf
                   19423: 
                   19424:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   19425:          main/pa_string.C: table set & append changed splitting languages,
                   19426:          separators now can be clean AND as-is same to mail command line
                   19427:          $MAIN:MAIL.progX arguments
                   19428: 
                   19429: 2001-12-24  paf
                   19430: 
                   19431:        * src/classes/mail.C: one parted text messages - no multipart
                   19432:          mime-type anymore.  for convinient if $.attach-ments
                   19433: 
                   19434:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   19435:          main/pa_string.C: read from cache size check updated
                   19436: 
                   19437:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   19438: 
                   19439: 2001-12-21  paf
                   19440: 
                   19441:        * src/classes/date.C: date:sql-string now returns localtime
                   19442: 
                   19443:        * src/main/pa_request.C: $result in @main actually not working, to
                   19444:          hell with it for now
                   19445: 
                   19446:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   19447:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   19448:          @postprocess @exception
                   19449: 
                   19450:        * src/main/execute.C: junction evaluation canceled - endless
                   19451:          recursion detected
                   19452: 
                   19453: 2001-12-19  paf
                   19454: 
                   19455:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   19456:          intermediate
                   19457: 
                   19458:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   19459: 
                   19460:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   19461: 
                   19462:        * src/classes/op.C: ^cache keypath now relative
                   19463: 
                   19464:        * src/classes/mail.C: changed weighting prior to sort
                   19465: 
                   19466:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   19467:          were missing
                   19468: 
                   19469: 2001-12-17  paf
                   19470: 
                   19471:        * src/main/pa_charset.C: ifndef XML were bad type
                   19472: 
                   19473:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   19474:          outdated unset services_pool
                   19475: 
                   19476:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   19477:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   19478:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   19479: 
                   19480:        * src/main/untaint.C: allowed space in filespec
                   19481: 
                   19482:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   19483: 
                   19484:        * src/classes/image.C: no govno
                   19485: 
                   19486:        * src/classes/image.C: govno
                   19487: 
                   19488: 2001-12-16  paf
                   19489: 
                   19490:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   19491: 
                   19492:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   19493:          charset_connection&manager replaced by charset&charsets
                   19494: 
                   19495:        * src/main/pa_charset.C: name_cstr 0
                   19496: 
                   19497:        * src/main/untaint.C: uri lang now knows about client/source
                   19498:          charsets
                   19499: 
                   19500:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   19501:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19502:          include/pa_array.h, include/pa_cache_managers.h,
                   19503:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   19504:          include/pa_common.h, include/pa_db_connection.h,
                   19505:          include/pa_db_manager.h, include/pa_db_table.h,
                   19506:          include/pa_dictionary.h, include/pa_exception.h,
                   19507:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   19508:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   19509:          include/pa_sapi.h, include/pa_socks.h,
                   19510:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19511:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19512:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19513:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   19514:          main/pa_charset.C, main/pa_charset_connection.C,
                   19515:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   19516:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19517:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   19518:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   19519:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19520:          types/types.dsp: introducing Charset
                   19521: 
                   19522: 2001-12-14  paf
                   19523: 
                   19524:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   19525:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   19526:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   19527:          uri lang
                   19528: 
                   19529:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   19530: 
                   19531:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   19532: 
                   19533:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   19534:          defalts_name global
                   19535: 
                   19536:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   19537:          include/pa_request.h, main/main.dsp,
                   19538:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19539:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   19540:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   19541:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   19542:          changed charset model.  now important: $request:charset
                   19543:          $response:charset while $response:content-type.charset become
                   19544:          unimportant [informational]
                   19545: 
                   19546: 2001-12-13  paf
                   19547: 
                   19548:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   19549: 
                   19550:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   19551:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   19552:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   19553:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   19554:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   19555:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19556: 
                   19557:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   19558:          auto_ptr part other way, because of stupid gcc 2.96
                   19559:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   19560:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   19561:          FormatterListener] /usr/include/g++-3/memory:48:
                   19562:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   19563:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19564: 
                   19565:        * src/classes/xdoc.C: removed extra inc
                   19566: 
                   19567:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   19568: 
                   19569:        * src/include/pa_types.h: msvc head debugging flag
                   19570: 
                   19571:        * src/classes/xdoc.C: freed up listener
                   19572: 
                   19573:        * src/classes/string.C: change msg '... code is not code'
                   19574: 
                   19575:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   19576:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19577:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   19578:          [past/future prob]
                   19579: 
                   19580:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19581:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   19582:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19583:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   19584: 
                   19585:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   19586:          main/pa_string.C: removed signed mismatch warnings
                   19587: 
                   19588:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   19589:          'expires' from header outputs
                   19590: 
                   19591:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   19592:          row ptr
                   19593: 
                   19594:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   19595:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   19596: 
                   19597:        * src/classes/xdoc.C: lang list updated
                   19598: 
                   19599: 2001-12-10  paf
                   19600: 
                   19601:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   19602: 
                   19603:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   19604:          erase files like that, knowing their full name introducing   //
                   19605:          theoretical problem with, for instance, "_2B" and "." fragments,
                   19606:          // they would yield the same    // because
                   19607:          need_file_encode('_')=false  // but we need to delete such files
                   19608:          somehow, getting names from ^index
                   19609: 
                   19610:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   19611:          string::join_chank break]
                   19612: 
                   19613: 2001-12-07  paf
                   19614: 
                   19615:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   19616:          include/pa_common.h, include/pa_config_auto.h.in,
                   19617:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19618:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   19619:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   19620:          types/pa_vhashfile.C: merged from r14_simple_cache
                   19621: 
                   19622:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   19623:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   19624:             lduh  [ %i2 + 1 ], %l0
                   19625: 
                   19626:          bus error, fixed that
                   19627: 
                   19628:        * src/main/pa_string.C: strange string deserialize bug on
                   19629:          client[pmts], a bit shortened,
                   19630: 
                   19631:        * src/include/pa_config_auto.h.in: makes
                   19632: 
                   19633:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   19634:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   19635:          file write shared lock file read
                   19636: 
                   19637:        * src/: classes/op.C, include/pa_common.h,
                   19638:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   19639: 
                   19640: 2001-12-06  paf
                   19641: 
                   19642:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19643:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   19644: 
                   19645:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   19646:          info
                   19647: 
                   19648:        * src/classes/hashfile.C: removed transaction from ^cache
                   19649: 
                   19650: 2001-12-05  paf
                   19651: 
                   19652:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   19653:          IIS5 there were a prob with illegal call check
                   19654: 
                   19655: 2001-12-04  paf
                   19656: 
                   19657:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19658:          main/pa_request.C: measures to log
                   19659: 
                   19660: 2001-11-23  paf
                   19661: 
                   19662:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19663:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   19664:          types/pa_vhashfile.C: merged from _0014, 1
                   19665: 
                   19666:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19667:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   19668:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   19669:          ^cache(33) would change
                   19670: 
                   19671:          0660 bits in file_write & hashfile create
                   19672: 
                   19673:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   19674:          after pa_string optimization]
                   19675: 
                   19676: 2001-11-22  paf
                   19677: 
                   19678:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   19679:          table.offset[whence]
                   19680: 
                   19681:        * src/classes/op.C: process cstr(,connection)
                   19682: 
                   19683:        * src/classes/op.C: process now gets its body on current language,
                   19684:          not as-is
                   19685: 
                   19686:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   19687: 
                   19688:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   19689:          bit
                   19690: 
1.116     moko     19691:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     19692: 
                   19693: 2001-11-21  paf
                   19694: 
                   19695:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   19696:          <xsl:output output options made identical to xsl:output
                   19697:          attributes exclusion:    cdata-section-elements what xalan can do
                   19698:          but that not used now:    it can escape and remove CDATA sections
                   19699: 
                   19700:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   19701:          produced by xslt
                   19702: 
                   19703:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   19704: 
                   19705:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   19706: 
                   19707:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   19708:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   19709:          default language for {code}, it happen to change it's language
                   19710:          from CLEAN, so later refused to split by CLEAN \t
                   19711: 
                   19712: 2001-11-20  paf
                   19713: 
1.116     moko     19714:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   19715:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     19716:          bottom of dependeces, so that errors would popup quicklier, fixed
                   19717:          line numbering in table::sql
                   19718: 
                   19719: 2001-11-19  paf
                   19720: 
                   19721:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   19722:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   19723:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19724:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   19725:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   19726:          at wcontext.write
                   19727: 
1.116     moko     19728:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     19729:          _set_new_handler
                   19730: 
1.116     moko     19731:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   19732:          set_new_handler in apache&isapi
1.95      moko     19733: 
                   19734: 2001-11-16  paf
                   19735: 
                   19736:        * src/targets/cgi/parser3.C: pool debug @ die
                   19737: 
                   19738:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   19739:          removed 8 bytes from String, 2 bytes from
                   19740:          string::chunk::row::item
                   19741: 
                   19742:        * src/main/pa_string.C: removed 1+4 bytes from String
                   19743: 
                   19744:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19745:          types/pa_vstring.C: removed 1+4 bytes from String
                   19746: 
                   19747:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   19748:          0
                   19749: 
                   19750:        * src/: include/pa_globals.h, include/pa_string.h,
                   19751:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   19752:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   19753:          targets/cgi/parser3.C: introducing estimating
                   19754:          String::cstr_bufsize, 0
                   19755: 
                   19756:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   19757: 
                   19758:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   19759: 
                   19760:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19761:          include/pa_pool.h: die in pool::fail
                   19762: 
                   19763: 2001-11-15  paf
                   19764: 
                   19765:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   19766:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   19767:          dynamic buffer re-back now with counter
                   19768: 
                   19769:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   19770:          static buffer back
                   19771: 
                   19772:        * src/targets/cgi/parser3.C: std::
                   19773: 
                   19774:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   19775:          include/pa_config_includes.h: setnewhandler check
                   19776: 
1.116     moko     19777:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19778: 
                   19779:        * src/targets/cgi/parser3.C: set_new_handler started
                   19780: 
                   19781: 2001-11-14  paf
                   19782: 
                   19783:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19784:          was wrong
                   19785: 
                   19786:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19787:          was wrong
                   19788: 
                   19789:        * src/main/pa_request.C: z
                   19790: 
                   19791:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   19792:          full returns win32 -1 solaris >buffer_size
                   19793: 
                   19794:          checked all that
                   19795: 
                   19796:        * src/classes/op.C: ^untaint{body} as-is default now
                   19797: 
                   19798:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19799:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   19800:          with no_bad_constructors_try
                   19801: 
                   19802:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19803:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   19804:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   19805:          $bred[^int::int[]]
                   19806: 
                   19807:          now VObject creation moved into overriden
                   19808:          VClass::create_new_value, thus 0 from create_new_value means that
                   19809:          class has no ctors
                   19810: 
                   19811: 2001-11-13  paf
                   19812: 
                   19813:        * src/classes/classes.C: returned accedently removed if in foreach
                   19814:          callbacks [when hash no-0-restructure]
                   19815: 
                   19816: 2001-11-12  paf
                   19817: 
                   19818:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   19819:          passed as-is to method, xalan makes & into &amp; itself
                   19820: 
                   19821:        * src/classes/date.C: date.roll parser2 alg used
                   19822: 
                   19823:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   19824:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19825:          main/pa_dictionary.C, main/pa_hash.C,
                   19826:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   19827:          now does not containt 0 values. put 0 actullay removes.  no check
                   19828:          on 0 value in foreach now required
                   19829: 
                   19830: 2001-11-11  paf
                   19831: 
                   19832:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   19833: 
                   19834:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   19835: 
                   19836:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   19837:          driver initialize not const
                   19838: 
                   19839: 2001-11-10  paf
                   19840: 
                   19841:        * src/main/pa_exec.C: doc
                   19842: 
                   19843: 2001-11-09  paf
                   19844: 
                   19845:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   19846:          param properly
                   19847: 
                   19848:        * src/classes/string.C: string.save now does untainting before
                   19849:          saving
                   19850: 
                   19851:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19852:          still cstr oriented]
                   19853: 
                   19854:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19855:          line endings fixing got rid of cstr, now must work ok with post
                   19856:          multipart
                   19857: 
                   19858:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19859:          not file  also now
                   19860: 
                   19861: 2001-11-08  paf
                   19862: 
                   19863:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19864:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19865:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19866:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19867:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19868:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19869:          call virtual from second parent]
                   19870: 
1.116     moko     19871:        * src/: include/pa_common.h, main/Makefile.am,
                   19872:          targets/cgi/pa_pool.C: makes
1.95      moko     19873: 
                   19874:        * src/: include/pa_request.h, main/pa_request.C,
                   19875:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19876:          'status' class enabler
                   19877: 
                   19878:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   19879: 
                   19880:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19881:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19882:          include/pa_stylesheet_manager.h, main/main.dsp,
                   19883:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19884:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19885:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19886:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19887:          todo: apache 'status' class enabler
                   19888: 
                   19889: 2001-11-05  paf
                   19890: 
                   19891:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19892:          debug to normal
                   19893: 
                   19894:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19895:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19896:          check cleaned cache items manually. few more checks.
                   19897: 
                   19898:          expiring to 0 time was wrong, changed to 'now' time
                   19899: 
                   19900:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19901:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19902:          on apache already done :)
                   19903: 
                   19904:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19905:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19906:          cache items manually
                   19907: 
                   19908:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19909:          parser_multithreaded check was wrong
                   19910: 
                   19911:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19912:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19913:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19914:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19915:          classes/string.C, classes/table.C, classes/void.C,
                   19916:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19917:          include/pa_array.h, include/pa_charset_connection.h,
                   19918:          include/pa_charset_manager.h, include/pa_common.h,
                   19919:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19920:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19921:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19922:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19923:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19924:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19925:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19926:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19927:          include/pa_stack.h, include/pa_string.h,
                   19928:          include/pa_stylesheet_connection.h,
                   19929:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19930:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19931:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19932:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19933:          main/pa_charset_manager.C, main/pa_common.C,
                   19934:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19935:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19936:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19937:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19938:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19939:          main/pa_status_provider.C, main/pa_string.C,
                   19940:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19941:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19942:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19943:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19944:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19945:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19946:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19947:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19948:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19949:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19950:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19951:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19952:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19953:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19954:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19955:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19956:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19957:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19958:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19959:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19960:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19961:          $status:db fixed used not initialized in db_connection & db_table
                   19962: 
                   19963:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19964:          $status:charset
                   19965: 
                   19966:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19967:          include/pa_stylesheet_connection.h,
                   19968:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19969:          types/pa_vstatus.h: $status:stylesheet
                   19970: 
                   19971:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19972:          include/pa_request.h, include/pa_sql_connection.h,
                   19973:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19974:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19975:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19976:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19977:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19978:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19979: 
                   19980: 2001-11-01  paf
                   19981: 
                   19982:        * src/include/pa_config_auto.h.in: makes
                   19983: 
                   19984:        * src/main/pa_hash.C: removed old extra include
                   19985: 
                   19986:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19987:          checks [for hp, there are such in math.h]
                   19988: 
                   19989:        * src/classes/op.C: ^for endless loop check strightened
                   19990: 
                   19991:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19992:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19993:          co can use r.root to write their i & key,value there
                   19994: 
                   19995:        * src/classes/op.C: detected for var storage bug, fixed.
                   19996:          todo:foreach
                   19997: 
                   19998:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19999:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   20000:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   20001:          changing of hash inside of foreach
                   20002: 
                   20003:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   20004:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   20005:          were hash.foreach
                   20006: 
                   20007:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   20008:          types/pa_vstring.C, types/pa_vstring.h:
                   20009:          ^foreach[key|value]{body}[[separator]|{separator}]
                   20010: 
                   20011:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   20012:          types/pa_vcookie.C: ^hash.delete[key]
                   20013: 
                   20014: 2001-10-31  paf
                   20015: 
                   20016:        * src/main/: compile.C, pa_common.C: completely empty file now
                   20017:          considered "read", not ignored [not perfect trick used]
                   20018: 
                   20019:        * src/main/pa_common.C: simplier common ifdefs
                   20020: 
                   20021:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   20022: 
                   20023:        * src/main/pa_db_connection.C: z
                   20024: 
                   20025:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   20026:          lockdetector flags
                   20027:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   20028: 
                   20029:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   20030:          from accidental show [imagine user forgot @exception]
                   20031: 
                   20032:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   20033: 
                   20034:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   20035:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   20036:          main/pa_common.C: ^string.save[[append;]path]
                   20037: 
                   20038:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20039:          main/execute.C: \ in expression: int divide 10/3=3
                   20040: 
                   20041:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   20042:          inside of ^cache
                   20043: 
                   20044:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   20045:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   20046:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   20047:          needed
                   20048: 
                   20049: 2001-10-30  paf
                   20050: 
                   20051:        * src/: classes/classes.dsp, main/main.dsp,
                   20052:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20053:          types/types.dsp: enabled debug incremental compile
                   20054: 
                   20055:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20056:          form post data line endings not reformatted now.
                   20057: 
                   20058:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   20059:          now required [had bug when file= has no value]
                   20060: 
                   20061:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   20062:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   20063:          cstr(asis) default param removed
                   20064: 
                   20065:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   20066: 
                   20067:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   20068: 
                   20069:        * src/include/pa_dir.h: LOAD_DIR fixed
                   20070: 
                   20071:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   20072:          was broken} fix_line_breaks
                   20073: 
                   20074:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   20075:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   20076:          packed with #pragma pack
                   20077: 
1.116     moko     20078:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     20079: 
                   20080: 2001-10-29  paf
                   20081: 
                   20082:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   20083: 
                   20084:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   20085:          string hash.puts
                   20086: 
                   20087:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   20088: 
                   20089:        * src/include/pa_sql_connection.h: there were one wrong
                   20090:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   20091: 
                   20092:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   20093:          param.someday either ifdef or remove it
                   20094: 
                   20095:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   20096: 
                   20097:        * src/main/untaint.C: optimizing returned after debugging
                   20098: 
                   20099:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20100:          main/untaint.C: memory hunging #pragma pack(1)
                   20101: 
                   20102:          16 419 844 13 169 394
                   20103: 
                   20104:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20105:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   20106:          places [todo:Array]
                   20107: 
                   20108:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   20109:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   20110:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   20111: 
                   20112:          total 5 652 652/158731 total 5 469 332/158731
                   20113: 
                   20114:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   20115:          Array:: without cache in get/put now
                   20116: 
                   20117:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   20118:          18:25:27 2001] total 5 652 652/158731
                   20119: 
                   20120:        * src/: include/pa_string.h, main/pa_string.C,
                   20121:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   20122:          now
                   20123: 
                   20124:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   20125:          18:11:53 2001] total 5796092/158731
                   20126: 
                   20127:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   20128:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   20129:          key ref now
                   20130: 
                   20131:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   20132:          17:11:17 2001] total 16867948/202658
                   20133: 
                   20134:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   20135:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   20136:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20137:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20138:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   20139:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   20140:          string::as_int/double now usually uses stack, not heap [200K out
                   20141:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   20142: 
                   20143:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   20144:          hiding bug]
                   20145: 
                   20146:        * src/Makefile.am: .am order
                   20147: 
                   20148:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   20149:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20150:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   20151:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20152:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   20153:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   20154:          required "friend class"
                   20155: 
                   20156:          ../include/pa_request.h:51: friend declaration requires
                   20157:          class-key, i.e. `friend    class Temp_lang'
                   20158: 
                   20159:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   20160:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   20161:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   20162: 
                   20163:          the idea is to #1 jump to C++ some function to main body, where
                   20164:          every function stack frame has exception unwind information and
                   20165:          from there... #2 propagate_exception()
                   20166: 
                   20167: 2001-10-28  paf
                   20168: 
                   20169:        * src/main/pa_db_connection.C: removed old consts
                   20170: 
                   20171:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   20172:          with wrong type/cast]
                   20173: 
                   20174:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   20175:          translation
                   20176: 
1.116     moko     20177:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     20178:          remember to build DB2 with -fexceptions!!!
                   20179: 
                   20180:        * src/main/pa_db_table.C: DB_RMW defed
                   20181: 
                   20182:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   20183:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20184:          include/pa_db_table.h, main/pa_db_connection.C,
                   20185:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   20186: 
                   20187: 2001-10-27  paf
                   20188: 
                   20189:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20190:          include/pa_db_table.h, main/pa_db_connection.C,
                   20191:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   20192:          types/pa_vhashfile.C: DB2 ifdefs
                   20193: 
1.116     moko     20194:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   20195:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     20196:          makes with DB2
                   20197: 
1.116     moko     20198:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   20199:          types/Makefile.am: makes db
1.95      moko     20200: 
                   20201:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   20202:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   20203:          globals.C
                   20204: 
                   20205:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20206:          include/pa_db_table.h, main/pa_db_connection.C,
                   20207:          main/pa_db_table.C: ^hashfile.clear[]
                   20208: 
                   20209:        * src/classes/classes.awk: no $ in var names
                   20210: 
                   20211:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   20212:          connection&table [forgotten calls]
                   20213: 
                   20214: 2001-10-26  paf
                   20215: 
                   20216:        * src/main/pa_db_connection.C: db checkpoints
                   20217: 
                   20218:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   20219:          checkpoints
                   20220: 
                   20221:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   20222:          default. but entities still reparsed. todo: tothink
                   20223: 
                   20224:        * src/main/pa_db_connection.C: db recover mech 2
                   20225: 
                   20226:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20227:          include/pa_db_manager.h, include/pa_db_table.h,
                   20228:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20229:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   20230:          types/pa_vhashfile.h: db connections & tables now cached at
                   20231:          create time & multithreaded
                   20232: 
                   20233:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   20234:          parsed_source
                   20235: 
                   20236:        * src/main/pa_db_connection.C: about to remove connection from
                   20237:          vhashfile
                   20238: 
                   20239:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   20240:          transaction commit/rollback responsibility left to parent [as it
                   20241:          sould - else there were a bug with double free]
                   20242: 
                   20243:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   20244:          responsibility left to parent [as it sould - else there were a
                   20245:          bug with double free]
                   20246: 
                   20247: 2001-10-25  paf
                   20248: 
                   20249:        * src/: classes/hashfile.C, include/pa_common.h,
                   20250:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20251:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   20252:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   20253:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   20254:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   20255:          yet]
                   20256: 
                   20257:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   20258: 
                   20259:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   20260:          transaction parent passed
                   20261: 
                   20262: 2001-10-24  parser
                   20263: 
1.116     moko     20264:        * src/classes/Makefile.am: makes
1.95      moko     20265: 
                   20266:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   20267:          isapi/pool_storage.h: pool_storage fixed
                   20268: 
                   20269:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   20270:          types/pa_vform.h: form fix_line_breaks
                   20271: 
1.116     moko     20272:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     20273: 
                   20274:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   20275:          targets/cgi/pool_storage.h: makes
                   20276: 
                   20277:        * src/sql/pa_sql_driver.h: version
                   20278: 
                   20279:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   20280:          types/pa_vform.C, types/pa_vform.h: .am
                   20281: 
                   20282:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   20283:          this: DB_RMW Acquire write locks instead of read locks when doing
                   20284:          the retrieval. Setting this flag may decrease the likelihood of
                   20285:          deadlock during a read-modify-write cycle by immediately
                   20286:          acquiring the write lock during the read part of the cycle so
                   20287:          that another thread of control acquiring a read lock for the same
                   20288:          item, in its own read-modify-write cycle, will not result in
                   20289:          deadlock
                   20290: 
                   20291:        * src/targets/isapi/parser3isapi.dsp: doc
                   20292: 
                   20293:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   20294: 
                   20295:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   20296: 
                   20297:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20298:          main/pa_db_connection.C: hashfile expired deleted from db when
                   20299:          get & iterate
                   20300: 
                   20301:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   20302:          expiring 1
                   20303: 
                   20304:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   20305: 
                   20306:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   20307:          db_connection not bothers with key when not returning expired
                   20308:          data
                   20309: 
                   20310:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20311:          types/pa_vhashfile.C: db_cursor constructor public now
                   20312: 
                   20313:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20314:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   20315:          stamped, todo: put_element analize
                   20316: 
                   20317:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   20318:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   20319:          serialize. todo stamp
                   20320: 
                   20321: 2001-10-23  parser
                   20322: 
                   20323:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   20324:          classes/image.C, classes/mail.C, classes/response.C,
                   20325:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20326:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   20327:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   20328:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   20329:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   20330:          types/pa_vtable.C: ^hashfile.hash[]
                   20331: 
                   20332:        * src/: classes/hashfile.C, classes/xdoc.C,
                   20333:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   20334:          main/pa_globals.C: ifdefs so it compiled without db
                   20335: 
                   20336:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20337:          include/pa_db_manager.h, main/pa_db_connection.C,
                   20338:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   20339:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   20340:          ^hashfile.delete[key]
                   20341: 
                   20342: 2001-10-22  parser
                   20343: 
                   20344:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   20345:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   20346: 
                   20347:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   20348:          classes/xnode.C, include/pa_charset_connection.h,
                   20349:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20350:          include/pa_exception.h, include/pa_sapi.h,
                   20351:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20352:          include/pa_stylesheet_connection.h,
                   20353:          include/pa_stylesheet_manager.h,
                   20354:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20355:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20356:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   20357:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20358:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   20359:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   20360:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   20361:          types/types.dsp: hashfile 0
                   20362: 
                   20363:        * src/types/pa_vhashfile.C: z
                   20364: 
                   20365:        * src/: classes/classes.dsp, classes/hashfile.C,
                   20366:          include/pa_config_fixed.h, main/execute.C,
                   20367:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   20368:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   20369: 
                   20370:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   20371: 
                   20372:        * src/: include/pa_exception.h, include/pa_request.h,
                   20373:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   20374:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20375:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   20376: 
                   20377: 2001-10-19  parser
                   20378: 
                   20379:        * src/include/pa_pool.h: header
                   20380: 
                   20381:        * src/main/pa_pool.C: auto compiled on gcc
                   20382: 
                   20383:        * src/classes/image.C: comment
                   20384: 
1.116     moko     20385:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     20386: 
                   20387:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20388:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20389:          types/pa_vxnode.h: xnode clone got freed
                   20390: 
                   20391:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20392:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   20393:          can free up xalandomstring resulting from pool::transcode
                   20394: 
                   20395:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   20396:          include/pa_config_fixed.h, include/pa_exception.h,
                   20397:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   20398:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   20399:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   20400:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   20401:          from non-xml compile
                   20402: 
                   20403:        * src/main/pa_request.C: pool:: context - get_context
                   20404: 
                   20405:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20406:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20407:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20408:          classes/string.C, classes/table.C, classes/void.C,
                   20409:          include/pa_config_fixed.h, include/pa_exception.h,
                   20410:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   20411:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20412:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   20413:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   20414:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20415:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20416:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20417:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   20418:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   20419:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   20420:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   20421:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   20422:          exceptions 0
                   20423: 
                   20424:        * src/classes/classes.awk: $ removed
                   20425: 
                   20426: 2001-10-18  parser
                   20427: 
                   20428:        * src/types/pa_vcookie.C: cookie:CLASS
                   20429: 
                   20430:        * src/main/main.dsp: project
                   20431: 
                   20432:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   20433:          set_document & ctor question "who owns document" solved
                   20434: 
                   20435:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   20436: 
                   20437:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20438:          main/pa_pool.C: encoding in dom creating funcs
                   20439: 
                   20440:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   20441:          be transformed now
                   20442: 
                   20443:        * src/classes/xdoc.C: dom created by create can be transformed now
                   20444: 
                   20445:        * src/classes/xdoc.C: z
                   20446: 
                   20447:        * src/classes/xdoc.C: comment
                   20448: 
                   20449:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   20450:          create now uses XercesDocumentBridge, appendChild&co now works
                   20451: 
                   20452:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   20453:          @ recompile
                   20454: 
                   20455:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   20456:          $origin @exception[
                   20457: 
                   20458:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   20459:          tag names forced to XML lang
                   20460: 
                   20461:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   20462:          leechy-found bugs in code&doc fixed
                   20463: 
                   20464: 2001-10-17  parser
                   20465: 
                   20466:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   20467:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   20468:          n functionality preserved
                   20469: 
                   20470:        * src/types/pa_vimage.h: removed unused vimage::save
                   20471: 
                   20472: 2001-10-16  parser
                   20473: 
                   20474:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   20475: 
                   20476:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   20477: 
                   20478:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   20479: 
                   20480:        * src/classes/image.C: image.copy tolerance
                   20481: 
                   20482:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   20483:          ineffective, but works for small paleted image
                   20484: 
                   20485:        * src/types/pa_vimage.C: comment
                   20486: 
                   20487:        * src/classes/image.C: gd size/resize bugfix
                   20488: 
                   20489:        * src/: classes/classes.dsp, main/main.dsp,
                   20490:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20491:          types/types.dsp: ident >nul 2>&1
                   20492: 
                   20493:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   20494:          systems
                   20495: 
                   20496:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   20497:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   20498: 
                   20499: 2001-10-15  parser
                   20500: 
                   20501:        * src/main/execute.C: z
                   20502: 
                   20503:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   20504: 
                   20505:        * src/types/pa_vxnode.C:     document_type_node.
                   20506:                  !readonly attribute DOMString name
                   20507:              !notation_node.
                   20508:                  !readonly attribute DOMString publicId
                   20509:                  !readonly attribute DOMString systemId
                   20510: 
1.116     moko     20511:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   20512:          ::write badly passed string too transparently [failed to
                   20513:          intercept it]
1.95      moko     20514: 
                   20515:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   20516:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   20517:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20518:          types/pa_vxnode.h: DOM1 major addtion, only few
                   20519:          attributes/methods left
                   20520: 
                   20521: 2001-10-13  parser
                   20522: 
                   20523:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20524:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   20525:          in main handler
                   20526: 
                   20527:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   20528:          cleanups & frees order
                   20529: 
                   20530:        * src/types/pa_vcode_frame.h: couple comments
                   20531: 
                   20532:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   20533:          transparent enough to handle hash if creation&passing
                   20534: 
                   20535:        * src/: include/pa_config_fixed.h, main/execute.C,
                   20536:          main/pa_exception.C: noticed that vcodeframe not transparent
                   20537:          enough, would change now
                   20538: 
                   20539: 2001-10-12  parser
                   20540: 
                   20541:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   20542:          fixed. initialization&free on each thread!
                   20543: 
                   20544:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   20545:          handling changed: now type of default param analized always, not
                   20546:          only at problem time, thus helping early problem spotting
                   20547: 
                   20548:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   20549:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   20550:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   20551:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   20552:          multithread bug fixed. initialization&free on each thread!
                   20553: 
                   20554: 2001-10-11  parser
                   20555: 
                   20556:        * src/classes/xnode.C: xnode.selectSingle now
                   20557: 
                   20558:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20559:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20560:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   20561:          convertors out of Pool into Exception
                   20562: 
                   20563:        * src/main/pa_string.C: const
                   20564: 
                   20565:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   20566:          linked pieces of same language together prior to String::replace
                   20567: 
                   20568:        * src/classes/hash.C:     !^hash.add[addme]
                   20569:              !^hash.sub[subme]
                   20570:              !^a.union[b] = new
                   20571:              !^a.intersection[b] = new
                   20572:              !^a.intersects[b] = bool
                   20573: 
                   20574:        * src/classes/hash.C:     !^hash::append[append_from]
                   20575: 
                   20576:        * src/: classes/hash.C, types/pa_vhash.h:
                   20577:          !^hash::create[[copy_from]]
                   20578: 
                   20579:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   20580:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   20581:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   20582:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   20583:          exception but somebody[value.bark] tried to throw it on it's pool
                   20584: 
1.116     moko     20585:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20586: 
                   20587: 2001-10-10  parser
                   20588: 
                   20589:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   20590: 
                   20591:        * src/main/: compile.tab.C, compile.y: ^a[
                   20592: 
                   20593:          @next_method  << now unclosed ] would be reported here
                   20594: 
                   20595:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   20596:          compile error
                   20597: 
                   20598: 2001-10-09  parser
                   20599: 
1.116     moko     20600:        * src/: classes/Makefile.am, main/Makefile.am,
                   20601:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     20602: 
                   20603:        * src/classes/Makefile.am: makes
                   20604: 
                   20605:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   20606:          win32 errors intercepted [xalan transformer patched and
                   20607:          incorporated]
                   20608: 
                   20609:        * src/: classes/classes.dsp, classes/xdoc.C,
                   20610:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20611:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20612:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   20613:          patches starting
                   20614: 
                   20615:        * src/classes/: string.C, table.C: ^string.save[file]
                   20616: 
                   20617:        * src/classes/: date.C, table.C: calendar moved to date
                   20618: 
                   20619:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   20620:          string/table]  now
                   20621: 
                   20622:        * src/classes/: op.C, table.C: z
                   20623: 
                   20624:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   20625:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   20626:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   20627:          be code [be string..]
                   20628: 
                   20629:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   20630:          table.C: lots of
                   20631:          params->as_int/double/as_string/as_junction/as_no_junction
                   20632:          messages added
                   20633: 
                   20634: 2001-10-08  parser
                   20635: 
                   20636:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   20637:          classes/table.C, classes/void.C, include/pa_request.h:
                   20638:          params->as_int/double message added
                   20639: 
                   20640:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   20641: 
                   20642:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   20643:          image:sector removed image:html internal "line-*" attribs
                   20644: 
                   20645:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   20646:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   20647: 
                   20648:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   20649:          way
                   20650: 
                   20651:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   20652:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   20653:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   20654: 
                   20655:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   20656:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   20657:          @ SAPI::log
                   20658: 
                   20659:        * src/main/untaint.C: \r to ' ' in origins mode
                   20660: 
                   20661:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   20662:          set]
                   20663: 
                   20664:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   20665:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   20666:          nonstandard liaison freed up
                   20667: 
                   20668: 2001-10-07  parser
                   20669: 
                   20670:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   20671:          project
                   20672: 
                   20673: 2001-10-05  parser
                   20674: 
                   20675:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   20676:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   20677:          from outputing to cerr.  lots of "todos"
                   20678: 
                   20679:        * src/main/untaint.C: http_header tainting more gentle with
                   20680:          enquoting now
                   20681: 
                   20682:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   20683:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   20684:          xml errorhandler.  fixed string.replace a little, read @test
                   20685: 
                   20686:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   20687:          *) does not have limit, and looks further eos, fixing....
                   20688: 
                   20689:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   20690: 
                   20691:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   20692: 
                   20693:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   20694:          bugfix
                   20695: 
1.116     moko     20696:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   20697:          $result[^[$p^]z] now works fine
1.95      moko     20698: 
                   20699:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   20700:          wrong. fixed it
                   20701: 
                   20702:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   20703:          of totable appered to be vital
                   20704: 
                   20705: 2001-10-04  parser
                   20706: 
                   20707:        * src/classes/image.C: ^image.length[text]
                   20708: 
                   20709: 2001-10-03  parser
                   20710: 
                   20711:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   20712: 
                   20713:        * src/main/pa_request.C: restored pcre defaulting in request
                   20714:          [mindlessly "optimized" yesterday] comment left
                   20715: 
                   20716: 2001-10-02  parser
                   20717: 
                   20718:        * src/: main/pa_charset_manager.C,
                   20719:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   20720:          needed
                   20721: 
                   20722:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   20723:          forgot non-xml pool.*charset needed
                   20724: 
                   20725:        * src/classes/table.C: # config comments fixed
                   20726: 
                   20727:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   20728:          charset_connection #comment now
                   20729: 
                   20730:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   20731:          options fixed to use release msvcrt lib
                   20732: 
                   20733:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   20734:          removed default - pcre handles that internally fixed bug on
                   20735:          not-cleaning tables [previously was calloced, now member]
                   20736: 
                   20737:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   20738:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   20739:          inside removed default - pcre handles that internally fixed bug
                   20740:          on not-cleaning tables [previously was calloced, now member]
                   20741: 
                   20742:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   20743:          tested charset reload on file change @ apache version = OK tested
                   20744:          freeing up prev encoding on adding new = OK
                   20745: 
                   20746: 2001-10-01  parser
                   20747: 
                   20748:        * src/main/pa_charset_connection.C: removed entitify external hack
                   20749:          [internal installed]
                   20750: 
1.116     moko     20751:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     20752: 
                   20753:        * src/: include/pa_charset_connection.h,
                   20754:          include/pa_charset_manager.h,
                   20755:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20756:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20757:          main/pa_request.C: charset loading & caching mech 0
                   20758: 
                   20759:        * src/: include/pa_stylesheet_connection.h,
                   20760:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20761:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   20762:          & caching mech now
                   20763: 
                   20764: 2001-09-30  parser
                   20765: 
                   20766:        * src/main/pa_request.C: forgot to fill toTable
                   20767: 
                   20768:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   20769:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   20770:          failed on win32 for now..
                   20771: 
                   20772:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20773:          now charsets table configuration variable is: CHARSETS
                   20774: 
                   20775:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   20776:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   20777: 
                   20778:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20779:          include/pa_request.h, main/pa_request.C: started ctype with
                   20780:          unicode values
                   20781: 
                   20782: 2001-09-28  parser
                   20783: 
                   20784:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   20785:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   20786:          string passed AS-IS now
                   20787: 
                   20788:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   20789:          way of user-configuring... todo: implement
                   20790: 
                   20791: 2001-09-27  parser
                   20792: 
                   20793:        * src/classes/table.C: table.sort changed to sort table itself
                   20794: 
                   20795:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   20796:          X^.getElementsByTagName[tagname] = array of xnode
                   20797:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   20798:          nodes removed - regretfully not supported @ xalan. maybe someday
                   20799:          would reimplement, if needed.
                   20800: 
                   20801:          win32build system: solved long waiting anti-non-started-apache
                   20802:          problem
                   20803: 
                   20804:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   20805:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20806:          types/types.dsp: win32 ident make system so not to rebuild
                   20807:          library [ident.C.new]
                   20808: 
                   20809: 2001-09-26  parser
                   20810: 
                   20811:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   20812:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   20813:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20814:          types/pa_vxnode.C, types/types.dsp: z
                   20815: 
                   20816:        * src/classes/classes.C: forgot one non-xml check
                   20817: 
1.116     moko     20818:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20819:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     20820: 
                   20821:        * src/targets/cgi/parser3.C: z
                   20822: 
                   20823:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   20824:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   20825: 
                   20826:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   20827:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20828:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   20829:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   20830:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20831:          types/types.dsp: xdoc&xnode now
                   20832: 
                   20833:        * src/: classes/classes.C, classes/classes.awk,
                   20834:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   20835:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   20836:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20837:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   20838:          classes/op.C, classes/response.C, classes/string.C,
                   20839:          classes/table.C, classes/void.C, include/pa_array.h,
                   20840:          include/pa_common.h, include/pa_config_fixed.h,
                   20841:          include/pa_config_includes.h, include/pa_dictionary.h,
                   20842:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   20843:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20844:          include/pa_socks.h, include/pa_sql_connection.h,
                   20845:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   20846:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20847:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20848:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20849:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20850:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20851:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20852:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20853:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20854:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20855:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20856:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20857:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20858:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20859:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20860:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20861:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20862:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20863:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   20864:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20865:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20866:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20867:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20868:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20869:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20870:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20871:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20872:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20873:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20874:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20875:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20876:          main.dsp splitted to main+classes+types along to .am
                   20877: 
                   20878:        * src/classes/Makefile.am: removed useless var
                   20879: 
                   20880:        * src/: classes/classes.cmd, main/main.dsp,
                   20881:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20882:          main.dsp
                   20883: 
                   20884: 2001-09-25  parser
                   20885: 
                   20886:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20887:          1251 though, todo ICU
                   20888: 
1.116     moko     20889:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20890:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20891:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20892:          types/pa_vdom.h: xml configure makes
1.95      moko     20893: 
                   20894: 2001-09-24  parser
                   20895: 
1.116     moko     20896:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20897:          types/Makefile.am: makes
1.95      moko     20898: 
1.116     moko     20899:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20900: 
                   20901:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20902:          started unix makes update
                   20903: 
                   20904:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20905:          started unix makes update
                   20906: 
                   20907:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20908: 
                   20909:        * src/types/pa_value.h: z
                   20910: 
                   20911:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20912:          bugs with usinge hash/table in expressions
                   20913: 
                   20914:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20915:          resolved conflicts fixed [const]
                   20916: 
                   20917:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20918:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20919:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20920:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20921:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20922:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20923:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20924:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20925:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20926:          with before_xml [merge2 actually didn't happen - i've created
                   20927:          tags on wrong branch. so this merge is in fact re-merge]
                   20928: 
                   20929: 2001-09-21  parser
                   20930: 
                   20931:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20932:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20933:          produced "" in make file and sadly wrong interpreted on load]
                   20934: 
1.116     moko     20935:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20936:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20937:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20938:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20939:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20940:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20941:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20942: 
                   20943:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20944:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20945:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20946:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20947:          main/pa_pool.C, main/pa_request.C,
                   20948:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20949:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20950:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20951:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20952:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20953:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20954:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20955:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20956:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20957:          created new projects for sql drivers [planning to remove sql
                   20958:          drivers from main cvs project] first, will join latest changes
                   20959: 
                   20960:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20961:          pool.get_charset
                   20962: 
                   20963:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20964:          pool.get_charset
                   20965: 
                   20966:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20967:          pool.get_charset
                   20968: 
                   20969:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20970:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20971:          methods encoding to pool.get_charset
                   20972: 
                   20973:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20974:          transcoder were created right "unsupported encoding" message.
                   20975:          not @ set time, but @ use time, so until xml output functions
                   20976:          .string, .file, .save used - no encoding name check occur
                   20977: 
                   20978:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20979:          registration needed, pools are officially destructured
                   20980: 
                   20981: 2001-09-20  parser
                   20982: 
                   20983:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20984: 
                   20985:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20986:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20987: 
                   20988:        * src/: classes/dnode.C, classes/dom.C,
                   20989:          include/pa_config_includes.h, include/pa_globals.h,
                   20990:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20991:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20992:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20993:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20994:          Pool::transcode 0
                   20995: 
                   20996:        * src/classes/dom.C: dom. string save file moved output xml options
                   20997:          to last param and made it optional
                   20998: 
                   20999:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   21000:          dnodes
                   21001:              !$attributenode.specified = boolean
                   21002:                      true if the attribute received its value explicitly
                   21003:          in the XML document,
                   21004:                      or if a value was assigned programatically with the
                   21005:          setValue function.
                   21006:                  false if the attribute value came from the default value
                   21007:          declared in the document's DTD.
                   21008:              !$pinode.target = target of this processing instruction
                   21009:                  XML defines this as being the first token following the
                   21010:          markup
                   21011:                  that begins the processing instruction.
                   21012:                  XPath:
                   21013:              !^node.select[xpath/query/expression] = hash of 0->node0
                   21014:          1->node1
                   21015:              !^node.select-single[xpath/query/expression] = first node if
                   21016:          any
                   21017: 
                   21018:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   21019:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   21020:          some 'const's added
                   21021: 
                   21022:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   21023:          expression context now, there value = size and boolean value
                   21024:          size!=0
                   21025: 
                   21026:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   21027:          can be used in expression context now, there value = size and
                   21028:          boolean value size!=0
                   21029: 
                   21030:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   21031:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   21032:          due to strange xalan bug
                   21033: 
                   21034: 2001-09-18  parser
                   21035: 
                   21036:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   21037:          classes/image.C, classes/op.C, classes/table.C,
                   21038:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   21039:          include/pa_sql_driver_manager.h, main/compile.C,
                   21040:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   21041:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   21042:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21043:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21044:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   21045:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   21046:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   21047:          before_xml branch ^if(def $hash) now true only when
                   21048:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   21049: 
                   21050:        * src/: classes/op.C, main/execute.C: operators self changed to
                   21051:          root ^for variable context changed to self
                   21052: 
                   21053:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   21054:          dnode 1
                   21055: 
                   21056:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   21057:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   21058: 
                   21059:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   21060:          poly* fixed
                   21061: 
                   21062: 2001-09-17  parser
                   21063: 
                   21064:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   21065:          types/pa_vdom.h: started dnode+dom
                   21066: 
                   21067:          dnode     DOM methods:     $node.name     $node.value
                   21068:          ...others...
                   21069: 
                   21070:              ^node.xpath[/rates/USD] = hash
                   21071:                  $hash[
                   21072:                          $.0[node0]
                   21073:                          $.1[node1]
                   21074:                  ]
                   21075: 
                   21076:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   21077:          applies to all linear primitives
                   21078: 
                   21079:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   21080:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21081:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   21082:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   21083:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   21084:          dom(dnode)
                   21085: 
                   21086:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   21087:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21088:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   21089:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   21090:          name after '.'
                   21091: 
                   21092: 2001-09-15  parser
                   21093: 
                   21094:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   21095:          image: $line-width ^line(...)[****   style]
                   21096: 
                   21097:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   21098:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   21099:          pool_storage - cleanups first, allocations second.  apache wisely
                   21100:          does just like that
                   21101: 
                   21102:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   21103:          rewritten using template, no bugs now
                   21104: 
                   21105:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   21106:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   21107:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   21108:          poorly started isapi pool_storage, would rewrite using template
                   21109:          now
                   21110: 
                   21111:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   21112:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21113:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21114:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   21115:          xalan objects freed up [introducing Pool::register_cleanup]
                   21116: 
                   21117:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   21118:          comments
                   21119: 
                   21120: 2001-09-14  parser
                   21121: 
                   21122:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   21123:          z
                   21124: 
                   21125:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21126:          classes/mail.C, include/pa_common.h,
                   21127:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21128:          include/pa_stylesheet_connection.h,
                   21129:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21130:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   21131:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   21132:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   21133:          compiled&cached
                   21134: 
                   21135: 2001-09-13  parser
                   21136: 
                   21137:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21138:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   21139: 
                   21140:        * src/classes/dom.C: dom:file content-type(.method)
                   21141: 
                   21142:        * src/: include/pa_common.h, include/pa_globals.h,
                   21143:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   21144:          string now more informative error messages
                   21145: 
                   21146:        * src/: include/pa_globals.h, include/pa_request.h,
                   21147:          main/pa_request.C, targets/cgi/parser3.C,
                   21148:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   21149:          ParserSiteConfig .../parser3.conf
                   21150: 
                   21151:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   21152: 
                   21153: 2001-09-12  parser
                   21154: 
                   21155:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21156:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   21157:          precise error reporting: "connection string must start with
                   21158:          protocol://" now
                   21159: 
                   21160:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   21161:          braced
                   21162: 
                   21163:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   21164:          lexer on LS_USER level did [] matching without setting nestage,
                   21165:          introduced special LS_NAME_SQUARE_PART state
                   21166: 
                   21167: 2001-09-11  parser
                   21168: 
                   21169:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   21170:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   21171:          languages+=xml
                   21172: 
                   21173:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   21174: 
                   21175:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21176:          options:     $.method[xml|html|text] detection fixed
                   21177: 
                   21178:        * src/types/pa_vdom.h: messages
                   21179: 
                   21180:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21181:          options:     $.method[xml|html|text] detection fixed
                   21182: 
                   21183: 2001-09-10  parser
                   21184: 
                   21185:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21186:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   21187: 
                   21188:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   21189:          added]
                   21190: 
                   21191:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21192:          ^dom.xslt[stylesheet filename] 0
                   21193: 
                   21194:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21195:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   21196: 
                   21197:        * src/classes/dom.C: ^dom.file[encoding] = file
                   21198: 
                   21199:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   21200:          ^dom.save[encoding;filename]
                   21201: 
                   21202:        * src/classes/dom.C: ^dom.string[] 0
                   21203: 
                   21204:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   21205: 
                   21206:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   21207:          types/pa_vform.h: ^dom.save[b.xml] 0
                   21208: 
                   21209: 2001-09-08  parser
                   21210: 
                   21211:        * src/types/pa_vform.C: $form:tables.name.field
                   21212: 
                   21213: 2001-09-07  parser
                   21214: 
                   21215:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   21216:          $table)...
                   21217: 
                   21218:        * src/targets/cgi/parser3.C: z
                   21219: 
                   21220:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   21221:          from '' to int/double is 0]
                   21222: 
                   21223:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   21224:          $table) is false when table is empty
                   21225: 
                   21226:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   21227:          !$form:tables $atable[$form:tables.a]
                   21228:          ^atable.menu{a=$atable.element}[,]
                   21229: 
                   21230:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   21231:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   21232: 
1.116     moko     21233:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21234:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   21235:          of dom
                   21236: 
                   21237:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   21238:          types/pa_vform.C, types/pa_vform.h: z
                   21239: 
                   21240:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   21241:          element [not last]
                   21242: 
1.116     moko     21243:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21244:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   21245: 
                   21246: 2001-09-06  parser
                   21247: 
                   21248:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21249:          table with one column 'element' and two rows: 1 and 2
                   21250: 
                   21251:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21252:          table with one column 'element' and two rows: 1 and 2
                   21253: 
                   21254:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   21255:          bad int/double conversions, and now $form:nonexistent.int(88)
                   21256:          would return 88
                   21257: 
                   21258:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   21259:          types/pa_vhash.h: now there's special hash key '_default'
                   21260:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   21261:          $._default[xx] ] $hash.c
                   21262: 
                   21263:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   21264:          fixed [thanks, fif], ^; were treated there non-literally
                   21265: 
                   21266:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   21267:          doxygen
                   21268: 
                   21269:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   21270:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   21271:          types/pa_vtable.C: few #ifndef DOXYGEN
                   21272: 
                   21273: 2001-09-05  parser
                   21274: 
                   21275:        * src/classes/: string.C, table.C: sql options can be void [same as
                   21276:          image:html the other day]
                   21277: 
                   21278:        * src/targets/cgi/Makefile.am: .am undo
                   21279: 
                   21280:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21281:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   21282:          macro expantion on param, simply qoutes whatever passed, undone
                   21283: 
                   21284:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21285:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   21286:          STRINGIZE(name) #name invented
                   21287: 
                   21288:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21289:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   21290:          MAIN_SQL_DRIVERS_NAME "drivers"
                   21291: 
                   21292:          moved to be availible to all users
                   21293: 
                   21294:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   21295:          SQL_DRIVER_CREATE_FUNC_NAME
                   21296: 
                   21297:        * src/classes/mail.C: MAIN:MAIL check fixed
                   21298: 
                   21299: 2001-09-04  parser
                   21300: 
                   21301:        * src/classes/image.C: image.html now can accept void params
                   21302: 
                   21303:        * src/targets/isapi/parser3isapi.C: z
                   21304: 
                   21305:        * src/targets/cgi/parser3.C: full_file_spec bug
                   21306: 
                   21307:        * src/targets/cgi/parser3.C: getenvcheck
                   21308: 
                   21309:        * src/targets/cgi/parser3.C: zz
                   21310: 
                   21311:        * src/targets/cgi/parser3.C: zzz
                   21312: 
                   21313:        * src/classes/date.C: date
                   21314: 
                   21315:        * src/classes/date.C: date:sql-string is now without ''
                   21316: 
1.116     moko     21317:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     21318:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   21319:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   21320: 
1.116     moko     21321:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21322: 
                   21323: 2001-09-03  parser
                   21324: 
                   21325:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   21326: 
                   21327: 2001-09-01  parser
                   21328: 
                   21329:        * src/classes/image.C: letter_spacing
                   21330: 
                   21331:        * src/classes/image.C: image: font params changed
                   21332: 
                   21333:        * src/classes/image.C: image: as_int as_string used
                   21334: 
                   21335:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   21336:          analized
                   21337: 
                   21338: 2001-08-31  parser
                   21339: 
                   21340:        * src/targets/cgi/parser3.C: z
                   21341: 
1.116     moko     21342:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   21343:          cygwin
1.95      moko     21344: 
                   21345:        * src/classes/void.C: void:int/double += (default)
                   21346: 
                   21347:        * src/classes/image.C: image:font added space param image:font
                   21348:          changed charwidth alg, added kerning const[for now]
                   21349: 
                   21350:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   21351: 
                   21352: 2001-08-29  parser
                   21353: 
                   21354:        * src/main/pa_exception.C: exception redundant debug info
                   21355: 
                   21356: 2001-08-28  parser
                   21357: 
                   21358:        * src/classes/image.C: image error msgs
                   21359: 
                   21360:        * src/classes/image.C: image: gifsize little endian
                   21361: 
                   21362:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   21363:          doxygeneration
                   21364: 
                   21365:        * src/: classes/Makefile.am, main/Makefile.am,
                   21366:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   21367: 
                   21368:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   21369:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   21370: 
                   21371:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   21372: 
                   21373:        * src/classes/table.C: NO_STRING_ORIGIN check
                   21374: 
                   21375:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   21376:          storage class specifiers invalid in friend function declarations
                   21377: 
                   21378:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   21379:          main/untaint.C, targets/cgi/parser3.C,
                   21380:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   21381:          case of limit
                   21382: 
                   21383:        * src/: classes/file.C, main/pa_common.C: file:move
                   21384:          autocreate/remove dest/src dir
                   21385: 
                   21386:        * src/: classes/string.C, include/pa_dictionary.h,
                   21387:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   21388:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   21389:          to directory constructor.  string:replace
                   21390: 
                   21391: 2001-08-27  parser
                   21392: 
                   21393:        * src/classes/image.C: fixed jpgsize alg
                   21394: 
                   21395:        * src/classes/image.C: fixed jpgsize alg
                   21396: 
                   21397:        * src/main/pa_exception.C: z
                   21398: 
                   21399:        * src/main/pa_common.C: removed debug info from pa_common
                   21400: 
                   21401:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   21402:          [auto.p from current dir loading]
                   21403: 
1.116     moko     21404:        * src/: main/pa_common.C, main/pa_exception.C,
                   21405:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   21406:          for solaris -lsocket
1.95      moko     21407: 
                   21408: 2001-08-24  parser
                   21409: 
                   21410:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   21411: 
                   21412:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   21413: 
                   21414:        * src/targets/cgi/parser3.C: not cgi extra \n
                   21415: 
                   21416:        * src/main/pa_sql_driver_manager.C: z
                   21417: 
                   21418:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   21419:          sql* removed services from disconnect - cross-request ideological
                   21420:          probs.
                   21421: 
                   21422:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   21423:          cross-request ideological probs.  oracle - fixed bug: cs
                   21424:          allocated on request.pool and got freed before disconnect
                   21425: 
                   21426:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   21427:          mallocs fixed
                   21428: 
                   21429: 2001-08-23  parser
                   21430: 
                   21431:        * src/classes/file.C: minor bug in file:save fixed
                   21432: 
                   21433:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   21434: 
                   21435: 2001-08-22  parser
                   21436: 
                   21437:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   21438:          types/pa_vfile.h: file:load|save[text|binary;
                   21439: 
                   21440:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   21441: 
                   21442: 2001-08-21  parser
                   21443: 
                   21444:        * src/classes/: file.C, table.C: ^file:list
                   21445: 
                   21446: 2001-08-20  parser
                   21447: 
                   21448:        * src/: main/compile.tab.C, main/compile.y,
                   21449:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   21450:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   21451:          recousively caused problems: inc incremeted 123 literal!! fixed
                   21452: 
                   21453: 2001-08-10  parser
                   21454: 
                   21455:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   21456: 
                   21457:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21458:          added
                   21459: 
                   21460:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21461:          added
                   21462: 
                   21463:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   21464: 
                   21465:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   21466:          ''
                   21467: 
                   21468:        * src/main/: pa_request.C: wanted to make const int
                   21469:          MAX_EXECUTE_SECONDS=1;
                   21470: 
                   21471:          but couldnt, set_callback_and_alarm appeared to be not exported
                   21472:          :(
                   21473: 
                   21474:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   21475:          check but it weren't wise enough
                   21476: 
                   21477:          @parse[dateString][tmp]
                   21478:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   21479:          #end
                   21480: 
                   21481:          @main[] ^parse[2001-02-03]
                   21482: 
                   21483:        * src/classes/: table.C: table:sort now default desc
                   21484: 
                   21485:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21486:          table.sort now creates new sorted table
                   21487: 
                   21488: 2001-08-09  parser
                   21489: 
                   21490:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   21491: 
                   21492:        * src/classes/hash.C: hash:_default now [was hash:default]
                   21493: 
                   21494:        * src/classes/op.C: case without switch check added
                   21495: 
                   21496:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   21497:          precise $ORIGINS(1)
                   21498: 
                   21499:        * src/main/Makefile.am: .am
                   21500: 
                   21501:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21502:          fixed
                   21503: 
                   21504:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21505:          fixed
                   21506: 
                   21507: 2001-08-07  parser
                   21508: 
                   21509:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21510:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   21511:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   21512:          string, table
                   21513: 
                   21514:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   21515:          srand made working
                   21516: 
                   21517: 2001-08-06  parser
                   21518: 
                   21519:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   21520:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   21521:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   21522:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   21523:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   21524: 
                   21525:        * src/main/pa_exec.C: exec win32 real filename
                   21526: 
                   21527:        * src/classes/file.C: exec stderr out
                   21528: 
                   21529:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   21530: 
                   21531: 2001-08-03  parser
                   21532: 
                   21533:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   21534: 
                   21535: 2001-08-02  parser
                   21536: 
                   21537:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   21538:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   21539: 
                   21540:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   21541:          get@execute, but needs array iterator, separate from array to
                   21542:          avoid it & use caching
                   21543: 
                   21544:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   21545:          bug fixed
                   21546: 
                   21547:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   21548:          main/execute.C, main/pa_globals.C: found another multithread bug
                   21549:          in op.C (last, last global var killed) :)
                   21550: 
                   21551: 2001-08-01  parser
                   21552: 
                   21553:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   21554:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   21555:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21556:          main/untaint.C: speeded up typo-html replacements. introducing
                   21557:          Dictionary with first-char caching
                   21558: 
                   21559: 2001-07-31  parser
                   21560: 
                   21561:        * src/types/Makefile.am: pa_vtable.C added to .am
                   21562: 
                   21563:        * src/main/compile.tab.C: added, so that could be compiled even on
                   21564:          non-bison-enabled platforms
                   21565: 
                   21566: 2001-07-28  parser
                   21567: 
                   21568:        * src/classes/table.C: table:hash always produces hash, when can't
                   21569:          - empty
                   21570: 
                   21571:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   21572:          skipped \n
                   21573: 
                   21574: 2001-07-27  parser
                   21575: 
                   21576:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   21577:          on int/double/string :sql without result and default
                   21578: 
                   21579: 2001-07-26  parser
                   21580: 
                   21581:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   21582:          OP
                   21583: 
                   21584:        * src/main/compile.y: $man[$.age[zzz]]  0
                   21585: 
                   21586:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   21587:          creation syntax problem persists. restored $: for a while.
                   21588:          thinking of $man[$.age[zzz]] syntax now
                   21589: 
                   21590:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21591:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   21592:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   21593:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   21594:          types/pa_wwrapper.h: fixing :: realization #1
                   21595: 
                   21596:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   21597:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   21598:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   21599:          prefix.  ordinary : remains for static accesses
                   21600: 
                   21601: 2001-07-25  parser
                   21602: 
                   21603:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   21604:          fields 2. methods 3. columns
                   21605: 
                   21606:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   21607:          quote.  optimized double&int tostring-s
                   21608: 
                   21609:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   21610:          whitespace before first method decl
                   21611: 
                   21612:        * src/classes/table.C: allowed nontable result in table:sql,
                   21613:          results in empty table
                   21614: 
                   21615:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   21616:          lines before first method decl
                   21617: 
                   21618:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   21619:          types/pa_vtable.h: ^table.record[] now $table.fields
                   21620: 
                   21621:        * src/main/compile.y: $var[] is now empty string, not void
                   21622: 
                   21623:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   21624:          void
                   21625: 
                   21626:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   21627:          main/pa_globals.C: match replace code context moved to implicit
                   21628:          $match context
                   21629: 
                   21630:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   21631:          main/compile_tools.h, main/execute.C: with killed, code storage
                   21632:          introduced with former 'with' syntax
                   21633: 
                   21634: 2001-07-24  parser
                   21635: 
                   21636:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   21637:          types/pa_value.h: first get_element, next get operator
                   21638: 
                   21639:        * src/main/compile.y: removed @end handling
                   21640: 
                   21641:        * src/main/: compile.C, compile.y: @end handling method2
                   21642: 
                   21643:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   21644:          file:move
                   21645: 
                   21646:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   21647:          fixed
                   21648: 
                   21649: 2001-07-23  parser
                   21650: 
                   21651:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   21652:          driver
                   21653: 
                   21654:        * src/classes/hash.C: changed sql driver query interface
                   21655: 
                   21656:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   21657:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   21658:          changed sql driver query interface
                   21659: 
                   21660: 2001-07-20  parser
                   21661: 
                   21662:        * src/types/pa_vrequest.C: X!$browser:type
                   21663: 
                   21664:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   21665:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   21666:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   21667:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   21668:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   21669:          types/pa_vobject.h, types/pa_vrequest.C,
                   21670:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   21671:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   21672:          BASE element globally removed
                   21673: 
                   21674: 2001-07-18  parser
                   21675: 
                   21676:        * src/classes/file.C: file:exec/cgi msg
                   21677: 
                   21678:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   21679: 
                   21680:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   21681: 
1.116     moko     21682:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21683:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   21684:          removed $id from *.in *.am
1.95      moko     21685: 
                   21686:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   21687:          abbrevations
                   21688: 
                   21689:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   21690:          classes/string.C, classes/table.C, include/pa_globals.h,
                   21691:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   21692:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21693:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   21694:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   21695:          $ORIGINS(1) output tracing mode
                   21696: 
                   21697: 2001-07-13  parser
                   21698: 
                   21699:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21700:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   21701:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   21702:          second would not call first @auto
                   21703: 
                   21704:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   21705:          wrong, fixed
                   21706: 
                   21707: 2001-07-12  parser
                   21708: 
                   21709:        * src/types/pa_value.h: pa_value.putelement modification of system
                   21710:          classes prevented
                   21711: 
                   21712: 2001-07-11  parser
                   21713: 
                   21714:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   21715:          table $piece
                   21716: 
                   21717:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21718:          types/pa_vstateless_class.h: $file created by file:state +=
                   21719:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   21720:          get_junction-created objects [they were on wrong pool]
                   21721: 
                   21722: 2001-07-09  parser
                   21723: 
                   21724:        * src/main/untaint.C: qp wrong name
                   21725: 
                   21726:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   21727:          main/compile.y: date format 0
                   21728: 
                   21729: 2001-07-07  parser
                   21730: 
                   21731:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   21732:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   21733:          roll table calendar
                   21734: 
                   21735:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   21736:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   21737:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   21738:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   21739:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   21740:          string.  todo: sql, calendar
                   21741: 
                   21742: 2001-07-06  parser
                   21743: 
                   21744:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   21745:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   21746: 
                   21747: 2001-07-03  parser
                   21748: 
                   21749:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   21750:          classes/random.C, main/main.dsp: class random renamed to math,
                   21751:          operators became methods
                   21752: 
                   21753:        * src/classes/op.C:  pow sqrt
                   21754: 
                   21755:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   21756: 
                   21757: 2001-07-02  parser
                   21758: 
                   21759:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   21760:          'column'
                   21761: 
                   21762:        * src/classes/hash.C: ^hash.keys[]
                   21763: 
                   21764:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   21765: 
                   21766:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   21767:          'strings'
                   21768: 
                   21769: 2001-06-29  parser
                   21770: 
                   21771:        * src/main/: execute.C: /0  %0 checkes ver 2
                   21772: 
                   21773:        * src/main/execute.C: /0  %0 checke
                   21774: 
                   21775:        * src/classes/Makefile.am: nothing - void
                   21776: 
                   21777:        * src/classes/table.C: empty strings @ sql
                   21778: 
                   21779: 2001-06-28  parser
                   21780: 
                   21781:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21782:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21783:          classes/op.C, classes/random.C, classes/response.C,
                   21784:          classes/string.C, classes/table.C, classes/void.C,
                   21785:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21786:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21787:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21788:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21789:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21790:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   21791:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   21792:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   21793:          $";
                   21794: 
                   21795:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21796:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21797:          classes/op.C, classes/random.C, classes/response.C,
                   21798:          classes/string.C, classes/table.C, classes/void.C,
                   21799:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21800:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21801:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21802:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21803:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21804:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     21805:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     21806: 
                   21807:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   21808:          $class:name: == ${class:name}:
                   21809: 
                   21810:        * src/classes/string.C: exactly one
                   21811: 
                   21812: 2001-06-27  parser
                   21813: 
                   21814:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   21815:          types/pa_vvoid.h: nothing renamed to void
                   21816: 
                   21817:        * src/classes/op.C: ^switch ^case
                   21818: 
                   21819:        * src/main/compile.y: nothing renamed to void
                   21820: 
                   21821:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   21822:          main/execute.C, main/main.dsp, main/pa_request.C,
                   21823:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   21824:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   21825:          void
                   21826: 
                   21827:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   21828: 
                   21829: 2001-05-28  parser
                   21830: 
                   21831:        * src/doc/html2chm.cmd: removed >a
                   21832: 
                   21833:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   21834:          project options [some bugs]
                   21835: 
                   21836:        * src/doc/sources2html.cmd: z
                   21837: 
                   21838:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21839:          main/execute.C: operators are not in root class again
                   21840: 
                   21841: 2001-05-24  parser
                   21842: 
                   21843:        * src/targets/cgi/parser3.dsp: project file
                   21844: 
                   21845:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   21846:          ^log ^exp
                   21847: 
                   21848:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21849:          conversions in @exception[params]
                   21850: 
                   21851:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21852: 
                   21853: 2001-05-23  parser
                   21854: 
                   21855:        * src/main/pa_string.C: string cmp bug
                   21856: 
                   21857:        * src/classes/: mail.C, op.C: rem max 1000
                   21858: 
                   21859:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21860:          LS_DEF_NAME
                   21861: 
                   21862: 2001-05-22  parser
                   21863: 
                   21864:        * src/classes/op.C: if params code-required
                   21865: 
                   21866: 2001-05-21  parser
                   21867: 
                   21868:        * src/types/pa_vstring.C: eoleof
                   21869: 
                   21870:        * src/classes/Makefile.am: .AM
                   21871: 
                   21872:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21873: 
                   21874:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21875: 
                   21876:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21877:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21878:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21879:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21880:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21881:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21882:          'nothing'
                   21883: 
                   21884:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21885:          vstring::set_string
                   21886: 
                   21887:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21888: 
                   21889:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21890:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21891:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21892: 
                   21893:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21894:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21895:          hash:sql moved to main trunc. operators.txt updated
                   21896: 
                   21897:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21898: 
                   21899:        * src/classes/op.C: z
                   21900: 
                   21901:        * src/: main/compile.C, classes/classes.C: 1
                   21902: 
                   21903:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21904:          main/execute.C: 0
                   21905: 
                   21906:        * src/main/execute.C: z
                   21907: 
                   21908:        * src/targets/cgi/parser3.C: z
                   21909: 
                   21910:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21911:          site_auto_path "." in that case
                   21912: 
                   21913:        * src/targets/cgi/: parser3.C: z
                   21914: 
                   21915:        * src/main/pa_request.C: .am
                   21916: 
                   21917:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21918:          pcre_tables=pcre_default_tables;
                   21919: 
                   21920: 2001-05-19  parser
                   21921: 
                   21922:        * src/main/pa_string.C: z
                   21923: 
                   21924:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21925:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21926:          target.
                   21927: 
                   21928:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21929:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21930:          used, 4* mem wasted
                   21931: 
                   21932:        * src/classes/string.C: root context in match replace body now
                   21933:          unchanged
                   21934: 
                   21935:        * src/types/pa_value.h: parameter # 1 based
                   21936: 
                   21937:        * src/main/pa_common.C: common:  actual filename '%s'
                   21938: 
                   21939:        * src/classes/string.C: z
                   21940: 
                   21941:        * src/classes/Makefile.am: classes/.am
                   21942: 
                   21943:        * src/classes/: Makefile.am: classes/.am
                   21944: 
                   21945:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21946:          targets/cgi/pa_pool.C: classes/.am
                   21947: 
                   21948: 2001-05-18  parser
                   21949: 
1.116     moko     21950:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21951:          pa_threads.C ins
1.95      moko     21952: 
                   21953:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21954: 
                   21955: 2001-05-17  parser
                   21956: 
                   21957:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21958:          include/pa_config_includes.h, main/compile.y,
                   21959:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21960:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21961:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21962:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21963:          most .C
                   21964: 
                   21965:        * src/doc/html2chm.cmd: z
                   21966: 
                   21967:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21968:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21969: 
                   21970:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21971:          get_connection_from_cache
                   21972: 
                   21973:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21974: 
                   21975:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21976:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21977:          cache expiration[use SQL_Driver::disconnect]
                   21978: 
                   21979:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21980: 
                   21981:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21982:          line no
                   21983: 
                   21984:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21985:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21986: 
                   21987:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21988:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21989:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21990:          1driver and set_services fight for driver::fservices. before fix
                   21991: 
                   21992:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21993:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21994:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21995:          own 1driver and set_services fight for driver::fservices. before
                   21996:          fix
                   21997: 
                   21998:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21999:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22000:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   22001:          pa_threads.C
                   22002: 
                   22003:        * src/include/pa_threads.h: removed targets/parser
                   22004: 
                   22005:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   22006:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   22007:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   22008:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   22009:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   22010:          headers
                   22011: 
                   22012:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   22013:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   22014:          order prevented sqlmanager to see MULTYTHREAD define
                   22015: 
                   22016:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22017:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   22018:          put/gets
                   22019: 
                   22020:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   22021:          from hash.h
                   22022: 
                   22023:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22024:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   22025:          from cache ->set_services(&services);
                   22026: 
                   22027: 2001-05-16  parser
                   22028: 
                   22029:        * src/targets/cgi/parser3.C: z
                   22030: 
                   22031:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   22032:          debug, #ifdefed some.  would debug later, on more precise sample
                   22033:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   22034:          $name.$tail[$tail!] $name.$tail } ok3
                   22035: 
                   22036:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   22037:          removed array debug. before vstring rebasing
                   22038: 
                   22039:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   22040:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   22041:          array debugged; adjusted
                   22042: 
                   22043:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   22044:          SQL_Driver_manager line no for connect/charset errors
                   22045: 
                   22046: 2001-05-15  parser
                   22047: 
                   22048:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   22049:          main/pa_string.C: string+array made linear grows
                   22050: 
                   22051:        * src/: include/pa_string.h, main/pa_string.C,
                   22052:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   22053:          grow lineary, not exponentialy
                   22054: 
                   22055:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   22056:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   22057:          with fullchunk cmps
                   22058: 
                   22059:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   22060:          70041=           81
                   22061: 
                   22062:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   22063:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   22064:          malloc 27809390/368771, calloc 3232/83. would test now
                   22065: 
                   22066:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   22067:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   22068:          numbered params had wrong name - for instance: bad error message
                   22069:          in ^for[] bad body type. fixed
                   22070: 
                   22071: 2001-05-14  parser
                   22072: 
                   22073:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   22074:          main/untaint.C: ^string.upper|lower[]
                   22075: 
                   22076: 2001-05-11  parser
                   22077: 
                   22078:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   22079:          classes/string.C, classes/table.C, classes/unknown.C,
                   22080:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   22081:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   22082:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   22083: 
                   22084:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   22085:          .dsp for win32tools
                   22086: 
                   22087: 2001-05-11  paf
                   22088: 
                   22089:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   22090:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   22091:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   22092:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   22093: 
                   22094: 2001-05-10  paf
                   22095: 
                   22096:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   22097:          for C++, that's all
                   22098: 
1.116     moko     22099:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   22100:          pa_config_includes.h: inline wonders
1.95      moko     22101: 
                   22102:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   22103:          doc/doxygen.cmd: hash.C added
                   22104: 
                   22105:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   22106: 
                   22107:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   22108:          menthod
                   22109: 
                   22110:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   22111:          pa_vstateless_object.h: changed priority: field before method
                   22112:          lookup in vclass & vobject
                   22113: 
                   22114:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   22115:          grammar: priorities changes [lowerd && prior] vobject: now first
                   22116:          fields, next methods
                   22117: 
                   22118: 2001-05-08  paf
                   22119: 
                   22120:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   22121:          bark=false. fixed
                   22122: 
                   22123:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   22124:          types/pa_vmethod_frame.h: hash:default works at last!
                   22125: 
                   22126:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   22127:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   22128:          hash:default
                   22129: 
                   22130:        * src/classes/table.C: z
                   22131: 
                   22132:        * src/classes/table.C: table:hash always hash of hash now
                   22133: 
                   22134:        * src/classes/table.C: table:empty return bool now
                   22135: 
                   22136:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   22137:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22138:          types/pa_vtable.h: table:hash
                   22139: 
                   22140:        * src/classes/table.C: table:record have name
                   22141: 
                   22142:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   22143:          returns vunknown
                   22144: 
                   22145:        * src/classes/: double.C, int.C, op.C, string.C:
                   22146:          int,double,string:int[] double[] string:length[] results now have
                   22147:          hames
                   22148: 
                   22149:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   22150:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   22151:          now return bool
                   22152: 
                   22153:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   22154:          in method checkparams again. fixed
                   22155: 
                   22156: 2001-05-07  paf
                   22157: 
                   22158:        * src/doc/chm.cmd: cmd
                   22159: 
                   22160:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22161:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   22162:          types/pa_value.h: method reported errors on wrong pool
                   22163: 
                   22164:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   22165:          now
                   22166: 
                   22167:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   22168:          include/code.h, include/pa_opcode.h, main/compile.C,
                   22169:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   22170:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22171:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22172:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   22173:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22174:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22175:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22176:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22177:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22178:          types/pa_wwrapper.h: pa_code.h
                   22179: 
                   22180:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   22181: 
                   22182:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   22183:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   22184:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22185:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   22186:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22187:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   22188:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   22189:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   22190:          types/pa_vtable.h: dox, split by not clean parts also
                   22191: 
                   22192:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22193:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   22194:          'dir' fields & co. more
                   22195: 
                   22196:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   22197:          so to enable 'dir' fields & co.
                   22198: 
                   22199:        * src/main/compile.y: grammar: @end
                   22200: 
                   22201: 2001-05-04  paf
                   22202: 
                   22203:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   22204:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   22205: 
                   22206:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   22207:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22208:          classes/op.C, classes/random.C, classes/response.C,
                   22209:          classes/string.C, classes/table.C, classes/unknown.C,
                   22210:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   22211:          method dox
                   22212: 
                   22213: 2001-05-03  paf
                   22214: 
                   22215:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   22216:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22217:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   22218:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22219:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   22220:          main/pa_request.C: dox splitted .dox files and added some
                   22221: 
                   22222:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   22223: 
                   22224: 2001-05-02  paf
                   22225: 
                   22226:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   22227:          by file_name  language now
                   22228: 
                   22229: 2001-04-28  paf
                   22230: 
                   22231:        * src/classes/classes.inc: removed classes.inc
                   22232: 
                   22233:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   22234:          from .am
                   22235: 
                   22236:        * src/classes/classes.awk: skipped classes in .awk
                   22237: 
                   22238:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   22239:          classes/classes.inc, classes/double.C, classes/file.C,
                   22240:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   22241:          classes/string.C, classes/table.C, classes/unknown.C,
                   22242:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   22243:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22244:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   22245:          pa_methoded back to classes/classes.h
                   22246: 
                   22247:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   22248: 
                   22249:        * src/: classes/Makefile.am, classes/classes.awk,
                   22250:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   22251:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   22252: 
                   22253:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   22254:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   22255:          classes/response.C, classes/string.C, classes/table.C,
                   22256:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   22257:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   22258:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   22259:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   22260:          include|main/pa_methoded
                   22261: 
                   22262:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   22263:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   22264: 
                   22265:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   22266:          moved some configured data to request::classes_conf moved some
                   22267:          string crations from globals to M...  [works]
                   22268: 
                   22269:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   22270:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   22271:          main/pa_request.C: moved some configured data to
                   22272:          request::classes_conf moved some string crations from globals to
                   22273:          M...
                   22274: 
                   22275:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   22276:          about to move configured data to special request hash
                   22277: 
                   22278:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   22279:          classes/form.C, classes/mail.C, include/pa_request.h,
                   22280:          main/pa_request.C: configure started
                   22281: 
                   22282:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   22283:          2. todo: methoded-configure
                   22284: 
                   22285:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22286:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22287:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22288:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   22289:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22290:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22291:          classes/random.C, classes/response.C, classes/string.C,
                   22292:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   22293:          include/pa_request.h, main/compile.y, main/execute.C,
                   22294:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22295:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22296:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   22297:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   22298:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22299:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22300:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22301:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22302:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   22303:          methoded-configure
                   22304: 
                   22305:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   22306:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   22307:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   22308:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   22309: 
                   22310:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   22311:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22312:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22313:          classes/random.C, classes/response.C, classes/string.C,
                   22314:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   22315:          main/compile.y, main/execute.C, main/pa_globals.C,
                   22316:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   22317:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   22318:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   22319:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   22320:          beautifying just compiled. todo: debug, configure
                   22321: 
                   22322: 2001-04-27  paf
                   22323: 
                   22324:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   22325:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   22326:          beautifying -99
                   22327: 
                   22328:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   22329:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   22330:          classes/classes.h, classes/double.C, classes/file.C,
                   22331:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22332:          classes/op.C, classes/random.C, classes/response.C,
                   22333:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   22334:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22335:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22336:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   22337:          types/pa_vunknown.h: beautifying -100
                   22338: 
                   22339:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   22340: 
                   22341:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   22342:          classes/_op.h, classes/_random.h, classes/_table.h,
                   22343:          classes/file.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:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22347:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22348:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   22349:          beautifying
                   22350: 
                   22351: 2001-04-26  paf
                   22352: 
                   22353:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   22354: 
                   22355:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   22356:          documentation ++
                   22357: 
                   22358:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   22359:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22360:          targets/cgi/pa_pool.C: code documentation ++
                   22361: 
                   22362:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   22363:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22364:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22365:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   22366:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22367:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22368:          types/pa_vrequest.C, types/pa_vrequest.h,
                   22369:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   22370:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   22371:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   22372:          code documentation ++
                   22373: 
                   22374:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22375:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   22376:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   22377:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   22378:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22379:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22380:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   22381:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   22382: 
                   22383:        * src/main/: pa_request.C, pa_string.C: z
                   22384: 
                   22385:        * src/: include/pa_common.h, include/pa_types.h,
                   22386:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   22387:          connection caching fixed.  request-pooled-url were stored into
                   22388:          global connectioncache
                   22389: 
                   22390: 2001-04-25  paf
                   22391: 
                   22392:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   22393:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   22394: 
                   22395:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   22396:          main/execute.C, main/pa_common.C: -d
                   22397: 
                   22398:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   22399:          illegal call check a bit improved, but still under iis no mapping
                   22400:          of dir with parser allowed!
                   22401: 
                   22402: 2001-04-24  paf
                   22403: 
                   22404:        * src/targets/Makefile.am: apache module lib .am
                   22405: 
                   22406:        * src/main/pa_exec.C: windows32 buildCommand
                   22407: 
                   22408: 2001-04-23  paf
                   22409: 
                   22410:        * src/targets/cgi/Makefile.am: win32 conditional
                   22411: 
                   22412:        * src/targets/cgi/Makefile.am: win32 conditional
                   22413: 
                   22414:        * src/targets/cgi/Makefile.am: liblink
                   22415: 
                   22416:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   22417:          vfile fields return type
                   22418: 
                   22419:        * src/types/pa_vfile.h: vfile fields return type
                   22420: 
                   22421:        * src/include/pa_config_auto.h.in: .h.in
                   22422: 
                   22423:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   22424:          types/Makefile: makefiles removed
                   22425: 
                   22426:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   22427:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   22428: 
                   22429:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   22430:          [tested: i & g ]
                   22431: 
                   22432:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   22433:          @test noticed series in isapi, check how initialize_random_class
                   22434:          is called! [must be called only once]
                   22435: 
                   22436:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   22437:          would not be 'unknown column'
                   22438: 
                   22439:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   22440:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   22441: 
                   22442:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   22443:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   22444:          [now doesnt]
                   22445: 
                   22446:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   22447: 
                   22448:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   22449:          /cgi-bin/parser3/auto.p
                   22450: 
                   22451:        * src/main/untaint.C: untaint without charset
                   22452: 
                   22453:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22454:          main/pa_common.C: common: file_write /// @test mkdirs
                   22455:          file_delete rmdirs
                   22456: 
                   22457:        * src/main/untaint.C: mail header only once to =?
                   22458: 
                   22459:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   22460:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   22461:          main/untaint.C: untaint -        @test optimize whitespaces for
                   22462:          all but 'html'
                   22463: 
                   22464:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   22465:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22466:          main/untaint.C: untaint -  @test mail-header
                   22467: 
                   22468: 2001-04-20  paf
                   22469: 
                   22470:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22471:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   22472:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22473:          targets/cgi/parser3.C: $MAIN:LOCALE
                   22474: 
                   22475:        * src/main/untaint.C: z
                   22476: 
                   22477:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   22478: 
                   22479: 2001-04-19  paf
                   22480: 
                   22481:        * src/main/compile_tools.h: $a$b bugfix
                   22482: 
                   22483:        * src/targets/cgi/parser3.C: z
                   22484: 
                   22485:        * src/classes/file.C: z
                   22486: 
                   22487:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   22488:          done: header to $fields. waits for header '\' tricks
                   22489: 
                   22490:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22491:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   22492:          changed urlencode here and in untaint.C to HTTP standard's " and
                   22493:          \" mech
                   22494: 
                   22495:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   22496:          http://alx/~paf/ doesnt load /auto.p
                   22497: 
                   22498: 2001-04-18  paf
                   22499: 
                   22500:        * src/main/pa_request.C: 1
                   22501: 
                   22502:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   22503:          linux @alx
                   22504: 
                   22505: 2001-04-17  paf
                   22506: 
                   22507:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   22508:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   22509:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   22510:          enabled
                   22511: 
                   22512:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22513:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22514:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22515:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22516:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   22517:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   22518:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22519:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   22520:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   22521:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   22522:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   22523:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   22524:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   22525:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   22526: 
                   22527:        * src/: include/pa_sql_driver_manager.h,
                   22528:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22529:          types/pa_vimage.h: sql driver interface now has initialize(client
                   22530:          .so)
                   22531: 
                   22532: 2001-04-16  paf
                   22533: 
                   22534:        * src/Makefile.am: compile2 cygwin
                   22535: 
                   22536:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   22537:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   22538: 
                   22539:        * src/targets/cgi/Makefile.am: compile0 jav
                   22540: 
                   22541:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22542:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22543:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22544:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22545:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   22546:          classes/mail.C, classes/op.C, classes/random.C,
                   22547:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22548:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   22549:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   22550:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22551:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   22552:          compile-1
                   22553: 
                   22554: 2001-04-15  paf
                   22555: 
                   22556:        * src/classes/op.C: z
                   22557: 
                   22558:        * src/classes/table.C: table:empty +=process
                   22559: 
                   22560:        * src/types/pa_value.h: MethodParams !junction
                   22561: 
                   22562:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   22563:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22564:          classes/random.C, classes/response.C, classes/string.C,
                   22565:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   22566:          MethodParams everywhere
                   22567: 
                   22568:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   22569:          types/pa_vmethod_frame.h: MethodParams in op.C
                   22570: 
                   22571: 2001-04-12  paf
                   22572: 
                   22573:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   22574: 
                   22575:        * src/: classes/_unknown.h, classes/unknown.C,
                   22576:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22577:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   22578: 
                   22579:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   22580: 
                   22581:        * src/classes/image.C: image:gif now does not have params
                   22582: 
                   22583:        * src/classes/image.C:
                   22584:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   22585: 
                   22586:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   22587:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   22588:          for var now written not to r.wcontext, but to r.root cleared
                   22589:          "entered_object" state
                   22590: 
                   22591: 2001-04-11  paf
                   22592: 
                   22593:        * src/classes/image.C: image:create image:load
                   22594: 
                   22595:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   22596:          just compiled
                   22597: 
                   22598:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22599:          todo: gif without file
                   22600: 
                   22601:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22602:          started porting to Pooled descendant
                   22603: 
                   22604:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   22605:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   22606:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   22607:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   22608: 
                   22609:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   22610:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   22611:          end. switching to python imaging lib
                   22612: 
                   22613:        * src/main/main.dsp: gd+smtp made separate libs
                   22614: 
                   22615:        * src/: include/pa_globals.h, include/pa_string.h,
                   22616:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22617:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   22618:          length
                   22619: 
                   22620:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   22621:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   22622:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   22623:          UL_FILE_NAME of posted file name
                   22624: 
                   22625:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   22626:          post [broke when moved post read to core]
                   22627: 
                   22628: 2001-04-10  paf
                   22629: 
                   22630:        * src/classes/image.C: image:html done
                   22631: 
                   22632:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   22633: 
                   22634:        * src/classes/image.C: z
                   22635: 
                   22636:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   22637:          forgotten!
                   22638: 
                   22639:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22640:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22641:          types/pa_vimage.h: image:measure -90
                   22642: 
                   22643:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22644:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   22645:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22646:          classes/_table.h, classes/file.C, classes/mail.C,
                   22647:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   22648:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   22649:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   22650:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   22651:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   22652:          compiled
                   22653: 
                   22654:        * src/classes/mail.C: minor bug with unclear from/to
                   22655: 
                   22656:        * src/classes/mail.C: sendmail unix skipping defaults
                   22657: 
                   22658:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   22659:          sendmail unix added defaults
                   22660: 
                   22661:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   22662: 
                   22663:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   22664: 
                   22665: 2001-04-09  paf
                   22666: 
                   22667:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   22668:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   22669:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22670:          targets/isapi/parser3isapi.dsp: all targets exec
                   22671: 
                   22672:        * src/: include/pa_sapi.h, include/pa_string.h,
                   22673:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22674:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   22675:          args in apache:util.script
                   22676: 
                   22677:        * src/include/pa_string.h: written but not tested exec with env for
                   22678:          unix
                   22679: 
                   22680:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   22681:          targets/cgi/parser3.C: exec win32 env
                   22682: 
                   22683:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   22684:          0
                   22685: 
                   22686:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   22687:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22688:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   22689:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   22690: 
                   22691:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   22692:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   22693: 
                   22694:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   22695:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   22696: 
                   22697:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   22698:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   22699:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22700:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22701:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   22702:          exec class just compiled. moved post read to request core
                   22703: 
                   22704:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   22705:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   22706:          main/pa_globals.C, targets/cgi/parser3.C,
                   22707:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   22708:          are already read by vform
                   22709: 
                   22710: 2001-04-08  paf
                   22711: 
                   22712:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   22713:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   22714:          uuencode. string<<
                   22715: 
                   22716: 2001-04-07  paf
                   22717: 
                   22718:        * src/classes/mail.C: z
                   22719: 
                   22720:        * src/classes/mail.C: z
                   22721: 
                   22722:        * src/classes/mail.C: ^mail[$attach
                   22723: 
                   22724:        * src/classes/mail.C: ^attach dead end
                   22725: 
                   22726:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   22727:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22728:          targets/isapi/parser3isapi.C: mail:send 1
                   22729: 
                   22730:        * src/: classes/mail.C, main/pa_request.C: z
                   22731: 
                   22732:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   22733:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   22734:          compiled
                   22735: 
                   22736:        * src/classes/mail.C: +=
                   22737: 
                   22738:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   22739:          prepared
                   22740: 
                   22741:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   22742:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   22743:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22744:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   22745: 
                   22746: 2001-04-06  paf
                   22747: 
                   22748:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   22749:          main/pa_string.C: table:dir 1
                   22750: 
                   22751:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   22752:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   22753: 
                   22754:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   22755:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   22756:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   22757:          main/pa_request.C: renamed 'root' to 'op'
                   22758: 
                   22759:        * src/classes/: _op.h, op.C: renamed from 'root'
                   22760: 
                   22761:        * src/types/pa_valiased.C: another root inherititance skipped
                   22762: 
                   22763:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   22764:          root methods of parent class. just 'ROOT' class
                   22765: 
                   22766:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   22767:          @office
                   22768: 
                   22769:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   22770: 
                   22771: 2001-04-05  paf
                   22772: 
                   22773:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   22774:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   22775:          constructor flag dropped at get_method_frame and remembered into
                   22776:          method_frame
                   22777: 
                   22778:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22779:          classes/table.C, main/pa_request.C: junction to code&expression
                   22780:          in errors
                   22781: 
                   22782:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22783:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   22784:          $LOCALE:ctype[Russian_Russia.1251]
                   22785: 
                   22786:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22787:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   22788:          main/pa_table.C: hash now not thread-safe.
                   22789: 
                   22790:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22791:          main/untaint.C: z
                   22792: 
                   22793:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22794:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   22795:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   22796:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   22797:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   22798: 
                   22799:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22800:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   22801: 
                   22802:        * src/classes/table.C: select * from hren error contains statement
                   22803: 
                   22804:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22805:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   22806:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   22807: 
                   22808:        * src/: classes/root.C, include/pa_sql_connection.h,
                   22809:          include/pa_sql_driver.h, main/main.dsp,
                   22810:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   22811:          services for conv memory & error reporting
                   22812: 
                   22813: 2001-04-04  paf
                   22814: 
                   22815:        * src/doc/doxygen.cfg: z
                   22816: 
                   22817:        * src/include/pa_sql_driver.h: mysql connect
                   22818: 
                   22819:        * src/include/pa_sql_driver.h: mysql info
                   22820: 
                   22821:        * src/: classes/root.C, include/pa_sql_driver.h,
                   22822:          include/pa_sql_driver_manager.h, main/main.dsp,
                   22823:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   22824: 
                   22825:        * src/sql/Makefile.am: forgot to add mysql client
                   22826: 
                   22827:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   22828:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   22829:          [forgot to add libltdl, added]
                   22830: 
                   22831:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   22832:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   22833:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   22834:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22835:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22836:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   22837:          -1000 just compiled
                   22838: 
                   22839:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22840:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   22841:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   22842: 
                   22843: 2001-04-03  paf
                   22844: 
                   22845:        * src/types/pa_vform.C: z
                   22846: 
                   22847:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22848:          assigned lang
                   22849: 
                   22850:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22851:          {}[]< empty []
                   22852: 
                   22853:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22854:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22855:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22856: 
                   22857:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22858:          string:match replace strange matches
                   22859: 
                   22860:        * src/classes/string.C: string:match replace 0
                   22861: 
                   22862:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22863:          prepared 2
                   22864: 
                   22865:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22866:          string:match replace prepared
                   22867: 
                   22868:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22869:          string:match replace -11
                   22870: 
                   22871:        * src/: classes/string.C, include/pa_globals.h,
                   22872:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22873:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22874: 
                   22875:        * src/: classes/string.C, include/pa_globals.h,
                   22876:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22877:          main/pa_string.C: string:match [search] -1 just compiled
                   22878: 
                   22879:        * src/types/pa_vstring.C: z
                   22880: 
                   22881:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22882:          classes/int.C, classes/response.C, classes/root.C,
                   22883:          classes/string.C, classes/table.C, include/pa_string.h,
                   22884:          main/pa_string.C: string:match -10 [frame]
                   22885: 
                   22886:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22887:          main/pa_request.C: z
                   22888: 
                   22889:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22890:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22891:          todo/tests
                   22892: 
                   22893:        * src/include/pa_common.h: z
                   22894: 
                   22895:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22896:          main/pa_request.C, targets/cgi/parser3.C,
                   22897:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22898:          content-disposition
                   22899: 
                   22900:        * src/: include/pa_common.h, include/pa_globals.h,
                   22901:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22902:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22903: 
                   22904:        * src/: include/pa_common.h, include/pa_request.h,
                   22905:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22906:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22907:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22908:          response:body
                   22909: 
                   22910:        * src/classes/table.C: table:append now uses string::split
                   22911: 
                   22912:        * src/classes/table.C: z
                   22913: 
                   22914:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22915:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22916:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22917:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22918:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22919:          string::pos & cmp & piece bugs fixed.  string::split new
                   22920:          table:load separated from set table:set implemented with clean \n
                   22921:          \t searches
                   22922: 
                   22923: 2001-04-02  paf
                   22924: 
                   22925:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22926:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22927:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22928:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22929:          it in table:set/load
                   22930: 
                   22931:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22932:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22933: 
                   22934:        * src/classes/random.C: random:generate 1
                   22935: 
                   22936:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22937:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22938:          types/pa_value.h: random:generate
                   22939: 
                   22940: 2001-03-30  paf
                   22941: 
                   22942:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22943:          todo: table flip and append. string::pos
                   22944: 
                   22945:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22946:          classes/response.C, classes/root.C, classes/string.C,
                   22947:          classes/table.C, main/compile.y, main/execute.C,
                   22948:          types/pa_value.h, types/pa_vstateless_class.C,
                   22949:          types/pa_vstateless_class.h: static|dynamic|any method
                   22950:          registration
                   22951: 
                   22952:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22953:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22954:          table:flip
                   22955: 
                   22956: 2001-03-29  paf
                   22957: 
                   22958:        * src/classes/string.C: string:xsplit forgot that they must result
                   22959:          in 1 row N column [not vice versa]
                   22960: 
                   22961:        * src/classes/string.C: z
                   22962: 
                   22963:        * src/classes/string.C: string: rsplit
                   22964: 
                   22965:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22966:          string: lsplit
                   22967: 
                   22968:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22969:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22970:          lsplit -1
                   22971: 
                   22972:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22973:          string: pos
                   22974: 
                   22975:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22976:          string: pos -1
                   22977: 
                   22978:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22979:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22980:          main/untaint.C: string: left right mid
                   22981: 
                   22982:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22983:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22984:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22985:          and [;] are different now.
                   22986: 
                   22987:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22988:          main/untaint.C: pool.request undone
                   22989: 
                   22990:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22991:          main/untaint.C: pool.request
                   22992: 
                   22993: 2001-03-28  paf
                   22994: 
                   22995:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22996:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22997:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22998:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22999: 
                   23000:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23001:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   23002:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   23003:          types/pa_vform.C: file:load autodetection of mime-type by
                   23004:          user-file-name
                   23005: 
                   23006:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   23007:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   23008:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   23009: 
                   23010:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23011:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   23012:          write. must be self.set
                   23013: 
                   23014:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23015:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   23016: 
                   23017:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   23018:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   23019:          types/pa_vtable.h: table:locate just compiled
                   23020: 
                   23021: 2001-03-27  paf
                   23022: 
                   23023:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   23024:          code-params2, fixed ntfs hardlink slow dir update
                   23025: 
                   23026:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   23027:          types/pa_wcontext.h: fixed r/w context of code-params
                   23028: 
                   23029:        * src/: classes/table.C, main/execute.C: about to change junction
                   23030:          rcontext!!
                   23031: 
                   23032:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23033:          classes/string.C, classes/table.C, main/compile_tools.C,
                   23034:          main/execute.C, main/pa_request.C, main/untaint.C,
                   23035:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   23036:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23037:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   23038:          types/pa_vunknown.h: sort 0
                   23039: 
                   23040:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   23041:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   23042:          renamed to are_static_calls_disabled
                   23043: 
                   23044:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   23045:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   23046:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23047:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   23048: 
                   23049:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   23050: 
                   23051:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   23052:          started table:sort fixed minor bug in #...^{
                   23053: 
                   23054:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   23055:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   23056:          decided to have as it were. stepped back.  grammar: added 'in'
                   23057:          'is' 'lt'&co follow-space check
                   23058: 
                   23059: 2001-03-26  paf
                   23060: 
                   23061:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23062:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   23063:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23064:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   23065:          invocation in ^process
                   23066: 
                   23067:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   23068: 
                   23069:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   23070:          main/pa_array.C: table:record
                   23071: 
                   23072:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   23073:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23074:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   23075:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23076:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   23077:          types/pa_vtable.h: z
                   23078: 
                   23079:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   23080:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   23081:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23082:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   23083:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   23084:          method realisations on 'self' validity - they now can simply
                   23085:          assume that 'self' is V{Proper} .
                   23086: 
                   23087: 2001-03-25  paf
                   23088: 
                   23089:        * src/main/untaint.C: z
                   23090: 
                   23091:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   23092:          lowlevel - it initialization could be skipped if failed in @auto.
                   23093:          so that exception report would use some table
                   23094: 
                   23095:        * src/main/pa_request.C: table empty lines ignored. system-default
                   23096:          content type assigned in output:result [can fail in main:auto and
                   23097:          skipped normal defaults extraction]
                   23098: 
                   23099:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   23100:          bug
                   23101: 
                   23102:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   23103:          processing to table [except preliminary \r\n \r \n replacements
                   23104:          to "\n"]
                   23105: 
                   23106:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   23107:          move all the processing to table
                   23108: 
                   23109:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   23110:          main/pa_table.C, main/untaint.C: returned table originating.
                   23111:          useful for reporting typo table problems origin. think would be
                   23112:          useful somewhere else
                   23113: 
                   23114:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   23115: 
                   23116:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   23117:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   23118:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   23119:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   23120:          types/pa_vcookie.h: typo & typo-default
                   23121: 
                   23122: 2001-03-24  paf
                   23123: 
                   23124:        * src/main/pa_common.C: z
                   23125: 
                   23126:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   23127:          targets/cgi/parser3.C: html-typo 2
                   23128: 
                   23129:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   23130:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   23131:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   23132:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   23133:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23134:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23135:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   23136:          noticed double default content-type prob. run cgi.cmd tomorrow
                   23137:          first html-typo sample. detected << problem: they become ltlt too
                   23138:          fast
                   23139: 
                   23140:        * src/main/compile.y: z
                   23141: 
                   23142:        * src/main/: compile.y, compile_tools.h: #comment
                   23143: 
                   23144:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23145:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   23146:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23147:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   23148:          stringified
                   23149: 
                   23150:        * src/types/pa_valiased.C: decided to String-ify file_read
                   23151: 
                   23152:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   23153:          isapi/parser3isapi.dsp: cgi: sapi::log
                   23154: 
                   23155:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   23156:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   23157:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   23158:          error log experiments failed - cgi under iis got no access to
                   23159:          log. registereventsource simply failed with 5(illegal call) code,
                   23160:          while worked OK as standalone executable.  isapi: used
                   23161:          HSE_APPEND_LOG_PARAMETER feature
                   23162: 
                   23163:        * src/: include/pa_common.h, include/pa_globals.h,
                   23164:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23165:          targets/isapi/parser3isapi.C: fixed default content-type
                   23166:          allocation storage
                   23167: 
                   23168:        * src/: include/pa_globals.h, include/pa_request.h,
                   23169:          main/pa_globals.C, main/pa_request.C: z
                   23170: 
                   23171:        * src/: include/pa_array.h, include/pa_hash.h,
                   23172:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   23173:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23174:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   23175:          content-type
                   23176: 
                   23177:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   23178:          sanity
                   23179: 
                   23180:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   23181:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   23182:          away freeze mech.  no danger now for you can't do
                   23183:          ^request:process[@new-method[] body] trick anymore.  still
                   23184:          remains $some_instance.process[@new-method[] possibility] but
                   23185:          would leave it as a feature.  see index for sample
                   23186: 
                   23187:        * src/: include/pa_common.h, main/pa_common.C,
                   23188:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   23189:          monkey every target
                   23190: 
                   23191:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23192:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   23193:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   23194: 
                   23195: 2001-03-23  paf
                   23196: 
                   23197:        * src/: include/pa_pool.h, main/pa_request.C,
                   23198:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23199:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23200:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   23201: 
                   23202:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   23203: 
                   23204:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   23205:          it would be better to rewrite as filter then to deal with pool
                   23206: 
                   23207:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   23208:          now like in cgi, not from APPL_PHYSICAL_PATH
                   23209: 
                   23210:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23211:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23212:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   23213:          include/pa_version.h, main/compile.y, main/execute.C,
                   23214:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23215:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23216:          main/untaint.C, targets/cgi/parser3.C,
                   23217:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   23218:          cgi: reinvent document_root and request_uri under iis. autoconf
                   23219:          updated. introducing ap_config_includes
                   23220: 
                   23221:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   23222: 
                   23223:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   23224: 
                   23225:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   23226:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23227:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23228:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   23229: 
                   23230:        * src/: include/pa_globals.h, main/pa_request.C,
                   23231:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23232:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23233:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   23234: 
                   23235:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23236:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23237:          isapi minor env beauty
                   23238: 
                   23239:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23240:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23241:          isapi document_root 0
                   23242: 
                   23243: 2001-03-22  paf
                   23244: 
                   23245:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   23246: 
                   23247:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   23248:          isapi/parser3isapi.C: z
                   23249: 
                   23250:        * src/: include/pa_pool.h, main/pa_request.C,
                   23251:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   23252: 
                   23253:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   23254:          kill.pl: isapi added utils
                   23255: 
                   23256:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   23257:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23258:          types/pa_vform.C: isapi 0
                   23259: 
                   23260:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   23261:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23262:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23263:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   23264:          started isapi
                   23265: 
                   23266:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   23267:          some comments
                   23268: 
                   23269:        * src/: include/pa_globals.h, include/pa_request.h,
                   23270:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   23271:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   23272:          parser_root_auto_path parser_site_auto_path
                   23273: 
                   23274:        * src/types/pa_vcookie.C: cookie attr decoded
                   23275: 
                   23276: 2001-03-21  paf
                   23277: 
                   23278:        * src/targets/cgi/parser3.C: z
                   23279: 
                   23280:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   23281: 
                   23282:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   23283:          types/pa_venv.h: in cookie & env. todo:post
                   23284: 
                   23285:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   23286:          classes/root.C, classes/table.C, include/pa_array.h,
                   23287:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   23288:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   23289:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   23290:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23291:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   23292:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23293:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   23294:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23295:          shifted apache branch on main trunc
                   23296: 
                   23297:        * src/: include/pa_common.h, include/pa_globals.h,
                   23298:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23299:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   23300:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   23301:          starting mod_parser3
                   23302: 
                   23303:        * src/targets/cgi/parser3.C: starting mod_parser3
                   23304: 
                   23305: 2001-03-20  paf
                   23306: 
                   23307:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   23308:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   23309:          win32 ifdefs work and add ifdef unistd
                   23310: 
                   23311:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   23312:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   23313:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   23314:          z
                   23315: 
                   23316:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   23317:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   23318:          locking
                   23319: 
                   23320:        * src/: classes/Makefile.am, types/Makefile.am: z
                   23321: 
                   23322:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   23323:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   23324:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   23325:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23326:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   23327:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23328:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   23329: 
                   23330:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23331:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   23332: 
                   23333:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   23334:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   23335:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   23336:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   23337:          types/pa_vform.h: z
                   23338: 
                   23339:        * src/include/pa_string.h: z
                   23340: 
                   23341:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   23342:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   23343:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23344:          :Value
                   23345: 
                   23346:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   23347:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23348:          :VStateless_object
                   23349: 
                   23350:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   23351:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   23352:          :VStateless_object
                   23353: 
                   23354:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23355:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   23356: 
                   23357:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   23358:          types/pa_valiased.h, types/pa_value.h,
                   23359:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   23360:          types/pa_vstateless_object.h: moved common get_element part from
                   23361:          stateless object&class into VAliased
                   23362: 
                   23363:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   23364:          classes/table.C, main/execute.C, main/main.dsp,
                   23365:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   23366:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   23367:          now :Value
                   23368: 
                   23369:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   23370:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23371:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   23372: 
                   23373:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   23374:          doxx
                   23375: 
                   23376:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   23377:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23378:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   23379:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   23380:          and ^file:save
                   23381: 
                   23382: 2001-03-19  paf
                   23383: 
                   23384:        * src/types/pa_vfile.C: z
                   23385: 
                   23386:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   23387:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   23388:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   23389:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   23390: 
                   23391:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   23392:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23393:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   23394:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   23395:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   23396:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   23397:          types/pa_vfile.h: file class just compiled
                   23398: 
                   23399:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   23400:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   23401:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23402:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   23403:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   23404: 
                   23405:        * src/include/pa_pool.h: z
                   23406: 
                   23407:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   23408:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   23409:          Hash::Value to Val so to doxygen would finlly stop confusing
                   23410:          those Value-s
                   23411: 
                   23412:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   23413:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   23414:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23415:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23416:          include/pa_types.h, main/compile.C, main/compile.y,
                   23417:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   23418:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   23419:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   23420:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23421:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   23422: 
                   23423:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   23424:          derivates somehow unlinked. don't know why yet
                   23425: 
                   23426:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   23427:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   23428:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23429:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23430:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   23431:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23432:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   23433: 
                   23434:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   23435:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   23436:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   23437:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   23438:          types/pa_vrequest.h: doc: detected Value derivates prob
                   23439: 
                   23440:        * src/include/pa_globals.h: z
                   23441: 
                   23442:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   23443:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   23444:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   23445:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   23446:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   23447:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   23448:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23449:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   23450: 
                   23451: 2001-03-18  paf
                   23452: 
                   23453:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   23454:          cookie: allowed access to hash-assigned
                   23455: 
                   23456:        * src/targets/cgi/parser3.C: z
                   23457: 
                   23458:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   23459:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   23460:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   23461:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23462:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23463:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   23464:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   23465:          types/pa_vunknown.h: cookie class
                   23466: 
                   23467:        * src/main/pa_request.C: zero length output allowed
                   23468: 
                   23469:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   23470:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   23471: 
                   23472:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   23473:          lang switch
                   23474: 
                   23475:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   23476:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23477:          types/pa_value.h, types/pa_vhash.h:
                   23478:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   23479: 
                   23480:        * src/main/execute.C: z
                   23481: 
                   23482:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   23483:          targets/cgi/parser3.C: taint[uri
                   23484: 
                   23485:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   23486:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23487:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   23488:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   23489: 
                   23490:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   23491:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23492:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   23493:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   23494:          bool tainted) ctor
                   23495: 
                   23496:        * src/: include/pa_hash.h, include/pa_request.h,
                   23497:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   23498:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23499:          targets/cgi/parser3.C: proper @exceptions params tainting
                   23500: 
                   23501:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   23502:          response fields to header
                   23503: 
                   23504:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   23505:          z
                   23506: 
                   23507:        * src/: classes/_response.h, classes/response.C,
                   23508:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23509:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   23510:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23511:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   23512:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   23513:          $response: 0  request::core exception rethrow
                   23514: 
                   23515: 2001-03-16  paf
                   23516: 
                   23517:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   23518:          types/pa_vrequest.h: native method' class call with less params
                   23519:          then needed error reporting
                   23520: 
                   23521:        * src/: classes/_request.h, classes/request.C,
                   23522:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   23523:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23524:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   23525:          types/pa_vrequest.h: $request : query :uri
                   23526: 
                   23527:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   23528:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   23529:          types/pa_wcontext.h: $result
                   23530: 
                   23531:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   23532: 
                   23533:        * src/: classes/double.C, include/code.h, main/compile.y,
                   23534:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   23535:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   23536: 
                   23537:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   23538:          main/compile.y, main/execute.C, types/pa_value.h,
                   23539:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   23540:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   23541:          wcontext conflict
                   23542: 
                   23543:        * src/: main/execute.C, types/pa_value.h,
                   23544:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   23545:          $string.field
                   23546: 
                   23547: 2001-03-15  paf
                   23548: 
                   23549:        * src/main/pa_request.C: news sample
                   23550: 
                   23551:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   23552:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   23553: 
                   23554:        * src/main/: compile.y, execute.C: z
                   23555: 
                   23556:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   23557:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   23558:          pre pre works
                   23559: 
                   23560:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23561:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   23562:          fillfields just compiled
                   23563: 
                   23564: 2001-03-14  paf
                   23565: 
                   23566:        * src/: include/pa_request.h, main/pa_request.C,
                   23567:          targets/cgi/parser3.C: z
                   23568: 
                   23569:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23570:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   23571:          types/pa_vstring.h: limits -1
                   23572: 
                   23573:        * src/: include/pa_globals.h, include/pa_request.h,
                   23574:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   23575:          main/pa_request.C, targets/cgi/parser3.C,
                   23576:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   23577:          request_info -1
                   23578: 
                   23579:        * src/: include/pa_globals.h, main/pa_globals.C,
                   23580:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23581:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   23582:          vform_fields_fill
                   23583: 
                   23584:        * src/targets/cgi/parser3.C: #  if MSVC
                   23585: 
                   23586:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   23587:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   23588: 
                   23589:        * src/targets/cgi/parser3.C: z
                   23590: 
                   23591:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   23592:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   23593:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23594:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   23595:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   23596:          types/pa_vunknown.h: global handler, exceptions in parser3
                   23597: 
                   23598: 2001-03-13  paf
                   23599: 
                   23600:        * src/: classes/form.C, main/compile.y, main/core.C,
                   23601:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   23602:          types/pa_vform.h, types/pa_vstateless_class.C,
                   23603:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   23604:          instead
                   23605: 
                   23606:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23607:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   23608:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   23609:          started cgi target
                   23610: 
                   23611:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23612:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   23613:          before error show with parser
                   23614: 
                   23615:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   23616:          include/pa_request.h, main/core.C, main/pa_request.C,
                   23617:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   23618: 
                   23619:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   23620: 
                   23621:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   23622:          parser3.C: renamed targets/ parser to cgi
                   23623: 
                   23624:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   23625:          classes/root.C, classes/string.C, classes/table.C,
                   23626:          include/pa_request.h, types/pa_vhash.h: z
                   23627: 
                   23628:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23629:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   23630:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   23631:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23632:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   23633:          [historical moment :)]
                   23634: 
                   23635:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   23636:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   23637: 
                   23638:        * src/types/pa_venv.h: $ENV 1
                   23639: 
                   23640:        * src/main/execute.C: z
                   23641: 
                   23642:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   23643:          future methods of ENV constructor if
                   23644: 
                   23645:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   23646:          class
                   23647: 
                   23648:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23649:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23650:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23651:          classes/string.C, classes/table.C, include/pa_request.h,
                   23652:          main/compile.C, main/compile_tools.h, main/core.C,
                   23653:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23654:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23655:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23656:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23657:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23658:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23659: 
                   23660:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23661:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23662:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23663:          classes/string.C, classes/table.C, include/pa_request.h,
                   23664:          main/compile.C, main/compile_tools.h, main/core.C,
                   23665:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23666:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23667:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23668:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23669:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23670:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23671: 
                   23672:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   23673:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   23674:          yesterdays bad decision on execute_static_method
                   23675: 
                   23676:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   23677: 
                   23678:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23679:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   23680: 
                   23681:        * src/main/pa_request.C: z
                   23682: 
                   23683:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23684:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   23685: 
                   23686:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23687:          include/pa_pool.h, main/pa_request.C:
                   23688:          restructure_exceptions_dead_end
                   23689: 
                   23690:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   23691:          allowed ; inside {} to break params
                   23692: 
                   23693:        * src/classes/root.C: ^eval
                   23694: 
                   23695:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   23696:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   23697:          string ^format
                   23698: 
                   23699:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   23700:          'bad' but not 'enough'
                   23701: 
                   23702:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   23703:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   23704:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   23705:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   23706:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   23707: 
                   23708:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23709:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   23710:          types/pa_vint.h: ^for
                   23711: 
                   23712: 2001-03-12  paf
                   23713: 
                   23714:        * src/classes/table.C: table ^empty
                   23715: 
                   23716:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   23717: 
                   23718:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   23719:          ^offset ^line ^count
                   23720: 
                   23721:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   23722:          ^abs()  ^sign()
                   23723: 
                   23724:        * src/classes/: root.C, table.C: ^use
                   23725: 
                   23726:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23727:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   23728:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   23729:          ^while. switched off wcontext.constructing after write(value) or
                   23730:          auto-vhash-constructing
                   23731: 
                   23732:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23733:          main/pa_request.C: fail_if_junction_ helper func
                   23734: 
                   23735:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23736:          include/pa_request.h, main/execute.C, main/main.dsp,
                   23737:          main/pa_common.C, main/pa_request.C: ^process error point by
                   23738:          actual method_name, not source.  ^load
                   23739: 
                   23740:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   23741: 
                   23742:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   23743:          classes/_table.h, classes/table.C, main/untaint.C: z
                   23744: 
                   23745:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   23746:          include/pa_table.h, main/core.C, main/execute.C,
                   23747:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   23748:          types/pa_value.h: table:set 0
                   23749: 
                   23750:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   23751:          include/pa_request.h, include/pa_table.h, main/core.C,
                   23752:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   23753:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   23754:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   23755:          types/pa_vstring.h: freeze, ^table:create[] -1
                   23756: 
                   23757:        * src/: classes/root.C, types/pa_value.h: z
                   23758: 
                   23759:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   23760:          get_method in couple places optimizing them
                   23761: 
                   23762:        * src/classes/root.C: z
                   23763: 
                   23764:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   23765:          zeroing
                   23766: 
                   23767:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23768:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   23769:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   23770:          main/compile.y, main/compile_tools.h, main/execute.C,
                   23771:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23772:          types/pa_vmframe.h: ^process. actual names to store param and
                   23773:          check_actual_numbered_params for better place diagnostics
                   23774: 
                   23775:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   23776:          method-junctions bug fixed
                   23777: 
                   23778:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   23779:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   23780: 
                   23781: 2001-03-11  paf
                   23782: 
                   23783:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   23784:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   23785:          VDouble VInt base now VObject_base - without fields
                   23786: 
                   23787:        * src/: classes/root.C, include/core.h, main/core.C: z
                   23788: 
                   23789:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23790:          classes/string.C, include/core.h, include/pa_hash.h,
                   23791:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   23792:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   23793: 
                   23794:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23795:          include/pa_request.h, main/execute.C: intercept_string
                   23796: 
                   23797:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23798:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   23799: 
                   23800:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   23801:          ^inc-s(expr)
                   23802: 
                   23803:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23804:          classes/_root.h, classes/_string.h, classes/double.C,
                   23805:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23806:          include/code.h, include/core.h, include/pa_array.h,
                   23807:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23808:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23809:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23810:          include/pa_types.h, main/compile.C, main/compile.y,
                   23811:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23812:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23813:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   23814:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23815:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23816:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23817:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23818:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23819:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23820:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   23821: 
                   23822:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   23823: 
                   23824:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23825:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   23826: 
                   23827:        * src/: include/pa_valiased.h, include/pa_value.h,
                   23828:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23829:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23830:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23831:          include/pa_vobject.h, include/pa_vstring.h,
                   23832:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23833:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   23834:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   23835:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   23836:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23837:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23838:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23839:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23840:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23841:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   23842:          include/
                   23843: 
                   23844: 2001-03-10  paf
                   23845: 
                   23846:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23847:          main/pa_request.C: run+auto=run
                   23848: 
                   23849:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23850: 
                   23851:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23852:          classes/_root.h, classes/_string.h, classes/double.C,
                   23853:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23854:          include/code.h, include/core.h, include/pa_array.h,
                   23855:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23856:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23857:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23858:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23859:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23860:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23861:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23862:          include/pa_vobject.h, include/pa_vstring.h,
                   23863:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23864:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23865:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23866:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23867:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23868:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23869:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23870:          main/pa_wcontext.C: sources header
                   23871: 
                   23872:        * src/main/pa_request.C: auto..
                   23873: 
                   23874:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23875:          main/pa_request.C: auto tree0
                   23876: 
                   23877:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23878:          main/core.C, main/pa_request.C: names to core.C
                   23879: 
                   23880:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23881:          include/pa_request.h, main/core.C, main/execute.C,
                   23882:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23883: 
                   23884:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23885:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23886:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23887:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23888: 
                   23889:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23890:          @auto[] realised. auto.p scan togo
                   23891: 
                   23892:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23893:          code-junctions result now have names
                   23894: 
                   23895:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23896:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23897:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23898:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23899: 
                   23900:        * src/classes/env.C: env:file/line
                   23901: 
                   23902:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23903:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23904:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23905:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23906:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23907:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23908:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23909: 
                   23910:        * src/include/pa_vclass.h: const fight to go
                   23911: 
                   23912:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23913:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23914:          main/main.dsp: env0
                   23915: 
                   23916:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23917:          classes/_string.h, classes/double.C, classes/int.C,
                   23918:          classes/root.C, classes/string.C, include/pa_request.h,
                   23919:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23920:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23921:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23922:          main/pa_wcontext.C: ^lang prepare0
                   23923: 
                   23924: 2001-03-09  paf
                   23925: 
                   23926:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23927:          construct proper naming
                   23928: 
                   23929:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23930:          classes/double.C, classes/int.C, classes/root.C,
                   23931:          classes/string.C, include/code.h, include/pa_value.h,
                   23932:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23933:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23934:          main/compile.y, main/compile_tools.C, main/core.C,
                   23935:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23936:          and ^double[]. fixed expr type
                   23937: 
                   23938:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23939:          ^string.length[]
                   23940: 
                   23941: 2001-03-08  paf
                   23942: 
                   23943:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23944: 
                   23945:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23946:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23947:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23948:          derivated from vobject
                   23949: 
                   23950:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23951:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23952: 
                   23953:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23954:          remained clone conseqs
                   23955: 
                   23956:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23957: 
                   23958:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23959: 
                   23960:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23961:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23962:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23963:          include/pa_vobject.h, include/pa_vstring.h,
                   23964:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23965:          main/execute.C: withoud cloning. didn't need it actually, params
                   23966:          got passed from out unnamed ewpool
                   23967: 
                   23968:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23969:          include/pa_vjunction.h, include/pa_vobject.h,
                   23970:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23971: 
                   23972:        * src/: include/pa_bool.h, include/pa_double.h,
                   23973:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23974:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23975:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23976:          include/pa_vobject.h, include/pa_vstring.h,
                   23977:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23978:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23979:          to give params proper names
                   23980: 
                   23981:        * src/main/pa_wcontext.C: z
                   23982: 
                   23983:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23984:          unknown values in get_element and unfilled params. removed wrong
                   23985:          name change in get_element
                   23986: 
                   23987:        * src/main/execute.C: z
                   23988: 
                   23989:        * src/main/execute.C: fixed problems calling operators in
                   23990:          constructors
                   23991: 
                   23992:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23993:          detected problems calling operators in constructors
                   23994: 
                   23995:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23996:          autocalc def to string
                   23997: 
                   23998:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23999:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   24000: 
                   24001:        * src/classes/root.C: added root.c
                   24002: 
                   24003:        * src/: include/pa_request.h, include/pa_value.h,
                   24004:          include/pa_vcframe.h, include/pa_vmframe.h,
                   24005:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24006:          main/core.C, main/execute.C, main/pa_cframe.C,
                   24007:          main/pa_wcontext.C: 'if' just compiled
                   24008: 
                   24009:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   24010:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24011:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   24012:          main/pa_wcontext.C: z
                   24013: 
                   24014:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   24015:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   24016:          with parameter names  in operator methods
                   24017: 
                   24018:        * src/main/compile.y: minor renamings in .y
                   24019: 
                   24020:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24021:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   24022:          @BASE.  changed 'RUN' assignment mech
                   24023: 
                   24024:        * src/main/execute.C: z
                   24025: 
                   24026:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24027:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   24028:          static. so to enable runtime ^use
                   24029: 
                   24030:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   24031: 
                   24032:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24033:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   24034: 
                   24035:        * src/main/execute.C: root root in code-junction
                   24036: 
                   24037: 2001-03-07  paf
                   24038: 
                   24039:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   24040:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   24041: 
                   24042:        * src/: include/pa_stack.h, include/pa_value.h,
                   24043:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   24044:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   24045:          fixed rwcontext of {} params up
                   24046: 
                   24047:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   24048: 
                   24049:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   24050: 
                   24051:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   24052:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   24053:          main/pa_hash.C: expr def in -f
                   24054: 
                   24055:        * src/main/: compile.y, execute.C: expr calls
                   24056: 
                   24057:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   24058:          fixed
                   24059: 
                   24060:        * src/main/compile.y: expr quoted code
                   24061: 
                   24062:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   24063:          support0
                   24064: 
                   24065:        * src/main/compile.y: expr string comparisons 0
                   24066: 
                   24067:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   24068:          main/pa_string.C: just compiled lt&co
                   24069: 
                   24070:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   24071:          $field not a $var.field
                   24072: 
                   24073: 2001-03-06  paf
                   24074: 
                   24075:        * src/main/compile.y: .y expr visible-shorter
                   24076: 
                   24077:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   24078:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   24079:          logical
                   24080: 
                   24081:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   24082:          skipping whitespace in yylex
                   24083: 
                   24084:        * src/include/pa_vbool.h: forgot this
                   24085: 
                   24086:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   24087:          string ops in expressions 0
                   24088: 
                   24089:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   24090:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   24091:          main/execute.C, main/main.dsp: !~
                   24092: 
                   24093:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   24094:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   24095:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24096:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24097:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24098:          main/compile_tools.h, main/execute.C: +-*/
                   24099: 
                   24100:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   24101:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   24102: 
                   24103:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   24104:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   24105: 
                   24106:        * src/main/compile.y: expr grammar-1
                   24107: 
                   24108:        * src/main/compile.y: expr lexx1
                   24109: 
                   24110:        * src/main/: compile.y, execute.C, main.dsp: z
                   24111: 
                   24112:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   24113:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   24114:          main/execute.C: expr lex0 exec-1
                   24115: 
                   24116:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   24117: 
                   24118: 2001-02-26  paf
                   24119: 
                   24120:        * src/main/compile.y: max_string in yyerror bug fix
                   24121: 
                   24122: 2001-02-25  paf
                   24123: 
                   24124:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24125:          include/pa_wcontext.h, main/execute.C: VAliased3
                   24126: 
                   24127:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   24128: 
                   24129:        * src/main/execute.C: VAliased1
                   24130: 
                   24131:        * src/: include/pa_request.h, include/pa_value.h,
                   24132:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   24133:          VAliased0
                   24134: 
                   24135:        * src/: include/pa_pool.h, include/pa_request.h,
                   24136:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   24137:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   24138:          VAliased just compiled
                   24139: 
                   24140:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   24141:          include/pa_vobject.h, main/execute.C: alias dead end
                   24142: 
                   24143:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24144:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24145:          main/main.dsp: no not get fields into interm VFielded class.
                   24146:          fields & staticfields 1
                   24147: 
                   24148:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   24149:          include/pa_vobject.h, include/pa_wcontext.h,
                   24150:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   24151:          main/main.dsp: would now get fields into interm VFielded class
                   24152: 
                   24153:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24154:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24155:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24156:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   24157:          main/pa_wcontext.C: virtuals2
                   24158: 
                   24159:        * src/main/compile.y: : 1
                   24160: 
                   24161:        * src/main/compile.y: rethought to $class:static.field.subfield
                   24162: 
                   24163:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   24164:          $class:element
                   24165: 
                   24166:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24167:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   24168:          main/pa_wcontext.C: before execute class calls rewrite
                   24169: 
                   24170:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   24171:          name RUN, also alias
                   24172: 
                   24173:        * src/main/compile.y: escaping bug
                   24174: 
                   24175:        * src/: include/pa_request.h, include/pa_value.h,
                   24176:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   24177:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   24178: 
                   24179:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24180:          include/pa_vmframe.h, include/pa_vobject.h,
                   24181:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24182:          main/compile_tools.h, main/execute.C: ^class:method() just
                   24183:          compiled
                   24184: 
                   24185: 2001-02-24  paf
                   24186: 
                   24187:        * src/main/main.dsp: no bison -d
                   24188: 
                   24189:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   24190:          class' err msg wrong
                   24191: 
                   24192:        * src/main/compile.y: z
                   24193: 
                   24194:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   24195: 
                   24196:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   24197:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   24198: 
                   24199:        * src/: include/pa_vclass.h, main/core.C: z
                   24200: 
                   24201:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24202:          include/pa_vobject.h, main/main.dsp: vobject00
                   24203: 
                   24204:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   24205:          60% from 1 were 0
                   24206: 
                   24207:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   24208:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   24209:          as bad as you've named it: wcontext.value() was not a perfect
                   24210:          idea
                   24211: 
                   24212:        * src/main/execute.C: codeframe1
                   24213: 
                   24214:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   24215:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   24216:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24217:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24218:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   24219:          just compiled
                   24220: 
                   24221:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   24222:          ideology @: ^x{$a()) must construct current wcontext element, so
                   24223:          smart wcontext handling needed
                   24224: 
                   24225:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   24226:          klinch
                   24227: 
                   24228:        * src/main/: compile.y, execute.C: fixed empty constructor
                   24229:          optimized empty case. failed on calls - produced empty string
                   24230:          param
                   24231: 
                   24232:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   24233: 
                   24234:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   24235:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   24236:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24237:          main/execute.C: code junctions0. something wrong with last \n
                   24238:          macrotemplate strip
                   24239: 
                   24240:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   24241:          main/pa_value.C: minor error reporting format beautifyings
                   24242: 
                   24243:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24244:          include/pa_vframe.h, main/core.C, main/execute.C,
                   24245:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   24246:          junctions0
                   24247: 
                   24248: 2001-02-23  paf
                   24249: 
                   24250:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   24251:          pa_wwrapper.h: lara came, can't work, sorry :(
                   24252: 
                   24253:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   24254:          junction
                   24255: 
                   24256:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   24257:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   24258:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   24259: 
                   24260:        * src/: include/pa_hash.h, include/pa_value.h,
                   24261:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   24262:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   24263:          done
                   24264: 
                   24265:        * src/include/pa_wcontext.h: z
                   24266: 
                   24267:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   24268:          wrong grammar in complex constructor case
                   24269: 
                   24270:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   24271: 
                   24272:        * src/main/execute.C: with result rwpool
                   24273: 
                   24274:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   24275:          main/main.dsp: value named
                   24276: 
                   24277:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   24278:          strign 2 value in 2 places in execute
                   24279: 
                   24280:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   24281:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   24282:          wcontext.put_element when wcontext fvalue==0
                   24283: 
                   24284: 2001-02-22  paf
                   24285: 
                   24286:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24287:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   24288:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   24289: 
                   24290:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   24291:          erroreos checkout
                   24292: 
                   24293:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   24294: 
                   24295:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   24296:          main/compile_tools.h, main/pa_array.C: $self.get
                   24297: 
                   24298:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   24299: 
                   24300:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   24301:          bit. finished now.
                   24302: 
                   24303:        * src/main/compile.y: $: finished
                   24304: 
                   24305:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   24306: 
                   24307:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   24308:          main/execute.C: OP_STRING better then some xxx _VALUE
                   24309: 
                   24310:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   24311:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24312:          string to vstring it .y all
                   24313: 
                   24314:        * src/: include/pa_request.h, include/pa_stack.h,
                   24315:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   24316:          all
                   24317: 
                   24318:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   24319:          precise parse error line:col
                   24320: 
                   24321:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   24322:          main/pa_hash.C, main/pa_pool.C: TRY...
                   24323: 
                   24324:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24325:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   24326:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24327:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   24328:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   24329:          main/pa_table.C: removed exception from request
                   24330: 
                   24331:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   24332:          some forgotten
                   24333: 
                   24334:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24335:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   24336:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   24337:          get/put simple vars to VClass works0
                   24338: 
                   24339:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   24340:          main/pa_string.C: in process, but found that exceptions are too
                   24341:          global
                   24342: 
                   24343:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   24344:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   24345:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   24346:          seems wcontext must write strings regardles of fvalue!=0
                   24347: 
                   24348: 2001-02-21  paf
                   24349: 
                   24350:        * src/main/execute.C: tired :)
                   24351: 
                   24352:        * src/main/: compile.C, compile.y, execute.C: store0
                   24353: 
                   24354:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   24355:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   24356:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24357:          main/execute.C, main/main.dsp, main/pa_array.C,
                   24358:          main/pa_request.C: get put -1 [just compiled]
                   24359: 
                   24360:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   24361:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   24362:          main/main.dsp, main/pa_request.C: request core methods0
                   24363: 
                   24364:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   24365:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   24366:          execute
                   24367: 
                   24368:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   24369:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   24370:          methods and one_big_piece. now compile returns array<method*>
                   24371: 
                   24372:        * src/main/compile.y: more straightforward yylex[end]
                   24373: 
                   24374:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   24375:          string.operator==(char*)
                   24376: 
                   24377:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   24378:          main/execute.C, main/pa_array.C: after array.const get wonders
                   24379: 
                   24380:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   24381:          pa_string.h, pa_value.h: struck with const array.gets
                   24382: 
                   24383:        * src/main/: execute.C: z
                   24384: 
                   24385:        * src/main/: compile.y, execute.C: z
                   24386: 
                   24387:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   24388:          processing in eval & yyerror so it wouldn't cause memleaks.
                   24389: 
                   24390:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   24391:          parse error positions. leaving RIGHTMOST position as
                   24392:          @file[line:col]
                   24393: 
                   24394:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   24395:          main/compile_tools.h: line numbers needed. would add them to .y
                   24396:          now internally. externally it's not as precise as needed
                   24397: 
                   24398:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   24399:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24400:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   24401:          compiler works ok
                   24402: 
                   24403: 2001-02-20  paf
                   24404: 
                   24405:        * src/main/: compile.C, compile.y, compile_tools.C,
                   24406:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   24407:          not perfect
                   24408: 
                   24409:        * src/: include/code.h, include/compile.h, include/execute.h,
                   24410:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   24411:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24412:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24413:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   24414:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24415:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   24416:          compiled.  execute=dump for now
                   24417: 
                   24418:        * src/main/core.C: core rewrite using yacc investigations now will
                   24419:          be compile[yacc]/execute[opcodes]
                   24420: 
                   24421: 2001-02-15  paf
                   24422: 
                   24423:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   24424:          rewrite as turing machine? for it seems it would be it's too many
                   24425:          ifs with this syntax now
                   24426: 
                   24427: 2001-02-14  paf
                   24428: 
                   24429:        * src/main/core.C: get_params 1
                   24430: 
                   24431:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   24432:          :( ]
                   24433: 
                   24434:        * src/main/core.C: varios breaks
                   24435: 
                   24436:        * src/main/core.C: get names 3
                   24437: 
                   24438:        * src/main/core.C: get names 2
                   24439: 
                   24440:        * src/main/core.C: get names 1
                   24441: 
                   24442:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   24443:          names 0
                   24444: 
                   24445:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   24446:          text repassing2 operator static vars
                   24447: 
                   24448:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   24449:          main/pa_string.C: process text repassing
                   24450: 
                   24451:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24452:          module:calls changes
                   24453: 
                   24454: 2001-02-13  paf
                   24455: 
                   24456:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24457:          ^class:calls[] started
                   24458: 
                   24459:        * src/: include/pa_value.h, main/core.C: z
                   24460: 
                   24461:        * src/main/core.C: operators : and self. prefixes
                   24462: 
                   24463:        * src/main/core.C: z
                   24464: 
                   24465:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24466:          tested
                   24467: 
                   24468:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24469:          optimized
                   24470: 
                   24471:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   24472:          would change privates to better support optimization
                   24473: 
                   24474:        * src/: include/pa_string.h, main/pa_string.C:
                   24475:          String_iterator::skip_to todo:optimize
                   24476: 
                   24477: 2001-02-12  paf
                   24478: 
                   24479:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   24480:          String_iterator
                   24481: 
                   24482:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   24483:          comments
                   24484: 
                   24485:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   24486:          self/methodref joined
                   24487: 
                   24488: 2001-02-11  paf
                   24489: 
                   24490:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   24491:          main/main.dsp: core started.  core.C, context&value .h
                   24492: 
                   24493:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24494:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24495:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   24496: 
                   24497: 2001-01-30  paf
                   24498: 
                   24499:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   24500:          comments
                   24501: 
                   24502:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   24503:          main/pa_pool.C: moved pa_pool.C to be target specific
                   24504: 
                   24505:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24506:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   24507:          to & changes
                   24508: 
                   24509:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24510:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   24511:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   24512:          re-associated. that's much better even removed 'die' necessety
                   24513: 
                   24514:        * src/: include/pa_error.h, include/pa_exception.h,
                   24515:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24516:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   24517:          targets/Makefile.am: lowered targets/parser into subdir, added
                   24518:          parser_Pool(Pool) failed to add. would think..
                   24519: 
                   24520:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   24521:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   24522:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   24523:          hence lots of 'const'
                   24524: 
                   24525:        * src/: include/pa_error.h, include/pa_request.h,
                   24526:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   24527:          main/pa_table.C: Error fixed
                   24528: 
                   24529: 2001-01-29  paf
                   24530: 
                   24531:        * src/: include/pa_array.h, include/pa_common.h,
                   24532:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   24533:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   24534:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   24535:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   24536: 
                   24537:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24538:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24539:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   24540:          main/pa_string.C, main/pa_table.C: Request Error Table
                   24541: 
                   24542:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   24543:          templates"
                   24544: 
                   24545:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   24546:          main/main.dsp, main/pa_array.C: templates failed no template
                   24547:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   24548:          2.95.2-6 from latest cygwin]
                   24549: 
                   24550:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24551:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24552:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   24553:          main/pa_table.C: Table started would test template Array now
                   24554: 
                   24555:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24556:          String originating
                   24557: 
                   24558:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   24559:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   24560:          SYNCHRONIZED(thread_safe)
                   24561: 
                   24562:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   24563:          parts to top
                   24564: 
                   24565:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   24566:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   24567:          see: needed only in global Hash now, made Hash:: put/get
                   24568:          SYNCHRONIZED
                   24569: 
                   24570:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   24571:          main/pa_threads.C: added pa_threads
                   24572: 
                   24573:          Mutex
                   24574: 
                   24575:        * src/include/pa_hash.h: some comments
                   24576: 
                   24577:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   24578:          Array& operator += (Array& src)
                   24579: 
                   24580:        * src/main/pa_array.C: expand not convinient, would rewrite
                   24581: 
                   24582:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   24583:          (Array& src)
                   24584: 
                   24585:          rethought, would change now
                   24586: 
                   24587: 2001-01-27  paf
                   24588: 
                   24589:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   24590:          caching
                   24591: 
                   24592:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24593:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   24594:          cache rethought to chunk caching
                   24595: 
                   24596:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24597:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24598:          main/pa_hash.C, main/pa_string.C: Array 0
                   24599: 
                   24600:        * src/main/pa_string.C: String::operator ==
                   24601: 
                   24602:        * src/main/pa_hash.C: String(&String)
                   24603: 
                   24604:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   24605: 
                   24606:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   24607:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   24608:          pa_hash[forgotten]
                   24609: 
                   24610: 2001-01-26  paf
                   24611: 
                   24612:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24613:          removed templates [vc++ suxx]
                   24614: 
                   24615:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   24616:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   24617: 
                   24618:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   24619: 
1.119     moko     24620:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     24621: 
1.119     moko     24622:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     24623:          check
                   24624: 
                   24625:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   24626:          dynamic row_count
                   24627: 
                   24628:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24629:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24630:          targets/Makefile.am: Initial revision
                   24631: 
                   24632:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24633:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24634:          targets/Makefile.am: creating parser3 module
                   24635: 

E-mail: