Annotation of parser3/ChangeLog, revision 1.183

1.183   ! moko        1: 2023-10-07  moko
        !             2: 
        !             3:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
        !             4:          behavour with other OP_NUM_*, related to bug #1230
        !             5: 
        !             6: 2023-10-06  moko
        !             7: 
        !             8:        * tests/: 338.html, results/338.processed: test for bug #1230 added
        !             9: 
        !            10:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
        !            11:          be converted to double to avoid 80 bit operations in x87 mode
        !            12:          (fixes bug #1230)
        !            13: 
        !            14: 2023-10-05  moko
        !            15: 
        !            16:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
        !            17:          compatibility
        !            18: 
        !            19:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
        !            20: 
        !            21:        * tests/: 421.html, results/421.processed: test to cover all
        !            22:          classes and objects nonexistent method and field exceptions
        !            23:          (related to feature #1080 and #1227)
        !            24: 
        !            25:        * tests/results/: 182.processed, 324.processed: undefined method ->
        !            26:          <type> method not found exception (related to feature #1080)
        !            27: 
        !            28:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
        !            29:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
        !            30:          "element can not be fetched from" for them, "field not found" for
        !            31:          all other types (related to bug #1227)
        !            32: 
        !            33: 2023-10-03  moko
        !            34: 
        !            35:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
        !            36:          <type> method not found" exception now thrown for static calls
        !            37:          instead of "undefined method" without class name (related to
        !            38:          feature #1080)
        !            39: 
        !            40: 2023-10-02  moko
        !            41: 
        !            42:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
        !            43:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
        !            44:          <method name>, Comment: <type> method not found" exception now
        !            45:          thrown for all dynamic objects instead of "undefined method"
        !            46:          without class name (implements feature #1080)
        !            47: 
1.182     moko       48: 2023-10-01  moko
                     49: 
                     50:        * src/classes/json.C: we don't have a dynamic json object.
                     51: 
                     52: 2023-09-28  moko
                     53: 
                     54:        * tests/: 420.html, results/261.processed, results/420.processed:
                     55:          tests updated after bug #1228 fix reverted
                     56: 
                     57:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                     58:          whitespace string is hash compatible, so we don't want $s.key to
                     59:          return a junction
                     60: 
                     61:        * tests/: 261.html, 420.html, results/261.processed,
                     62:          results/420.processed: test for bug #1227 added, test updated
                     63:          after bug #1228 fixed
                     64: 
                     65:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                     66:          now throws exception as $non-empty-string.field (fixes bug #1227)
                     67: 
                     68:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                     69:          #1228)
                     70: 
                     71: 2023-09-26  moko
                     72: 
                     73:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                     74:          src/classes/classes.C, src/classes/classes.awk,
                     75:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                     76:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                     77:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                     78:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                     79:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                     80:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                     81:          src/classes/regex.C, src/classes/response.C,
                     82:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                     83:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                     84:          src/include/pa_array.h, src/include/pa_base64.h,
                     85:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                     86:          src/include/pa_charsets.h, src/include/pa_common.h,
                     87:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                     88:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                     89:          src/include/pa_exception.h, src/include/pa_exec.h,
                     90:          src/include/pa_globals.h, src/include/pa_hash.h,
                     91:          src/include/pa_http.h, src/include/pa_memory.h,
                     92:          src/include/pa_opcode.h, src/include/pa_operation.h,
                     93:          src/include/pa_os.h, src/include/pa_pool.h,
                     94:          src/include/pa_random.h, src/include/pa_request.h,
                     95:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                     96:          src/include/pa_sapi.h, src/include/pa_socks.h,
                     97:          src/include/pa_sql_connection.h,
                     98:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                     99:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                    100:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                    101:          src/include/pa_table.h, src/include/pa_threads.h,
                    102:          src/include/pa_types.h, src/include/pa_uue.h,
                    103:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                    104:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                    105:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                    106:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                    107:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                    108:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                    109:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                    110:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                    111:          src/main/compile.tab.C, src/main/compile.y,
                    112:          src/main/compile_tools.C, src/main/compile_tools.h,
                    113:          src/main/execute.C, src/main/pa_base64.C,
                    114:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                    115:          src/main/pa_charsets.C, src/main/pa_common.C,
                    116:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                    117:          src/main/pa_exception.C, src/main/pa_exec.C,
                    118:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                    119:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                    120:          src/main/pa_request.C, src/main/pa_socks.C,
                    121:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                    122:          src/main/pa_stylesheet_connection.C,
                    123:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                    124:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                    125:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                    126:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                    127:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                    128:          src/targets/apache/mod_parser3_core.C,
                    129:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                    130:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                    131:          src/types/pa_method.h, src/types/pa_property.h,
                    132:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                    133:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                    134:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                    135:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                    136:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                    137:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                    138:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                    139:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                    140:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                    141:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                    142:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                    143:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                    144:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                    145:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                    146:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                    147:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                    148:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                    149:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                    150:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                    151:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                    152:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                    153:          src/types/pa_vstateless_class.h,
                    154:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                    155:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                    156:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                    157:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                    158:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                    159:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                    160:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                    161:          src/types/pa_wwrapper.h: copyright, authors actualized
                    162: 
1.181     moko      163: 2023-08-20  moko
                    164: 
                    165:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                    166:          commited (related to feature #1219)
                    167: 
                    168: 2023-08-16  moko
                    169: 
                    170:        * src/main/pa_random.C: replaced clock precision with monotonicity
                    171:          counter, good for Windows version with low clock frequency
                    172:          (related to feature #1229)
                    173: 
                    174: 2023-08-15  moko
                    175: 
                    176:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                    177:          fixes related to feature #1229
                    178: 
                    179:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                    180:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                    181:          (implements feature #1229)
                    182: 
1.180     moko      183: 2023-08-02  moko
                    184: 
                    185:        * tests/: results/417.processed, 417.html: test for empty string
                    186:          match after last char added (related to bug #1224)
                    187: 
                    188:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                    189:          length match (related to bug #1224)
                    190: 
1.179     moko      191: 2022-11-22  moko
                    192: 
                    193:        * tests/: 419.html, results/419.processed: test for L_URI and path
                    194:          removeal from filename added (related to bug #1204)
                    195: 
                    196:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                    197:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                    198:          attribute value, L_URI should be used
                    199: 
1.178     moko      200: 2022-09-21  moko
                    201: 
                    202:        * src/targets/cgi/parser3.C: more clear error messages
                    203: 
                    204:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                    205:          SAPI_Info will return 0 in read_post and post_size !=
                    206:          content_length will be thrown
                    207: 
1.177     moko      208: 2022-08-23  moko
                    209: 
                    210:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                    211:          header value
                    212: 
                    213: 2022-08-22  moko
                    214: 
                    215:        * tests/: 418.html, results/418.processed: test for
                    216:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                    217:          to #1225)
                    218: 
                    219:        * src/classes/hash.C: keep old behavoir by default
                    220: 
                    221:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                    222:          $.order[self|arg] ] added (implements #1215)
                    223: 
1.176     moko      224: 2022-03-21  moko
                    225: 
                    226:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                    227:          xmlInitCharEncodingHandlers is called in libxml static
                    228:          initializers before gc_substitute_memory_management_functions in
                    229:          pa_globals and thus gc may not see reference to our
                    230:          xmlCharEncodingHandler and free it.
                    231: 
1.175     moko      232: 2022-01-26  moko
                    233: 
                    234:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                    235: 
1.174     moko      236: 2021-12-28  moko
                    237: 
                    238:        * tests/: 417.html, results/417.processed: test for empty string
                    239:          match added (related to bug #1224)
                    240: 
                    241:        * src/main/pa_string.C: empty string match now works (fixes bug
                    242:          #1224)
                    243: 
1.173     moko      244: 2021-12-24  moko
                    245: 
                    246:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                    247: 
                    248: 2021-12-23  moko
                    249: 
                    250:        * src/: classes/table.C, main/pa_request.C: warnings war
                    251: 
                    252:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                    253:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                    254: 
                    255: 2021-12-21  moko
                    256: 
                    257:        * tests/: 416.html, results/416.processed: test for ^break[] in
                    258:          ^hash/table.select[] (related to feature #1222)
                    259: 
                    260:        * src/classes/: hash.C, table.C: ^break[] support for
                    261:          ^hash/table.select[] (implements feature #1222)
                    262: 
1.172     moko      263: 2021-11-30  moko
                    264: 
                    265:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                    266:          0.5 sec
                    267: 
1.171     moko      268: 2021-11-10  moko
                    269: 
                    270:        * tests/results/415.processed: more syntax errors tests added
                    271: 
                    272:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                    273:          28.p: minor syntax error tests
                    274: 
                    275:        * src/main/pa_exception.C: pa_strdup added for compatibility
                    276: 
                    277:        * src/classes/curl.C: hint to call ^curl:options[
                    278:          $.library[correct.libcurl.so.name] ] added if default load fails.
                    279: 
                    280: 2021-11-09  moko
                    281: 
                    282:        * src/main/compile.y: error message can be on stack
                    283: 
                    284:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                    285: 
                    286:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                    287:          this case then strncpy
                    288: 
                    289:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                    290:          instead of strcpy where possible
                    291: 
                    292:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                    293:          used to avoid MAX_STRING limit in Exception comment
                    294: 
                    295:        * tests/results/415.processed: compiler exceptions are no longer
                    296:          limited to MAX_STRING
                    297: 
                    298:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                    299:          char * instead of fixed buffer
                    300: 
                    301:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                    302:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                    303:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                    304:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                    305:          results/415.processed: tests for parser.compile exceptions added
                    306: 
                    307: 2021-11-08  moko
                    308: 
                    309:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                    310:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                    311:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    312:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                    313:          drawbacks
                    314: 
1.170     moko      315: 2021-11-06  moko
                    316: 
                    317:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                    318:          (implements feature #1219)
                    319: 
                    320:        * tests/: 414.html, results/414.processed: test for
                    321:          ^hash.rename[from;to] added (related to feature #1144)
                    322: 
                    323: 2021-11-05  moko
                    324: 
                    325:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                    326:          (related to feature #1144)
                    327: 
                    328: 2021-11-04  moko
                    329: 
                    330:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                    331:          added (implements feature #1144)
                    332: 
1.169     moko      333: 2021-10-19  moko
                    334: 
                    335:        * tests/: 413.html, results/413.processed: test for hash no longer
                    336:          is accepted as file parameter (related to bug #1218)
                    337: 
                    338:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    339:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                    340:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                    341:          longer is accepted as file parameter (fixes bug #1218)
                    342: 
1.168     moko      343: 2021-07-19  moko
                    344: 
                    345:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                    346:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                    347: 
1.167     moko      348: 2021-04-16  moko
                    349: 
                    350:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                    351:          processing it leads to assertions.
                    352: 
1.166     moko      353: 2021-03-25  moko
                    354: 
                    355:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                    356:          #1213
                    357: 
1.165     moko      358: 2021-02-12  moko
                    359: 
                    360:        * tests/: 360.html, results/360.processed, results/363.processed:
                    361:          parser method call in expression mode no longer differs from call
                    362:          in string mode (related to feature #1211)
                    363: 
                    364: 2021-02-11  moko
                    365: 
                    366:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                    367:          fixed (bug #1212)
                    368: 
                    369:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                    370:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                    371:          strings in both calls (implements feature #1211)
                    372: 
1.164     moko      373: 2021-01-28  moko
                    374: 
                    375:        * buildall, etc/auto.p.in: to remove last patch in debian package
                    376: 
                    377:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                    378:          3.4.7b
                    379: 
1.162     moko      380: 2021-01-21  moko
                    381: 
                    382:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                    383:          is MULTITHREADED
                    384: 
1.157     moko      385: 2021-01-20  moko
                    386: 
1.161     moko      387:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                    388:          'a2enmod mpm_prefork'
                    389: 
1.160     moko      390:        * src/targets/apache/mod_parser3.c: prefork name is now
                    391:          'libapache2-mpm-itk'
                    392: 
                    393:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                    394:          removed
                    395: 
1.159     moko      396:        * src/targets/isapi/Makefile.am: -pa_threads.C
                    397: 
1.158     moko      398:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                    399:          3.4.6
                    400: 
1.157     moko      401:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                    402: 
                    403:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                    404:          /httpd.p
                    405: 
                    406:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                    407:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                    408:          #1203)
                    409: 
                    410: 2021-01-19  moko
                    411: 
                    412:        * buildall: --disable-parallel-mark added to avoid "number of
                    413:          processors" threads creation for heap marking as it conflicts
                    414:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                    415:          limits threads)
                    416: 
1.156     moko      417: 2021-01-16  moko
                    418: 
                    419:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                    420:          main/pa_globals.C, main/pa_memory.C,
                    421:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                    422:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                    423:          feature #1209)
                    424: 
                    425: 2021-01-15  moko
                    426: 
                    427:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                    428:          3.4.6rc
                    429: 
                    430:        * src/classes/json.C: get_delim added for delimiter caching (10%
                    431:          faster on large json)
                    432: 
                    433: 2021-01-14  moko
                    434: 
                    435:        * operators.txt: updated with 3.4.6 changes
                    436: 
                    437:        * tests/results/224.processed: test result modified after
                    438:          today(shift) implemented
                    439: 
                    440:        * tests/: 407.html, results/407.processed: test for ^hash.select
                    441:          option $.default(bool) added (related to feature #1172)
                    442: 
                    443:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                    444:          (related to feature #1172)
                    445: 
                    446:        * tests/: 141.html, results/141.processed: test modified for
                    447:          feature #1185.
                    448: 
                    449:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                    450:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                    451:          options $.lower(bool) (implements feature #1185)
                    452: 
                    453: 2021-01-11  moko
                    454: 
                    455:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                    456:          #1192)
                    457: 
                    458:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                    459:          added (related to feature #1192)
                    460: 
1.155     moko      461: 2021-01-05  moko
                    462: 
                    463:        * tests/: 270.html, results/270.processed: test modified to work
                    464:          under Windows
                    465: 
                    466:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                    467:          4 windows
                    468: 
                    469:        * tests/: 410.html, results/410.processed: test for
                    470:          $CLASS-GETTER-PROTECTED(false) added
                    471: 
                    472: 2021-01-04  moko
                    473: 
                    474:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                    475:          $MAIN:LOCALS(true) added
                    476: 
1.154     moko      477: 2021-01-03  moko
                    478: 
                    479:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                    480:          types/pa_vclass.h, types/pa_vstateless_class.C,
                    481:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                    482:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                    483:          #1207)
                    484: 
                    485: 2021-01-02  moko
                    486: 
                    487:        * etc/auto.p.in: minor
                    488: 
                    489:        * src/main/pa_request.C: sending headers only after opening file to
                    490:          allow error reporting if file was not opened (foreign group,
                    491:          etc).
                    492: 
                    493: 2020-12-31  moko
                    494: 
                    495:        * src/: include/pa_request.h, main/pa_request.C,
                    496:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                    497: 
                    498:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                    499:          main/pa_request.C: get_class_ref added and used
                    500: 
                    501:        * etc/auto.p.in: @CLASS httpd added
                    502: 
                    503:        * etc/auto.p.in: @auto[] is now first
                    504: 
                    505: 2020-12-30  moko
                    506: 
                    507:        * tests/: 408.html, results/408.processed: test for bug #1166
                    508:          (windows only) added
                    509: 
                    510:        * src/main/pa_common.C: create_dir_for_file should not create dir
                    511:          for trailing / (fixes bug #1166)
                    512: 
                    513:        * tests/: 341.html, results/341.processed: tests for
                    514:          ^nameless_table.hash[] added (related to feature #1138)
                    515: 
                    516:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                    517:          (implements feature #1138), extra fields in named tables no
                    518:          longer ignored (implements feature #1138)
                    519: 
                    520:        * tests/results/390.processed: updated after exception text change
                    521: 
                    522: 2020-12-29  moko
                    523: 
                    524:        * tests/: 407.html, results/407.processed: +$._default check
                    525: 
                    526:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                    527: 
                    528:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                    529:          and ^hash.reverse[] added (releated to feature #1172)
                    530: 
                    531:        * src/classes/hash.C:
                    532:          ^hash.select[key;value](bool-condition)[options hash] +
                    533:          ^hash.reverse[] added (implements feature #1172)
                    534: 
                    535:        * src/types/pa_vtable.h: warning war
                    536: 
                    537:        * src/include/pa_config_fixed.h: win32 fix
                    538: 
1.153     moko      539: 2020-12-27  moko
                    540: 
                    541:        * tests/: 406.html, results/406.processed: test results updated
                    542: 
                    543:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                    544:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                    545:          spelling
                    546: 
                    547: 2020-12-26  moko
                    548: 
                    549:        * tests/: 406.html, results/406.processed: tests for
                    550:          ^table.rename[] added (related to feature #1148)
                    551: 
                    552:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    553:          ^table.rename[column name from;column name to], ^table.rename[
                    554:          $.[column name from][column name to] ... ] added (implements
                    555:          feature #1148)
                    556: 
                    557: 2020-12-25  moko
                    558: 
                    559:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                    560:          request_info now on stack to avoid yet another THREAD_LOCAL
                    561:          memory deallocation issue (now with cookies), explained in #1203
                    562: 
                    563:        * src/types/pa_vcookie.C: fields should be inited
                    564: 
                    565: 2020-12-24  moko
                    566: 
                    567:        * src/include/pa_stylesheet_connection.h: looks like
                    568:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                    569:          sure libxml bug, but we have GC anyway, so we just remove this
                    570:          call and see...
                    571: 
                    572:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                    573:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                    574:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                    575:          abort.c:65:8     frame #3: 0x00000000004da663
                    576:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                    577:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                    578:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                    579:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                    580:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                    581:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                    582:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                    583:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                    584:           frame #8: 0x000000000050d35c
                    585:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                    586:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                    587:           frame #10: 0x00000000004436e5
                    588:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                    589:          [inlined]
                    590:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                    591:          pa_stylesheet_connection.h:62:3
                    592: 
                    593: 2020-12-23  moko
                    594: 
                    595:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                    596: 
                    597:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                    598:          ^image::measure[; $.video(true) ] added
                    599: 
                    600:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                    601:          httpd mode for unknown reasons
                    602: 
                    603: 2020-12-22  moko
                    604: 
                    605:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                    606:          error_log uri of currently processed document", but never used
                    607:          and conflicts with how libgc stops threads on FreeBSD (#define
                    608:          SIG_SUSPEND SIGUSR1), thus removed.
                    609: 
                    610: 2020-12-21  moko
                    611: 
                    612:        * src/main/pa_request.C: +comment
                    613: 
1.151     moko      614: 2020-12-20  moko
                    615: 
1.152     moko      616:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                    617:          it is more safe to have versions of pa_strdup with one and two
                    618:          arguments, as helper_length=0 not always mean that strlen()
                    619:          should be called, but means zero.
                    620: 
                    621:        * src/targets/isapi/parser3isapi.C: minor
                    622: 
                    623:        * src/main/pa_http.C: +valid_http_method
                    624: 
1.151     moko      625:        * src/: include/pa_http.h, main/pa_http.C,
                    626:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                    627: 
                    628: 2020-12-17  moko
                    629: 
                    630:        * tests/: 405.html, results/405.processed: test for split by regex
                    631:          added (related to feature #1160)
                    632: 
                    633:        * src/classes/string.C: split by regex implemented (feature #1160)
                    634: 
                    635:        * src/classes/string.C: minor
                    636: 
                    637:        * tests/: 404.html, results/404.processed: test for whitespace
                    638:          string is now OK for table argument (related to feature #1169)
                    639: 
                    640:        * src/: classes/image.C, classes/string.C, classes/table.C,
                    641:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                    642:          argument (as with hash) (implements feature #1169)
                    643: 
                    644:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                    645:          limit for comment (fixes bug #1102)
                    646: 
                    647:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                    648: 
                    649:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                    650: 
                    651:        * src/include/pa_config_includes.h: HAVE_TLS used
                    652: 
                    653:        * configure.ac: +TLS check
                    654: 
                    655:        * src/main/pa_http.C: content logging added
                    656: 
                    657:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                    658:          clear_response_headers added
                    659: 
                    660: 2020-12-16  moko
                    661: 
                    662:        * buildall: as we now use threads, libatomic_ops still required for
                    663:          some OS.
                    664: 
                    665:        * src/main/pa_request.C: whitespace
                    666: 
                    667:        * src/: include/pa_request.h, main/pa_request.C:
                    668:          Request::Exception_trace::table extracted and used
                    669: 
                    670:        * src/main/pa_request.C: moving output_result call outside of try
                    671:          as network exceptions should not be handled by parser code
                    672: 
                    673:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                    674:          logging network exchange
                    675: 
                    676:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                    677:          via network if it was network write error.
                    678: 
                    679:        * src/targets/cgi/parser3.C: log -> pa_log
                    680: 
                    681:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                    682: 
                    683:        * src/main/pa_threads.C: getpid() if no gettid() found
                    684: 
                    685:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    686:          we need to ignore "void" connections from browsers (browsers open
                    687:          connections in advance and they will be empty if user does not
                    688:          request more pages)
                    689: 
                    690: 2020-12-15  moko
                    691: 
                    692:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                    693: 
                    694:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                    695:          RequestController not needed in httpd mode
                    696: 
                    697:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    698:          classes/classes.h, classes/curl.C, classes/date.C,
                    699:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    700:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    701:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    702:          classes/memcached.C, classes/memory.C, classes/op.C,
                    703:          classes/reflection.C, classes/regex.C, classes/response.C,
                    704:          classes/string.C, classes/table.C, classes/void.C,
                    705:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    706:          include/pa_array.h, include/pa_base64.h,
                    707:          include/pa_cache_managers.h, include/pa_charset.h,
                    708:          include/pa_charsets.h, include/pa_common.h,
                    709:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    710:          include/pa_dictionary.h, include/pa_dir.h,
                    711:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    712:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    713:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    714:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    715:          include/pa_request_charsets.h, include/pa_request_info.h,
                    716:          include/pa_sapi.h, include/pa_socks.h,
                    717:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    718:          include/pa_stack.h, include/pa_string.h,
                    719:          include/pa_stylesheet_connection.h,
                    720:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    721:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    722:          include/pa_uue.h, include/pa_xml_exception.h,
                    723:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    724:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    725:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    726:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    727:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    728:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    729:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    730:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    731:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    732:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    733:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    734:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    735:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    736:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    737:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    738:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    739:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    740:          main/untaint.C, sql/pa_sql_driver.h,
                    741:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    742:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    743:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    744:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    745:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                    746:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                    747:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                    748:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                    749:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                    750:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                    751:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                    752:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                    753:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    754:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                    755:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                    756:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    757:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                    758:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                    759:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    760:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    761:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    762:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    763:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    764:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    765:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    766:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    767: 
                    768:        * src/main/pa_request.C: old compilers support
                    769: 
                    770:        * tests/: 362.html, results/362.processed: test updated after
                    771:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                    772:          #1108)
                    773: 
                    774:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                    775:          removed, as xsltFreeStylesheet has side effects on original doc.
                    776:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                    777:          not updated after xdoc modification (part 3 of test 362).
                    778:          (related to bug #1108)
                    779: 
                    780:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                    781: 
                    782:        * src/: classes/memory.C, include/pa_memory.h,
                    783:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                    784:          PA_GC_GCOLLECT used
                    785: 
                    786:        * src/include/pa_memory.h: +PA_GC_COLLECT
                    787: 
                    788:        * src/targets/cgi/parser3.C: msvs support fixes
                    789: 
                    790:        * src/lib/gc/include/gc.h: more cleanup
                    791: 
                    792:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                    793: 
                    794:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                    795:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                    796: 
                    797:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                    798: 
                    799:        * configure.ac: pthread.h added to checked headers
                    800: 
                    801:        * src/classes/table.C: string stream is back :)
                    802: 
                    803:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                    804:          exists
                    805: 
                    806:        * src/main/pa_globals.C: GC_dont_gc replaced
                    807: 
                    808:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                    809:          left to simplify adding new functions.  depricated GC_dont_gc
                    810:          replaced with GC_disable and GC_enable calls.
                    811: 
                    812:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                    813:          CORD_from_file* not used and thus removed
                    814: 
                    815:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                    816: 
                    817: 2020-12-14  moko
                    818: 
                    819:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                    820:          referenced elsewhere, or GC will collect it.
                    821: 
                    822:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                    823:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                    824:          elsewhere, or GC will collect them (and we'll get GPF in
                    825:          multithreaded enviroment).  May be it can be also fixed by some
                    826:          GC call, not sure. But this fix costs nothing (but hours of
                    827:          debugging to find the issue :).
                    828: 
1.150     moko      829: 2020-12-11  moko
                    830: 
                    831:        * configure.ac: gettid() check added
                    832: 
                    833:        * src/main/pa_threads.C: HAVE_GETTID used
                    834: 
                    835:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                    836: 
                    837:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                    838:          version for isapi/cgi/apache
                    839: 
                    840:        * buildall: threads are now required.
                    841: 
                    842:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                    843:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    844:          main/main.vcproj: pa_threads.C moved to main
                    845: 
                    846:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                    847:          isapi/pa_threads.C: pa_threads.C moved to main
                    848: 
                    849:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                    850:          targets/apache/Makefile.am: pa_threads.C moved to main
                    851: 
                    852:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                    853: 
                    854:        * src/: include/pa_stylesheet_connection.h,
                    855:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                    856:          and weird GPF in multithreaded httpd is gone
                    857: 
                    858:        * src/include/: pa_stylesheet_connection.h,
                    859:          pa_sql_driver_manager.h: whitespace
                    860: 
                    861:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                    862: 
                    863:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                    864:          main/pa_stylesheet_manager.C: whitespace, warning war
                    865: 
                    866:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                    867:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                    868:          parser_multithreaded never used
                    869: 
                    870:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                    871: 
                    872: 2020-12-10  moko
                    873: 
                    874:        * src/: include/pa_config_includes.h, include/pa_http.h,
                    875:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                    876:          MULTITHREADED and PARALLEL httpd server modes
                    877: 
                    878:        * src/main/pa_globals.C: GC_java_finalization is depricated
                    879: 
                    880: 2020-12-09  moko
                    881: 
                    882:        * etc/auto.p.in: + @httpd-main
                    883: 
                    884:        * src/: include/pa_common.h, main/pa_request.C,
                    885:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                    886:          work
                    887: 
                    888:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    889:          slow file_read_binary no longer used, send_range added
                    890: 
                    891: 2020-12-08  moko
                    892: 
                    893:        * src/main/pa_request.C: >4Gb support
                    894: 
                    895:        * src/targets/cgi/parser3.C: msvc warning war
                    896: 
                    897:        * src/: include/pa_config_includes.h, main/pa_http.C,
                    898:          main/pa_request.C: msvc warnings war
                    899: 
                    900:        * src/classes/image.C: warning war
                    901: 
                    902:        * src/classes/table.C: MSVC warning war
                    903: 
                    904:        * src/targets/cgi/parser3.C: msvc warnings war
                    905: 
                    906:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                    907:          added
                    908: 
1.149     moko      909: 2020-12-07  moko
                    910: 
1.150     moko      911:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                    912:          avoid logging beside system-wide auto.p
                    913: 
                    914:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                    915: 
                    916:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                    917:          configure options added:
                    918: 
                    919:          --with-system-cfg=FILE  to specify system-wide auto.p
                    920:          --with-system-log=FILE  to specify system-wide parser3.log
                    921: 
                    922:        * Makefile.am: bin no longer exists
                    923: 
                    924:        * configure, configure.ac: auto.p moved to etc to simplify debian
                    925:          package
                    926: 
                    927:        * buildall: auto.p and parser3.charsets moved to their default
                    928:          location after install
                    929: 
                    930:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                    931: 
                    932:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                    933: 
1.149     moko      934:        * src/targets/cgi/parser3.C: locate_config call returned to
                    935:          original place as it requires pa_thread_request() under Windows
                    936: 
                    937:        * src/targets/cgi/parser3.C: renaming
                    938: 
                    939: 2020-12-06  moko
                    940: 
                    941:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                    942:          check added
                    943: 
                    944: 2020-12-04  moko
                    945: 
                    946:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                    947:          main/pa_request.C: unified uint64_t lseek implemented to support
                    948:          >4Gb files under x86, including Windows
                    949: 
                    950: 2020-12-02  moko
                    951: 
                    952:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                    953:          with max_file_size
                    954: 
                    955:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    956:          support for processing files sized >4Gb on 32 bit planforms
                    957: 
                    958:        * tests/399.html: file moved
                    959: 
                    960:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                    961: 
                    962:        * src/targets/cgi/pa_sapi_info.h: warning war
                    963: 
                    964:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                    965:          warning war
                    966: 
                    967: 2020-12-01  moko
                    968: 
                    969:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                    970: 
                    971:        * src/classes/image.C: for "size not found" exception to be shown
                    972:          if size not found until eof
                    973: 
                    974:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                    975:          bit linux)
                    976: 
                    977:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                    978:          #1188)
                    979: 
                    980: 2020-11-30  moko
                    981: 
                    982:        * src/classes/image.C: definitions moved closer to code
                    983: 
                    984:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                    985:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                    986:          395_dir/3_VP8X.webp, results/395.processed,
                    987:          results/396.processed: tests for ^image::measure[] .webp support
                    988:          added, all image files moved into one directory (related to
                    989:          feature #1188)
                    990: 
                    991:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                    992:          #1188)
                    993: 
1.148     moko      994: 2020-11-29  moko
                    995: 
                    996:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                    997:          processing, unnessesary defines removed
                    998: 
                    999: 2020-11-24  moko
                   1000: 
                   1001:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1002:          309.processed, 310.processed: Content-Disposition: inline
                   1003:          returned
                   1004: 
                   1005:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   1006:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   1007:          ] added (related to bug #1204)
                   1008: 
                   1009:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   1010:          ] supported to avoid Content-Disposition: inline;
                   1011:          filename="<file>.ext" but still set Content-Type for ext (related
                   1012:          to bug #1204)
                   1013: 
1.147     moko     1014: 2020-11-22  moko
                   1015: 
                   1016:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   1017:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   1018: 
                   1019:        * src/main/pa_request.C: content_disposition_inline returned.
                   1020: 
                   1021: 2020-11-17  moko
                   1022: 
                   1023:        * src/main/pa_request.C: empty main method name support
                   1024: 
                   1025:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   1026:          config_handler added, stdout flush added.
                   1027: 
                   1028: 2020-11-16  moko
                   1029: 
                   1030:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   1031: 
                   1032:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   1033:          309.processed, 310.processed: Content-Disposition: inline is not
                   1034:          required and should not contain filename="<name>"
                   1035: 
                   1036:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   1037:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1038:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   1039: 
1.146     moko     1040: 2020-11-14  moko
                   1041: 
                   1042:        * src/targets/cgi/parser3.C: spelling
                   1043: 
                   1044:        * src/targets/cgi/parser3.C: renaming
                   1045: 
                   1046:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   1047:          relocated
                   1048: 
                   1049:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   1050:          before request processing, which is weired
                   1051: 
                   1052: 2020-11-13  moko
                   1053: 
                   1054:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   1055:          copied in httpd.
                   1056: 
                   1057: 2020-11-12  moko
                   1058: 
                   1059:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   1060: 
                   1061:        * src/: include/pa_request.h, main/pa_request.C,
                   1062:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   1063: 
                   1064:        * src/main/pa_http.C: URI validation added
                   1065: 
                   1066:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   1067:          can't be empty but can be null.  httpd-main is now main method
                   1068:          name for httpd mode
                   1069: 
                   1070: 2020-11-11  moko
                   1071: 
                   1072:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   1073: 
                   1074:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   1075:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   1076:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   1077:          main/pa_request.C: r.absolute -> r.full_disk_path
                   1078: 
                   1079:        * src/targets/cgi/parser3.C: if filename to process is not
                   1080:          specified, auto.p should be present.
                   1081: 
1.145     moko     1082: 2020-11-03  moko
                   1083: 
                   1084:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   1085: 
                   1086:        * src/main/pa_request.C: content_disposition_inline is the default,
                   1087:          not required.
                   1088: 
1.144     moko     1089: 2020-10-29  moko
                   1090: 
                   1091:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   1092:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   1093:          path_translated changing to correct relative files path
                   1094:          calculation in httpd mode
                   1095: 
                   1096:        * src/: include/pa_request.h, main/pa_request.C:
                   1097:          fail_on_read_problem removed, as it allways true, as if should
                   1098:          be.
                   1099: 
                   1100:        * src/: include/pa_request.h, main/pa_request.C,
                   1101:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1102:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   1103:          config was not found, thus flag not required and removed.
                   1104: 
                   1105: 2020-10-28  moko
                   1106: 
                   1107:        * tests/: 402.html, results/402.processed: error reporting test
                   1108: 
                   1109:        * src/main/execute.C: better error reporting when
                   1110:          $result[^hash::create[]] in @main.
                   1111: 
                   1112:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   1113:          + minor optimization
                   1114: 
                   1115:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1116:          main/pa_xml_io.C: execute_*_method simplified and unified
                   1117: 
                   1118: 2020-10-27  moko
                   1119: 
                   1120:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   1121: 
                   1122:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   1123:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1124:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   1125:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   1126:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   1127:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   1128:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   1129:          longer used in object-prototype mode
                   1130: 
                   1131:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   1132:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   1133:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   1134:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   1135:          $form:name[value] features
                   1136: 
1.143     moko     1137: 2020-10-18  moko
                   1138: 
                   1139:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   1140: 
                   1141: 2020-10-15  moko
                   1142: 
                   1143:        * src/main/pa_http.C: url no longer needed as
                   1144:          ALTER_EXCEPTION_SOURCE is used
                   1145: 
                   1146:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   1147:          main/pa_http.C: check_file_size filespec is now optional
                   1148: 
                   1149:        * src/: classes/curl.C, include/pa_exception.h,
                   1150:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   1151:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   1152: 
                   1153:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   1154:          results/346-curl.processed, results/379-curl.processed,
                   1155:          results/379.processed: test results updated as load now provides
                   1156:          better error reporting + curl responses updated
                   1157: 
                   1158: 2020-10-14  moko
                   1159: 
                   1160:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   1161:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   1162:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   1163:          checked. 10 is now default base, no hex autodetect by default
                   1164: 
                   1165:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1166:          connection socket closing in destructor + accept exception
                   1167:          handling
                   1168: 
                   1169:        * src/targets/cgi/parser3.C: warning war
                   1170: 
                   1171:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   1172:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   1173:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   1174:          exception handling unified
                   1175: 
                   1176: 2020-10-13  moko
                   1177: 
                   1178:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   1179:          autodetection
                   1180: 
                   1181:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   1182: 
                   1183:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   1184: 
                   1185:        * src/main/pa_http.C: warning war
                   1186: 
1.142     moko     1187: 2020-10-12  moko
                   1188: 
1.143     moko     1189:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   1190:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   1191:          unhandled exception code optimization
                   1192: 
                   1193:        * src/targets/cgi/parser3.C: request_info now global variable
                   1194: 
                   1195:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   1196:          class
                   1197: 
                   1198:        * src/: include/pa_http.h, main/pa_http.C,
                   1199:          targets/cgi/pa_sapi_info.h: read_post implemented
                   1200: 
1.142     moko     1201:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1202:          [host:]port syntax support in httpd mode
                   1203: 
                   1204:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   1205:          targets/cgi/parser3.C: populate_env added
                   1206: 
                   1207:        * src/include/pa_hash.h: to make get(char *) compiling in
                   1208:          HashStringString
                   1209: 
                   1210: 2020-10-10  moko
                   1211: 
                   1212:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1213:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   1214: 
                   1215:        * src/: include/pa_http.h, include/pa_request_info.h,
                   1216:          main/pa_http.C, main/pa_string.C,
                   1217:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   1218:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1219:          types/pa_vrequest.C: initial httpd mode implementation
                   1220: 
1.141     moko     1221: 2020-10-04  moko
                   1222: 
                   1223:        * src/targets/cgi/parser3.C: options together
                   1224: 
                   1225: 2020-09-30  moko
                   1226: 
                   1227:        * src/main/pa_http.C: renamed
                   1228: 
1.140     moko     1229: 2020-08-14  moko
                   1230: 
                   1231:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   1232:          src/targets/cgi/Makefile.am: no httpd as separate library
                   1233: 
                   1234: 2020-08-13  moko
                   1235: 
                   1236:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   1237:          unhandled exception handler to report 500 instead of 200 it was
                   1238:          before.
                   1239: 
                   1240:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   1241: 
                   1242:        * src/: include/pa_sapi.h, main/untaint.C,
                   1243:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1244:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   1245:          thus replaced with SAPI::die and removed
                   1246: 
                   1247:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   1248:          cgi/parser3.C: whitespace
                   1249: 
                   1250:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   1251: 
                   1252: 2020-08-12  moko
                   1253: 
                   1254:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   1255:          removed, whitespace was: SIGPIPE received while executing code.
                   1256:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   1257:          cl=0]
                   1258: 
                   1259:        * parser3.sln: + httpd.vcproj
                   1260: 
                   1261: 2020-08-11  moko
                   1262: 
                   1263:        * src/targets/cgi/Makefile.am: +libhttpd
                   1264: 
                   1265:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   1266: 
1.139     moko     1267: 2020-07-13  moko
                   1268: 
                   1269:        * tests/: 401.html, results/401.processed: test for hash key does
                   1270:          not keep language, but tainted in foreach.
                   1271: 
1.138     moko     1272: 2020-07-01  moko
                   1273: 
                   1274:        * tests/: 235.html, results/235.processed: test result updated as
                   1275:          messages before attachments implemented (feature #1176)
                   1276: 
1.137     moko     1277: 2020-06-27  moko
                   1278: 
                   1279:        * tests/: 400.html, results/400.processed: test updated to check
                   1280:          ^return{code}
                   1281: 
                   1282:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   1283:          fixed
                   1284: 
                   1285: 2020-06-26  moko
                   1286: 
                   1287:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   1288:          added (related to https://www.parser.ru/forum/?id=85319)
                   1289: 
                   1290:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   1291:          when $result assignment was last statement in the method
                   1292:          (https://www.parser.ru/forum/?id=85319)
                   1293: 
1.136     moko     1294: 2020-05-23  moko
                   1295: 
                   1296:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   1297:          whitespace, unused level removed
                   1298: 
                   1299: 2020-05-19  moko
                   1300: 
                   1301:        * src/types/pa_vmail.C: whitespace
                   1302: 
                   1303:        * src/types/pa_vmail.C: files should be processed last (related to
                   1304:          feature #1176)
                   1305: 
1.135     moko     1306: 2020-05-12  moko
                   1307: 
                   1308:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   1309:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   1310: 
                   1311:        * configure.ac: FreeBSD1X.X check added to avoid
                   1312:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   1313: 
1.134     moko     1314: 2020-02-26  moko
                   1315: 
                   1316:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   1317:          compilation issue (related to bug #1201)
                   1318: 
                   1319:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   1320:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   1321:          -f and -d now works under Windows in UTF-8 with Russian
                   1322:          filenames.
                   1323: 
                   1324:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   1325:          advice (related to feature #1199)
                   1326: 
                   1327: 2020-02-25  moko
                   1328: 
                   1329:        * buildall: --silent removed
                   1330: 
                   1331:        * configure.ac: gmime-3.0 support
                   1332: 
                   1333:        * buildall: --with-system-mailreceive option added to build with
                   1334:          system libgmime
                   1335: 
                   1336:        * src/types/pa_vmail.C: avoiding
                   1337:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   1338:          to feature #1199)
                   1339: 
1.133     moko     1340: 2020-02-18  moko
                   1341: 
                   1342:        * src/classes/op.C: windows x64 debug mode compile fix
                   1343: 
                   1344:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   1345:          change (releated to feature #1200)
                   1346: 
                   1347:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1348:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   1349:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   1350:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   1351:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1352:          targets/apache/ApacheModuleParser3.vcproj,
                   1353:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1354:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1355:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   1356:          dependency (related to feature #1200)
                   1357: 
1.132     moko     1358: 2020-02-12  moko
                   1359: 
                   1360:        * src/types/pa_vmail.C: minimize diff
                   1361: 
                   1362:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   1363:          #1199)
                   1364: 
1.131     moko     1365: 2020-01-18  moko
                   1366: 
                   1367:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   1368: 
1.130     moko     1369: 2019-12-28  moko
                   1370: 
                   1371:        * src/targets/cgi/parser3.C: avoid empty ?
                   1372: 
                   1373: 2019-12-27  moko
                   1374: 
                   1375:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   1376:          DOCUMENT_ROOT (related to feature #1164)
                   1377: 
                   1378:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   1379:          fcgiwrap setup (implements feature #1164)
                   1380: 
                   1381:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   1382:          but no issues found (related to feature #1164)
                   1383: 
                   1384:        * src/targets/cgi/parser3.C: actualized
                   1385: 
                   1386: 2019-12-26  moko
                   1387: 
                   1388:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   1389:          removed
                   1390: 
                   1391:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   1392:          removed
                   1393: 
                   1394:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   1395:          allocation errors, we don't want default gc warnings (without
                   1396:          timestamp and URI).
                   1397: 
                   1398:        * src/: classes/memory.C, main/pa_globals.C,
                   1399:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1400:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   1401:          pa_globals_init
                   1402: 
                   1403:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   1404:          initialization used (optimization)
                   1405: 
                   1406:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   1407:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   1408:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   1409:          (optimization)
                   1410: 
1.129     moko     1411: 2019-12-09  moko
                   1412: 
                   1413:        * src/include/pa_config_fixed.h: warning war
                   1414: 
1.128     moko     1415: 2019-12-08  moko
                   1416: 
                   1417:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   1418:          process grammar under Unix.
                   1419: 
                   1420: 2019-12-07  moko
                   1421: 
                   1422:        * tests/389.html: For Windows XP. :)
                   1423: 
                   1424:        * tests/388-sql.html: Windows compatibility added
                   1425: 
                   1426: 2019-12-06  moko
                   1427: 
                   1428:        * src/targets/cgi/parser3.C: warning war
                   1429: 
                   1430:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   1431:          == sizeof(CORD)) to avoid aligning bugs in future
                   1432: 
                   1433:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   1434:          XML_STATIC
                   1435: 
                   1436:        * src/include/pa_request.h: StackItem() not required
                   1437: 
                   1438:        * src/include/pa_stack.h: warning war
                   1439: 
                   1440:        * src/include/pa_config_includes.h: GCC warning silenced
                   1441: 
                   1442:        * src/include/pa_memory.h: warning war: the program should also
                   1443:          define 'void operator delete [](void*, std::size_t)'
                   1444:          [-Wsized-deallocation]
                   1445: 
                   1446:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   1447: 
                   1448:        * src/classes/string.C: not reqired cast removed
                   1449: 
                   1450:        * src/classes/string.C: not reqired cast removed
                   1451: 
                   1452: 2019-12-05  moko
                   1453: 
                   1454:        * src/lib/sdbm/pa_file_io.C: warning war
                   1455: 
                   1456:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   1457:          enum Language : size_t - required for VS2015+ to make
                   1458:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   1459:          without it (related to feature #1198)
                   1460: 
                   1461: 2019-12-04  moko
                   1462: 
                   1463:        * src/main/pa_base64.C: unsigned char -> uchar
                   1464: 
                   1465:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   1466:          as other libs
                   1467: 
                   1468:        * src/include/pa_version.h: +amd64
                   1469: 
                   1470: 2019-12-03  moko
                   1471: 
                   1472:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   1473:          release
                   1474: 
                   1475:        * src/include/pa_config_includes.h: warning war
                   1476: 
                   1477:        * src/classes/image.C: warning war
                   1478: 
                   1479:        * src/main/pa_globals.C: x64 libs support
                   1480: 
                   1481:        * src/include/pa_config_includes.h: warning war
                   1482: 
                   1483:        * src/types/pa_method.h: warning war
                   1484: 
1.127     moko     1485: 2019-11-28  moko
                   1486: 
                   1487:        * src/classes/math.C: vs2003 compatibility + warning war
                   1488: 
                   1489:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   1490:          libxml2-2.9.9 (related to feature #1136)
                   1491: 
                   1492:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   1493:          typecast for more compatibility (related to feature #1136)
                   1494: 
                   1495:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   1496:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   1497:          feature #1136)
                   1498: 
                   1499: 2019-11-26  moko
                   1500: 
                   1501:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   1502:          removed (it was failing in $$var case), condition added
                   1503: 
1.126     moko     1504: 2019-11-25  moko
                   1505: 
                   1506:        * tests/: 397.html, 399.html, results/141.processed,
                   1507:          results/399.processed: base64 options tested
                   1508: 
                   1509:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   1510: 
                   1511:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   1512:          implemented (feature #986)
                   1513: 
                   1514:        * src/main/pa_cache_managers.C: whitespace
                   1515: 
                   1516:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   1517:          ^base64 encode options added (related to feature #986)
                   1518: 
                   1519:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   1520:          pa_base64_encode(file) removed - more memory, but faster and less
                   1521:          code (related fo feature #986)
                   1522: 
                   1523: 2019-11-24  moko
                   1524: 
                   1525:        * tests/: 155.html, results/155.processed: limit and offset in
                   1526:          ^table::load[] now supported, thus test added
                   1527: 
                   1528:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   1529:          main/pa_common.C: optimization: offset and limit options parsing
                   1530:          moved inside file_load.
                   1531: 
                   1532: 2019-11-23  moko
                   1533: 
                   1534:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   1535:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   1536:          optimization: file_read replaced with simplified file_read_binary
                   1537: 
                   1538:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   1539:          types/pa_vform.C: whitespace
                   1540: 
                   1541:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   1542:          removed
                   1543: 
                   1544: 2019-11-21  moko
                   1545: 
                   1546:        * tests/: 193.html, results/193.processed, results/389.processed:
                   1547:          test results updated as now base64 does not discard tail without
                   1548:          padding (related to feature #986)
                   1549: 
                   1550: 2019-11-20  moko
                   1551: 
                   1552:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   1553:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   1554:          pa_base64_decode (related to feature #986)
                   1555: 
                   1556:        * tests/398.html: tests for base64 decode added (related to feature
                   1557:          #986)
                   1558: 
                   1559:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   1560:          support, padding inside base 64 supported (related to feature
                   1561:          #096)
                   1562: 
                   1563: 2019-11-19  moko
                   1564: 
                   1565:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   1566:          FreeBSD 12
                   1567: 
1.125     moko     1568: 2019-11-16  moko
                   1569: 
                   1570:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   1571:          support added, step support removed (related to #986)
                   1572: 
                   1573: 2019-11-15  moko
                   1574: 
                   1575:        * src/classes/math.C: using log since log2 is not present on
                   1576:          FreeBSD < 8.4 (related to feature #1177)
                   1577: 
                   1578:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   1579:          pa_base64_size extracted and used for files as well (related to
                   1580:          feature 986)
                   1581: 
                   1582: 2019-11-14  moko
                   1583: 
                   1584:        * tests/: 397.html, results/397.processed: + content check
                   1585: 
                   1586:        * tests/: 141.html, results/141.processed: make test resuls more
                   1587:          readable
                   1588: 
                   1589:        * tests/: 397.html, results/193.processed, results/397.processed:
                   1590:          test results updated after \x00 character was disabled in
                   1591:          math:convert string mode (related to feature #1177)
                   1592: 
                   1593:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   1594:          converting to string (as in base64, related to feature #1177)
                   1595: 
                   1596:        * src/classes/file.C: more correct arguments separation
                   1597: 
                   1598:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   1599:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1600:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   1601:          options added, but not yet implemented (related to feature #986)
                   1602: 
                   1603:        * src/classes/math.C: whitespace
                   1604: 
                   1605: 2019-11-13  moko
                   1606: 
                   1607:        * tests/: 397.html, results/397.processed: +tainting test (related
                   1608:          to feature #1177)
                   1609: 
                   1610:        * src/classes/math.C: as we now produce not only digits, result
                   1611:          should be tainted (related to feature #1177)
                   1612: 
                   1613:        * src/main/pa_base64.C: whitespace
                   1614: 
                   1615:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   1616:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1617:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   1618:          implementation moved from pa_common.h and pa_common.C
                   1619: 
                   1620: 2019-11-12  moko
                   1621: 
                   1622:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   1623:          as ^math:convert now supports arbitrary precision
                   1624: 
                   1625: 2019-11-11  moko
                   1626: 
                   1627:        * tests/results/389.processed: uctualized error message
                   1628: 
                   1629:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   1630:          ^math:convert added (related to feature #1177)
                   1631: 
                   1632:        * src/classes/math.C: ^math:convert now supports arbitrary
                   1633:          precision, alphabet support added (implements feature #1177)
                   1634: 
1.124     moko     1635: 2019-11-06  moko
                   1636: 
                   1637:        * tests/: 181.html, results/181.processed: entities usage added,
                   1638:          more entites load tests (related to bug #842 discussion)
                   1639: 
                   1640: 2019-11-05  moko
                   1641: 
                   1642:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   1643:          call from xmlFileOpen if http://localhost/<file> was not found
                   1644:          (related to bug #842)
                   1645: 
                   1646:        * src/main/pa_xml_io.C: rename
                   1647: 
                   1648:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   1649: 
                   1650:        * src/main/pa_xml_io.C: whitespace
                   1651: 
1.123     moko     1652: 2019-10-31  moko
                   1653: 
                   1654:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   1655:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   1656:          #1181)
                   1657: 
1.122     moko     1658: 2019-10-25  moko
                   1659: 
                   1660:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   1661:          queries tests
                   1662: 
                   1663: 2019-10-24  moko
                   1664: 
                   1665:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   1666:          pgsql driver test
                   1667: 
                   1668:        * tests/: 388-sql.html, results/388-sql.processed:
                   1669:          multi_statements=1 now tested, mysql test now supported
                   1670:          (connection must be specified in [parser3] section in .my.cnf)
                   1671:          related to issues #1195 and #1194
                   1672: 
1.121     moko     1673: 2019-09-11  moko
                   1674: 
                   1675:        * src/classes/int.C: whitespace
                   1676: 
                   1677:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   1678:          exception test
                   1679: 
                   1680:        * tests/results/388-sql.processed: sql queries now shown (related
                   1681:          to feature #1196)
                   1682: 
                   1683:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   1684:          with old parser versions.
                   1685: 
                   1686:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   1687:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   1688:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   1689:          instead of connect string in query_event_handlers exceptions
                   1690:          (implements feature #1196)
                   1691: 
1.120     moko     1692: 2019-09-06  moko
                   1693: 
                   1694:        * tests/388-sql.html: mysql compat
                   1695: 
                   1696:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1697:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   1698:          sql_ variables declaration moved to pa_common.h
                   1699: 
1.116     moko     1700: 2019-01-15  moko
                   1701: 
                   1702:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   1703:          logically sorted
                   1704: 
                   1705: 2018-12-27  moko
                   1706: 
                   1707:        * src/include/pa_config_includes.h: warning war:
                   1708:          -Wdeprecated-register added for C++ 17
                   1709: 
                   1710: 2018-10-15  moko
                   1711: 
                   1712:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   1713:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   1714:          --with-xml=/usr/local/
                   1715: 
                   1716: 2018-09-24  moko
                   1717: 
                   1718:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   1719:          ^image::measure[] now supports tiff added (related to feature
                   1720:          #1188)
                   1721: 
                   1722:        * src/classes/image.C: ^image::measure[] now supports tiff
                   1723:          (implements feature #1188)
                   1724: 
                   1725: 2018-09-20  moko
                   1726: 
                   1727:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   1728:          files measure added (related to ticket #1188)
                   1729: 
                   1730:        * src/classes/image.C: measure of bmp files implemented (related to
                   1731:          ticket #1188)
                   1732: 
                   1733: 2018-09-18  moko
                   1734: 
                   1735:        * tests/: 394-curl.html, results/394-curl.processed,
                   1736:          results/auto.p: test for bug #1187 (max_file_size check for head
                   1737:          requests) added
                   1738: 
                   1739: 2018-08-24  moko
                   1740: 
                   1741:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   1742:          response content-length check is required (fixes bug #1187)
                   1743: 
                   1744: 2018-05-11  moko
                   1745: 
                   1746:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   1747:          $.append(bool) ] option added (related to feature #919)
                   1748: 
                   1749:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   1750:          from misha@ patch (implements feature #919)
                   1751: 
                   1752: 2018-03-22  moko
                   1753: 
                   1754:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   1755:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   1756:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   1757:          Windows-only problem.
                   1758: 
                   1759:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   1760:          build fix)
                   1761: 
                   1762: 2018-02-03  moko
                   1763: 
                   1764:        * src/main/execute.C: removes irrelevant lines from exception stack
                   1765:          trace when exceptions occurs in assigment (fixes bug #1165)
                   1766: 
                   1767:        * tests/: 393.html, results/393.processed: test for behavour after
                   1768:          "Property can not be created, already exists field with that
                   1769:          name" exception removed (related to feature #1183)
                   1770: 
                   1771:        * src/types/pa_vclass.C: "Property can not be created, already
                   1772:          exists field with that name" exception removed (implements
                   1773:          feature #1183)
                   1774: 
                   1775: 2018-01-19  moko
                   1776: 
                   1777:        * src/classes/string.C: whitespace
                   1778: 
                   1779:        * src/classes/string.C: whitespace
                   1780: 
                   1781:        * tests/: 392.html, results/392.processed: test for
                   1782:          ^regex::create[$regex] added (related to feature #1135)
                   1783: 
                   1784:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   1785:          ^regex::create[$regex] added (implements feature #1135)
                   1786: 
                   1787:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   1788:          commented define added (related to feature #1157)
                   1789: 
                   1790: 2018-01-17  moko
                   1791: 
                   1792:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   1793: 
                   1794: 2018-01-15  moko
                   1795: 
                   1796:        * tests/: 390.html, results/390.processed: real path replaced by
                   1797:          stub
                   1798: 
                   1799:        * tests/: 391.html, results/391.processed: test for feature #1181
                   1800:          (XML_PARSE_HUGE exception) added
                   1801: 
                   1802: 2018-01-11  moko
                   1803: 
                   1804:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   1805:          XML_PARSE_HUGE option passed by default (implements feature
                   1806:          #1181)
                   1807: 
                   1808:        * src/classes/string.C: whitespace
                   1809: 
                   1810: 2017-12-10  moko
                   1811: 
                   1812:        * tests/: 389.html, 390.html, results/389.processed,
                   1813:          results/390.processed: image code coverage tests added (related
                   1814:          to feature #1125)
                   1815: 
                   1816: 2017-12-08  moko
                   1817: 
                   1818:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   1819:          results/346-curl.processed, results/388-sql.processed,
                   1820:          results/389.processed: more code coverage tests
                   1821: 
                   1822:        * tests/: 264.html, results/264.processed: code coverage for
                   1823:          ^file::exec[]
                   1824: 
                   1825: 2017-12-07  moko
                   1826: 
                   1827:        * tests/: 174.html, 388-sql.html, 389.html,
                   1828:          results/388-sql.processed, results/389.processed,
                   1829:          results/174.processed: more coverage tests
                   1830: 
                   1831:        * src/classes/math.C: exception text actualized
                   1832: 
                   1833: 2017-12-06  moko
                   1834: 
                   1835:        * tests/388-sql.html: $SQL can be here
                   1836: 
                   1837:        * tests/results/auto.p: $SQL not required here
                   1838: 
                   1839:        * tests/: 388-sql.html, 389.html, Makefile,
                   1840:          results/388-sql.processed, results/389.processed, results/auto.p:
                   1841:          code coverage tests for sql (using sqlite) and int/double/bool
                   1842:          added (related to feature #1125)
                   1843: 
                   1844:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1845:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   1846:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   1847:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1848:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1849:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1850:          types/types.vcproj: gc\include no longer required
                   1851: 
                   1852:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   1853:          required
                   1854: 
                   1855:        * src/: classes/Makefile.am, classes/table.C,
                   1856:          include/pa_config_includes.h, include/pa_string.h,
                   1857:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1858:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   1859:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   1860:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   1861:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   1862:          used, we now include it directly
                   1863: 
                   1864: 2017-12-04  moko
                   1865: 
                   1866:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   1867:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   1868:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   1869:          where required
                   1870: 
                   1871:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   1872:          now can be used to trace memory allocations
                   1873: 
                   1874:        * src/: classes/table.C, include/pa_config_includes.h,
                   1875:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1876:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   1877:          method removes, libcord also can work without libgc
                   1878: 
                   1879:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   1880: 
                   1881: 2017-11-29  moko
                   1882: 
                   1883:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   1884:          are not present (related to feature #1173)
                   1885: 
                   1886:        * tests/346-curl.html: test updated to test curl content-length bug
                   1887:          (related to feature #1173)
                   1888: 
                   1889:        * tests/results/346-curl.processed: more test for content-length
                   1890:          curl bug (related to feature #1173)
                   1891: 
                   1892:        * tests/results/346-curl.processed: test results updated after
                   1893:          #1173 implemented
                   1894: 
                   1895: 2017-11-28  moko
                   1896: 
                   1897:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   1898:          (related to feature #1173)
                   1899: 
                   1900: 2017-11-27  moko
                   1901: 
                   1902:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   1903:          $.http_version[version string] added (implements feature #1173),
                   1904:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   1905:          where $post(true) bug existed.
                   1906: 
                   1907: 2017-11-18  moko
                   1908: 
                   1909:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   1910: 
                   1911:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   1912:          feature #1170)
                   1913: 
                   1914: 2017-11-17  moko
                   1915: 
                   1916:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   1917:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   1918:          with delete usage check only under Debian 9 (related to feature
                   1919:          #1170)
                   1920: 
                   1921: 2017-11-16  moko
                   1922: 
                   1923:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   1924:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   1925:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   1926:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   1927:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   1928:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   1929:          stubs defend from accidental use (implements feature #1170)
                   1930: 
                   1931: 2017-06-24  moko
                   1932: 
                   1933:        * configure.ac: minor fix: thanks to alx@
                   1934: 
1.115     moko     1935: 2017-05-29  moko
                   1936: 
                   1937:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   1938:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   1939:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   1940: 
                   1941:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   1942:          ignored, =?UTF-8?Q?= should start in case of leading space
                   1943:          (related to bug #123)
                   1944: 
                   1945:        * buildall: echo -n -> printf for OS X. :)
                   1946: 
                   1947: 2017-05-25  moko
                   1948: 
                   1949:        * tests/: 288.html, results/288.processed: test updated afted
                   1950:          setting $o.prop without setter exception removed (related to
                   1951:          feature #1157)
                   1952: 
                   1953:        * src/types/pa_vclass.C: no more "this property has no setter
                   1954:          method" when setting $o.prop without setter (implements feature
                   1955:          #1157)
                   1956: 
                   1957:        * buildall: echo \c -> echo -n for FreeBSD
                   1958: 
                   1959:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   1960:          src/types/pa_vdouble.h: isfinite now checked in configure
                   1961: 
                   1962:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   1963:          upgraded to automake 1.15
                   1964: 
                   1965: 2017-05-23  moko
                   1966: 
                   1967:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   1968:          defined
                   1969: 
                   1970: 2017-05-22  moko
                   1971: 
                   1972:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   1973: 
                   1974:        * buildall: extern CFLAGS setting support
                   1975: 
                   1976:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   1977: 
                   1978:        * buildall: http -> https
                   1979: 
                   1980:        * buildall: gc-7.2f -> gc-7.6.0
                   1981: 
                   1982: 2017-05-20  moko
                   1983: 
                   1984:        * buildall: https, pcre, xml, xslt updated to current versions
                   1985:          (related to feature #1136)
                   1986: 
                   1987: 2017-05-19  moko
                   1988: 
                   1989:        * tests/097.html: after parser.ru moved to https
                   1990: 
                   1991: 2017-05-17  moko
                   1992: 
                   1993:        * tests/results/: 175.processed, 372.processed: tests resuls
                   1994:          updated after lintian spelling typos fixed (related to bug #1156)
                   1995: 
                   1996:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   1997:          classes/string.C, classes/table.C, main/pa_charset.C,
                   1998:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   1999:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   2000:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   2001: 
                   2002:        * tests/results/096.processed: +XMP
                   2003: 
                   2004:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   2005:          $.xmp(true) options tested (test for feature #1154)
                   2006: 
                   2007:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   2008:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   2009:          fetched by default! (implements feature #1154)
                   2010: 
                   2011: 2017-05-16  moko
                   2012: 
                   2013:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   2014:          allowed (related to feature #1154)
                   2015: 
                   2016:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   2017:          initial XMP implementation - without options and transcode
                   2018:          (related to feature #1154)
                   2019: 
                   2020: 2017-05-12  moko
                   2021: 
                   2022:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   2023:          image: exif moved to ffields, skipped in ^image.html[] where
                   2024:          iterators now used (preparation for feature #1154)
                   2025: 
                   2026: 2017-05-05  moko
                   2027: 
                   2028:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   2029:          results/387.processed: test for circular class inheritance check
                   2030:          added (related to bug #1150)
                   2031: 
                   2032:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   2033:          added (fixes endless add_derived bug #1150)
                   2034: 
                   2035: 2017-05-04  moko
                   2036: 
                   2037:        * tests/: 386.html, results/386.processed: test for
                   2038:          $table.value(number) added (related to feature #1152)
                   2039: 
                   2040:        * src/types/pa_vtable.C: table put_element: column value must be
                   2041:          string  - > column value must be string compatible to allow
                   2042:          $t.value(1) (implements feature #1152)
                   2043: 
                   2044: 2017-05-03  moko
                   2045: 
                   2046:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   2047:          (related to feature #1151)
                   2048: 
                   2049:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   2050:          not possible, removing test (related to feature #1151)
                   2051: 
                   2052:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   2053:          get_element_method added and used to allow $use[$method] and
                   2054:          $autouse[$method] (implements feature 1151)
                   2055: 
                   2056:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   2057:          variable added (related to feature #1151)
                   2058: 
                   2059:        * tests/results/226.processed: actualized after ^try-catch used
                   2060: 
                   2061:        * tests/: 226.html, 385.html, results/385.processed: test for
                   2062:          @autouse in variable added
                   2063: 
                   2064:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   2065: 
1.114     moko     2066: 2017-02-27  moko
                   2067: 
                   2068:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   2069: 
1.113     moko     2070: 2017-02-20  moko
                   2071: 
                   2072:        * operators.txt: actualization + beauty
                   2073: 
                   2074: 2017-02-16  moko
                   2075: 
                   2076:        * tests/: 384.html, results/384.processed: test for
                   2077:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   2078:          #1089)
                   2079: 
                   2080:        * tests/: 384.html, results/384.processed: test for
                   2081:          ^reflection:mixin[] added (related to feature #1089)
                   2082: 
                   2083:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   2084: 
1.112     moko     2085: 2017-02-15  moko
                   2086: 
                   2087:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   2088:          fixed
                   2089: 
                   2090:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   2091:          test added (related to feature #1069)
                   2092: 
                   2093:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2094:          compilation without HASH_ORDER fixed
                   2095: 
                   2096:        * src/: classes/reflection.C, include/pa_hash.h:
                   2097:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   2098:          feature #1069)
                   2099: 
                   2100: 2017-02-14  moko
                   2101: 
                   2102:        * tests/: 152.html, results/152.processed: test for $._default hash
                   2103:          added (related to bug #1131)
                   2104: 
                   2105:        * tests/: 277.html, results/277.processed: test for hash with only
                   2106:          $._default is now defined (related to bug #1131)
                   2107: 
                   2108:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   2109:          (fixed bug #1131)
                   2110: 
                   2111: 2017-02-13  moko
                   2112: 
                   2113:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   2114: 
                   2115:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   2116:          results/320.processed, results/375.processed, results/auto.p:
                   2117:          cat-windows.sh support added
                   2118: 
                   2119:        * tests/375.html: Windows support
                   2120: 
                   2121:        * tests/270.html: documented
                   2122: 
                   2123:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   2124:          (not backslashes) even under Windows (broke test 270)
                   2125: 
                   2126: 2017-02-12  moko
                   2127: 
                   2128:        * tests/: descript.ion, todo.txt: cleanup
                   2129: 
                   2130: 2017-02-09  moko
                   2131: 
                   2132:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   2133:          run_tests.cmd: Windows compatibility
                   2134: 
                   2135:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   2136:          incorrectly (GMT) if parser is called from cygwin
                   2137: 
1.111     moko     2138: 2017-02-08  moko
                   2139: 
1.112     moko     2140:        * operators.txt: actualization 15% completed
                   2141: 
                   2142:        * operators.txt: cp1251 -> utf-8
                   2143: 
                   2144:        * NEWS, README: minor update
                   2145: 
                   2146:        * src/include/pa_config_includes.h: warning war continues
                   2147: 
                   2148:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   2149:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2150:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   2151:          gcc 6.x issues fixed
                   2152: 
1.111     moko     2153:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2154:          classes/classes.h, classes/curl.C, classes/date.C,
                   2155:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2156:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2157:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2158:          classes/memcached.C, classes/memory.C, classes/op.C,
                   2159:          classes/reflection.C, classes/regex.C, classes/response.C,
                   2160:          classes/string.C, classes/table.C, classes/void.C,
                   2161:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2162:          include/pa_array.h, include/pa_cache_managers.h,
                   2163:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2164:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2165:          include/pa_dictionary.h, include/pa_dir.h,
                   2166:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2167:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2168:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2169:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2170:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2171:          include/pa_sapi.h, include/pa_socks.h,
                   2172:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2173:          include/pa_stack.h, include/pa_string.h,
                   2174:          include/pa_stylesheet_connection.h,
                   2175:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   2176:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   2177:          include/pa_uue.h, include/pa_xml_exception.h,
                   2178:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   2179:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   2180:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2181:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   2182:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2183:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2184:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2185:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   2186:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   2187:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   2188:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   2189:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2190:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2191:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2192:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   2193:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   2194:          main/untaint.C, sql/pa_sql_driver.h,
                   2195:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2196:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   2197:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   2198:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   2199:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   2200:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   2201:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   2202:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2203:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   2204:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   2205:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   2206:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   2207:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   2208:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   2209:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   2210:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   2211:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   2212:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2213:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2214:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2215:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2216:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2217:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2218:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2219:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2220:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2221:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2222:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   2223:          2015->2017
                   2224: 
1.110     moko     2225: 2017-02-07  moko
                   2226: 
                   2227:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   2228: 
                   2229: 2017-02-06  moko
                   2230: 
                   2231:        * src/main/pa_common.C: minor fixes, whitespace
                   2232: 
                   2233:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   2234:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   2235:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   2236:          now used (implements feature #1081)
                   2237: 
                   2238:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   2239: 
                   2240: 2017-02-01  moko
                   2241: 
                   2242:        * src/include/pa_request.h: cleanup
                   2243: 
                   2244: 2017-01-30  moko
                   2245: 
                   2246:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   2247: 
                   2248: 2017-01-29  moko
                   2249: 
                   2250:        * tests/: 383.html, results/383.processed: test for
                   2251:          ^reflection:stack[] added (related to feature #1052)
                   2252: 
                   2253:        * src/classes/reflection.C: else added
                   2254: 
                   2255:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   2256:          $.max_file_lock_wait added (implements feature #1128)
                   2257: 
                   2258: 2017-01-28  moko
                   2259: 
                   2260:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   2261:          body and other cases tests added (related to featue #1014)
                   2262: 
                   2263:        * src/classes/curl.C: bug if response is empty fixed (related to
                   2264:          feature #1014)
                   2265: 
                   2266: 2017-01-27  moko
                   2267: 
                   2268:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   2269:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   2270:          added (implements feature #1052)
                   2271: 
                   2272: 2017-01-25  moko
                   2273: 
                   2274:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   2275:          method test added
                   2276: 
                   2277: 2017-01-23  moko
                   2278: 
                   2279:        * src/classes/reflection.C: optimization: options->get replaced by
                   2280:          hash iterator
                   2281: 
                   2282:        * tests/: 381.html, results/381.processed: now -> fixed date
                   2283: 
                   2284:        * src/main/pa_request.C: warning war
                   2285: 
                   2286:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   2287:          5Mb (fixes bug #1058)
                   2288: 
                   2289:        * src/classes/curl.C: warning war
                   2290: 
                   2291:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   2292:          $.one-line(true) option added (related to feature #1124)
                   2293: 
                   2294:        * src/: classes/json.C, types/pa_value.h: $json-string
                   2295:          $.one-line(true|false) options is now supported (implements
                   2296:          feature #1124)
                   2297: 
                   2298:        * tests/: 380.html, results/380.processed: test for modified
                   2299:          $.max_file_size added (related to bug #1014)
                   2300: 
                   2301:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   2302:          load added (related to bug #1014)
                   2303: 
                   2304:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2305:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   2306:          in curl / file load from disk and http, http file load rewritten
                   2307:          (related to bug #1014)
                   2308: 
                   2309: 2017-01-18  moko
                   2310: 
                   2311:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   2312:          added (related to feature #66)
                   2313: 
                   2314:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   2315:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   2316:          (related to feature #66)
                   2317: 
                   2318: 2017-01-17  moko
                   2319: 
                   2320:        * tests/: 377.html, results/377.processed: test for different
                   2321:          combinations of breaks in body and delimiter (related to bug
                   2322:          #1077)
                   2323: 
                   2324:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   2325:          added (related to bug #1077)
                   2326: 
                   2327:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   2328:          passed to native method" exception added to avoid bugs due to
                   2329:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   2330:          after ^break[] (related to bug #1077)
                   2331: 
                   2332: 2017-01-14  moko
                   2333: 
                   2334:        * tests/: 330.html, results/330.processed: test results updated
                   2335:          after ^break[] bugs where fixed (related to bug #1077)
                   2336: 
                   2337:        * tests/: 329.html, results/329.processed: test results updated
                   2338:          after ^break[] bugs where fixed (related to bug #1077)
                   2339: 
                   2340:        * tests/results/320.processed: ^return[] added
                   2341: 
                   2342: 2017-01-13  moko
                   2343: 
                   2344:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   2345:          classes/table.C, include/pa_request.h, main/execute.C,
                   2346:          main/pa_request.C, targets/cgi/parser3.C,
                   2347:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   2348:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   2349:          checked after each possible process/execute call (fixes bug
                   2350:          #1077)
                   2351: 
                   2352: 2016-12-29  moko
                   2353: 
                   2354:        * src/main/pa_common.C: warning war
                   2355: 
                   2356:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   2357:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   2358:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   2359:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   2360:          (related to feature #1014)
                   2361: 
                   2362:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   2363:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   2364:          (related to feature #1014)
                   2365: 
                   2366: 2016-12-28  moko
                   2367: 
                   2368:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   2369:          warning war
                   2370: 
                   2371: 2016-12-26  moko
                   2372: 
                   2373:        * tests/: 341.html, results/341.processed: test for
                   2374:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   2375: 
                   2376:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   2377:          (related to feature #1057)
                   2378: 
                   2379:        * src/types/pa_vdate.C: warning war continues...
                   2380: 
                   2381:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   2382:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   2383: 
                   2384:        * src/lib/gd/gifio.C: warning war / cleanup
                   2385: 
                   2386:        * src/lib/json/pa_json.C: warning war
                   2387: 
                   2388:        * src/classes/hash.C: warning war
                   2389: 
                   2390:        * src/types/pa_vfile.C: warning war
                   2391: 
                   2392:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   2393:          -Wall warning war continues
                   2394: 
                   2395:        * configure.ac: --with-build-warnings actualized
                   2396: 
                   2397: 2016-12-25  moko
                   2398: 
                   2399:        * src/main/pa_exec.C: -wAll warning war
                   2400: 
                   2401:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   2402:          -wAll warning war
                   2403: 
                   2404:        * src/: include/pa_common.h, include/pa_sapi.h,
                   2405:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   2406:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   2407:          -wAll warning war
                   2408: 
                   2409: 2016-12-23  moko
                   2410: 
                   2411:        * src/lib/ltdl/Makefile.am: extra dist added
                   2412: 
                   2413:        * tests/results/344.processed: test result updated after $file.text
                   2414:          prefetched in ^hash::create[$file] (related to feature #1075)
                   2415: 
                   2416:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   2417:          ^hash::create[$file] (related to feature #1075)
                   2418: 
                   2419: 2016-12-22  moko
                   2420: 
                   2421:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   2422:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   2423:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   2424:          #1014 under 32-bit unix versions)
                   2425: 
                   2426: 2016-12-21  moko
                   2427: 
                   2428:        * tests/: 375.html, results/375.processed: test for exec returning
                   2429:          stated file added (related to feature #1119)
                   2430: 
                   2431:        * src/classes/file.C: load should not return file with null body
                   2432:          (fixes bug #1119)
                   2433: 
                   2434: 2016-12-14  moko
                   2435: 
                   2436:        * tests/: 374.html, results/374.processed: test for $method.name
                   2437:          added (related to feature #1117) plus method returning junction
                   2438:          test
                   2439: 
                   2440: 2016-12-13  moko
                   2441: 
                   2442:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   2443:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   2444:          (implements feature #1117)
                   2445: 
                   2446:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   2447:          HEAD and TRACE can't have body (implements feature #1116)
                   2448: 
                   2449: 2016-12-09  moko
                   2450: 
                   2451:        * tests/: 373.html, results/373.processed: tests for
                   2452:          ^reflection:tainting added (related to feature #1098)
                   2453: 
                   2454:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   2455:          change (related to feature #1098)
                   2456: 
                   2457: 2016-12-06  moko
                   2458: 
                   2459:        * src/: classes/reflection.C, include/pa_string.h,
                   2460:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   2461:          feature #1098)
                   2462: 
                   2463: 2016-12-05  moko
                   2464: 
                   2465:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   2466:          (fixes bug #1114)
                   2467: 
                   2468: 2016-12-04  moko
                   2469: 
                   2470:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   2471:          check added
                   2472: 
                   2473: 2016-12-03  moko
                   2474: 
                   2475:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   2476:          to test value.as_hash() usage
                   2477: 
                   2478:        * src/classes/curl.C: value.as_hash() used for correct hash
                   2479:          processing
                   2480: 
                   2481:        * src/classes/reflection.C: exceptions texts fixes
                   2482: 
                   2483: 2016-12-02  moko
                   2484: 
                   2485:        * tests/: 372.html, results/372.processed: tests for
                   2486:          ^reflection:create[ $.class[name] $.constructor[name]
                   2487:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   2488:          feature #1094)
                   2489: 
                   2490:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   2491:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   2492:          will be called in ~VNativeMethodFrame
                   2493: 
                   2494:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   2495:          ] minor fix
                   2496: 
                   2497:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   2498:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   2499:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   2500:          now supported (implements feature #1094) value::as_hash added
                   2501:          (and should be used everywhere)
                   2502: 
                   2503:        * src/classes/reflection.C: cleanup
                   2504: 
                   2505: 2016-12-01  moko
                   2506: 
                   2507:        * tests/: 356.html, results/356.processed: test for method
                   2508:          junctions class name added to the resulting hash added (related
                   2509:          to feature #1068)
                   2510: 
                   2511:        * src/classes/reflection.C: for method junctions class name added
                   2512:          to the resulting hash (related to feature #1068)
                   2513: 
                   2514: 2016-11-30  moko
                   2515: 
                   2516:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   2517:          exception (related to bug #1113)
                   2518: 
                   2519:        * src/types/pa_vhashfile.C: whitespace
                   2520: 
                   2521:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   2522:          #1113)
                   2523: 
                   2524:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2525:          229.processed, 239.processed, 244.processed, 246.processed,
                   2526:          314.processed, 352.processed: tests results updated after method
                   2527:          call exceptions improved as method now keeps its name
                   2528: 
                   2529:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   2530:          types/pa_vmethod_frame.h: method call exceptions improved as
                   2531:          method now keeps its name
                   2532: 
                   2533:        * tests/: 224.html, 239.html, results/224.processed,
                   2534:          results/239.processed: tests and tests results updated after
                   2535:          Request::construct exception changed
                   2536: 
                   2537:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   2538:          exception optimized
                   2539: 
                   2540:        * tests/: 371.html, results/371.processed: test for
                   2541:          WWrapper.get_element call in $.name.key[value] code added
                   2542:          (related to feature #1091)
                   2543: 
                   2544:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   2545:          in $.name.key[value] code (related to feature #1091)
                   2546: 
                   2547: 2016-11-29  moko
                   2548: 
                   2549:        * src/classes/op.C: VS warning war
                   2550: 
                   2551:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   2552:          C4239: nonstandard extension used : 'return' : conversion from
                   2553:          'Value' to 'Value &' (related to feature #1020)
                   2554: 
                   2555:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   2556:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   2557:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   2558:          to feature #1020)
                   2559: 
                   2560:        * src/main/execute.C: VS warning war
                   2561: 
                   2562:        * src/targets/cgi/parser3.C: VS compatibility fix
                   2563: 
                   2564:        * src/include/pa_request.h: VS warning war
                   2565: 
                   2566:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   2567:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   2568: 
                   2569:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   2570:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   2571:          $.stdin[$binary_file] (fixes bug #1044)
                   2572: 
                   2573: 2016-11-28  moko
                   2574: 
                   2575:        * src/main/pa_exec.C: whitespace
                   2576: 
                   2577:        * src/main/pa_request.C: whitespace
                   2578: 
                   2579:        * tests/: 369.html, results/369.processed: test for
                   2580:          $response:status usage added (related to feature #1099)
                   2581: 
                   2582:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   2583:          if < 100 (implements feature #1099)
                   2584: 
                   2585:        * src/targets/cgi/parser3.C: whitespace
                   2586: 
                   2587:        * src/targets/cgi/parser3.C: whitespace
                   2588: 
                   2589:        * tests/: 368.html, results/368.processed: test updated after
                   2590:          ^reflection:filename[$method] added (related to feature #1053)
                   2591: 
                   2592:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2593:          main/compile.y, main/execute.C, main/pa_request.C,
                   2594:          types/pa_vclass.h: filename -> filespec,
                   2595:          ^reflection:filename[$method] added (related to feature #1053)
                   2596: 
                   2597: 2016-11-27  moko
                   2598: 
                   2599:        * tests/: 368.html, results/368.processed: test for
                   2600:          reflection:filename[$class or object] added (related to feature
                   2601:          #1053)
                   2602: 
                   2603:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   2604:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   2605:          object] added (implements feature #1053)
                   2606: 
                   2607: 2016-11-26  moko
                   2608: 
                   2609:        * src/: include/pa_request_info.h,
                   2610:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2611:          remove_absolute_uri -> strip_absolute_uri
                   2612: 
                   2613: 2016-11-25  moko
                   2614: 
                   2615:        * src/: include/pa_request_info.h,
                   2616:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2617:          request_info.remove_absolute_uri added to remove possible
                   2618:          http://site.name/ from $request:uri (implements feature #1112)
                   2619: 
                   2620: 2016-11-24  moko
                   2621: 
                   2622:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   2623:          previous request headers clearing after redirect added (related
                   2624:          to bug #1109)
                   2625: 
                   2626:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   2627:          response headers from previous requests are now cleared, only
                   2628:          last request headers are collected (fixes bug #1109)
                   2629: 
                   2630:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   2631:          tests results updated as method name now added to the resulting
                   2632:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2633:          feature #1068)
                   2634: 
                   2635:        * src/classes/reflection.C: method name now added to the resulting
                   2636:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2637:          feature #1068)
                   2638: 
                   2639:        * tests/results/366.processed: test for native and parser
                   2640:          implementation of ^use[] logic (related to feature #1074)
                   2641: 
                   2642:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   2643:          for native and parser implementation of ^use[] logic (related to
                   2644:          feature #1074)
                   2645: 
                   2646: 2016-11-23  moko
                   2647: 
                   2648:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   2649:          main/pa_request.C: @USE file now implemented as ^use[file;
                   2650:          $.origin[origin_file] ] (implements feature #1074)
                   2651: 
1.109     moko     2652: 2016-11-21  moko
                   2653: 
1.110     moko     2654:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   2655:          3.4.4 and $caller.method now tested (related to feature #1110)
                   2656: 
                   2657:        * tests/: 364.html, results/364.processed: $caller usage in
                   2658:          different contexts now tested (related to feature #1110)
                   2659: 
                   2660:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   2661: 
                   2662:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   2663: 
1.109     moko     2664:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   2665:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   2666:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   2667:          used (implements feature #1110)
                   2668: 
                   2669: 2016-11-20  moko
                   2670: 
                   2671:        * src/types/pa_vdouble.h: whitespace
                   2672: 
                   2673: 2016-11-11  moko
                   2674: 
                   2675:        * tests/: 363.html, results/363.processed: more tests for feature
                   2676:          #1091 (how parser methods work in expression context)
                   2677: 
                   2678:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   2679:          expressions strings are now written as strings, not values by
                   2680:          write_as_string (related to feature #1091)
                   2681: 
                   2682:        * src/classes/op.C: to make more correct behavour in expression
                   2683:          context
                   2684: 
                   2685: 2016-11-07  moko
                   2686: 
                   2687:        * tests/: 362.html, results/362.processed: test for
                   2688:          xsltParseStylesheetDoc caching as xsl modification after it added
                   2689:          (related to bug #1108)
                   2690: 
                   2691:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   2692:          result now cached as xdoc is modified after it (fixes bug #1108)
                   2693: 
                   2694: 2016-11-06  moko
                   2695: 
                   2696:        * src/types/pa_vxdoc.h: whitespace
                   2697: 
                   2698: 2016-11-05  moko
                   2699: 
                   2700:        * src/types/pa_vmethod_frame.h: cleanup
                   2701: 
                   2702: 2016-11-03  moko
                   2703: 
                   2704:        * tests/results/244.processed: more correct exception after method
                   2705:          frames separation
                   2706: 
                   2707:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   2708: 
                   2709:        * src/types/pa_method.h: optimization: params_count added
                   2710: 
                   2711:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   2712:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   2713:          types/pa_value.C, types/pa_vmethod_frame.C,
                   2714:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   2715:          VMethodFrame now divided into VNativeMethodFrame,
                   2716:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   2717:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   2718:          and used (related to feature #1104)
                   2719: 
                   2720: 2016-11-02  moko
                   2721: 
                   2722:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   2723:          classes/double.C, classes/file.C, classes/hash.C,
                   2724:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2725:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2726:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   2727:          classes/regex.C, classes/string.C, classes/table.C,
                   2728:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   2729:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   2730:          r.write (implements feature #1091)
                   2731: 
                   2732:        * src/main/execute.C: cleanup (related to feature #1104)
                   2733: 
                   2734:        * src/: include/pa_request.h, main/execute.C,
                   2735:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   2736:          added, in_expression removed (implements feature #1104)
                   2737: 
                   2738: 2016-10-31  moko
                   2739: 
                   2740:        * src/types/pa_value.C: whitespace
                   2741: 
                   2742: 2016-10-28  moko
                   2743: 
                   2744:        * tests/results/244.processed: updated after error reporting fixed
                   2745:          in pa_wcontext.C
                   2746: 
                   2747:        * src/types/pa_wcontext.C: error reporting fixed
                   2748: 
                   2749:        * src/types/pa_wcontext.h: whitespace
                   2750: 
                   2751:        * src/classes/image.C: not fully readed entries are no longer
                   2752:          processed (fixes bug #1106)
                   2753: 
                   2754: 2016-10-26  moko
                   2755: 
                   2756:        * src/classes/image.C: whitespace
                   2757: 
                   2758:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   2759:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   2760:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   2761:          longer required (related to feature #1091)
                   2762: 
                   2763:        * tests/results/: 264.processed, 350.processed: test results update
                   2764:          reverted (whitespace optimization) after write_no_lang removed :)
                   2765:          (related to feature #1091)
                   2766: 
                   2767:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   2768:          classes/string.C, classes/table.C, classes/void.C,
                   2769:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   2770:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   2771:          equal write_pass_lang (related to feature #1091)
                   2772: 
                   2773:        * tests/results/: 264.processed, 350.processed: test results
                   2774:          updated (whitespace optimization) after write_assign_lang removed
                   2775:          (related to feature #1091)
                   2776: 
                   2777:        * tests/: 361.html, results/361.processed: test for non-string
                   2778:          ^untaint added (related to feature #1091)
                   2779: 
                   2780:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2781:          classes/hash.C, classes/op.C, classes/string.C,
                   2782:          include/pa_request.h, main/execute.C: optimization:
                   2783:          write_assign_lang removed as not required (first part of feature
                   2784:          #1091 implementation)
                   2785: 
1.108     moko     2786: 2016-10-12  moko
                   2787: 
                   2788:        * tests/: 360.html, results/360.processed: more test code (related
                   2789:          to feature #1104)
                   2790: 
                   2791:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   2792:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   2793:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   2794:          WContext is next task (implements feature #1104)
                   2795: 
                   2796:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   2797:          / CO_WITHOUT_WCONTEXT
                   2798: 
                   2799:        * tests/: 360.html, results/360.processed: test for in expression
                   2800:          state (related to feature #1104)
                   2801: 
                   2802: 2016-10-11  moko
                   2803: 
                   2804:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   2805: 
                   2806:        * src/classes/op.C: default value removed from initializer
                   2807: 
                   2808:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   2809: 
                   2810:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   2811: 
                   2812: 2016-10-10  moko
                   2813: 
                   2814:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   2815:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   2816:          to feature #42)
                   2817: 
                   2818:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   2819:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   2820: 
                   2821: 2016-10-08  moko
                   2822: 
                   2823:        * src/classes/double.C: whitespace
                   2824: 
                   2825: 2016-10-07  moko
                   2826: 
                   2827:        * src/types/pa_vmethod_frame.h: reorder
                   2828: 
                   2829: 2016-10-06  moko
                   2830: 
                   2831:        * src/classes/date.C: typo
                   2832: 
                   2833:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   2834: 
                   2835:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2836:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   2837:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   2838:          Value*
                   2839: 
                   2840:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   2841: 
                   2842:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   2843:          removed; first as_* code rewrite
                   2844: 
                   2845: 2016-10-05  moko
                   2846: 
                   2847:        * src/include/pa_request.h: whitespace
                   2848: 
                   2849:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   2850:          intercept_string added (related to feature #1097)
                   2851: 
                   2852:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   2853:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2854:          optimization: intercept_string removed (implements feature #1097)
                   2855: 
                   2856:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   2857: 
                   2858:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   2859:          from VCodeFrame and WWrapper as not required
                   2860: 
                   2861: 2016-10-04  moko
                   2862: 
                   2863:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   2864:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   2865:          classes/int.C, classes/json.C, classes/op.C,
                   2866:          classes/reflection.C, classes/string.C, classes/table.C,
                   2867:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2868:          proces_to_value -> process after StringOrValue removed (related
                   2869:          to feature #1020)
                   2870: 
                   2871:        * src/classes/form.C: whitespace
                   2872: 
                   2873:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   2874: 
                   2875:        * tests/: 357.html, 358.html, results/357.processed,
                   2876:          results/358.processed, results/auto.p: test for @conf
                   2877:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   2878: 
                   2879: 2016-10-03  moko
                   2880: 
                   2881:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   2882:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   2883:          supported (implements feature #42)
                   2884: 
                   2885:        * src/types/pa_vregex.h: no reason for VRegex to be
                   2886:          is_evaluated_expr
                   2887: 
                   2888:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   2889:          (implements feature #1095)
                   2890: 
                   2891: 2016-10-01  moko
                   2892: 
                   2893:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   2894:          false by default (related to feature #1089)
                   2895: 
                   2896: 2016-09-30  moko
                   2897: 
                   2898:        * src/types/pa_wcontext.h: cleanup
                   2899: 
                   2900: 2016-09-29  moko
                   2901: 
                   2902:        * src/main/execute.C: whitespace
                   2903: 
                   2904:        * src/include/pa_request.h: whitespace
                   2905: 
                   2906:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2907:          classes/op.C, classes/table.C, include/pa_request.h,
                   2908:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   2909:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   2910:          StringOrValue removed as it just slows down and adds complexity
                   2911:          (implements feature #1020)
                   2912: 
                   2913: 2016-09-28  moko
                   2914: 
                   2915:        * tests/: 356.html, results/266.processed, results/321.processed,
                   2916:          results/356.processed: tests updated after name was added to
                   2917:          method_info hash, test for ^reflection:method_info[junction]
                   2918:          added (related to feature #1068)
                   2919: 
                   2920:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   2921:          supported, method name added to the resulting hash (implements
                   2922:          feature #1068)
                   2923: 
                   2924:        * tests/: 276.html, results/276.processed: more tests for
                   2925:          ^reflection:delete[]
                   2926: 
                   2927:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   2928:          didn't work on class and could damage native objects (like file)
                   2929: 
                   2930: 2016-09-26  moko
                   2931: 
                   2932:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   2933:          results/345.processed, results/346-curl.processed,
                   2934:          results/347-curl.processed, results/348.processed: numbers added
                   2935:          to simplify diff analysis
                   2936: 
                   2937:        * tests/: 352.html, results/352.processed: test result updated as
                   2938:          method name used
                   2939: 
                   2940:        * src/classes/reflection.C: method name used
                   2941: 
                   2942:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   2943:          its name
                   2944: 
                   2945:        * src/types/pa_method.h: whitespace
                   2946: 
                   2947:        * src/classes/reflection.C: both method and field with one name can
                   2948:          exist.
                   2949: 
                   2950:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   2951:          feature #1089)
                   2952: 
                   2953:        * tests/: 355.html, results/355.processed: property appears in
                   2954:          derived class if added in base test added
                   2955: 
                   2956:        * src/types/pa_vstateless_class.h: get_method declaration +
                   2957:          whitespace
                   2958: 
                   2959:        * tests/: 354.html, results/354.processed: nice test from method
                   2960:          and property with one name in class added
                   2961: 
                   2962: 2016-09-23  moko
                   2963: 
                   2964:        * src/classes/reflection.C: ^reflection:method usage documented
                   2965: 
                   2966: 2016-09-22  moko
                   2967: 
                   2968:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   2969:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   2970:          compile warning and GPF occures on VS2003 (related to feature
                   2971:          #1087)
                   2972: 
                   2973:        * tests/: 350.html, results/350.processed: test added for
                   2974:          $.encloser[] support in ^table::create (related to feature #11)
                   2975: 
                   2976:        * src/classes/table.C: another minor fix (related to feature #11)
                   2977: 
1.107     moko     2978: 2016-09-21  moko
                   2979: 
                   2980:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   2981: 
                   2982:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2983:          classes/json.C, classes/string.C, classes/table.C,
                   2984:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2985:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2986:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   2987:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   2988:          pa_charsets, vs2015 warning war
                   2989: 
                   2990:        * src/classes/table.C: vs2015 warning war
                   2991: 
                   2992:        * src/types/pa_vdate.C: vs2015 warning war
                   2993: 
                   2994:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   2995: 
                   2996:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   2997:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   2998: 
                   2999:        * src/main/pa_common.C: vs2015 compilation fixes
                   3000: 
                   3001:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   3002:          vs2015 compilation fixes
                   3003: 
                   3004:        * src/main/pa_charset.C: vs2015 warning war
                   3005: 
                   3006:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   3007: 
                   3008:        * src/main/pa_charset.C: vs2015 warning war
                   3009: 
                   3010:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   3011: 
                   3012:        * src/types/pa_vdate.C: vs2015 compilation fix
                   3013: 
                   3014:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   3015: 
                   3016:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   3017:          VS2015 compilation fixes
                   3018: 
                   3019:        * src/classes/table.C: minor fix (related to feature #11)
                   3020: 
                   3021:        * tests/results/282.processed: no longer skipping extra enclosers
                   3022:          (related to feature #11)
                   3023: 
                   3024:        * src/classes/table.C: minor fix + no longer skipping extra
                   3025:          enclosers (related to feature #11)
                   3026: 
                   3027:        * src/classes/table.C: minor optimization (related to feature #11)
                   3028: 
                   3029:        * src/classes/table.C: minor fix and optimization (related to
                   3030:          feature #11)
                   3031: 
                   3032: 2016-09-20  moko
                   3033: 
                   3034:        * tests/: 353.html, results/353.processed: test for
                   3035:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   3036:          added (related to bug #1090)
                   3037: 
                   3038:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   3039:          one_big_piece (fixes bug #1090)
                   3040: 
                   3041:        * tests/: 229.html, results/229.processed: code coverage tests
                   3042: 
                   3043:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   3044:          body) was called
                   3045: 
                   3046:        * src/classes/op.C: whitespace
                   3047: 
                   3048:        * tests/: 323.html, results/323.processed: test for code junction
                   3049:          should not be returned by ^reflection:class, ^reflection:base
                   3050: 
                   3051:        * src/classes/reflection.C: bugfix: code junction should not be
                   3052:          returned by ^reflection:class, ^reflection:base
                   3053: 
                   3054:        * tests/: 323.html, 352.html, results/352.processed: no more
                   3055:          exception for ^reflection:method[class;no-such-method] (related
                   3056:          to feature #1087)
                   3057: 
                   3058:        * src/classes/reflection.C:
                   3059:          ^reflection:method[class;no-such-method] : exception -> void
                   3060:          (related to feature #1087)
                   3061: 
                   3062:        * src/include/pa_request.h: request::write_value added to allow
                   3063:          write value without convertion (related to issue #1091)
                   3064: 
                   3065: 2016-09-19  moko
                   3066: 
                   3067:        * src/main/pa_random.C: windows build fix
                   3068: 
                   3069:        * src/types/pa_vhash.h: warning war
                   3070: 
                   3071: 2016-09-14  moko
                   3072: 
                   3073:        * tests/: 352.html, 552.html, results/352.processed,
                   3074:          results/552.processed: test for ^reflection:method[] extension
                   3075:          added (related to feature #1087)
                   3076: 
                   3077:        * tests/: 552.html, results/552.processed: test for
                   3078:          ^reflection:method[] extension added (related to feature #1087)
                   3079: 
                   3080:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   3081:          dynamic_cast check added (related to feature #1087)
                   3082: 
                   3083:        * tests/: 351.html, results/351.processed: test for @auto[]
                   3084:          inheritance bug diring ^process[] added (related to bug #1088)
                   3085: 
                   3086:        * src/: classes/op.C, main/pa_request.C,
                   3087:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   3088:          disable it inheritance during ^process (fixes bug #1088)
                   3089: 
                   3090:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   3091:          added (implements feature #1087)
                   3092: 
                   3093: 2016-09-13  moko
                   3094: 
                   3095:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   3096:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   3097:          to feature #1086)
                   3098: 
                   3099:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   3100:          types/pa_vobject.C: objects now are not class instances, but have
                   3101:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   3102:          in @conf (implements feature #1086)
                   3103: 
                   3104: 2016-09-08  moko
                   3105: 
                   3106:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   3107:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   3108:          include/pa_string.h: cleanup: string::split limit argument
                   3109:          removed as no longer required, pos_after no longer reference
                   3110:          (related to feature #11)
                   3111: 
                   3112:        * src/classes/table.C, tests/results/348.processed: now exception
                   3113:          is rised when invalid option is passed to ^table::create[]
                   3114: 
                   3115:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   3116:          coverage tests
                   3117: 
                   3118:        * tests/: 348.html, results/348.processed: code coverage tests
                   3119:          added
                   3120: 
                   3121:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   3122:          tests
                   3123: 
                   3124:        * tests/: 035.html, results/035.processed, results/272.processed:
                   3125:          tests updated after $.encloser[] support for ^table::create
                   3126:          implementation (related to feature #11)
                   3127: 
                   3128:        * src/classes/table.C: $.encloser[] support for ^table::create
                   3129:          finally added (implements feature #11)
                   3130: 
                   3131: 2016-09-07  moko
                   3132: 
                   3133:        * src/include/pa_string.h: added StringSplitHelper as friend
                   3134:          (related to feature #11)
                   3135: 
                   3136:        * src/include/pa_string.h: body and langs now protected, not
                   3137:          private to allow inheritance (related to feature #11)
                   3138: 
                   3139:        * src/classes/table.C: lsplit optimized before cloning for
                   3140:          ^table::create with $.encloser[] (related to feature #11)
                   3141: 
                   3142:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   3143:          added and used (related to feature #11)
                   3144: 
                   3145:        * src/classes/table.C: spelling:
                   3146: 
                   3147:          TableSeparators -> TableControlChars column -> separator
                   3148:          separators -> control_chars
                   3149: 
                   3150: 2016-09-06  moko
                   3151: 
                   3152:        * src/main/pa_string.C: whitespace
                   3153: 
                   3154:        * src/main/pa_string.C: whitespace
                   3155: 
                   3156: 2016-09-01  moko
                   3157: 
                   3158:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   3159:          results OS-independent
                   3160: 
                   3161:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   3162:          compiler (related to feature #1042)
                   3163: 
                   3164: 2016-08-15  moko
                   3165: 
                   3166:        * src/include/pa_string.h: whitespace
                   3167: 
                   3168:        * src/classes/table.C: whitespace
                   3169: 
1.106     moko     3170: 2016-08-05  moko
                   3171: 
                   3172:        * tests/: 344.html, results/344.processed: test for
                   3173:          ^hash::create[$file] added (related to feature #1075)
                   3174: 
                   3175:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   3176:          supported (implements feature #1075)
                   3177: 
                   3178: 2016-08-04  moko
                   3179: 
                   3180:        * tests/: 341.html, results/341.processed: more code coverage tests
                   3181: 
                   3182:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   3183:          coverage tests for curl
                   3184: 
                   3185:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   3186:          coverage tests for curl
                   3187: 
                   3188:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   3189:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   3190:          test added
                   3191: 
                   3192:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   3193:          coverage tests for curl
                   3194: 
                   3195: 2016-08-03  moko
                   3196: 
                   3197:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   3198:          until it will be loaded, allowing to find existing library.
                   3199: 
                   3200:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   3201:          results/347-curl.processed: more code coverage tests for curl
                   3202: 
                   3203:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   3204:          results/339-curl.processed, results/346-curl.processed: curl
                   3205:          functionality tests
                   3206: 
                   3207: 2016-08-02  moko
                   3208: 
                   3209:        * tests/: 339.html, results/339.processed: test for tables in
                   3210:          ^file:load[] and ^curl:load[] (commented) added (related to
                   3211:          feature #1042)
                   3212: 
                   3213:        * tests/: 345.html, results/345.processed: code coverage tests for
                   3214:          file class
                   3215: 
                   3216:        * tests/: 344.html, results/344.processed: code coverage tests
                   3217: 
                   3218:        * tests/: 344.html, results/344.processed: mdate removed from
                   3219:          output
                   3220: 
                   3221:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   3222:          fcontent.is_text_mode() if not set (related to feature #1061)
                   3223: 
                   3224:        * tests/: 344.html, results/344.processed: more tests
                   3225: 
                   3226:        * tests/: 343.html, 344.html, results/343.processed,
                   3227:          results/344.processed: tests for ^file::create[ $.from-charset
                   3228:          and $.to-charset ] (related to feature #1061)
                   3229: 
                   3230:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3231:          aset_text_mode argument optimized
                   3232: 
                   3233:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3234:          checkBOM now used in detect_binary_content (related to feature
                   3235:          #1061)
                   3236: 
                   3237:        * src/main/pa_request.C: load_charset no longer required to_upper
                   3238: 
                   3239:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   3240:          preserves original file mode (if no $.mode specified)
                   3241: 
                   3242:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3243:          ^file::create now supports $.from-charset[] and $.to-charset
                   3244:          options (implements feature #1061), automatic transcode is done
                   3245:          if text file is created from binary file and charset is detected.
                   3246: 
                   3247: 2016-07-30  moko
                   3248: 
                   3249:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   3250:          feature #1057)
                   3251: 
                   3252:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   3253:          added (related to feature #1057)
                   3254: 
                   3255:        * tests/: 286.html, results/286.processed: code tests coverage
                   3256: 
                   3257: 2016-07-29  moko
                   3258: 
                   3259:        * src/classes/table.C: table size should be checked inside menu and
                   3260:          foreach (related to feature #858)
                   3261: 
                   3262:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   3263:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   3264:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   3265:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   3266:          charsets.get now does str_upper inside (related to feature #1061)
                   3267: 
                   3268:        * tests/: 342.html, results/342.processed: more code coverage tests
                   3269: 
                   3270:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   3271:          + foreach test added (related to feature #858)
                   3272: 
                   3273:        * tests/: 341.html, results/341.processed: tests for
                   3274:          ^table.hash[]{code} added + code coverage tests (related to
                   3275:          feature #1057)
                   3276: 
                   3277:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   3278:          value} support (implements feature #1057)
                   3279: 
                   3280:        * src/classes/table.C: whitespace
                   3281: 
                   3282: 2016-07-28  moko
                   3283: 
                   3284:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   3285:          from URL, if not specified query string removed from url-based
                   3286:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   3287:          #1042)
                   3288: 
                   3289: 2016-07-27  moko
                   3290: 
                   3291:        * tests/: 340.html, results/340.processed: test for
                   3292:          transcode_text_result=false added (related to issue #1042)
                   3293: 
                   3294: 2016-07-26  moko
                   3295: 
                   3296:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   3297:          is folder and ends with /) (related to feature #1042)
                   3298: 
                   3299:        * src/main/pa_http.C: whitespace optimizaion
                   3300: 
                   3301:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3302:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   3303:          multiple headers, ^file::load supports headers transcoding
                   3304:          (implements feature #1042)
                   3305: 
                   3306: 2016-07-25  moko
                   3307: 
                   3308:        * src/include/pa_common.h: PA_DEFAULT added
                   3309: 
                   3310: 2016-07-22  moko
                   3311: 
                   3312:        * tests/: 338.html, results/338.processed: test for
                   3313:          $date.field(value) added (related to feature #1066)
                   3314: 
                   3315:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3316:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   3317:          feature #1066)
                   3318: 
1.105     moko     3319: 2016-07-21  moko
                   3320: 
                   3321:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   3322:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   3323:          arguments removed; image.C - absolute path shown in exception
                   3324:          (implements feature #1071)
                   3325: 
                   3326:        * tests/: 235.html, results/235.processed: test and test result
                   3327:          updated after static boundary in mail and Errors-To: mail header
                   3328:          removed (related to feature #1047)
                   3329: 
                   3330:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   3331:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   3332:          used, static boundary in mail removed, Errors-To: mail header
                   3333:          removed (implements feature #1047)
                   3334: 
                   3335: 2016-07-20  moko
                   3336: 
                   3337:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3338:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   3339:          issue #1051)
                   3340: 
                   3341:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   3342:          request.classes(): Value -> VStateless_class, part 2 (related to
                   3343:          issue #1051)
                   3344: 
                   3345:        * tests/results/: 224.processed, 323.processed: classes without
                   3346:          methods should not be methoded (related to issue #1051)
                   3347: 
                   3348:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   3349:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   3350:          -> VStateless_class, part 1 (related to issue #1051)
                   3351: 
                   3352:        * tests/: 337.html, results/337.processed: test for
                   3353:          ^reflection:fields_reference[] and VHashReference class added
                   3354:          (related to feature #1072)
                   3355: 
                   3356:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   3357:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   3358:          and VHashReference added, allowing ^reflection:fields_reference[]
                   3359:          implementation (closes feature #1072)
                   3360: 
                   3361: 2016-07-19  moko
                   3362: 
                   3363:        * tests/: 323.html, results/323.processed: we want to see
                   3364:          "methoded"
                   3365: 
                   3366:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   3367:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   3368:          #1059)
                   3369: 
                   3370:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   3371:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   3372:          somebody_entered_some_class, $BASE:property works again,
                   3373:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   3374: 
                   3375: 2016-07-14  moko
                   3376: 
                   3377:        * tests/: 335.html, results/335.processed: test for feature #1055
                   3378:          added
                   3379: 
                   3380:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   3381:          feature: ^hash.contains[_default] added (implements feature
                   3382:          #1055)
                   3383: 
                   3384: 2016-07-13  moko
                   3385: 
                   3386:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   3387:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   3388: 
                   3389: 2016-07-05  moko
                   3390: 
                   3391:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   3392:          in ^hash.foreach (related to feature #1073)
                   3393: 
                   3394: 2016-07-04  moko
                   3395: 
                   3396:        * tests/: 134.html, 281.html, results/134.processed,
                   3397:          results/281.processed: tests updated after hash blocking removed
                   3398:          (related to feature #1073)
                   3399: 
                   3400:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   3401:          no longer blocks on change during foreach (implements feature
                   3402:          #1073)
                   3403: 
                   3404: 2016-06-17  moko
                   3405: 
                   3406:        * tests/: 330.html, results/330.processed: try exception source
                   3407:          test added (related to bug in #1062)
                   3408: 
                   3409:        * tests/: 334.html, results/334.processed: Exception stack trace
                   3410:          test added (related to bug in $1062)
                   3411: 
                   3412:        * src/classes/op.C: Exception trace now correctly restored and
                   3413:          errors reported (related to bug #1062)
                   3414: 
1.104     moko     3415: 2016-05-25  moko
                   3416: 
                   3417:        * src/main/compile.y: minor cleanup + beauty
                   3418: 
                   3419: 2016-05-24  moko
                   3420: 
                   3421:        * tests/: 333.html, results/333.processed: more exceptions testing
                   3422: 
                   3423:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   3424:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   3425:          features #1056, #1026)
                   3426: 
                   3427:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   3428:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   3429:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   3430:          (implements feature #1056)
                   3431: 
                   3432:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3433:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   3434:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   3435:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   3436:          feature #1026)
                   3437: 
                   3438:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   3439:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   3440:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   3441:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   3442:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   3443:          feature #1026)
                   3444: 
                   3445:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3446:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   3447:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   3448:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   3449: 
                   3450:        * src/main/main.vcproj: + ps_symbols
                   3451: 
                   3452:        * src/: include/Makefile.am, include/pa_string.h,
                   3453:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   3454:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   3455:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3456:          types/pa_vstateless_class.C: initial implementation for symbols
                   3457:          cache (related to feature #1026)
                   3458: 
                   3459:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   3460: 
                   3461:        * src/main/pa_globals.C: minor cleanup
                   3462: 
                   3463: 2016-05-19  moko
                   3464: 
                   3465:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   3466:          (related to feature #1046)
                   3467: 
                   3468:        * tests/: 331.html, results/331.processed: test for
                   3469:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   3470:          (related to feature #1051)
                   3471: 
                   3472:        * src/main/compile.y:
                   3473:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   3474:          (implements feature #1054)
                   3475: 
                   3476: 2016-05-18  moko
                   3477: 
                   3478:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   3479:          "column not found" exception for ^table.no-such-method[] (related
                   3480:          to feature #1046)
                   3481: 
                   3482:        * tests/: 261.html, results/261.processed: test added and updated
                   3483:          after feature #1046 implementation
                   3484: 
                   3485:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   3486:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   3487:          ^string.contains added for hash compatibility, $string.method no
                   3488:          longer returns stting method (implements feature #1046)
                   3489: 
                   3490: 2016-05-12  moko
                   3491: 
                   3492:        * src/classes/curl.C: content-type response header no longer
                   3493:          ignored (fixes issue #1045)
                   3494: 
                   3495:        * tests/: 330.html, results/330.processed: test for incomplete
                   3496:          finally execution when break occures added (related to issue
                   3497:          #1077)
                   3498: 
                   3499:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   3500:          executing catch and finally code (fixes issue #1062)
                   3501: 
                   3502: 2016-05-11  moko
                   3503: 
                   3504:        * tests/: 329.html, results/329.processed: test for invalid
                   3505:          ^break[] behavour added (bug #1077)
                   3506: 
                   3507:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   3508: 
                   3509: 2016-04-24  moko
                   3510: 
                   3511:        * src/types/pa_vstateless_class.h: warning war
                   3512: 
                   3513: 2016-04-17  moko
                   3514: 
                   3515:        * tests/: 328.html, results/328.processed: test for
                   3516:          ^break(condition) and ^continue(condition) (related to feature
                   3517:          #1063)
                   3518: 
                   3519:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   3520:          implemented (feature #1063)
                   3521: 
                   3522: 2016-04-12  moko
                   3523: 
                   3524:        * tests/results/280.processed: ordered hash now used for class
                   3525:          methods and properties (test results updated for feature #1069)
                   3526: 
                   3527:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   3528:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   3529:          failed (related to issue #1051)
                   3530: 
                   3531:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   3532:          are printed to check inheritance (related to feature #1051)
                   3533: 
1.103     moko     3534: 2016-04-09  moko
                   3535: 
                   3536:        * tests/results/320.processed: ordered hash now used for class
                   3537:          methods and properties (test results updated for feature #1069)
                   3538: 
                   3539:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   3540:          methods and properties (implements feature #1069)
                   3541: 
                   3542:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   3543:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   3544:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   3545:          feature #1051)
                   3546: 
                   3547: 2016-04-07  moko
                   3548: 
                   3549:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   3550:          (related to feature #1051)
                   3551: 
                   3552:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   3553:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   3554:          string constants deduplication (related to feature #1051)
                   3555: 
                   3556:        * tests/results/224.processed: test result updated (related to
                   3557:          feature #1051)
                   3558: 
                   3559:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   3560:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   3561:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   3562:          types/pa_vstatus.h: classes hash now contains only
                   3563:          VStateless_class derived objects, .CLASS is also allways
                   3564:          VStateless_class derived object (related to feature #1051).
                   3565: 
                   3566: 2016-04-06  moko
                   3567: 
                   3568:        * tests/results/323.processed: test result updated after feature
                   3569:          #1051 implementation
                   3570: 
                   3571:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   3572:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3573:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   3574:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   3575:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3576:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   3577:          classes, type() moved from VStateless_class to VClass and
                   3578:          Methoded (implements feature #1051)
                   3579: 
                   3580: 2016-04-04  moko
                   3581: 
                   3582:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   3583:          beauty: put_class added (related to feature #1051)
                   3584: 
                   3585: 2016-04-01  moko
                   3586: 
                   3587:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3588:          229.processed, 244.processed, 246.processed, 316.processed: test
                   3589:          results updated as class.type() removed from error messages, only
                   3590:          type() left (related to feature #1051)
                   3591: 
                   3592:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   3593:          classes/op.C, classes/reflection.C, main/compile.y,
                   3594:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   3595:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   3596:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   3597:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   3598:          from VStateless_class, type() is used instead (related to feature
                   3599:          #1051)
                   3600: 
                   3601:        * src/classes/mail.C: old logic restored.
                   3602: 
                   3603:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3604:          classes/classes.h, classes/curl.C, classes/date.C,
                   3605:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3606:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3607:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3608:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   3609:          classes/regex.C, classes/response.C, classes/string.C,
                   3610:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3611:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   3612:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   3613:          feature #1051)
                   3614: 
                   3615: 2016-03-30  moko
                   3616: 
                   3617:        * tests/: 327.html, results/224.processed, results/327.processed:
                   3618:          test for TZ specification in ^date::create[], TZ is kept during
                   3619:          ^date::create[$dt] (related to feature #1048)
                   3620: 
                   3621:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   3622:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   3623:          feature #1048)
                   3624: 
                   3625: 2016-03-29  moko
                   3626: 
                   3627:        * tests/: 315.html, results/315.processed: test for timezone format
                   3628:          +HHmm added (related to feature #1065)
                   3629: 
                   3630:        * src/classes/date.C: timezone format +HHmm now supported
                   3631:          (implements feature #1065)
                   3632: 
                   3633: 2016-03-28  moko
                   3634: 
                   3635:        * tests/: 202.html, results/131.processed, results/202.processed,
                   3636:          results/224.processed, results/256.processed,
                   3637:          results/315.processed: test results updated after %.2d now
                   3638:          default for hours offset in iso-string (was %2d), test for
                   3639:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3640:          added (related to feature #1065)
                   3641: 
                   3642: 2016-03-27  moko
                   3643: 
                   3644:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   3645:          feature #1065)
                   3646: 
                   3647:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3648:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3649:          added (implements feature #1065)
                   3650: 
                   3651: 2016-03-24  moko
                   3652: 
                   3653:        * tests/: 202.html, results/202.processed: test $date.week added
                   3654:          (related to bug #1067)
                   3655: 
                   3656:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   3657:          date (fix for bug #1067)
                   3658: 
                   3659: 2016-03-10  moko
                   3660: 
                   3661:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   3662: 
1.102     moko     3663: 2015-12-07  moko
                   3664: 
                   3665:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   3666:          .CLASS_NAME optimization added (related to feature #844)
                   3667: 
                   3668: 2015-11-17  moko
                   3669: 
                   3670:        * tests/: 323.html, results/323.processed: order added
                   3671: 
                   3672:        * tests/: 325.html, results/325.processed: double range test added
                   3673:          (related to bug #1049)
                   3674: 
                   3675: 2015-11-16  moko
                   3676: 
                   3677:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   3678:          added to disallow NaN and Infinity (fixes bug #1049)
                   3679: 
                   3680: 2015-11-11  moko
                   3681: 
                   3682:        * tests/324.html: parser 3.4.3 execution support added (related to
                   3683:          feature #1017)
                   3684: 
                   3685:        * tests/: 324.html, results/324.processed: test for
                   3686:          GET_ELEMENT4CALL feature added (feature #1017)
                   3687: 
1.101     moko     3688: 2015-10-29  moko
                   3689: 
                   3690:        * operators.txt: updated for 3.4.4
                   3691: 
                   3692:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   3693: 
                   3694:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   3695:          (related to bug #1043)
                   3696: 
                   3697: 2015-10-28  moko
                   3698: 
                   3699:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   3700:          hangup during ^file::exec (fixes bug #1043)
                   3701: 
1.100     moko     3702: 2015-10-27  moko
                   3703: 
                   3704:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   3705: 
1.99      moko     3706: 2015-10-26  moko
                   3707: 
1.100     moko     3708:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   3709:          (related to issue #1041)
                   3710: 
                   3711:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   3712:          Copyright year updated
                   3713: 
1.99      moko     3714:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   3715:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   3716:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3717:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   3718:          classes/mail.C, classes/math.C, classes/memcached.C,
                   3719:          classes/memory.C, classes/op.C, classes/reflection.C,
                   3720:          classes/regex.C, classes/response.C, classes/string.C,
                   3721:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   3722:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   3723:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3724:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3725:          include/pa_dictionary.h, include/pa_dir.h,
                   3726:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3727:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3728:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3729:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3730:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3731:          include/pa_sapi.h, include/pa_socks.h,
                   3732:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3733:          include/pa_stack.h, include/pa_string.h,
                   3734:          include/pa_stylesheet_connection.h,
                   3735:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   3736:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   3737:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   3738:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   3739:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   3740:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   3741:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   3742:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   3743:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3744:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   3745:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   3746:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   3747:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   3748:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3749:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3750:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3751:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   3752:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   3753:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   3754:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   3755:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   3756:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   3757:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   3758:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3759:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   3760:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   3761:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   3762:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   3763:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3764:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   3765:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   3766:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   3767:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   3768:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   3769:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   3770:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3771:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3772:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3773:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3774:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3775:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3776:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3777:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3778:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3779:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3780:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   3781: 
                   3782:        * src/targets/cgi/parser3.C: year updated
                   3783: 
                   3784:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   3785:          issue #1041)
                   3786: 
                   3787:        * tests/: 323.html, results/323.processed: test for base classes
                   3788:          added
                   3789: 
                   3790:        * tests/: 261.html, results/261.processed: updated after better
                   3791:          error reporting done for $string.key exception
                   3792: 
                   3793:        * src/types/pa_vstring.h: better error report for $string.key
                   3794:          exception
                   3795: 
                   3796:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   3797:          copied as VObject::get_element4call to remove extra virtual call
                   3798: 
                   3799:        * tests/: 322.html, results/322.processed: test for
                   3800:          ^reflection:is[] added (related to feature #1041)
                   3801: 
                   3802:        * src/classes/reflection.C: ^reflection:is empty value is void
                   3803:          (related to feature #1041)
                   3804: 
                   3805:        * src/classes/reflection.C:
                   3806:          ^reflection:is[class_name|code|method;[context;]element_name]
                   3807:          added (implements feature #1041)
                   3808: 
                   3809: 2015-10-24  moko
                   3810: 
                   3811:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   3812: 
1.98      moko     3813: 2015-10-22  moko
                   3814: 
                   3815:        * tests/: 321.html, results/321.processed: test for
                   3816:          ^reflection:method_info[] file detection added
                   3817: 
                   3818:        * tests/: 320.html, results/320.processed: test for
                   3819:          ^reflection:class_by_name[class_name] added (related to feature
                   3820:          #993)
                   3821: 
                   3822:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   3823:          added (implements feature #993)
                   3824: 
                   3825:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   3826:          (related to feature #1017)
                   3827: 
                   3828:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   3829:          added (related to issue #1039)
                   3830: 
                   3831:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   3832:          #1039)
                   3833: 
                   3834:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   3835:          for VDate
                   3836: 
                   3837:        * tests/results/182.processed: updated after feature #1038
                   3838:          implemented
                   3839: 
                   3840:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   3841:          compile-time exception origin added (test for feature #1039)
                   3842: 
                   3843:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   3844:          main/pa_request.C: exception unification: compile-time exceptions
                   3845:          now have origin, @USE origins also tracked (implements feature
                   3846:          #1039)
                   3847: 
                   3848: 2015-10-20  moko
                   3849: 
                   3850:        * src/main/pa_request.C: cleanup
                   3851: 
                   3852: 2015-10-15  moko
                   3853: 
                   3854:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   3855: 
                   3856:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   3857:          types/pa_vtable.C: new feature: no more $table.method and
                   3858:          $hash.method, aliases for _at, _count, _key (related to feature
                   3859:          #1017)
                   3860: 
1.97      moko     3861: 2015-10-14  moko
                   3862: 
1.98      moko     3863:        * tests/: 317.html, results/317.processed: test for
                   3864:          ^string.unescape[] added (related to feature #120)
                   3865: 
1.97      moko     3866:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   3867:          defined" bug (described in issue #1036)
                   3868: 
                   3869:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   3870:          (test for bug #1037)
                   3871: 
                   3872:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   3873:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   3874:          it's not enforced, skips BOM signature if it complies charset
                   3875:          (fixes bug #1037)
                   3876: 
                   3877: 2015-10-13  moko
                   3878: 
                   3879:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   3880:          linking
                   3881: 
                   3882:        * src/classes/inet.C: vs2003 compilation fix
                   3883: 
                   3884:        * src/classes/math.C: warning war
                   3885: 
                   3886:        * src/lib/punycode/pa_punycode.c: warning war
                   3887: 
                   3888: 2015-10-12  moko
                   3889: 
                   3890:        * src/lib/punycode/pa_punycode.c: warning war
                   3891: 
                   3892:        * parser3.sln: moved parser3 first, to make it default startup
                   3893:          project
                   3894: 
                   3895:        * buildall: parser "mirror" now used for external libs sources
                   3896:          (implements feature #1036)
                   3897: 
                   3898:        * buildall: most external libs are updated to their current
                   3899:          versions (related to feature #1036)
                   3900: 
                   3901:        * src/classes/image.C: more tags added
                   3902: 
                   3903:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   3904: 
                   3905: 2015-10-11  moko
                   3906: 
                   3907:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   3908: 
                   3909: 2015-10-09  moko
                   3910: 
                   3911:        * src/classes/curl.C: pa_strdup added for strings from curl
                   3912:          (related to feature #1035)
                   3913: 
                   3914:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   3915:          ULLONG_MAX definition
                   3916: 
                   3917:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   3918:          (implements feature #1035)
                   3919: 
                   3920:        * src/main/pa_charset.C: String::Body(String::C) used
                   3921: 
                   3922:        * src/main/pa_charset.C: exceptions unified
                   3923: 
                   3924:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   3925:          unified
                   3926: 
                   3927:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   3928:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   3929:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   3930:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   3931:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   3932:          String::Body(String::C) constructor added (related to bug #957)
                   3933: 
                   3934:        * src/classes/file.C: minor optimization
                   3935: 
                   3936:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   3937:          Cord(char*) autocreation (related to bug #957)
                   3938: 
                   3939:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   3940: 
                   3941:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   3942:          String(char*, Lang, length) removed, String(C(), Lang) used
                   3943:          instead (related to bug #957)
                   3944: 
                   3945: 2015-10-08  moko
                   3946: 
                   3947:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   3948:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   3949:          main/untaint.C: Now char * is converted to CORD only using
                   3950:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   3951: 
                   3952:        * src/include/pa_hash.h: fixed compilation without
                   3953:          HASH_CODE_CACHING
                   3954: 
                   3955:        * src/classes/string.C:
                   3956:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   3957:          feature #120)
                   3958: 
                   3959:        * src/main/pa_common.C: reduce js flags checks count (related to
                   3960:          feature #120)
                   3961: 
1.96      moko     3962: 2015-10-07  moko
                   3963: 
                   3964:        * tests/: 275.html, results/275.processed: test modified after
                   3965:          unsigned long long int support implemented (feature #1034)
                   3966: 
                   3967:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   3968:          pa_atoul added for unsigned long long int support
                   3969: 
                   3970: 2015-10-06  moko
                   3971: 
                   3972:        * src/types/pa_vdate.C: INT_MAX used
                   3973: 
                   3974: 2015-10-03  moko
                   3975: 
                   3976:        * tests/: 302.html, results/302.processed: test for bug #1023
                   3977:          (\u2028, \u2029 escaping) added
                   3978: 
                   3979:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   3980:          json:string[] (fixes bug #1023)
                   3981: 
                   3982: 2015-09-29  moko
                   3983: 
                   3984:        * tests/305.html: try-catch added for OS without ipv6 support
                   3985: 
                   3986:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   3987:          compilation
                   3988: 
                   3989:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   3990:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   3991:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   3992:          implemented to distinguish ^hash.method from $hash.field
                   3993:          (implements feature #1017)
                   3994: 
                   3995:        * src/lib/punycode/pa_punycode.c: warning war
                   3996: 
                   3997:        * src/include/pa_config_includes.h: warning war
                   3998: 
                   3999:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   4000: 
                   4001:        * src/include/pa_config_includes.h: warning war
                   4002: 
                   4003:        * src/include/pa_hash.h: clang compilation fix
                   4004: 
                   4005: 2015-09-27  moko
                   4006: 
                   4007:        * src/main/compile.tab.C: Bison 3 is now default
                   4008: 
                   4009:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   4010: 
                   4011: 2015-09-25  moko
                   4012: 
                   4013:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   4014:          works with undefined HASH_ORDER (related to feature #196)
                   4015: 
                   4016: 2015-09-24  moko
                   4017: 
                   4018:        * tests/: 027.html, results/027.processed: test modified to test
                   4019:          ^hash.sort (feature #196)
                   4020: 
                   4021:        * src/: classes/hash.C, include/pa_hash.h:
                   4022:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   4023:          added (implements feature #196)
                   4024: 
                   4025:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   4026:          (exception handling in non-cached ^cache), plus for "it does not
                   4027:          have logical value" and "$exception.handled value must be either
                   4028:          boolean or string 'cache'" exceptions.
                   4029: 
                   4030:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   4031:          code (fixes bug #1025)
                   4032: 
1.95      moko     4033: 2015-09-23  moko
                   4034: 
                   4035:        * src/classes/table.C: warning war
                   4036: 
                   4037:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   4038: 
                   4039:        * src/classes/file.C: warning war
                   4040: 
                   4041:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   4042: 
                   4043:        * src/: main/pa_request.C, classes/date.C: warning war
                   4044: 
                   4045:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   4046: 
                   4047:        * tests/: 122.html, results/122.processed: win sync: to remove
                   4048:          differences with OS that doesn't keep timezone change history
                   4049: 
                   4050:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   4051:          TZ change (related to feature #36)
                   4052: 
                   4053:        * tests/: 075.html, results/075.processed: win sync: to remove
                   4054:          differences with OS that doesn't keep timezone change history
                   4055: 
                   4056:        * tests/: 315.html, results/315.processed: win sync: to remove
                   4057:          differences with OS that doesn't keep timezone change history
                   4058: 
                   4059:        * tests/: 256.html, results/256.processed: win sync: to remove
                   4060:          differences with OS that doesn't keep timezone change history
                   4061: 
                   4062:        * tests/: 124.html, results/124.processed: win results sync: to
                   4063:          avoid hitting time change hole.
                   4064: 
                   4065:        * src/types/pa_vdate.C: static returned. :)
                   4066: 
                   4067: 2015-09-22  moko
                   4068: 
                   4069:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   4070: 
                   4071:        * tests/results/131.processed: more tests for feature #1032
                   4072: 
                   4073:        * src/classes/date.C: minor fix related to feature #1032
                   4074: 
                   4075:        * operators.txt: ISO date creation documented (related to feature
                   4076:          #1032)
                   4077: 
                   4078:        * operators.txt: iso-string documented (related to feature #1032)
                   4079: 
                   4080:        * tests/: 315.html, results/315.processed: more tests added
                   4081:          (related to feature #1032)
                   4082: 
                   4083:        * tests/: 131.html, results/131.processed: date range checks
                   4084:          updated (related to feature #36)
                   4085: 
                   4086:        * tests/: 315.html, results/057.processed, results/315.processed:
                   4087:          test added for ISO date support (related to issue #315)
                   4088: 
                   4089:        * src/classes/date.C: more readable exceptions in date creation
                   4090:          (related to ticket #1032)
                   4091: 
                   4092: 2015-09-18  moko
                   4093: 
                   4094:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   4095:          added (related to issue #1032)
                   4096: 
                   4097:        * tests/results/256.processed, src/classes/json.C: iso-string
                   4098:          documented (related to issue #1032)
                   4099: 
                   4100:        * tests/: 256.html, results/256.processed: ISO date check added
                   4101:          (related to issue #1032)
                   4102: 
                   4103:        * tests/: 057.html, results/057.processed, results/224.processed:
                   4104:          tests results updated after ISO date support implemented (related
                   4105:          to feature #1032)
                   4106: 
                   4107:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   4108:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   4109:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   4110:          added (implements feature #1032)
                   4111: 
                   4112: 2015-09-05  moko
                   4113: 
                   4114:        * operators.txt: actualized
                   4115: 
                   4116:        * operators.txt: date changes documented (related to ticket #36)
                   4117: 
                   4118: 2015-09-04  moko
                   4119: 
                   4120:        * src/types/pa_vdate.C: warning war
                   4121: 
                   4122:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   4123: 
                   4124: 2015-09-03  moko
                   4125: 
                   4126:        * tests/results/096.processed: test result updated for 0..9999 year
                   4127:          date range support (related to feature #36)
                   4128: 
                   4129:        * tests/: 314.html, results/314.processed: test for
                   4130:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   4131:          bug #1031)
                   4132: 
                   4133:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   4134:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   4135: 
1.116     moko     4136:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   4137:          configure.in -> configure.ac
1.95      moko     4138: 
1.116     moko     4139:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   4140:          correct timezone check for FreeBSD Warning war: configure.in ->
                   4141:          configure.ac
1.95      moko     4142: 
                   4143:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     4144:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   4145:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   4146:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   4147:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   4148:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   4149:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     4150:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   4151:          check added
                   4152: 
                   4153:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   4154: 
                   4155:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   4156:          for new date implementation (related to feature #36)
                   4157: 
                   4158:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   4159:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   4160:          types/pa_vdate.h: new double date implementation with internal
                   4161:          support for extended 0..9999 year range, default timezone support
                   4162:          (related to feature #36)
                   4163: 
                   4164: 2015-08-28  moko
                   4165: 
                   4166:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   4167:          (fixes bug #1030)
                   4168: 
                   4169: 2015-08-21  moko
                   4170: 
                   4171:        * src/classes/inet.C: snprintf size "bug" commented
                   4172: 
                   4173:        * src/main/pa_common.C: snprintf comments updated
                   4174: 
                   4175: 2015-08-16  moko
                   4176: 
                   4177:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   4178: 
                   4179: 2015-08-11  moko
                   4180: 
                   4181:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4182:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   4183:          can be null (fixes bug #1029)
                   4184: 
                   4185: 2015-08-06  moko
                   4186: 
1.116     moko     4187:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   4188:          pa_vdate.C added
1.95      moko     4189: 
                   4190: 2015-08-05  moko
                   4191: 
                   4192:        * tests/: 313.html, results/313.processed: test for
                   4193:          ^table.count[columns] and ^table.flip[] with nameless tables
                   4194:          (feature #1003)
                   4195: 
                   4196:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   4197:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   4198:          correctly for nameless tables (implements feature #1003)
                   4199: 
                   4200: 2015-08-03  moko
                   4201: 
                   4202:        * tests/312.html: test for ^table.append[$hash] and
                   4203:          ^table.insert[$hash] added (related to feature #1028)
                   4204: 
                   4205:        * src/classes/table.C: ^table.append[$hash] and
                   4206:          ^table.insert[$hash] now supported (implements feature #1028)
                   4207: 
                   4208:        * tests/: 312.html, results/312.processed: test row copy in
                   4209:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   4210: 
                   4211:        * src/classes/table.C: row copy now created in ^table.hash[;
                   4212:          $.type[table] ] (related to feature #1016)
                   4213: 
                   4214: 2015-07-29  moko
                   4215: 
                   4216:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   4217:          added (related to feature #1016)
                   4218: 
                   4219:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   4220:          ^table.delete[] added to delete current row (related to feature
                   4221:          1016)
                   4222: 
                   4223: 2015-07-28  moko
                   4224: 
                   4225:        * tests/: 312.html, results/312.processed: test for
                   4226:          $table.column[value] and ^table.insert{row} (related to feature
                   4227:          #1016)
                   4228: 
                   4229:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   4230:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   4231:          ^table.insert{row} are now implemented (feature #1016)
                   4232: 
                   4233:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   4234:          append(), insert() added, memmove arguments order in remove()
                   4235:          fixed (related to feature #1016)
                   4236: 
                   4237: 2015-07-23  moko
                   4238: 
                   4239:        * src/classes/json.C: tainted json and empty json exception added
                   4240:          (implements feature #1015)
                   4241: 
                   4242:        * tests/: 311.html, results/311.processed: empty json and tainted
                   4243:          json exception test added (related to issue #1015)
                   4244: 
                   4245: 2015-07-22  moko
                   4246: 
                   4247:        * tests/: 311.html, results/311.processed: test for UTF-8
                   4248:          processing added
                   4249: 
                   4250:        * tests/: 311.html, results/311.processed: test for
                   4251:          json_exception_with_source added (related to issue #394)
                   4252: 
                   4253:        * src/classes/json.C: json_exception_with_source added (implements
                   4254:          feature #394)
                   4255: 
                   4256: 2015-06-29  moko
                   4257: 
                   4258:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   4259:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   4260:          (closes bug #1027)
                   4261: 
                   4262: 2015-06-10  moko
                   4263: 
                   4264:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   4265:          error if libxml has LIBXML_ICU_ENABLED.
                   4266: 
                   4267: 2015-06-04  moko
                   4268: 
                   4269:        * tests/099.html: ups, reverting
                   4270: 
                   4271:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   4272:          results/310.processed: tests for $response:body[ $.file[] ] and
                   4273:          $response:last-modified added
                   4274: 
                   4275:        * src/main/pa_request.C: last-modified check fixed
                   4276: 
                   4277: 2015-06-03  moko
                   4278: 
                   4279:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   4280:          results/205.processed, results/293.processed: $response:headers
                   4281:          logging added (tests for feature #1007)
                   4282: 
                   4283:        * src/: include/pa_common.h, include/pa_request.h,
                   4284:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   4285:          $response:headers are now in uppercase (closes feature #1007)
                   4286: 
                   4287: 2015-06-02  moko
                   4288: 
                   4289:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   4290:          build errors reverted for clang compatibility
                   4291: 
                   4292: 2015-06-01  moko
                   4293: 
                   4294:        * src/include/pa_memory.h: -pedantic build errors fixed
                   4295: 
                   4296:        * src/classes/math.C: -pedantic build error fixed
                   4297: 
                   4298:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   4299: 
                   4300: 2015-05-31  moko
                   4301: 
                   4302:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   4303: 
                   4304:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   4305:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   4306:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   4307:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   4308:          types/pa_vxnode.h: warning war (-pedantic flag)
                   4309: 
                   4310: 2015-05-28  moko
                   4311: 
                   4312:        * tests/: 308.html, results/308.processed: test for
                   4313:          ^table::create[$t;], etc work added (related to bug #975)
                   4314: 
                   4315:        * src/classes/table.C: check_option_param removed,
                   4316:          ^table::create[$t;], etc now works (fixes bug #975)
                   4317: 
                   4318: 2015-05-27  moko
                   4319: 
                   4320:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   4321:          (Debian jessie) fixed (closes issue #1024)
                   4322: 
                   4323:        * tests/Makefile: sort added as in Debian jessie list become
                   4324:          unsorted
                   4325: 
                   4326: 2015-05-18  moko
                   4327: 
                   4328:        * tests/: 201.html, results/201.processed: test for
                   4329:          ^string.trim[what] feature #1022
                   4330: 
                   4331:        * src/classes/string.C: ^string.trim[what] now supported,
                   4332:          implements feature #1022
                   4333: 
                   4334: 2015-05-17  moko
                   4335: 
                   4336:        * tests/results/185.processed: test result updated as feature #1021
                   4337:          implemented (left/right accept negative parameter)
                   4338: 
                   4339:        * src/classes/string.C: left/right now accept negative parameter
                   4340:          (implements feature #1021)
                   4341: 
                   4342: 2015-05-08  moko
                   4343: 
                   4344:        * src/classes/math.C: isalnum -> pa_isalnum
                   4345: 
                   4346:        * src/main/execute.C: optimization in getter-junction processing
                   4347:          (related to issue #997)
                   4348: 
                   4349: 2015-05-07  moko
                   4350: 
                   4351:        * tests/: 307.html, results/307.processed: test for issue #997
                   4352:          added
                   4353: 
                   4354:        * src/main/execute.C: process_getter result now checked if junction
                   4355:          returned (closes issue #997)
                   4356: 
                   4357:        * tests/: 305.html, results/305.processed: sort added to ignore
                   4358:          different order
                   4359: 
                   4360:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   4361:          assignment (closes issue #994)
                   4362: 
                   4363:        * tests/: 306.html, results/306.processed: test for issue #994
                   4364:          added
                   4365: 
                   4366:        * tests/: 303.html, results/303.processed: two more errors tested
                   4367: 
                   4368: 2015-05-06  moko
                   4369: 
                   4370:        * tests/: 305.html, results/305.processed: test for name2ip &
                   4371:          ip2name added (related to feature #992)
                   4372: 
                   4373:        * tests/: 303.html, 304.html, results/303.processed,
                   4374:          results/304.processed: tests for idna conversion added (related
                   4375:          to issue #849)
                   4376: 
                   4377: 2015-05-02  moko
                   4378: 
                   4379:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   4380:          implemented
                   4381: 
                   4382: 2015-04-30  moko
                   4383: 
                   4384:        * src/main/pa_http.C: idna_host added, related to issue #849
                   4385: 
                   4386:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   4387:          (related to issue #849)
                   4388: 
                   4389: 2015-04-24  moko
                   4390: 
                   4391:        * src/types/pa_vjunction.C: warning war
                   4392: 
                   4393:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   4394:          unification
                   4395: 
                   4396:        * src/lib/punycode/pa_idna.c: warning war
                   4397: 
                   4398: 2015-04-22  moko
                   4399: 
                   4400:        * src/main/main.vcproj: punycode include path added
                   4401: 
                   4402:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   4403: 
                   4404:        * src/lib/punycode/pa_idna.c: warning war
                   4405: 
                   4406:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   4407:          project file added
                   4408: 
                   4409:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   4410: 
                   4411:        * src/include/pa_memory.h: warning war
                   4412: 
                   4413:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   4414:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   4415:          implemented (related to feature #849)
                   4416: 
                   4417:        * configure.in, src/main/Makefile.am,
                   4418:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   4419:          libpunycode added in Unix
                   4420: 
                   4421: 2015-04-21  moko
                   4422: 
                   4423:        * configure.in: large files support
                   4424: 
                   4425: 2015-04-15  moko
                   4426: 
                   4427:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   4428:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   4429:          pa_punycode.h: initial version for punycode/idna support library
                   4430:          (ticket #849)
                   4431: 
                   4432: 2015-04-08  moko
                   4433: 
                   4434:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4435:          classes/image.C, classes/mail.C, classes/reflection.C,
                   4436:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   4437:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   4438:          main/compile.y, main/compile_tools.h, main/execute.C,
                   4439:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4440:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   4441:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   4442:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   4443:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   4444:          clang compiler warnings (closes issue #1018)
                   4445: 
                   4446:        * src/include/pa_string.h: String::Body comparation operators with
                   4447:          char * added (related to issue #958)
                   4448: 
                   4449: 2015-04-07  moko
                   4450: 
                   4451:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   4452:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   4453:          issue #1018)
                   4454: 
                   4455:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   4456:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   4457:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   4458:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   4459:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   4460:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   4461:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   4462:          malloc/strdup/free replaced with pa_ version and checks for
                   4463:          accidental use of non-pa_ version added (related to issue #1018)
                   4464: 
                   4465: 2015-04-03  moko
                   4466: 
                   4467:        * buildall: pcre-8.33 -> pcre-8.36
                   4468: 
                   4469:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   4470:          classes/op.C, classes/string.C, main/compile.tab.C,
                   4471:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   4472:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   4473:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   4474:          ticket #958)
                   4475: 
                   4476:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   4477:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4478:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   4479:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   4480:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   4481:          $request:headers, $request:method added (implements feature
                   4482:          #1007)
                   4483: 
                   4484: 2015-03-17  misha
                   4485: 
                   4486:        * tests/302.html: - test for
                   4487:          ^json:string[...;$._default[method-name]]
                   4488: 
                   4489:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4490:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   4491:          option $._default[method-name] is specified in ^json:string[], a
                   4492:          method with specified name will be called for classes/objects
                   4493:          serialization ( new feature: #982 )
                   4494: 
                   4495: 2015-03-16  misha
                   4496: 
                   4497:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4498:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   4499:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   4500:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   4501:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4502:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   4503:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4504:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   4505:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   4506:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4507:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   4508:          $var.CLASS_NAME now have special opcodes. This can be switched
                   4509:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   4510:          on pa_opcode.h ( new feature: #844 )
                   4511: 
                   4512: 2015-03-15  misha
                   4513: 
                   4514:        * tests/075.html: - test for $response:header[]
                   4515: 
                   4516:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   4517:          that was set earlie ( new feature: #1001 )
                   4518: 
                   4519: 2015-03-12  misha
                   4520: 
                   4521:        * tests/246.html: - more tests for ^hash._at[]
                   4522: 
                   4523:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   4524:          accepts second param [key|value|hash] ( new feature: #1012 )
                   4525: 
                   4526: 2015-03-09  moko
                   4527: 
                   4528:        * src/types/pa_vmail.C: exception for everything but
                   4529:          $mail:received, closes issue #1011
                   4530: 
                   4531: 2015-02-20  moko
                   4532: 
                   4533:        * tests/: 275.html, results/275.processed: hex detection in
                   4534:          pa_atoui fix test (closes issue #1010)
                   4535: 
                   4536:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   4537:          issue #1010)
                   4538: 
                   4539: 2015-02-17  moko
                   4540: 
                   4541:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   4542:          tainted.
                   4543: 
                   4544: 2015-02-03  misha
                   4545: 
                   4546:        * tests/301.html: - test for ^json:string($double) causes
                   4547:          exception. bugfix: #1008
                   4548: 
                   4549:        * src/classes/json.C: - ^json:string($double) causes exception.
                   4550:          bugfix: #1008
                   4551: 
                   4552:        * tests/014.html: - updated for work with ^hash.delete[]
                   4553: 
                   4554: 2015-01-12  misha
                   4555: 
                   4556:        * src/: classes/form.C, include/pa_common.h,
                   4557:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   4558:          types/pa_vform.h: - supports body with PUT method as well ( new
                   4559:          feature: #1006 )
                   4560: 
                   4561:        * src/classes/file.C: - warnings war
                   4562: 
                   4563: 2015-01-11  misha
                   4564: 
                   4565:        * tests/300.html: - test for ^hash.delete[] is added
                   4566: 
                   4567:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   4568:          feature: #989 ) - tiny optimization in intersects
                   4569: 
                   4570: 2015-01-06  moko
                   4571: 
                   4572:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   4573:          with transcode, attachments detection fixed
                   4574: 
                   4575:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   4576:          load to allow charset switch (related to issue #996)
                   4577: 
                   4578: 2014-12-31  moko
                   4579: 
                   4580:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   4581:          UTF-8 source charset (fixes issue 996)
                   4582: 
                   4583:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   4584:          issue #1000)
                   4585: 
                   4586: 2014-12-11  misha
                   4587: 
                   4588:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   4589:          access ( bug fix: #1005 )
                   4590: 
                   4591: 2014-11-13  misha
                   4592: 
                   4593:        * src/main/compile.y: - PC.append does not reset to false while
                   4594:          creating a new class. bugfix: #990
                   4595: 
                   4596:        * tests/299.html: - test for creation class after working with
                   4597:          partial class (create+append)
                   4598: 
                   4599:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   4600:          #995
                   4601: 
                   4602:        * tests/232.html: - test for @get[def] added
                   4603: 
                   4604: 2014-10-12  moko
                   4605: 
                   4606:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   4607: 
                   4608:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   4609:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   4610:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   4611:          targets/apache/ApacheModuleParser3.vcproj,
                   4612:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4613:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4614:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   4615:          conversion in newer VS versions
                   4616: 
                   4617:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   4618:          pcre_internal.vcproj added
                   4619: 
                   4620: 2014-08-28  moko
                   4621: 
                   4622:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   4623:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   4624:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   4625: 
                   4626: 2014-06-30  misha
                   4627: 
                   4628:        * tests/298.html: - tests for ^reflection:def[class;className]
                   4629:          added
                   4630: 
                   4631:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   4632:          added ( new feature: #918 )
                   4633: 
                   4634: 2014-06-29  misha
                   4635: 
                   4636:        * src/classes/table.C: - ^table::create[unsupported data] -
                   4637:          exception comment changed to "body must be table or code" ( bug
                   4638:          fix: #951 )
                   4639: 
                   4640:        * tests/: 261.html, results/261.processed: - tests for
                   4641:          ^json:string[...;$.void[null|string]] added
                   4642: 
                   4643:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   4644:          option $.void[string|null] added to ^json:string[...] ( new
                   4645:          feature: #952 )
                   4646: 
                   4647: 2014-06-28  moko
                   4648: 
                   4649:        * src/classes/curl.C: $.charset now processed before other curl
                   4650:          options (closes issue #980)
                   4651: 
                   4652: 2014-05-23  misha
                   4653: 
                   4654:        * src/classes/json.C: - bug fix: #987
                   4655: 
                   4656: 2014-05-04  misha
                   4657: 
                   4658:        * tests/: 253.html, 253_json.txt: - test for
                   4659:          ^json:parse[$.int(false)] is added
                   4660: 
                   4661:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   4662:          default true). The option is similar to $.double(bool) but for
                   4663:          integers.
                   4664: 
                   4665: 2014-05-01  moko
                   4666: 
                   4667:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   4668:          #12 )
                   4669: 
                   4670: 2014-04-16  moko
                   4671: 
                   4672:        * src/main/pa_http.C: response-charset option should finally work
                   4673:          now (fix for issue #867)
                   4674: 
                   4675:        * src/main/pa_http.C: response-charset option should work now (fix
                   4676:          for issue #867)
                   4677: 
                   4678: 2014-03-07  moko
                   4679: 
                   4680:        * buildall: libgc moved
                   4681: 
                   4682:        * buildall: libgc moved
                   4683: 
                   4684: 2013-12-29  moko
                   4685: 
                   4686:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   4687:          closes issue #966
                   4688: 
                   4689:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   4690:          result now tainted, issue #966
                   4691: 
                   4692: 2013-12-03  moko
                   4693: 
                   4694:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   4695:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   4696:          option was added for http://www.parser.ru/forum/?id=79343
                   4697: 
                   4698:        * src/classes/file.C: bugfix for
                   4699:          http://www.parser.ru/forum/?id=79337
                   4700: 
                   4701: 2013-11-05  moko
                   4702: 
                   4703:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   4704: 
                   4705:        * src/main/pa_globals.C: spelling fixed
                   4706: 
                   4707: 2013-10-29  moko
                   4708: 
                   4709:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   4710: 
                   4711:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   4712:          #892
                   4713: 
                   4714:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   4715:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   4716:          exceptions to be thrown thougth json library), related to issue
                   4717:          #892
                   4718: 
                   4719:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   4720:          related to issue #896
                   4721: 
                   4722: 2013-10-24  moko
                   4723: 
                   4724:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   4725: 
                   4726: 2013-10-23  moko
                   4727: 
                   4728:        * README: actualization
                   4729: 
                   4730: 2013-10-22  moko
                   4731: 
                   4732:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   4733:          compatibility patch from Sergey Kirpichev
                   4734: 
                   4735:        * tests/: 297.html, results/297.processed: non-working getter fix
                   4736:          test for issue #948
                   4737: 
                   4738:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   4739:          called when saving value of $match variable in ^string.match[] to
                   4740:          increase compatibility (related to issue #948).
                   4741: 
                   4742:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   4743:          usage optimization
                   4744: 
                   4745: 2013-10-21  moko
                   4746: 
                   4747:        * tests/: 182.html, results/182.processed: local path removed for
                   4748:          compatibility
                   4749: 
                   4750:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   4751:          results/244.processed, results/253.processed,
                   4752:          results/254.processed, results/275.processed,
                   4753:          results/281.processed: try_catch -> try-catch
                   4754: 
                   4755:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   4756:          results/294.processed, results/296.processed: try_catch ->
                   4757:          try-catch
                   4758: 
                   4759: 2013-10-20  moko
                   4760: 
                   4761:        * tests/: 296.html, results/296.processed: test for xsl exception
                   4762:          for issue #938 added.
                   4763: 
                   4764:        * src/: include/pa_xml_exception.h,
                   4765:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   4766:          XmlException is now replaced (once again closes issue #938)
                   4767: 
                   4768: 2013-10-18  moko
                   4769: 
                   4770:        * buildall: disable clock_gettime detection to avoid librt linking
                   4771:          (which in turn depends on libpthread), related to issue #943
                   4772: 
                   4773: 2013-10-18  misha
                   4774: 
                   4775:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   4776:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   4777:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4778:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4779:          types/types.vcproj: - new locations for libxml2 includes where
                   4780:          added to vcproj files
                   4781: 
                   4782: 2013-10-18  moko
                   4783: 
                   4784:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   4785:          fix
                   4786: 
                   4787:        * tests/: 295.html, results/295.processed: test for issue #948
                   4788:          updated
                   4789: 
                   4790:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   4791:          :)
                   4792: 
                   4793:        * tests/: 295.html, results/295.processed: test for issue #948
                   4794:          added
                   4795: 
                   4796:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   4797:          include/pa_request.h, types/pa_method.h: for getters and setters
                   4798:          to be executed request.put_element should be called, not
                   4799:          context.put_element (fixes issue #948)
                   4800: 
                   4801: 2013-10-17  moko
                   4802: 
                   4803:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   4804:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   4805: 
                   4806:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   4807: 
                   4808: 2013-10-16  moko
                   4809: 
                   4810:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   4811: 
                   4812:        * tests/: 294.html, results/294.processed: test for issue #938
                   4813: 
                   4814:        * src/: classes/xdoc.C, classes/xnode.C,
                   4815:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   4816:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   4817: 
                   4818:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   4819:          libxslt-1.1.26 -> libxslt-1.1.28
                   4820: 
                   4821:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   4822:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   4823:          to '?', related to issue #938
                   4824: 
                   4825: 2013-10-15  moko
                   4826: 
                   4827:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   4828:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   4829:          minor optimizations (closes issue #896)
                   4830: 
                   4831:        * tests/results/: 292.processed, 293.processed: results updated to
                   4832:          comply with issue #896
                   4833: 
                   4834:        * tests/: 292.html, 293.html, results/292.processed,
                   4835:          results/293.processed: tests for json escaping
                   4836: 
                   4837: 2013-10-14  moko
                   4838: 
                   4839:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   4840:          and cleanup, code moved from .h to .C, no changes in code
                   4841: 
                   4842: 2013-10-12  moko
                   4843: 
                   4844:        * tests/results/119.processed: updated test result commited
                   4845: 
                   4846:        * tests/: 291.html, results/291.processed: test for issue #894
                   4847:          added
                   4848: 
                   4849:        * src/types/pa_wcontext.h: base methods call support function
                   4850:          get_somebody_entered_some_class should not be true forever, as
                   4851:          wcontext can have many get_elements calls (fixes issue #894)
                   4852: 
                   4853: 2013-10-11  moko
                   4854: 
                   4855:        * tests/: 290.html, results/290.processed: test for junction GPF
                   4856:          issue #942 added
                   4857: 
                   4858:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   4859:          to native method fixed (closes issue #942)
                   4860: 
                   4861:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   4862:          added
                   4863: 
                   4864:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   4865:          feature #907)
                   4866: 
                   4867:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   4868:          feature #907)
                   4869: 
                   4870: 2013-10-09  moko
                   4871: 
                   4872:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   4873:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   4874:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   4875:          properly not only in objects, but in classes as well (closes
                   4876:          issue #903)
                   4877: 
                   4878:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   4879:          works in classes, not only objects, test case added, related to
                   4880:          issue #903
                   4881: 
                   4882:        * tests/: 288.html, results/288.processed: test for endless
                   4883:          recursion bug added (related to issue #903)
                   4884: 
                   4885: 2013-10-05  moko
                   4886: 
                   4887:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4888:          classes/table.C, main/execute.C, types/pa_method.h,
                   4889:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4890:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4891:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   4892:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   4893:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   4894:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   4895:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   4896:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4897:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   4898:          optimization: put_element no longer has "bool areplace" argument,
                   4899:          related to issue #903
                   4900: 
                   4901: 2013-10-03  moko
                   4902: 
                   4903:        * tests/results/182.processed: result for $.replace(false) test
                   4904:          commited
                   4905: 
                   4906:        * src/classes/date.C: ^date::create(number) processed correctly
                   4907:          (fixes issue #901)
                   4908: 
                   4909:        * src/classes/image.C: as_no_junction removed, as param can be
                   4910:          expression (closes issue #931)
                   4911: 
                   4912:        * tests/233.html: test for issue #931 added
                   4913: 
                   4914: 2013-10-02  moko
                   4915: 
                   4916:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   4917:          modified, test for $.replace(false) added
                   4918: 
                   4919:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   4920: 
                   4921: 2013-09-30  moko
                   4922: 
                   4923:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   4924: 
                   4925:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4926:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   4927:          implemented; $.replace option added to ^process and ^use
                   4928: 
                   4929: 2013-08-27  moko
                   4930: 
                   4931:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   4932:          cstr_to_string_body_untaint should be called with charsets for
                   4933:          possible uri language and connection for possible sql language.
                   4934:          related to issue #857
                   4935: 
                   4936:        * buildall: and -> or fixed
                   4937: 
                   4938: 2013-08-26  moko
                   4939: 
                   4940:        * buildall: prepare_ functions logic changed to support
                   4941:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   4942: 
                   4943: 2013-08-23  moko
                   4944: 
                   4945:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   4946:          statically
                   4947: 
                   4948: 2013-08-22  moko
                   4949: 
                   4950:        * src/classes/string.C: String::Empty used (related to issue #912)
                   4951:          append_know_length removed (related to old GPF bug)
                   4952: 
                   4953: 2013-08-21  moko
                   4954: 
                   4955:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   4956: 
                   4957:        * src/classes/math.C: ^math:digest[...;$file] support added
                   4958:          (related to ticket #857
                   4959: 
                   4960:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   4961:          implemented
                   4962: 
                   4963:        * src/types/pa_vhashfile.h: warning war
                   4964: 
                   4965:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   4966:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   4967:          anti_endless_json_string_recoursion removed from request;
                   4968:          json_string_recoursion added to json_options; $.indent[indent
                   4969:          value] now supported and passed within recoursion closes feature
                   4970:          #937
                   4971: 
                   4972:        * tests/: 287.html, results/287.processed: test for feature #937
                   4973: 
                   4974: 2013-07-31  moko
                   4975: 
                   4976:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   4977:          compilation having #define _S
                   4978: 
                   4979:        * src/main/pa_globals.C: cleanup
                   4980: 
                   4981: 2013-07-30  moko
                   4982: 
                   4983:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   4984:          main/pa_common.C: vs2003 warning war
                   4985: 
                   4986:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   4987: 
                   4988:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   4989: 
                   4990:        * src/lib/md5/pa_sha2.c: warning war
                   4991: 
                   4992: 2013-07-29  moko
                   4993: 
                   4994:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   4995:          patches from github
                   4996: 
                   4997:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   4998:          classes/memcached.C, include/pa_config_includes.h,
                   4999:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   5000: 
                   5001:        * src/lib/json/json.vcproj: C++ -> C
                   5002: 
                   5003:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   5004: 
                   5005:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   5006: 
                   5007:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   5008: 
                   5009:        * src/lib/json/: json.c, pa_json.C: warning war
                   5010: 
                   5011:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   5012: 
                   5013:        * src/include/pa_config_fixed.h: uint16_t added
                   5014: 
                   5015:        * configure.in: uint16_t check added
                   5016: 
                   5017:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     5018:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   5019:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   5020:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   5021:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     5022: 
                   5023: 2013-07-25  moko
                   5024: 
                   5025:        * parser3.sln: dependencies added
                   5026: 
                   5027:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   5028:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   5029:          module support
                   5030: 
                   5031:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   5032: 
                   5033:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   5034: 
                   5035: 2013-07-23  moko
                   5036: 
                   5037:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   5038:          PA_DEBUG_GC_MEMORY removed
                   5039: 
                   5040:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   5041:          PA_DEBUG_DISABLE_GC compilation fix
                   5042: 
                   5043:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   5044:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   5045: 
                   5046:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   5047:          garbage cleanup
                   5048: 
                   5049:        * src/main/pa_common.C: warning war
                   5050: 
                   5051:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   5052: 
                   5053:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   5054:          minor cleanup
                   5055: 
                   5056:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   5057:          uses cygwin, not WIN32 implementation
                   5058: 
                   5059:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   5060:          able to exec shell scripts
                   5061: 
                   5062:        * src/classes/math.C: ifdef WIN32 cleanup
                   5063: 
                   5064:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   5065: 
                   5066:        * src/classes/curl.C: LT_MODULE_EXT used
                   5067: 
                   5068:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   5069: 
                   5070: 2013-07-22  moko
                   5071: 
                   5072:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   5073:          includes fix
                   5074: 
                   5075:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   5076: 
                   5077:        * configure.in, src/include/pa_config_includes.h,
                   5078:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   5079:          src/main/pa_exec.C: includes cleanup
                   5080: 
                   5081:        * src/targets/cgi/parser3.C: 2012->2013
                   5082: 
                   5083:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   5084: 
                   5085:        * configure.in, src/include/pa_config_includes.h,
                   5086:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   5087:          src/main/pa_random.C, src/main/pa_socks.C,
                   5088:          src/types/pa_vstatus.C: cygwin support cleanup
                   5089: 
                   5090:        * configure.in: dirent.h check added
                   5091: 
                   5092:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   5093:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   5094:          not copied
                   5095: 
                   5096: 2013-07-21  moko
                   5097: 
                   5098:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   5099: 
                   5100:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   5101:          parser3.vcproj: unused getopt.h / getopt.c removed
                   5102: 
                   5103:        * operators.txt, src/classes/file.C, tests/022.html,
                   5104:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   5105:          $.stat(true)] usage commented
                   5106: 
                   5107:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   5108:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   5109:          $.stat(true) it has size/*date columns modified patch from misha@
                   5110:          that closes issue #914.
                   5111: 
                   5112:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   5113:          PA_RELEASE_ASSERTS removed
                   5114: 
                   5115:        * src/lib/md5/pa_md5c.c: minor cleanup
                   5116: 
                   5117:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   5118:          localeconv()->decimal_point usage remoed (related to issue #934)
                   5119: 
                   5120:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   5121:          cordprnt.c removed
                   5122: 
                   5123:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   5124:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   5125:          pa-include/pa_strings.h: includes cleanup
                   5126: 
                   5127:        * src/lib/md5/pa_md5c.c: headers cleanup
                   5128: 
                   5129: 2013-07-20  moko
                   5130: 
                   5131:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   5132:          cleanup
                   5133: 
                   5134: 2013-07-19  moko
                   5135: 
                   5136:        * src/classes/math.C: extern "C" added for crypt
                   5137: 
                   5138: 2013-07-18  moko
                   5139: 
                   5140:        * src/classes/math.C: fix redhat7.2 build
                   5141: 
                   5142: 2013-07-17  moko
                   5143: 
                   5144:        * configure.in, src/include/pa_config_includes.h,
                   5145:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   5146:          added for uint8/32/64_t)
                   5147: 
                   5148:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   5149:          pa_config_includes.h used for uint32/64_t
                   5150: 
                   5151: 2013-07-16  moko
                   5152: 
                   5153:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   5154:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   5155:          war
                   5156: 
                   5157:        * src/main/compile.tab.C: compile.y was updated
                   5158: 
                   5159:        * src/main/compile.y: warning war
                   5160: 
                   5161:        * src/: include/pa_exception.h, main/pa_exception.C,
                   5162:          main/pa_xml_exception.C: warning war
                   5163: 
                   5164:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   5165: 
                   5166:        * configure.in: beauty :)
                   5167: 
                   5168:        * tests/: 141.html, results/141.processed: sha256/512 added
                   5169: 
                   5170: 2013-07-13  moko
                   5171: 
                   5172:        * src/lib/md5/md5.vcproj: sha2 added
                   5173: 
                   5174:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   5175:          classes/math.C: sha2 support (sha256/sha512 digest)
                   5176: 
                   5177: 2013-07-08  moko
                   5178: 
                   5179:        * src/classes/image.C: directory read or other read problem message
                   5180:          fixed (related to issue #933)
                   5181: 
                   5182: 2013-07-07  moko
                   5183: 
                   5184:        * AUTHORS: + misha + moko. :)
                   5185: 
                   5186: 2013-07-06  moko
                   5187: 
                   5188:        * src/: classes/curl.C, include/pa_globals.h,
                   5189:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   5190:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   5191:          for lt_dlinit to be called once and lt_dlexit called at right
                   5192:          place (related to issue #925)
                   5193: 
                   5194: 2013-07-04  moko
                   5195: 
                   5196:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   5197:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   5198:          content-type to be set, as it brokes badly designed logic in
                   5199:          response output. This hopefully finishes issue #928.
                   5200: 
                   5201:        * tests/results/: 256.processed, 286.processed: file now displayed
                   5202:          as name, size, mode, content-type
                   5203: 
                   5204:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   5205:          issue #933
                   5206: 
                   5207: 2013-06-28  moko
                   5208: 
                   5209:        * tests/: 286.html, results/286.processed: test extended
                   5210: 
                   5211:        * tests/: 286.html, results/286.processed: Test for issue #928
                   5212:          added.  it tests default content-type change.
                   5213: 
                   5214:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   5215:          now updated
                   5216: 
                   5217: 2013-06-25  moko
                   5218: 
                   5219:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   5220:          content-type for text/binary files without name added;
                   5221:          ^file::create[$f;...] options now works properly and $f
                   5222:          properties are default (fixes issue #928)
                   5223: 
                   5224: 2013-05-16  misha
                   5225: 
                   5226:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   5227:          added
                   5228: 
                   5229:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   5230:          table if specified limit is bigger than source rows count
                   5231: 
                   5232:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   5233:          added ( new feature: #858 )
                   5234: 
                   5235: 2013-04-29  moko
                   5236: 
                   5237:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   5238:          $.ipresolve(0|1|2) added (closes issue #891)
                   5239: 
                   5240:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   5241: 
                   5242: 2013-04-24  moko
                   5243: 
                   5244:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5245:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5246:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   5247:          memcached_quit (refs #893)
                   5248: 
                   5249: 2013-04-22  moko
                   5250: 
                   5251:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   5252:          slashes in file path (fixes bug #872)
                   5253: 
                   5254:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   5255:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   5256:          #739)
                   5257: 
                   5258:        * tests/results/266.processed: $.max_params added (feature #915)
                   5259: 
                   5260:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   5261:          option added to file::load (closes issue #867)
                   5262: 
                   5263: 2013-04-20  misha
                   5264: 
                   5265:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   5266:          commited
                   5267: 
                   5268: 2013-03-15  misha
                   5269: 
                   5270:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   5271:          multiple empty strings while ::sql. uae String::Empty instead
                   5272: 
                   5273: 2013-03-14  misha
                   5274: 
                   5275:        * src/classes/reflection.C: - for user classes
                   5276:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   5277:          with $.call_type if they available ( new feature: #915 )
                   5278: 
                   5279:        * src/classes/file.C: - ^file:delete[] now supports an option
                   5280:          $.exception(false) that suppress any exception while deleting
                   5281:          file ( new feature: #916 )
                   5282: 
                   5283:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   5284:          work :)
                   5285: 
                   5286: 2013-03-12  misha
                   5287: 
                   5288:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   5289:          set default name for the file
                   5290: 
                   5291: 2013-03-11  misha
                   5292: 
                   5293:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   5294:          also available in $f.cookies
                   5295: 
                   5296:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   5297:          moved to a separate method
                   5298: 
                   5299: 2013-03-10  moko
                   5300: 
                   5301:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   5302:          added
                   5303: 
                   5304:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   5305:          removed (declared by autoconf)
                   5306: 
                   5307:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   5308:          uint32_t define
                   5309: 
                   5310: 2013-03-10  misha
                   5311: 
                   5312:        * src/classes/file.C: ^file:delete and ^file:move now support
                   5313:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   5314: 
                   5315:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   5316:          empty dirs is added
                   5317: 
                   5318: 2013-03-10  moko
                   5319: 
                   5320:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   5321:          but default check removed from ^int/double/bool.int/double/bool
                   5322:          for string.int/double/bool compatibility (related to issue #913)
                   5323: 
                   5324:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   5325:          internally throws exception if default is present (closes issue
                   5326:          #913)
                   5327: 
                   5328: 2013-03-09  misha
                   5329: 
                   5330:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   5331:          optimisations ( #845 )
                   5332: 
                   5333:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   5334: 
                   5335: 2013-03-08  moko
                   5336: 
                   5337:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   5338:          creates correct table (fixes issue #910)
                   5339: 
                   5340:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   5341:          use outside of 'connect' operator (fixes issue #911)
                   5342: 
                   5343:        * tests/results/: 096.processed, 122.processed: test results
                   5344:          updated as doubles now printed with 15 significant digits, not 5
                   5345:          (fixes issue #882)
                   5346: 
                   5347:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   5348:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   5349: 
                   5350: 2013-02-21  moko
                   5351: 
                   5352:        * src/classes/table.C: _locate_name_value does not check arguments
                   5353:          count, so we check it in advance (fixes issue #905)
                   5354: 
                   5355: 2012-10-23  moko
                   5356: 
                   5357:        * buildall: old shell for and echo compatibility (for six)
                   5358: 
                   5359: 2012-10-19  moko
                   5360: 
                   5361:        * buildall: --strip added --disable-safe-mode listed in usage
                   5362: 
                   5363: 2012-10-17  misha
                   5364: 
                   5365:        * src/classes/op.C: - apply-taint should not throw "outside
                   5366:          connect" exception with sql lang now
                   5367: 
                   5368: 2012-10-17  moko
                   5369: 
                   5370:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   5371:          each request (for apache module)
                   5372: 
                   5373: 2012-09-26  moko
                   5374: 
                   5375:        * src/doc/doxygen.cfg: png -> svg
                   5376: 
                   5377: 2012-09-25  moko
                   5378: 
                   5379:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   5380:          test added
                   5381: 
                   5382:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   5383:          double use when key is long
                   5384: 
                   5385: 2012-09-16  moko
                   5386: 
                   5387:        * src/classes/math.C: Format -> Method Encode -> Format
                   5388: 
                   5389:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   5390:          added
                   5391: 
                   5392: 2012-09-14  moko
                   5393: 
                   5394:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   5395:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   5396:          implementation added
                   5397: 
                   5398: 2012-09-12  moko
                   5399: 
                   5400:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   5401:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   5402:          targets.dox and string.dox slightly actualized
                   5403: 
                   5404: 2012-08-31  moko
                   5405: 
                   5406:        * ChangeLog: now generated with patched cvs2cl.pl
                   5407: 
                   5408: 2012-07-29  moko
                   5409: 
                   5410:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   5411:          result should be pushed after VMethodFrame destructor is called,
                   5412:          as it deletes junctions from stack params (fixes issue #868)
                   5413: 
                   5414: 2012-07-23  moko
                   5415: 
                   5416:        * INSTALL, README: buildall script usage documented, other outdated
                   5417:          info updated.
                   5418: 
                   5419:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   5420: 
                   5421: 2012-07-21  moko
                   5422: 
                   5423:        * buildall: glib does not compile when threads are disabled...
                   5424: 
                   5425:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   5426: 
                   5427:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   5428:          unref, can't unref nested objects)
                   5429: 
                   5430:        * src/types/pa_vmail.C: another check added
                   5431: 
                   5432: 2012-07-19  moko
                   5433: 
                   5434:        * buildall: usage added
                   5435: 
                   5436:        * buildall: new buildall script that unites buildall-with-xml,
                   5437:          buildall-without-xml, --with-apache and --with-mailreceive
                   5438: 
                   5439:        * configure.in: support for static gmime and dynamic glib linking.
                   5440:          fixes for FreeBSD
                   5441: 
                   5442: 2012-07-17  moko
                   5443: 
                   5444:        * configure.in: --with-mailreceive replaced
                   5445:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   5446:          removed
                   5447: 
                   5448: 2012-07-16  moko
                   5449: 
                   5450:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   5451:          capitalized, content now decoded and text content converted to
                   5452:          $request:charset.  all properties are accessed by functions, this
                   5453:          ready for dynamic load.
                   5454: 
                   5455: 2012-06-28  moko
                   5456: 
1.116     moko     5457:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   5458:          32 bit
1.95      moko     5459: 
                   5460: 2012-06-27  moko
                   5461: 
                   5462:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   5463:          passive ftp
                   5464: 
                   5465:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   5466: 
                   5467:        * configure.in: 3.4.2 RC -> 3.4.2
                   5468: 
                   5469: 2012-06-22  moko
                   5470: 
                   5471:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   5472:          #815)
                   5473: 
                   5474:        * tests/: 284.html, results/284.processed: output options test
                   5475:          (feature #265)
                   5476: 
                   5477: 2012-06-22  misha
                   5478: 
                   5479:        * tests/215.html: - little changes
                   5480: 
                   5481: 2012-06-21  moko
                   5482: 
                   5483:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   5484:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   5485:          feature #265)
                   5486: 
                   5487:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   5488:          breaks long .*, default 10M restored. (issue #216)
                   5489: 
                   5490:        * tests/: 283.html, results/283.processed: test for issue #815
                   5491:          added
                   5492: 
                   5493:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   5494:          again, cstrm not required.
                   5495: 
                   5496:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   5497:          Win32 and broken FreeBSD (issue #45)
                   5498: 
                   5499:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   5500: 
                   5501:        * src/main/pa_string.C: warnings war
                   5502: 
                   5503:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   5504:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   5505:          main/pa_socks.C, targets/apache/pa_threads.C,
                   5506:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5507:          types/pa_vstatus.C: compilation under cygwin fixed
                   5508: 
                   5509: 2012-06-19  moko
                   5510: 
                   5511:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   5512:          Windows fixed
                   5513: 
                   5514:        * parser3.sln: removed antique pcre_ctype
                   5515: 
                   5516:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   5517: 
                   5518:        * src/include/pa_config_fixed.h: undefined reference to
                   5519:          __imp__pcre_* fix for Windows
                   5520: 
                   5521:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     5522:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   5523:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   5524:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   5525:          define fixed
1.95      moko     5526: 
                   5527: 2012-06-18  moko
                   5528: 
                   5529:        * src/classes/memcached.C: flush -> clear
                   5530: 
                   5531:        * src/classes/memcached.C: memcached does not support quotes even
                   5532:          in server name
                   5533: 
                   5534:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5535:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   5536:          called on open to check servers existance.  $.key(true) syntax
                   5537:          now supported
                   5538: 
                   5539: 2012-06-17  moko
                   5540: 
                   5541:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   5542:          cleanup
                   5543: 
                   5544:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   5545:          tests/results/282.processed: encloser at the EOF bug fixed,
                   5546:          incorrectly enclosed data now processed more logicaly (fixes
                   5547:          #339)
                   5548: 
                   5549: 2012-06-15  moko
                   5550: 
                   5551:        * buildall-without-xml: sync with buildall-with-xml
                   5552: 
                   5553:        * buildall-with-xml: download auto-detected between fetch and curl
                   5554: 
                   5555:        * configure.in: --with-gc and --with-pcre now also processed
                   5556:          correctly
                   5557: 
1.116     moko     5558:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   5559:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   5560:          should be run on rol1 using automake / aclocal (GNU automake)
                   5561:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     5562: 
                   5563:        * configure.in: new PARSER_VERSION logic
                   5564: 
                   5565:        * src/include/pa_version.h: new pa_version.h logic
                   5566: 
                   5567:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5568:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5569:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   5570:          feols_normalized -> fis_text_content set_binary added
                   5571: 
                   5572:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   5573: 
                   5574: 2012-06-15  misha
                   5575: 
                   5576:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5577:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5578:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   5579:          ^file::create[text;content] EOLs in content now is normalized. (
                   5580:          new feature: #815 )
                   5581: 
                   5582: 2012-06-15  moko
                   5583: 
                   5584:        * configure.in: --disable-version-update added to disable version
                   5585:          update with host information (for debian package) whitespace
                   5586:          optimized
                   5587: 
                   5588:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   5589:          libtool
                   5590: 
                   5591:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   5592:          it.
                   5593: 
                   5594: 2012-06-14  moko
                   5595: 
                   5596:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   5597:          tests/results/281.processed: "hash flocked" error removed for
                   5598:          safe operations like ^h._count[] ( new feature: #335 )
                   5599: 
1.116     moko     5600:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     5601: 
                   5602:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   5603: 
                   5604:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   5605:          xml compilation check added
                   5606: 
                   5607:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   5608:          replaced with --with-gc and --with-pcre test for pcre linking
                   5609:          added
                   5610: 
                   5611: 2012-06-13  moko
                   5612: 
                   5613:        * configure.in: apxs2 check optimized
                   5614: 
                   5615:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   5616:          .la, includes optimized
                   5617: 
                   5618:        * buildall-with-xml: --with-pic looks better for -fPIC
                   5619: 
                   5620:        * configure.in: switched to convenience library in static linking
                   5621: 
                   5622:        * src/targets/apache/Makefile.am: switched to convenience library
                   5623:          usage to avoid libtool warnings
                   5624: 
                   5625:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   5626:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   5627:          smtp/Makefile.am: switched to convenience library usage
                   5628: 
                   5629:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   5630: 
                   5631:        * src/targets/apache/Makefile.am: updated for libtool usage
                   5632: 
                   5633:        * buildall-without-xml: --with-included-ltdl added
                   5634: 
                   5635:        * buildall-without-xml: sync with buildall-with-xml
                   5636: 
                   5637:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   5638:          -fPIC for x64 $download added for wget success check added
                   5639: 
                   5640:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   5641: 
                   5642:        * configure.in: disable-static returned
                   5643: 
                   5644:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   5645:          LIBTOOLFLAGS
                   5646: 
                   5647: 2012-06-12  moko
                   5648: 
                   5649:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   5650:          compatible with LIBTOOLFLAGS for unknown reasons
                   5651: 
                   5652:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   5653: 
                   5654:        * configure.in: static/dynamic -lstdc++ linking option removed
                   5655:          apxs2 check added
                   5656: 
                   5657:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   5658:          option removed
                   5659: 
                   5660: 2012-06-10  moko
                   5661: 
                   5662:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   5663:          added
                   5664: 
                   5665:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   5666: 
1.116     moko     5667:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   5668:          beauty
1.95      moko     5669: 
                   5670:        * depcomp: from libtool 2.4.2
                   5671: 
                   5672:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   5673: 
                   5674: 2012-06-09  moko
                   5675: 
1.116     moko     5676:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   5677:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     5678:          autogenerated files updated after libtool update
                   5679: 
1.116     moko     5680:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   5681:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     5682:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   5683:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   5684:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   5685:          config/compile, config/config.guess, config/config.sub,
                   5686:          config/depcomp, config/install-sh, config/ltmain.sh,
                   5687:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   5688:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   5689:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   5690:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   5691:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   5692:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   5693:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   5694:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   5695: 
                   5696:        * configure.in: preparation for new libtool
                   5697: 
                   5698:        * configure.in: Some beauty added :)
                   5699: 
                   5700:        * src/targets/apache/Makefile.am: := -> =
                   5701: 
                   5702:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   5703:          again. :)
                   5704: 
                   5705:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   5706:          previously was taken from pcre_internal.h. :)
                   5707: 
                   5708:        * src/lib/pcre/Makefile.am: config.h returned
                   5709: 
                   5710:        * src/lib/pcre/config.h: still need this. :)
                   5711: 
                   5712:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   5713: 
                   5714:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   5715:          removed
                   5716: 
                   5717:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   5718:          now in parser tree, no need to copy
                   5719: 
                   5720:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   5721:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   5722:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   5723:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   5724:          extracts now used old trash removed
                   5725: 
                   5726:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   5727:          (debian/patches/104_automake.patch) + all charsets are copied
                   5728: 
                   5729:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   5730:          extra arguments now supported
                   5731: 
                   5732: 2012-06-08  misha
                   5733: 
                   5734:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   5735:          the 2nd option in ^table.hash[] could be hash or table so
                   5736:          .as_hash will throw an exception when table option is specified
                   5737: 
                   5738:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5739:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   5740:          classes/table.C, classes/void.C, classes/xdoc.C,
                   5741:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   5742:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   5743:          and improved (whitespaces are allowed as empty options) -
                   5744:          MethodParams::as_table is added - above methods are used for
                   5745:          parsing methods' options ( new feature: #9 )
                   5746: 
                   5747:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   5748:          to vclass. now class fields can be accessible as a hash:
                   5749:          $h[^hash::create[$asd:CLASS]]
                   5750: 
                   5751:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   5752:          have get_fields method so their fields can be accessed with
                   5753:          ^reflection:fields[...] & ^reflection:field[...]
                   5754: 
                   5755: 2012-06-06  misha
                   5756: 
                   5757:        * tests/280.html: - tests for
                   5758:          ^reflection:method[obj-or-class;method],
                   5759:          ^reflection:field[obj-or-class;field] and
                   5760:          ^reflection:fields[obj-or-class] are added
                   5761: 
                   5762: 2012-06-05  misha
                   5763: 
                   5764:        * src/classes/reflection.C: - ^reflection:method[class or
                   5765:          object;method name] and ^reflection:field[class or object;field
                   5766:          name] are added
                   5767: 
                   5768:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   5769:          is used
                   5770: 
                   5771:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   5772: 
                   5773: 2012-06-05  moko
                   5774: 
1.116     moko     5775:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     5776: 
                   5777:        * src/classes/memcached.C: flish ttl fixed
                   5778: 
                   5779: 2012-06-04  moko
                   5780: 
                   5781:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   5782:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   5783:          option (new feature #833)
                   5784: 
                   5785: 2012-06-04  misha
                   5786: 
                   5787:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   5788:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   5789: 
                   5790: 2012-06-03  misha
                   5791: 
                   5792:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   5793:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   5794: 
                   5795: 2012-05-30  misha
                   5796: 
                   5797:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   5798:          incomplete class into a scope while @USE is found
                   5799: 
                   5800:        * src/main/compile.y: - add incomplete class into a scope while
                   5801:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   5802: 
                   5803: 2012-05-30  moko
                   5804: 
                   5805:        * src/types/pa_vclass.C, tests/278.html,
                   5806:          tests/results/278.processed: removed "property has no getter
                   5807:          method" exception when GET_DEFAULT present (fixes #269)
                   5808: 
                   5809:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   5810:          $._default
                   5811: 
                   5812: 2012-05-29  moko
                   5813: 
                   5814:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   5815:          uninitialized values usage (new feature: #154)
                   5816: 
                   5817: 2012-05-28  moko
                   5818: 
                   5819:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   5820:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   5821:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   5822:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   5823:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   5824:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   5825:          tests/results/277.processed, src/types/pa_vtable.h,
                   5826:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   5827:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   5828:          feature #803)
                   5829: 
                   5830:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   5831:          tests/results/277.processed: json numbers are now treated as
                   5832:          double ( new feature: #834 )
                   5833: 
                   5834:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   5835:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   5836:          added for out of range checks, zero division in vint/vdouble
                   5837:          check added ( fixes #832 )
                   5838: 
                   5839:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   5840:          ( fixes #832 )
                   5841: 
                   5842: 2012-05-28  misha
                   5843: 
                   5844:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   5845:          configure
                   5846: 
                   5847:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   5848:          added - tests for unsupported values for options $.file, $.table
                   5849:          and $.date are added
                   5850: 
                   5851:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   5852:          accepts "stat" $.file[] option's value in addition to existed
                   5853:          "text" and "base64" ( new feature: #835 )
                   5854: 
                   5855:        * tests/276.html: - test for
                   5856:          ^reflection:delete[$object-or-class;field-name]
                   5857: 
                   5858:        * src/classes/reflection.C: -
                   5859:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   5860:          feature: #268 )
                   5861: 
                   5862: 2012-05-27  misha
                   5863: 
                   5864:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   5865: 
                   5866: 2012-05-24  misha
                   5867: 
                   5868:        * src/include/pa_common.h: - method lastposafter was removed
                   5869: 
                   5870:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   5871:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   5872:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   5873:          work as *nix commands
                   5874: 
                   5875:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   5876: 
                   5877:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   5878:          rskipchars were added
                   5879: 
                   5880:        * tests/270.html: - more tests for ^file:find[]
                   5881: 
                   5882:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   5883: 
                   5884:        * src/include/pa_version.h: - must be "win32" here. it is
                   5885:          auto-generated on *nix
                   5886: 
                   5887: 2012-05-24  moko
                   5888: 
                   5889:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   5890:          throws overflow exception ( new feature: #830 )
                   5891: 
                   5892:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   5893:          uint32 support and overflow added ( new feature: #830 )
                   5894: 
                   5895: 2012-05-23  moko
                   5896: 
                   5897:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   5898:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   5899:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   5900:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5901:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5902:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   5903:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   5904:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5905:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   5906:          "return string as-is" removed from as_expr_result. ( new feature:
                   5907:          #831 )
                   5908: 
                   5909:        * tests/results/244.processed: test changed after bug #782 fix
                   5910:          commited
                   5911: 
                   5912:        * tests/results/229.processed: test results for bug #782 commited
                   5913: 
                   5914:        * tests/: 254.html, results/254.processed: uid now just compared,
                   5915:          not printed. :)
                   5916: 
                   5917: 2012-05-20  moko
                   5918: 
                   5919:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   5920:          feature: #341 )
                   5921: 
                   5922:        * tests/: 254.html, results/254.processed: test for
                   5923:          ^reflection:uid[] added
                   5924: 
                   5925:        * tests/: 254.html, results/254.processed: test for
                   5926:          ^reflection:uid[$obj] added
                   5927: 
                   5928: 2012-05-17  misha
                   5929: 
                   5930:        * src/main/untaint.C: - do not replace ' char by _26 while
                   5931:          exploding filespec-tainting ( new feature: #829 )
                   5932: 
                   5933: 2012-05-12  moko
                   5934: 
                   5935:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   5936:          not.
                   5937: 
                   5938: 2012-05-08  moko
                   5939: 
                   5940:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   5941: 
                   5942:        * tests/229.html: test for bug #782
                   5943: 
                   5944:        * tests/results/259.processed, src/main/pa_request.C,
                   5945:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   5946:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   5947:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   5948:          string; defined locals are empty strings; $STRICT-VARS(true)
                   5949:          added
                   5950: 
                   5951: 2012-04-27  moko
                   5952: 
1.116     moko     5953:        * src/targets/apache/Makefile.am:
1.95      moko     5954:          ../../lib/memcached/libmemcached.a added
                   5955: 
                   5956: 2012-04-27  misha
                   5957: 
                   5958:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   5959:          ( #827 )
                   5960: 
                   5961: 2012-04-25  moko
                   5962: 
                   5963:        * src/: classes/json.C, classes/memcached.C,
                   5964:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5965:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   5966:          implemented.
                   5967: 
                   5968:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   5969: 
                   5970: 2012-04-23  moko
                   5971: 
                   5972:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5973:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5974:          types/pa_vmemcached.h: open allows options hash for new
                   5975:          memcached(options) function
                   5976: 
                   5977:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   5978:          not appended
                   5979: 
                   5980: 2012-04-21  moko
                   5981: 
                   5982:        * src/classes/curl.C: '' added. :)
                   5983: 
                   5984:        * src/classes/classes.vcproj: new curl.h location
                   5985: 
                   5986:        * src/classes/curl.C: verbose output redirection from stderr to
                   5987:          file curl option added
                   5988: 
                   5989: 2012-04-20  moko
                   5990: 
                   5991:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   5992:          contains what we need from curl, #ifdef HAVE_CURL removed
                   5993: 
1.116     moko     5994:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     5995:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     5996:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   5997:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     5998:          configure option
                   5999: 
                   6000: 2012-04-19  moko
                   6001: 
                   6002:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   6003:          classes/string.C, lib/gc/include/gc_allocator.h,
                   6004:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   6005:          options from sql_result_string removed. (closes issue #468)
                   6006: 
                   6007:        * src/types/pa_vmemcached.C: empty string fix
                   6008: 
                   6009:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   6010:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   6011:          pa_vmemcached.C
                   6012: 
                   6013: 2012-04-18  moko
                   6014: 
                   6015:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   6016:          apache2-mpm-prefork" error displayed in threaded mpm.
                   6017: 
                   6018:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6019:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   6020:          installed (issue #354)
                   6021: 
                   6022: 2012-04-16  moko
                   6023: 
                   6024:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   6025:          memcached_result_free removed
                   6026: 
                   6027: 2012-04-14  moko
                   6028: 
                   6029:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   6030: 
                   6031:        * src/types/pa_vmemcached.C: check_key added and used
                   6032: 
                   6033: 2012-04-13  moko
                   6034: 
                   6035:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   6036:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   6037:          Serialization_data now added and used, VString now serialized
                   6038:          with languages into memcached.
                   6039: 
                   6040: 2012-03-28  moko
                   6041: 
                   6042:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   6043:          lib/memcached/pa_memcached.h: result lengths added
                   6044: 
                   6045: 2012-03-27  moko
                   6046: 
                   6047:        * src/types/pa_vmemcached.C: strdup added
                   6048: 
                   6049: 2012-03-24  moko
                   6050: 
                   6051:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6052:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6053:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   6054: 
                   6055: 2012-03-20  moko
                   6056: 
1.116     moko     6057:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     6058: 
                   6059:        * src/targets/cgi/Makefile.am: cleanup
                   6060: 
                   6061:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   6062:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   6063: 
                   6064:        * src/: classes/Makefile.am, classes/memcached.C,
                   6065:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   6066:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   6067:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   6068: 
                   6069: 2012-03-16  moko
                   6070: 
                   6071:        * src/main/execute.C: ident now works under Linux + ident displays
                   6072:          filenames (closes issue #818)
                   6073: 
1.116     moko     6074:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     6075:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   6076:          pa_vmethod_frame_local.h removed
                   6077: 
                   6078:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   6079:          classes/classes.h, classes/curl.C, classes/date.C,
                   6080:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6081:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   6082:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   6083:          classes/memory.C, classes/op.C, classes/reflection.C,
                   6084:          classes/regex.C, classes/response.C, classes/string.C,
                   6085:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   6086:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   6087:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6088:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6089:          include/pa_dictionary.h, include/pa_dir.h,
                   6090:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6091:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   6092:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   6093:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   6094:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6095:          include/pa_sapi.h, include/pa_socks.h,
                   6096:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6097:          include/pa_stack.h, include/pa_string.h,
                   6098:          include/pa_stylesheet_connection.h,
                   6099:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6100:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6101:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6102:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6103:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   6104:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   6105:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   6106:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   6107:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6108:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6109:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6110:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   6111:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   6112:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   6113:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   6114:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   6115:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   6116:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   6117:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   6118:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   6119:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6120:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6121:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   6122:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   6123:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6124:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6125:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   6126:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6127:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   6128:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   6129:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6130:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   6131:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   6132:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6133:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   6134:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   6135:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   6136:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6137:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6138:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6139:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   6140:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   6141:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6142:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6143:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   6144:          ident now works under Linux + ident displays filenames (closes
                   6145:          issue #818) Copyright updated
                   6146: 
                   6147: 2012-03-13  moko
                   6148: 
                   6149:        * src/main/pa_string.C: compilation fix for feature #741
                   6150: 
                   6151: 2012-03-09  misha
                   6152: 
                   6153:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   6154: 
                   6155:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   6156:          now detects invalid base64 chars in the middle of encoded stricg
                   6157:          ( new feature: #55 )
                   6158: 
                   6159:        * src/include/pa_exception.h: - new exception type for base64
                   6160:          decoding is added
                   6161: 
                   6162: 2012-03-06  misha
                   6163: 
                   6164:        * tests/274.html: - tests for ^date::today[] and
                   6165:          ^date.sql-string[datetime|date|time] are added
                   6166: 
                   6167:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   6168:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   6169:          strings "datetime", "date" or "time" - comments tidying up
                   6170: 
                   6171:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   6172:          date and time
                   6173: 
                   6174: 2012-03-03  misha
                   6175: 
                   6176:        * tests/193.html: - tests for
                   6177:          ^string:base64[encoded;$.strict(true)] are added
                   6178: 
                   6179:        * tests/results/auto.p: - try-catch operator is added
                   6180: 
                   6181:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   6182:          main/pa_common.C: - $.strict(true|false) option is added to
                   6183:          base64 decode methods ( new feature: #55 )
                   6184: 
                   6185:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   6186:          ( new feature: #819 )
                   6187: 
                   6188: 2012-02-28  moko
                   6189: 
                   6190:        * src/classes/hash.C: ident test
                   6191: 
                   6192: 2012-02-27  misha
                   6193: 
                   6194:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   6195: 
                   6196: 2012-01-08  misha
                   6197: 
                   6198:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   6199: 
                   6200:        * src/: classes/string.C, include/pa_dictionary.h,
                   6201:          main/pa_dictionary.C, main/pa_string.C: -
                   6202:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   6203:          ^string.replace[one subst here] is slightly optimized
                   6204: 
                   6205: 2011-12-07  misha
                   6206: 
                   6207:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   6208:          named table with one empty column ( bugfix: #63 )
                   6209: 
                   6210: 2011-11-30  misha
                   6211: 
                   6212:        * src/classes/json.C: - it's possible to set user's method for
                   6213:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   6214:          #763 )
                   6215: 
                   6216:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   6217: 
                   6218: 2011-11-23  misha
                   6219: 
                   6220:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6221:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   6222:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   6223:          ^file::create[mode;filename;content[;options]] now accepts binary
                   6224:          mode and file-content - new constructor's format:
                   6225:          ^file::create[string-or-file-content[;$.name[filename]
                   6226:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   6227:          feature: #65 )
                   6228: 
                   6229:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   6230:          mime_type_of(const String*) is added
                   6231: 
                   6232:        * src/include/pa_exception.h: - new exception constant
                   6233:          FILE_NAME_MUST_BE_SPECIFIED is added
                   6234: 
                   6235:        * src/classes/table.C: - bug with negative offset transformed into
                   6236:          a feature. it means pointing to a row from the end of the table (
                   6237:          new feature: #810 )
                   6238: 
                   6239: 2011-11-19  misha
                   6240: 
                   6241:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   6242:          â ìåòîäå _select ( new feature: #810 )
                   6243: 
                   6244:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   6245:          options were specified together is simplified
                   6246: 
                   6247: 2011-11-12  misha
                   6248: 
                   6249:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   6250:          HTTP content-disposition header (a part of bug #361 )
                   6251: 
                   6252:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   6253:          checks for ancestors' classes as well ( new feature: #456 )
                   6254: 
                   6255:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   6256:          "without cycle" now have types "parser.break" and
                   6257:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   6258:          )
                   6259: 
                   6260: 2011-11-11  misha
                   6261: 
                   6262:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   6263:          237.processed: - since bug #361 was fixed the content of filename
                   6264:          in HTTP headers is quoted
                   6265: 
                   6266:        * tests/results/270.processed: - result for test 270
                   6267: 
                   6268:        * tests/: 065.html, results/065.processed: - more tests for
                   6269:          ^file:basename[] & Co were added
                   6270: 
                   6271:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   6272: 
                   6273:        * tests/270.html: - tests for ^file:find[] are added
                   6274: 
                   6275:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   6276:          using option $.charset. option $.engoding is still supported but
                   6277:          these options can not be specified together
                   6278: 
                   6279:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   6280:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   6281: 
                   6282: 2011-10-11  misha
                   6283: 
                   6284:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   6285:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   6286:          #622)
                   6287: 
                   6288: 2011-09-30  misha
                   6289: 
                   6290:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   6291:          exception "saving stat-ed file" ( bugfix: #395 )
                   6292: 
                   6293: 2011-05-30  misha
                   6294: 
                   6295:        * src/classes/string.C: - fixed bug which was added with
                   6296:          params.as_hash into string:sql
                   6297: 
                   6298: 2011-05-29  misha
                   6299: 
                   6300:        * src/types/pa_value.C: - filename in content-disposition header
                   6301:          must be quoted ( bugfix: #361 )
                   6302: 
                   6303: 2011-05-27  misha
                   6304: 
                   6305:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   6306:          created file
                   6307: 
                   6308:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   6309:          usage
                   6310: 
                   6311:        * src/include/pa_exception.h: - one more string for exception was
                   6312:          added
                   6313: 
                   6314: 2011-05-25  misha
                   6315: 
                   6316:        * tests/269.html: - tests for checking input params in some dom
                   6317:          methods
                   6318: 
                   6319:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   6320:          was added. it isn't possible not wo create xdoc with invalid
                   6321:          tagName. ( bugfix: #160 )
                   6322: 
                   6323:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   6324:          string "data must be string" was mover from pa_exception.h to
                   6325:          pa_xml_exception.h
                   6326: 
                   6327:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   6328:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   6329: 
                   6330:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   6331: 
                   6332:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   6333:          options - XML-related exception's strings were added
                   6334: 
                   6335:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   6336:          output_options were removed)
                   6337: 
                   6338: 2011-05-19  misha
                   6339: 
                   6340:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   6341:          params.as_hash is used more while parsing methods hash-options
                   6342: 
                   6343: 2011-05-18  misha
                   6344: 
                   6345:        * operators.txt: - info about json-serialization of xdoc was added
                   6346: 
                   6347:        * tests/256.html: - tests for json-serialization xdoc were added
                   6348: 
                   6349:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   6350: 
                   6351:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6352:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   6353:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   6354:          specified in $.xdoc[] ( new feature: #265 )
                   6355: 
                   6356: 2011-05-15  misha
                   6357: 
                   6358:        * tests/268.html: - tests for ^table.count[with options] were added
                   6359: 
                   6360:        * src/classes/table.C: - method ^table.count[] now can accept
                   6361:          options ( new feature: #93 ): ^table.count[column] returns number
                   6362:          of columns for named table; ^table.count[cells] returns number of
                   6363:          cells in the current row; ^table.count[] & ^table.count[rows]
                   6364:          return number of rows in a table.
                   6365: 
                   6366:        * tests/267.html: - test for checking switch/case in boolean mode
                   6367:          was added
                   6368: 
                   6369:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   6370:          compared as bool values, not as double values: new feature: #351
                   6371: 
                   6372: 2011-05-06  misha
                   6373: 
                   6374:        * tests/242.html: - EOL before EOF was added
                   6375: 
                   6376:        * tests/169.html: - tests for splitting empty string and void were
                   6377:          added
                   6378: 
                   6379:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   6380:          returned table with one empty cell)
                   6381: 
                   6382: 2011-04-03  misha
                   6383: 
                   6384:        * src/include/pa_version.h, configure.in: - version in head was
                   6385:          changed to 3.4.2b
                   6386: 
                   6387: 2011-03-30  misha
                   6388: 
                   6389:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   6390:          as well ( new feature #294 )
                   6391: 
                   6392: 2011-03-29  misha
                   6393: 
                   6394:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   6395:          limited to approx. 6 MB. previous limits were too big for real
                   6396:          life. bugfix: #216
                   6397: 
                   6398: 2011-03-04  moko
                   6399: 
                   6400:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   6401:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   6402: 
                   6403:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   6404:          vlalek@
                   6405: 
                   6406: 2011-02-22  misha
                   6407: 
                   6408:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   6409:          be under #ifdef XML or parser can't be compiled without xml
                   6410:          support
                   6411: 
                   6412: 2011-02-21  misha
                   6413: 
1.116     moko     6414:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     6415:          ApacheModuleParser3.vcproj was removed
                   6416: 
                   6417:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   6418:          removed)
                   6419: 
                   6420: 2011-02-20  misha
                   6421: 
                   6422:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   6423:          $.overridden in ^reflection:method_info[...] were added
                   6424: 
                   6425:        * src/classes/reflection.C: - beautifying result of
                   6426:          ^reflection:method_info[] ($.overridden/inherited)
                   6427: 
                   6428: 2011-02-18  misha
                   6429: 
                   6430:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   6431:          and pa_isalnum instead of isalpha and isalnum - bug with
                   6432:          redundand quoting lowercased latin chars while building email
                   6433:          body was fixed
                   6434: 
                   6435:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   6436:          added (they check for latin chars only)
                   6437: 
                   6438: 2011-02-16  misha
                   6439: 
                   6440:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   6441:          string size for transcoding gave too small value (should ever
                   6442:          look for availability char in dest charset inspite of the char
                   6443:          size)
                   6444: 
                   6445: 2011-02-04  moko
                   6446: 
                   6447:        * tests/223.html: header values now not url-encoded (issue #195)
                   6448: 
                   6449: 2011-02-01  misha
                   6450: 
                   6451:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   6452: 
                   6453: 2011-01-31  misha
                   6454: 
                   6455:        * src/main/pa_request.C: - throw exception if param file_name in
                   6456:          use_file is empty
                   6457: 
                   6458: 2011-01-08  moko
                   6459: 
                   6460:        * src/classes/curl.C: compilations errors fixed
                   6461: 
                   6462: 2010-12-29  moko
                   6463: 
                   6464:        * tests/: 265.html, results/265.processed: test for issue #200
                   6465:          added
                   6466: 
                   6467:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   6468:          #200)
                   6469: 
                   6470:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   6471: 
                   6472:        * tests/results/223.processed: header values now not url-encoded
                   6473:          (issue #195)
                   6474: 
                   6475:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   6476:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   6477:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   6478: 
                   6479: 2010-12-18  misha
                   6480: 
                   6481:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   6482:          => pa-include
                   6483: 
                   6484: 2010-11-28  moko
                   6485: 
                   6486:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   6487: 
                   6488:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   6489:          -> pa
                   6490: 
                   6491:        * configure.in: apr -> pa
                   6492: 
                   6493:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   6494: 
                   6495:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   6496:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   6497: 
                   6498:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   6499:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   6500:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   6501:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   6502:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   6503:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   6504:          module apr name conflict resolved)
                   6505: 
                   6506: 2010-11-27  misha
                   6507: 
                   6508:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   6509:          libbz2
                   6510: 
                   6511: 2010-11-26  misha
                   6512: 
                   6513:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   6514:          warnings removed
                   6515: 
                   6516: 2010-11-25  moko
                   6517: 
                   6518:        * operators.txt: $.indent(true)
                   6519: 
                   6520:        * operators.txt: another bugfix. :)
                   6521: 
                   6522:        * operators.txt: bugfix. :)
                   6523: 
                   6524:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   6525: 
                   6526: 2010-11-24  moko
                   6527: 
1.116     moko     6528:        * configure: apxs support
1.95      moko     6529: 
                   6530:        * configure.in: apxs support -Bstatic gc removed for OS X
                   6531: 
                   6532:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   6533: 
                   6534:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   6535:          THREAD_LOCAL usage
                   6536: 
                   6537:        * src/: classes/curl.C, include/pa_config_includes.h,
                   6538:          main/pa_globals.C: THREAD_LOCAL defined and used
                   6539: 
                   6540: 2010-11-23  moko
                   6541: 
                   6542:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   6543:          should be passed to pa_sleep, and only fractional part (bugfix:
                   6544:          #188)
                   6545: 
                   6546:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   6547: 
                   6548:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6549:          GC_dont_gc=1, as in cgi version
                   6550: 
                   6551:        * src/targets/apache/mod_parser3.c: warning war
                   6552: 
                   6553:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6554:          pa_httpd.h: version removed, some trash removed
                   6555: 
                   6556:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   6557:          to show it), warning war
                   6558: 
                   6559:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6560:          pa_httpd.h: parser_status_allowed removed + merge config
                   6561:          functions removed (override is the default) + beauty
                   6562: 
                   6563:        * src/: include/pa_request.h, main/pa_request.C,
                   6564:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   6565:          hide $status used in apache module removed
                   6566: 
                   6567: 2010-11-18  moko
                   6568: 
                   6569:        * operators.txt: $.table[compact] added for ^json:string[]
                   6570: 
                   6571: 2010-11-16  moko
                   6572: 
                   6573:        * src/targets/apache/mod_parser3.c: some cleanup done
                   6574: 
                   6575:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   6576:          is hashcode; second, info.fragment_begin is original, not
                   6577:          resulting length
                   6578: 
                   6579:        * src/classes/file.C: new feature: $.stdin now untainted
                   6580: 
                   6581:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   6582: 
                   6583:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   6584: 
                   6585:        * src/classes/op.C: ^apply-taint[] method added
                   6586: 
                   6587:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   6588:          added; $.stdin untaint test added
                   6589: 
                   6590: 2010-11-15  moko
                   6591: 
                   6592:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   6593:          removed
                   6594: 
                   6595:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6596:          pa_httpd.h: 2x2 calculated under apache2. :)
                   6597: 
                   6598: 2010-11-13  moko
                   6599: 
                   6600:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   6601:          with apache 2.x includes
                   6602: 
                   6603:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   6604:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   6605:          united apache 1.3 / apache 2.x DSO module
                   6606: 
                   6607: 2010-11-09  moko
                   6608: 
                   6609:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   6610:          syntax
                   6611: 
                   6612:        * tests/: 263.html, results/263.processed: test from method[*args]
                   6613:          added
                   6614: 
                   6615:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   6616:          number of params can now be passed to a method declared with *arg
                   6617: 
                   6618: 2010-11-06  moko
                   6619: 
                   6620:        * src/classes/table.C: formating fixed. :)
                   6621: 
                   6622:        * src/classes/table.C: closes #4: ^table.select now supports
                   6623:          $.limit(), $.offset, $.reverse() options
                   6624: 
                   6625:        * tests/: 262.html, results/262.processed: test for ^table:select
                   6626:          with options added (feature #4)
                   6627: 
                   6628:        * src/include/pa_array.h: remove function added
                   6629: 
                   6630:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   6631:          object in get_element/put_element, using static one.
                   6632: 
                   6633: 2010-11-04  moko
                   6634: 
                   6635:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   6636:          options is passed
                   6637: 
                   6638:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   6639:          now tested; k and p in handler now tested.
                   6640: 
                   6641:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   6642:          $.table[compact] feature added
                   6643: 
                   6644:        * src/classes/json.C: key is now passed to handler in
                   6645:          value_json_string; ^json:string result now process tainting
                   6646:          inside and returns clean string, related to issue #153
                   6647: 
                   6648:        * src/main/untaint.C: bugfix: charset can be null (in
                   6649:          ^string:save[] as example), thus check is added
                   6650: 
                   6651: 2010-10-31  moko
                   6652: 
                   6653:        * src/classes/string.C: error message changed (fixes issue #149)
                   6654: 
                   6655: 2010-10-29  moko
                   6656: 
                   6657:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   6658:          port is not default (fixes issue #155); exception on invalid port
                   6659:          added.
                   6660: 
                   6661:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   6662:          "Accept: */*" to be passed
                   6663: 
                   6664: 2010-10-28  moko
                   6665: 
                   6666:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   6667:          exception on unknown charset even if response_charset was
                   6668:          specified
                   6669: 
                   6670: 2010-10-27  moko
                   6671: 
                   6672:        * src/classes/string.C: ^string.append removed for void
                   6673:          compatibility
                   6674: 
                   6675: 2010-10-26  moko
                   6676: 
                   6677:        * src/classes/json.C: libjson supports array at top level, we too
                   6678:          (GPF fixed)
                   6679: 
                   6680: 2010-10-25  moko
                   6681: 
                   6682:        * tests/: 253.html, results/253.processed: libjson supports array
                   6683:          at top level, parser now supports it as well.
                   6684: 
                   6685:        * tests/261.html, tests/results/261.processed,
                   6686:          src/types/pa_vstring.h: empty string is now void compatible
                   6687:          (allows $empty.key)
                   6688: 
                   6689: 2010-10-22  misha
                   6690: 
                   6691:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   6692:          while adding additional expires checkout)
                   6693: 
                   6694:        * tests/030.html: - test for session cookie was added
                   6695: 
                   6696: 2010-10-21  moko
                   6697: 
                   6698:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   6699:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   6700:          string (feature #111)
                   6701: 
                   6702:        * tests/: 261.html, results/261.processed: checks void from string
                   6703:          inheritance (feature #111)
                   6704: 
                   6705:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   6706:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   6707:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   6708:          now true by default
                   6709: 
                   6710: 2010-10-17  moko
                   6711: 
                   6712:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   6713:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   6714:          (bugfix: #128)
                   6715: 
                   6716:        * tests/: 223.html, results/223.processed: binary file upload test
                   6717:          added, GPF (issue #128) also checked in this test
                   6718: 
                   6719: 2010-10-13  misha
                   6720: 
                   6721:        * tests/260.html: - test for math:convert
                   6722: 
                   6723:        * src/classes/math.C: - error in math:convert was fixed
                   6724: 
                   6725:        * operators.txt: - info about
                   6726:          ^math:convert[number](from-base;to-base) was added
                   6727: 
                   6728:        * src/classes/math.C: - method
                   6729:          ^math:convert[number](from-base;to-base) for converting number
                   6730:          represention from one base to another was added ( new feature:
                   6731:          #23 )
                   6732: 
                   6733: 2010-10-13  moko
                   6734: 
                   6735:        * src/main/compile.tab.C: [] now is empty string, not void
                   6736: 
                   6737:        * src/main/compile.y: [] now is empty string, not void
                   6738: 
                   6739:        * src/types/pa_vvoid.h: void now passed as parameter
                   6740: 
                   6741:        * tests/: 259.html, results/259.processed: to test difference
                   6742:          between void and empty string (see ticket #111)
                   6743: 
                   6744:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   6745:          void
                   6746: 
                   6747:        * tests/256.html: $s[$void] is no longer empty string
                   6748: 
                   6749:        * tests/254.html: empty string is no longer void
                   6750: 
                   6751: 2010-10-12  misha
                   6752: 
                   6753:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   6754:          converted to date during cookies set up ( bugfix: #104 )
                   6755: 
                   6756:        * tests/041.html: - more tests for ^table.locate were added
                   6757: 
                   6758:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   6759:          work ( bugfix: #129 ) - exception comment for incorrect options
                   6760:          ^table.locate[field;value;options] was fixed
                   6761: 
                   6762: 2010-10-10  moko
                   6763: 
                   6764:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   6765:          another object feature returned
                   6766: 
                   6767:        * tests/results/258.processed: test result updated as constructor
                   6768:          returning another object feature returned
                   6769: 
                   6770:        * tests/: 258.html, results/258.processed: test for constructor
                   6771:          returning another object
                   6772: 
                   6773: 2010-10-08  misha
                   6774: 
                   6775:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   6776:          options shouldn't cause exceptions any longer
                   6777: 
                   6778: 2010-10-06  moko
                   6779: 
                   6780:        * src/classes/: hash.C, table.C: length from sql server is now
                   6781:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   6782: 
                   6783: 2010-10-02  misha
                   6784: 
                   6785:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   6786:          usable to delete cache file.
                   6787: 
                   6788: 2010-10-02  moko
                   6789: 
                   6790:        * tests/: 253.html, results/253.processed: hook_key added for key
                   6791:          checking
                   6792: 
                   6793:        * src/classes/json.C: null key bug fixed
                   6794: 
                   6795: 2010-09-29  misha
                   6796: 
                   6797:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   6798: 
                   6799: 2010-09-25  moko
                   6800: 
                   6801:        * src/classes/json.C: small fixed
                   6802: 
                   6803:        * tests/results/: 253.processed, 255.processed: just updated
                   6804: 
                   6805:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   6806:          results/255.processed: charset transcode test added for
                   6807:          json:parse
                   6808: 
                   6809: 2010-09-24  moko
                   6810: 
                   6811:        * src/types/pa_value.h: warning war :)
                   6812: 
                   6813:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   6814:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   6815:          ^json:string
                   6816: 
                   6817: 2010-09-22  moko
                   6818: 
                   6819:        * src/main/pa_charset.C: parser charset tables declare only
                   6820:          white-space before 0x20, thus adding the missing chars
                   6821: 
                   6822:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   6823:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   6824: 
                   6825: 2010-09-21  misha
                   6826: 
                   6827:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   6828:          want to compile grammar if they are absent)
                   6829: 
                   6830:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   6831: 
                   6832:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   6833: 
                   6834:        * src/main/main.vcproj: - path to bison is changed
                   6835: 
                   6836: 2010-09-21  moko
                   6837: 
1.116     moko     6838:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   6839:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   6840:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     6841: 
                   6842: 2010-09-20  misha
                   6843: 
                   6844:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   6845: 
                   6846:        * src/classes/json.C: - add EOL while json-serializing hash
                   6847: 
                   6848:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   6849:          compilers don't like 'ES'.
                   6850: 
                   6851: 2010-09-17  misha
                   6852: 
                   6853:        * operators.txt: - info about json class was added
                   6854: 
                   6855:        * src/classes/json.C: - ^json:string[object]
                   6856: 
                   6857:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   6858:          preventing infinite recursion while executing json:string was
                   6859:          added
                   6860: 
                   6861:        * src/include/pa_string.h: - method append_quoted was added
                   6862: 
                   6863:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   6864:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   6865:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   6866:          was added to Value & Co
                   6867: 
                   6868:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   6869:          were used
                   6870: 
                   6871:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   6872:          were added
                   6873: 
                   6874: 2010-09-10  moko
                   6875: 
                   6876:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6877:          die_or_abort (backport from 3.4.1)
                   6878: 
                   6879:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6880:          die_or_abort (bugfix: #106)
                   6881: 
                   6882: 2010-09-09  moko
                   6883: 
                   6884:        * src/classes/json.C: warning war. :)
                   6885: 
                   6886: 2010-09-08  misha
                   6887: 
                   6888:        * src/lib/json/Makefile.am: - additional include directories were
                   6889:          added (for pa_memory.h and gc.h)
                   6890: 
                   6891:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   6892:          compile as C++ instead default - additional include directory was
                   6893:          added (for gc.h)
                   6894: 
                   6895:        * src/types/pa_vform.C: - little code reformating
                   6896: 
                   6897:        * src/classes/file.C: - $.content-type option now can be specified
                   6898:          in ^file::create ( new feature: #102 )
                   6899: 
                   6900: 2010-09-08  moko
                   6901: 
                   6902:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   6903:          pa_malloc/pa_free
                   6904: 
                   6905: 2010-09-07  moko
                   6906: 
                   6907:        * tests/results/254.processed: VStateless_class:put_element
                   6908:          exception was fixed
                   6909: 
                   6910:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   6911:          VStateless_class:put_element barks self.type, not this.type
                   6912:          (bugfix: #105)
                   6913: 
                   6914: 2010-09-06  moko
                   6915: 
                   6916:        * src/classes/reflection.C: bugfix: new String() is required for
                   6917:          exception handling
                   6918: 
                   6919:        * tests/: 254.html, results/254.processed: test modified
                   6920: 
                   6921: 2010-09-05  moko
                   6922: 
                   6923:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   6924:          added
                   6925: 
                   6926:        * src/: classes/reflection.C, include/pa_request.h:
                   6927:          ^reflection:copy implemented (new feature: #100)
                   6928: 
                   6929: 2010-09-03  moko
                   6930: 
                   6931:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   6932: 
                   6933:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   6934:          option testing added
                   6935: 
                   6936: 2010-09-02  moko
                   6937: 
                   6938:        * src/classes/json.C: $.distinct[first|last|all] added
                   6939: 
                   6940: 2010-09-01  moko
                   6941: 
                   6942:        * tests/results/253.processed: json test result
                   6943: 
                   6944:        * tests/: 253.html, 253_json.txt: json test added
                   6945: 
                   6946:        * src/classes/json.C: json.C update to actual version + hash key
                   6947:          creation bugfix
                   6948: 
                   6949: 2010-08-31  misha
                   6950: 
                   6951:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   6952:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   6953:          src/lib/Makefile.am, src/classes/Makefile.am,
                   6954:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   6955:          json library was added
                   6956: 
                   6957: 2010-08-30  moko
                   6958: 
                   6959:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   6960:          types/pa_vobject.C: cosmetic optimization in
                   6961:          request:execute_method usage
                   6962: 
                   6963:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   6964:          optimization, just to decrease number of lines. :)
                   6965: 
                   6966: 2010-08-27  misha
                   6967: 
                   6968:        * src/classes/op.C: - taint[json] was added
                   6969: 
                   6970:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   6971:          were added
                   6972: 
                   6973:        * src/main/pa_exec.C: - warning fix was rolled back.
                   6974: 
                   6975:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   6976:          include/pa_string.h: - taint[json] was added - escaping was
                   6977:          slightly modified
                   6978: 
                   6979: 2010-08-25  misha
                   6980: 
                   6981:        * src/classes/file.C: - typo in file:sql exception was fixed
                   6982: 
                   6983:        * src/main/pa_exec.C: - warning about declared and not used
                   6984:          variable forced_allow was removed
                   6985: 
                   6986: 2010-08-14  misha
                   6987: 
                   6988:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   6989:          were removed
                   6990: 
                   6991: 2010-08-11  moko
                   6992: 
                   6993:        * tests/: 249.html, results/249.processed: default setter and
                   6994:          anti-recursive default getter test added
                   6995: 
                   6996:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   6997:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   6998:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   6999:          types/pa_vstateless_class.h: default setter support +
                   7000:          anti-recursive default getter support ( new feature: #13 )
                   7001: 
                   7002:        * src/include/pa_hash.h: optimization: threshold member removed
                   7003:          from hash, reducing sizeof(hash)
                   7004: 
                   7005: 2010-08-10  misha
                   7006: 
                   7007:        * tests/196.html: - junction-method was added to the test
                   7008: 
                   7009:        * tests/248.html: - ups. typo :)
                   7010: 
                   7011:        * tests/248.html: - test for checking .match with 4 params
                   7012: 
                   7013:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   7014:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   7015:          $request:charset during loading if the BOM code is detected"
                   7016: 
                   7017:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   7018:          $request:charset during loading if the BOM code is detected ( new
                   7019:          feature: #98 )
                   7020: 
                   7021: 2010-08-05  misha
                   7022: 
                   7023:        * src/classes/image.C: - ^image.replace now can accept only 2
                   7024:          params. in this case the whole image is affected ( new feature:
                   7025:          #95 )
                   7026: 
                   7027: 2010-08-04  misha
                   7028: 
                   7029:        * tests/246.html: - test tor ^hash._at[] was added
                   7030: 
                   7031:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   7032:          #53 )
                   7033: 
                   7034:        * src/include/pa_hash.h: - methods for accessing the first and the
                   7035:          last values of ordered hash were added (first_value and
                   7036:          last_value)
                   7037: 
                   7038:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   7039:          (similar to others file's methods):
                   7040:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   7041:          #68 )
                   7042: 
                   7043:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   7044: 
                   7045: 2010-08-01  moko
                   7046: 
                   7047:        * src/classes/op.C: to correctly process $result[] in code, called
                   7048:          from ^process
                   7049: 
                   7050:        * tests/245.html: $result in ^process[] test added
                   7051: 
                   7052:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   7053:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   7054:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   7055:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   7056:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   7057:          removed, construct(class,method) added
                   7058: 
                   7059:        * tests/results/: 192.processed, 244.processed: request::construct
                   7060:          added
                   7061: 
                   7062:        * tests/: 244.html, 245.html, results/244.processed,
                   7063:          results/245.processed: object creation exceptions and ^process
                   7064:          tests added
                   7065: 
                   7066: 2010-07-28  misha
                   7067: 
                   7068:        * tests/make_tests.cmd: - win32 EOLs
                   7069: 
                   7070:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   7071:          tests on Win32 were added (The system timezone should be GMT+3)
                   7072: 
                   7073: 2010-07-26  misha
                   7074: 
                   7075:        * tests/: 212.html, results/212.processed: - sizes were removed
                   7076:          mecause they could be different on different OSs
                   7077: 
                   7078:        * tests/065.html: - make it "win32 friendly"
                   7079: 
                   7080: 2010-07-25  misha
                   7081: 
                   7082:        * src/main/compile.y: - all EOLs between methods are removed during
                   7083:          compilation ( new feature: #47 )
                   7084: 
                   7085:        * tests/results/149.processed: - prepare tests to trim trailing
                   7086:          methods' EOLs
                   7087: 
                   7088:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   7089: 
                   7090:        * tests/: results/006.processed, results/014.processed, 006.html,
                   7091:          014.html, 022.html: - prepare tests to trim trailing methods'
                   7092:          EOLs
                   7093: 
                   7094:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   7095:          results/071.processed, results/022.processed: - prepare tests to
                   7096:          trim trailing methods' EOLs
                   7097: 
                   7098:        * tests/: results/073.processed, results/109.processed,
                   7099:          results/142.processed, results/144.processed,
                   7100:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   7101:          144.html: - prepare tests to trim trailing methods' EOLs
                   7102: 
                   7103:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   7104:          149.html, 152.html, results/096.processed, results/107.processed,
                   7105:          results/109.processed, results/142.processed,
                   7106:          results/144.processed: - prepare tests to trim trailing methods'
                   7107:          EOLs
                   7108: 
                   7109: 2010-07-24  moko
                   7110: 
                   7111:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   7112:          the hash order in this test
                   7113: 
                   7114:        * tests/014.html: to check hash order, hash no is longer sorted
                   7115:          before print
                   7116: 
                   7117:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   7118:          (bugfix: #54)
                   7119: 
                   7120: 2010-07-23  moko
                   7121: 
                   7122:        * tests/results/224.processed: @auto[] is no longer inherited
                   7123: 
                   7124:        * src/types/pa_vstateless_class.C, tests/227.html,
                   7125:          tests/results/227.processed: @auto[] is no longer inherited
                   7126:          (bugfix: #57)
                   7127: 
                   7128: 2010-07-22  misha
                   7129: 
                   7130:        * src/classes/table.C: - don't skip comment lines during
                   7131:          table::load if encloser or separator is set as '#' ( new feature:
                   7132:          #30 )
                   7133: 
                   7134:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   7135:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   7136:          #12 )
                   7137: 
                   7138:        * src/classes/file.C: - set PARSER_VARSION env before external
                   7139:          script executing
                   7140: 
                   7141: 2010-07-13  misha
                   7142: 
                   7143:        * tests/058.html: - test for suppressing @border was added - test
                   7144:          for user attribute was added
                   7145: 
                   7146:        * tests/results/186.processed: unescaping from \uXXXX
                   7147: 
                   7148:        * tests/186.html: unescaping from \uXXXX
                   7149: 
                   7150:        * tests/: 239.html, results/239.processed: method call type
                   7151: 
                   7152:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   7153:          $junction_method.CLASS_NAME (+CLASS)
                   7154: 
                   7155: 2010-07-07  misha
                   7156: 
                   7157:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   7158:          *nix
                   7159: 
                   7160: 2010-07-05  misha
                   7161: 
                   7162:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   7163:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   7164:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   7165:          comment strings "options must be hash", "options must be hash,
                   7166:          not code" and "called with invalid option" were replaced by
                   7167:          constatns - exception comment string "invalid option passed" was
                   7168:          replaced by "called with invalid option" (now in different
                   7169:          methods are the same exception comment string)
                   7170: 
                   7171:        * src/include/pa_exception.h: - more exception strings were defined
                   7172: 
                   7173:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   7174:          types/pa_vstateless_class.h: - now we can define possible
                   7175:          method's call type ( new feature: #5 )   1.
                   7176:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   7177:          methods   2. @static:method[params] (only static keyword could be
                   7178:          used here) -- for specified methods
                   7179: 
                   7180:        * src/main/pa_common.C: - junction points should not be deleted on
                   7181:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   7182:          cleanup
                   7183: 
                   7184: 2010-07-03  misha
                   7185: 
                   7186:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   7187:          results/158.processed, results/160.processed,
                   7188:          results/161.processed, results/162.processed,
                   7189:          results/163.processed: - prepare tests to trim trailing methods'
                   7190:          EOLs
                   7191: 
                   7192:        * tests/results/169.processed: - prepare tests to trim trailing
                   7193:          methods' EOLs
                   7194: 
                   7195:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   7196:          trim trailing methods' EOLs
                   7197: 
                   7198:        * tests/: results/170.processed, results/167.processed,
                   7199:          results/168.processed, results/169.processed, 167.html, 168.html,
                   7200:          169.html: - prepare tests to trim trailing methods' EOLs
                   7201: 
                   7202:        * tests/: results/170.processed, results/171.processed,
                   7203:          results/172.processed, results/173.processed,
                   7204:          results/174.processed, results/175.processed, 170.html, 171.html,
                   7205:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   7206:          trailing methods' EOLs
                   7207: 
                   7208:        * tests/: results/176.processed, results/180.processed,
                   7209:          results/184.processed, results/185.processed,
                   7210:          results/191.processed, results/192.processed,
                   7211:          results/196.processed, results/197.processed,
                   7212:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   7213:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   7214:          to trim trailing methods' EOLs
                   7215: 
                   7216:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   7217:          results/199.processed, results/208.processed,
                   7218:          results/209.processed, results/213.processed,
                   7219:          results/214.processed: - prepare tests to trim trailing methods'
                   7220:          EOLs
                   7221: 
                   7222: 2010-06-29  misha
                   7223: 
                   7224:        * tests/: 220.html, 218.html, results/218.processed,
                   7225:          results/215.processed, results/217.processed, 215.html, 217.html:
                   7226:          - prepare tests to trim trailing methods' EOLs
                   7227: 
                   7228:        * tests/: results/224.processed, 224.html, 223.html,
                   7229:          results/223.processed, results/220.processed: - prepare tests to
                   7230:          trim trailing methods' EOLs
                   7231: 
                   7232:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   7233:          trim trailing methods' EOLs
                   7234: 
                   7235:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   7236:          trailing methods' EOLs
                   7237: 
                   7238:        * tests/: 232.html, 235.html, results/232.processed,
                   7239:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   7240:          results/226.processed, results/227.processed,
                   7241:          results/228.processed, results/230.processed: - prepare tests to
                   7242:          trim trailing methods' EOLs
                   7243: 
                   7244: 2010-06-16  moko
                   7245: 
                   7246:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   7247:          ^if
                   7248: 
                   7249:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   7250: 
                   7251: 2010-06-03  misha
                   7252: 
                   7253:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   7254:          instead of memcopy for overlaped regions
                   7255: 
                   7256: 2010-05-25  misha
                   7257: 
                   7258:        * src/main/pa_common.C: - wanring about unused vars was removed
                   7259: 
                   7260:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   7261:          get_method_filename was moved to execute.C
                   7262: 
                   7263: 2010-05-23  misha
                   7264: 
                   7265:        * src/main/pa_request.C: - more accurate detection of method's file
                   7266: 
                   7267: 2010-05-22  misha
                   7268: 
                   7269:        * src/classes/reflection.C: - bugfix: core during detection of
                   7270:          .file if filespec isn't detected successfully
                   7271: 
                   7272: 2010-05-20  misha
                   7273: 
                   7274:        * src/main/pa_request.C: - fix in get_method_filename
                   7275: 
                   7276:        * src/include/pa_request.h: - new feature: #24 -- searching
                   7277:          included file in @USE/^use is changed. if its filespec doesn't
                   7278:          start from '/' it will be searched in caller file directory
                   7279: 
                   7280:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   7281:          where the method is defined
                   7282: 
                   7283:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   7284:          classes/op.C: - new feature: #24 -- searching included file in
                   7285:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   7286:          will be searched in caller file directory
                   7287: 
                   7288:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   7289:          is moved to pa_common.h
                   7290: 
                   7291: 2010-05-18  misha
                   7292: 
                   7293:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   7294:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   7295:          cookie parser decode \uXXXX as well as %uXXXX
                   7296: 
                   7297: 2010-05-17  misha
                   7298: 
                   7299:        * src/classes/curl.C: beauty: - unused param is removed in method
                   7300:          _curl_version_action - some spaces were removed or replaced by
                   7301:          tabs
                   7302: 
                   7303:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   7304:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   7305: 
                   7306: 2010-05-16  misha
                   7307: 
                   7308:        * src/classes/curl.C: new: #61 more curl options were added
                   7309:          (contributed by Sumo)
                   7310: 
                   7311: 2010-04-29  pretender
                   7312: 
                   7313:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   7314:          now empty string.
                   7315: 
                   7316:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   7317:          string type.
                   7318: 
                   7319: 2010-04-28  pretender
                   7320: 
                   7321:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   7322:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   7323:          macrodefinition removed
                   7324: 
                   7325: 2010-04-19  pretender
                   7326: 
                   7327:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   7328:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   7329: 
                   7330:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   7331:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   7332: 
                   7333:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   7334:          variable" exception in grpunlim version.
                   7335: 
                   7336: 2010-04-05  misha
                   7337: 
                   7338:        * src/classes/string.C: - new feature: 4th param was added to
                   7339:          match. if specified its value is returned in case of nothing was
                   7340:          found
                   7341: 
                   7342: 2010-04-01  misha
                   7343: 
                   7344:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   7345:          multiple execution of /a/b/auto.p
                   7346: 
                   7347: 2010-03-19  misha
                   7348: 
                   7349:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   7350: 
                   7351:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   7352: 
                   7353: 2010-01-27  misha
                   7354: 
                   7355:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   7356:          trying to open file by path /existing-file/non-exixting-file
                   7357: 
                   7358: 2010-01-26  misha
                   7359: 
                   7360:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   7361:          was added (returns file)
                   7362: 
                   7363: 2009-12-22  misha
                   7364: 
                   7365:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   7366:          now parser doesn't have class curl if it was built without it
                   7367: 
                   7368: 2009-12-15  misha
                   7369: 
                   7370:        * configure.in: - little cheat with curl include dir was added
                   7371: 
                   7372: 2009-12-05  misha
                   7373: 
                   7374:        * src/classes/curl.C: - some fixes
                   7375: 
                   7376: 2009-12-04  misha
                   7377: 
                   7378:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   7379:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   7380:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   7381:          class was added
                   7382: 
                   7383:        * src/include/pa_hash.h: - hash-iterator was added
                   7384: 
                   7385:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   7386:          was added to pcre
                   7387: 
                   7388: 2009-11-27  misha
                   7389: 
                   7390:        * src/classes/image.C: - don't add @border attribute to output of
                   7391:          ^image.html[] if it was specified by user with empty value
                   7392: 
                   7393:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   7394:          root element and we are trying to access .documentElement
                   7395: 
                   7396: 2009-11-11  misha
                   7397: 
                   7398:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   7399:          instead of number of items in first row for named tables
                   7400: 
                   7401: 2009-11-10  misha
                   7402: 
                   7403:        * operators.txt: - info about hash-options in ^file::create was
                   7404:          added
                   7405: 
                   7406:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   7407:          added
                   7408: 
                   7409: 2009-11-09  misha
                   7410: 
                   7411:        * buildall-with-xml: - moving to libxml 2.7.6
                   7412: 
                   7413:        * tests/236.html: - tests for comparations cords with functions
                   7414:          were added
                   7415: 
                   7416:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   7417:          added
                   7418: 
                   7419:        * src/main/pa_http.C: - little optimisation
                   7420: 
                   7421:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   7422:          GPF mallocs + stringstream (table.save)
                   7423: 
                   7424:        * src/classes/file.C: - file::create now accepts 4th param: options
                   7425:          with $.charset
                   7426: 
                   7427:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   7428:          bug in cord (comparation cords with functions was buggy)
                   7429: 
                   7430: 2009-11-06  misha
                   7431: 
                   7432:        * src/main/pa_string.C: - bugfix: calculation string.length
                   7433:          sometimes was buggy
                   7434: 
                   7435:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   7436:          destroyed if exception occured during match/replace
                   7437: 
                   7438:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   7439:          lengthUTF8Char was added
                   7440: 
                   7441:        * src/classes/op.C: - clean tainting lang was added for user's
                   7442:          usage
                   7443: 
                   7444:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   7445:          fixed: checkouts are required after GC_MALLOC
                   7446: 
                   7447:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   7448: 
                   7449:        * operators.txt: - actually, there is no ^untaint[xml] in
                   7450:          file::create
                   7451: 
                   7452: 2009-10-15  misha
                   7453: 
                   7454:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   7455:          were added
                   7456: 
                   7457:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   7458:          were added
                   7459: 
                   7460:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   7461:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   7462:          hacking: for dealing with transcoding+^taint[uri]
                   7463:          transcode_and_untaint was replaced by untaint_and_transcode
                   7464: 
                   7465: 2009-10-13  misha
                   7466: 
                   7467:        * tests/: 121.html, results/121.processed: - test transcoding +
                   7468:          url-escaping now
                   7469: 
                   7470:        * tests/results/auto.p: - more helpers' methods were added
                   7471: 
                   7472:        * src/main/pa_globals.C: - die instead of abort
                   7473: 
                   7474: 2009-10-06  misha
                   7475: 
                   7476:        * src/main/pa_common.C: - don't allocate memory during
                   7477:          capitalization if input string is already capitalized
                   7478: 
                   7479:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   7480: 
                   7481:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   7482:          use format function because it calls malloc
                   7483: 
                   7484:        * src/include/pa_common.h: - more capitalized headers were added
                   7485: 
                   7486:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   7487:          file writing
                   7488: 
                   7489: 2009-10-05  misha
                   7490: 
                   7491:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   7492: 
                   7493: 2009-10-03  misha
                   7494: 
                   7495:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   7496:          ^img.text[] & ^img.length[] can work in utf-8 now
                   7497: 
                   7498:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   7499:          UTF8_string_iterator was added
                   7500: 
                   7501:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   7502:          length
                   7503: 
                   7504:        * src/classes/mail.C: - check from before get message.cstr
                   7505: 
                   7506: 2009-10-02  misha
                   7507: 
                   7508:        * tests/233.html: - test for image.font, image.length, image.text
                   7509:          with text in utf-8 were added
                   7510: 
                   7511:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   7512: 
                   7513:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   7514:          version for freebsd 4 was added
                   7515: 
                   7516: 2009-10-01  misha
                   7517: 
                   7518:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   7519:          terminator) - read_pipe were slightly optimized
                   7520: 
                   7521: 2009-09-28  misha
                   7522: 
                   7523:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   7524:          removed
                   7525: 
                   7526:        * src/types/pa_vmail.C: - forgot about space after ':'
                   7527: 
                   7528:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   7529:          body - small simplifications
                   7530: 
                   7531:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   7532:          inout params like pa_base64
                   7533: 
                   7534:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   7535:          option $.debug-print(1) was added to mail:send - changes for
                   7536:          using uue_encode which uses less memory
                   7537: 
                   7538:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   7539: 
                   7540:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   7541:          memory now
                   7542: 
                   7543: 2009-09-26  misha
                   7544: 
                   7545:        * src/types/pa_vmail.C: - default encoding now is base64
                   7546: 
                   7547:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   7548: 
                   7549: 2009-09-25  misha
                   7550: 
                   7551:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   7552:          sending mail as well
                   7553: 
                   7554:        * buildall-with-xml: - catalog package was removed from libxml
                   7555: 
                   7556:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   7557:          win32 absolute path
                   7558: 
                   7559:        * src/include/pa_common.h: - one more capitalized header was added
                   7560: 
                   7561: 2009-09-22  misha
                   7562: 
                   7563:        * INSTALL: - comment about building just httpd binary while
                   7564:          building apache module was added
                   7565: 
                   7566: 2009-09-21  misha
                   7567: 
                   7568:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   7569:          libxml 2.7.4 and libxslt 1.1.25
                   7570: 
                   7571: 2009-09-19  misha
                   7572: 
                   7573:        * tests/231.html: - test for encoding cookie in win-1251
                   7574: 
                   7575: 2009-09-18  misha
                   7576: 
                   7577:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   7578:          object] were added
                   7579: 
                   7580:        * operators.txt: - info about method ^reflection:fields[class or
                   7581:          object] was added
                   7582: 
                   7583:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   7584:          object] was added
                   7585: 
                   7586:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   7587:          methods get_fields were added
                   7588: 
                   7589:        * tests/232.html: - tests for @GET[name]
                   7590: 
                   7591:        * src/classes/table.C: - some changes in handling hash-options for
                   7592:          creare, join and locate
                   7593: 
                   7594:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   7595:          defined with option: the type of requested value
                   7596: 
                   7597: 2009-09-17  misha
                   7598: 
                   7599:        * tests/212.html: - tests for .pattern and .options were added
                   7600: 
                   7601:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   7602:          $regex.options were added
                   7603: 
                   7604: 2009-09-11  misha
                   7605: 
                   7606:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   7607:          rewrited. it checks not just one case of sending cookies during
                   7608:          file::load[http], but also sending headers and fields (including
                   7609:          files)
                   7610: 
                   7611: 2009-09-10  misha
                   7612: 
                   7613:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   7614:          was removed => now parser can open files with Russian 'r' in
                   7615:          filename
                   7616: 
                   7617:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   7618:          while escaping cookies but now source charset
                   7619: 
                   7620:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   7621:          ^tainted[uri] so it was possible to make request with incorrect
                   7622:          http header
                   7623: 
                   7624:        * src/main/pa_http.C: - capitalization of http headers during
                   7625:          file::load[http was slightly changes - bugfix: all headers which
                   7626:          parser sends during file::load[http should be transcoded and only
                   7627:          then escaped
                   7628: 
                   7629:        * src/main/untaint.C: - a bit more comments were added
                   7630: 
                   7631:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   7632:          warnings)
                   7633: 
                   7634:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   7635:          headers during file::load[http were added
                   7636: 
                   7637: 2009-09-08  misha
                   7638: 
                   7639:        * operators.txt: - changes in file.save and string.save were added
                   7640: 
                   7641:        * tests/: 230.html, 230.txt: - tests for checking options in
                   7642:          file.save and string.save were added
                   7643: 
                   7644:        * src/main/pa_request.C: - http headers names, which are passed to
                   7645:          SAPI::add_header_attribute are lowercased now (it'll be
                   7646:          capitalized in that method)
                   7647: 
                   7648:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   7649:          classes/string.C: - file_write accepts Request_charsets and asked
                   7650:          charset and cound transcode content before writing - string.save
                   7651:          and file.save have option $.charset now
                   7652: 
                   7653:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   7654:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   7655:          charset and cound transcode content before writing
                   7656: 
                   7657:        * src/include/pa_exception.h: - new exception comment string was
                   7658:          defined
                   7659: 
                   7660: 2009-09-07  misha
                   7661: 
                   7662:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   7663:          sub-pattern\s
                   7664: 
                   7665: 2009-09-04  misha
                   7666: 
                   7667:        * src/main/pa_http.C: - capitalization of http headers during
                   7668:          file::load[http was implemented
                   7669: 
                   7670: 2009-09-03  misha
                   7671: 
                   7672:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   7673:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   7674:          types/pa_vmail.C, targets/cgi/parser3.C,
                   7675:          targets/isapi/parser3isapi.C: - back to storing response http
                   7676:          headers in lowercase - capitalize them during output
                   7677: 
                   7678: 2009-08-31  misha
                   7679: 
                   7680:        * src/classes/table.C: - allow call with any brackets (it could be
                   7681:          useful in methods with explict result declaration)
                   7682: 
                   7683:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   7684:          correctly if $request:charset==koi8-r
                   7685: 
                   7686: 2009-08-30  misha
                   7687: 
                   7688:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   7689:          changed: content-type => Content-type and so on
                   7690: 
                   7691:        * src/classes/file.C, src/include/pa_common.h,
                   7692:          src/include/pa_request.h, src/main/pa_http.C,
                   7693:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   7694:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   7695:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   7696:          tests/results/002.processed, tests/results/003.processed,
                   7697:          tests/results/004.processed, tests/results/005.processed,
                   7698:          tests/results/006.processed, tests/results/007.processed,
                   7699:          tests/results/008.processed, tests/results/009.processed,
                   7700:          tests/results/010.processed, tests/results/011.processed,
                   7701:          tests/results/012.processed, tests/results/013.processed,
                   7702:          tests/results/014.processed, tests/results/015.processed,
                   7703:          tests/results/016.processed, tests/results/017.processed,
                   7704:          tests/results/018.processed, tests/results/019.processed,
                   7705:          tests/results/020.processed, tests/results/021.processed,
                   7706:          tests/results/022.processed, tests/results/023.processed,
                   7707:          tests/results/024.processed, tests/results/025.processed,
                   7708:          tests/results/026.processed, tests/results/027.processed,
                   7709:          tests/results/028.processed, tests/results/029.processed,
                   7710:          tests/results/030.processed, tests/results/031.processed,
                   7711:          tests/results/032.processed, tests/results/033.processed,
                   7712:          tests/results/034.processed, tests/results/035.processed,
                   7713:          tests/results/036.processed, tests/results/037.processed,
                   7714:          tests/results/038.processed, tests/results/039.processed,
                   7715:          tests/results/040.processed, tests/results/041.processed,
                   7716:          tests/results/042.processed, tests/results/043.processed,
                   7717:          tests/results/044.processed, tests/results/045.processed,
                   7718:          tests/results/046.processed, tests/results/047.processed,
                   7719:          tests/results/048.processed, tests/results/049.processed,
                   7720:          tests/results/050.processed, tests/results/051.processed,
                   7721:          tests/results/052.processed, tests/results/053.processed,
                   7722:          tests/results/054.processed, tests/results/055.processed,
                   7723:          tests/results/056.processed, tests/results/057.processed,
                   7724:          tests/results/058.processed, tests/results/059.processed,
                   7725:          tests/results/060.processed, tests/results/061.processed,
                   7726:          tests/results/062.processed, tests/results/063.processed,
                   7727:          tests/results/064.processed, tests/results/065.processed,
                   7728:          tests/results/066.processed, tests/results/067.processed,
                   7729:          tests/results/068.processed, tests/results/069.processed,
                   7730:          tests/results/070.processed, tests/results/071.processed,
                   7731:          tests/results/072.processed, tests/results/073.processed,
                   7732:          tests/results/074.processed, tests/results/075.processed,
                   7733:          tests/results/076.processed, tests/results/077.processed,
                   7734:          tests/results/078.processed, tests/results/079.processed,
                   7735:          tests/results/080.processed, tests/results/081.processed,
                   7736:          tests/results/082.processed, tests/results/083.processed,
                   7737:          tests/results/084.processed, tests/results/085.processed,
                   7738:          tests/results/086.processed, tests/results/087.processed,
                   7739:          tests/results/088.processed, tests/results/089.processed,
                   7740:          tests/results/090.processed, tests/results/091.processed,
                   7741:          tests/results/092.processed, tests/results/093.processed,
                   7742:          tests/results/094.processed, tests/results/095.processed,
                   7743:          tests/results/096.processed, tests/results/097.processed,
                   7744:          tests/results/098.processed, tests/results/099.processed,
                   7745:          tests/results/100.processed, tests/results/101.processed,
                   7746:          tests/results/102.processed, tests/results/103.processed,
                   7747:          tests/results/104.processed, tests/results/105.processed,
                   7748:          tests/results/106.processed, tests/results/107.processed,
                   7749:          tests/results/108.processed, tests/results/109.processed,
                   7750:          tests/results/110.processed, tests/results/111.processed,
                   7751:          tests/results/112.processed, tests/results/113.processed,
                   7752:          tests/results/114.processed, tests/results/115.processed,
                   7753:          tests/results/116.processed, tests/results/117.processed,
                   7754:          tests/results/118.processed, tests/results/119.processed,
                   7755:          tests/results/120.processed, tests/results/121.processed,
                   7756:          tests/results/122.processed, tests/results/123.processed,
                   7757:          tests/results/124.processed, tests/results/125.processed,
                   7758:          tests/results/126.processed, tests/results/127.processed,
                   7759:          tests/results/128.processed, tests/results/129.processed,
                   7760:          tests/results/130.processed, tests/results/131.processed,
                   7761:          tests/results/132.processed, tests/results/133.processed,
                   7762:          tests/results/134.processed, tests/results/135.processed,
                   7763:          tests/results/136.processed, tests/results/138.processed,
                   7764:          tests/results/139.processed, tests/results/140.processed,
                   7765:          tests/results/141.processed, tests/results/142.processed,
                   7766:          tests/results/143.processed, tests/results/144.processed,
                   7767:          tests/results/145.processed, tests/results/146.processed,
                   7768:          tests/results/147.processed, tests/results/148.processed,
                   7769:          tests/results/149.processed, tests/results/150.processed,
                   7770:          tests/results/151.processed, tests/results/152.processed,
                   7771:          tests/results/153.processed, tests/results/154.processed,
                   7772:          tests/results/155.processed, tests/results/156.processed,
                   7773:          tests/results/157.processed, tests/results/158.processed,
                   7774:          tests/results/159.processed, tests/results/160.processed,
                   7775:          tests/results/161.processed, tests/results/162.processed,
                   7776:          tests/results/163.processed, tests/results/164.processed,
                   7777:          tests/results/165.processed, tests/results/166.processed,
                   7778:          tests/results/167.processed, tests/results/168.processed,
                   7779:          tests/results/169.processed, tests/results/170.processed,
                   7780:          tests/results/171.processed, tests/results/172.processed,
                   7781:          tests/results/173.processed, tests/results/174.processed,
                   7782:          tests/results/175.processed, tests/results/176.processed,
                   7783:          tests/results/177.processed, tests/results/178.processed,
                   7784:          tests/results/179.processed, tests/results/180.processed,
                   7785:          tests/results/181.processed, tests/results/182.processed,
                   7786:          tests/results/183.processed, tests/results/184.processed,
                   7787:          tests/results/185.processed, tests/results/186.processed,
                   7788:          tests/results/187.processed, tests/results/188.processed,
                   7789:          tests/results/189.processed, tests/results/190.processed,
                   7790:          tests/results/191.processed, tests/results/192.processed,
                   7791:          tests/results/193.processed, tests/results/194.processed,
                   7792:          tests/results/195.processed, tests/results/196.processed,
                   7793:          tests/results/197.processed, tests/results/198.processed,
                   7794:          tests/results/199.processed, tests/results/200.processed,
                   7795:          tests/results/201.processed, tests/results/202.processed,
                   7796:          tests/results/203.processed, tests/results/204.processed,
                   7797:          tests/results/205.processed, tests/results/206.processed,
                   7798:          tests/results/207.processed, tests/results/208.processed,
                   7799:          tests/results/209.processed, tests/results/210.processed,
                   7800:          tests/results/211.processed, tests/results/212.processed,
                   7801:          tests/results/213.processed, tests/results/214.processed,
                   7802:          tests/results/215.processed, tests/results/216.processed,
                   7803:          tests/results/217.processed, tests/results/218.processed,
                   7804:          tests/results/219.processed, tests/results/220.processed,
                   7805:          tests/results/221.processed, tests/results/222.processed,
                   7806:          tests/results/223.processed, tests/results/224.processed,
                   7807:          tests/results/225.processed, tests/results/226.processed,
                   7808:          tests/results/227.processed, tests/results/228.processed,
                   7809:          tests/results/229.processed: - http headers were changed:
                   7810:          content-type => Content-type and so on
                   7811: 
                   7812: 2009-08-27  misha
                   7813: 
                   7814:        * src/: main/pa_random.C, include/pa_random.h,
                   7815:          targets/cgi/parser3.C: - year was updated :)
                   7816: 
                   7817: 2009-08-26  misha
                   7818: 
                   7819:        * tests/: 224.html, 224.p: - test for creating of parser object
                   7820:          using constructor without params - little bugfix in test
                   7821: 
                   7822:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   7823:          checking existed class while processing partial option
                   7824: 
                   7825:        * src/classes/reflection.C: - bugfix: core when creating object
                   7826:          with reflection and constructor doesn't have params
                   7827: 
                   7828: 2009-08-24  misha
                   7829: 
                   7830:        * tests/229.html: - tests for checking the number of parameters
                   7831:          were added
                   7832: 
                   7833:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   7834:          number of method's parameters wasn't checked correctly (the bug
                   7835:          was introduced in 3.4.0)
                   7836: 
                   7837: 2009-08-22  misha
                   7838: 
                   7839:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   7840:          transcoded, but tainted pieces are escaped only when
                   7841:          content-type==url-encoding
                   7842: 
                   7843:        * tests/228.html: - test for checking
                   7844:          ^file::load[http://...;$.body[]]
                   7845: 
                   7846:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   7847:          post charset was too early (charsets is empty at this moment)
                   7848: 
                   7849: 2009-08-21  misha
                   7850: 
                   7851:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   7852:          main/untaint.C: - some fixes with transcode+untaint
                   7853: 
                   7854: 2009-08-15  misha
                   7855: 
                   7856:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   7857:          was increaced to 100 (was 50)
                   7858: 
                   7859:        * tests/227.html: - test for checking overriding properties in
                   7860:          static classes was added
                   7861: 
                   7862:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   7863: 
                   7864:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   7865:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   7866:          autouse was implemented
                   7867: 
                   7868: 2009-08-14  misha
                   7869: 
                   7870:        * src/classes/reflection.C: - outdated checkout was removed
                   7871: 
                   7872:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   7873:          added.
                   7874: 
                   7875:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   7876:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   7877: 
                   7878:        * src/types/pa_vclass.C: - exception if base on sytem class
                   7879: 
                   7880: 2009-08-12  misha
                   7881: 
                   7882:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7883:          pa_vstateless_class.h: - little optimisation
                   7884: 
                   7885: 2009-08-11  misha
                   7886: 
                   7887:        * tests/224.html: - method_params => method_info - checking for
                   7888:          $.inherited
                   7889: 
                   7890:        * src/classes/reflection.C, operators.txt: - method method_params
                   7891:          was renamed to method_info and now it returns class name, if
                   7892:          method was defined in ancestor
                   7893: 
                   7894:        * tests/225.html: - tests for cheching properties in hierarhical
                   7895:          classes were added
                   7896: 
                   7897:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   7898:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7899:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   7900:          with properties in new classes implementation were fixed
                   7901: 
                   7902: 2009-08-10  misha
                   7903: 
                   7904:        * src/main/execute.C: - now constructor shouldn't be defined in
                   7905:          class. it could be defined in parent.
                   7906: 
                   7907: 2009-08-09  misha
                   7908: 
                   7909:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   7910:          base's methods
                   7911: 
                   7912: 2009-08-08  misha
                   7913: 
                   7914:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   7915:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   7916:          classes/image.C, classes/mail.C, classes/op.C,
                   7917:          classes/reflection.C, classes/regex.C, classes/string.C,
                   7918:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   7919:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   7920:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   7921:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   7922:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7923:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7924:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   7925:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7926:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   7927:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   7928:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   7929:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   7930:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   7931:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7932:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7933:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7934:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7935:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   7936:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7937:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7938:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   7939:          implementation
                   7940: 
                   7941:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   7942:          USE_MUNMAP is used. so it is disabled as a workaround.
                   7943: 
                   7944: 2009-08-05  misha
                   7945: 
                   7946:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   7947:          parameter was removed
                   7948: 
                   7949:        * src/main/pa_http.C: - bugfix: error was during detecting
                   7950:          content-type of file which was loaded by http
                   7951: 
                   7952: 2009-08-01  misha
                   7953: 
                   7954:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   7955:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   7956:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   7957:          can't be disabled with defines any longer
                   7958: 
                   7959: 2009-07-29  misha
                   7960: 
                   7961:        * src/classes/reflection.C, tests/results/224.processed: - for
                   7962:          native methods with any call type now returned empty call_type
                   7963:          value
                   7964: 
                   7965:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7966:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   7967:          main/pa_request.C: - break in cycles was optimized
                   7968: 
                   7969:        * INSTALL: - more defines were described
                   7970: 
                   7971: 2009-07-28  misha
                   7972: 
                   7973:        * operators.txt: - some changes in information about reflection
                   7974:          class
                   7975: 
                   7976:        * tests/: 224.html, 224.p: - tests for reflection class
                   7977: 
                   7978:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   7979:          was added, refactoring
                   7980: 
                   7981: 2009-07-26  misha
                   7982: 
                   7983:        * src/classes/classes.vcproj: - reflection class wass added to
                   7984:          project
                   7985: 
                   7986:        * operators.txt: - information about reflection class was added
                   7987: 
                   7988:        * src/classes/reflection.C: - class was redesigned
                   7989: 
                   7990: 2009-07-24  misha
                   7991: 
                   7992:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   7993:          added
                   7994: 
                   7995:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   7996:          in classes was added
                   7997: 
                   7998: 2009-07-22  misha
                   7999: 
                   8000:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   8001:          over-optimized. it failed if $object1.$object2.field
                   8002: 
                   8003: 2009-07-16  misha
                   8004: 
                   8005:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   8006:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   8007:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   8008:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   8009:          one more arg: length of cord
                   8010: 
                   8011: 2009-07-15  misha
                   8012: 
                   8013:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   8014:          tainted in ^file::load[http://...;$.cookies[]]
                   8015: 
                   8016:        * src/classes/: op.C, regex.C, string.C: - new string with
                   8017:          exception was used
                   8018: 
                   8019:        * src/include/pa_exception.h: - new string with exception was added
                   8020: 
                   8021:        * tests/223.html: - test for checking cookie-encoding during
                   8022:          ^file::load[http was added
                   8023: 
                   8024:        * tests/: 221.html, 222.html: - tests for checking type of
                   8025:          $table.fields.field were added
                   8026: 
                   8027:        * src/types/pa_vtable.C: - not used var decl was removed
                   8028: 
                   8029:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   8030:          it improves speed of match with brackets in pattern
                   8031: 
                   8032:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   8033:          outside
                   8034: 
                   8035: 2009-07-14  misha
                   8036: 
                   8037:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   8038:          column is empty (sometime returned void) - $table.fields was
                   8039:          added for nameless tables
                   8040: 
                   8041:        * src/targets/cgi/getopt.c: - one warning resolved
                   8042: 
                   8043:        * src/main/pa_string.C: - potentian bug fixed
                   8044: 
                   8045:        * src/classes/op.C: - small optimization in taint/untaint
                   8046: 
                   8047: 2009-07-13  misha
                   8048: 
                   8049:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   8050:          added
                   8051: 
                   8052:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   8053:          souldn't add the attribut to output
                   8054: 
                   8055: 2009-07-11  misha
                   8056: 
                   8057:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8058:          stack size was increaced to 2MB (default=1MB)
                   8059: 
                   8060: 2009-07-08  misha
                   8061: 
                   8062:        * src/main/pa_string.C: - link to UTF-8 description was added
                   8063: 
                   8064:        * src/include/pa_hash.h: - hash keeps element's order in more
                   8065:          places (ex: ._keys[])
                   8066: 
                   8067:        * tests/220.html: - test for checking order of elements in hash in
                   8068:          foreach was added
                   8069: 
                   8070:        * tests/172.html: - small changes in printing hash
                   8071: 
                   8072:        * tests/129.html: - small changes in printing hash
                   8073: 
                   8074:        * src/: include/pa_common.h, include/pa_hash.h,
                   8075:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   8076:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   8077: 
                   8078:        * tests/014.html: - small changes in printing hash
                   8079: 
                   8080: 2009-07-07  misha
                   8081: 
                   8082:        * src/classes/op.C: - new taint language "parser-code" was added
                   8083: 
                   8084:        * tests/219.html: - test for auto untaint parser code in process
                   8085:          was added
                   8086: 
                   8087:        * src/classes/op.C: - tainted pieces in body of process are
                   8088:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   8089: 
                   8090:        * src/: include/pa_string.h, main/untaint.C: - new language
                   8091:          L_PARSER_CODE for auto-untaint in process was added
                   8092: 
                   8093:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8094:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   8095:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   8096:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   8097:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   8098:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   8099:          code cleanup
                   8100: 
                   8101: 2009-07-06  misha
                   8102: 
                   8103:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   8104:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   8105:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   8106: 
                   8107:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   8108:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   8109:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   8110:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   8111:          should be used
                   8112: 
                   8113:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   8114:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   8115:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   8116:          untaint_cstr[m] should be used
                   8117: 
                   8118:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   8119:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   8120: 
                   8121:        * tests/218.html: - test for checking automatic file-spec-taint was
                   8122:          added
                   8123: 
                   8124:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   8125:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   8126:          classes/file.C, classes/hash.C, classes/image.C,
                   8127:          classes/string.C, classes/table.C, classes/void.C,
                   8128:          classes/xdoc.C: - optimizations and simplification of
                   8129:          string.cstr(...)
                   8130: 
                   8131:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   8132:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   8133:          - optimizations and simplification of string.cstr(...)
                   8134: 
                   8135: 2009-07-04  misha
                   8136: 
                   8137:        * tests/217.html: - test for recursion detection was added
                   8138: 
                   8139:        * src/: types/types.vcproj, main/main.vcproj,
                   8140:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   8141:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   8142:          from .vcproj
                   8143: 
                   8144:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   8145: 
                   8146:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   8147:          uploading files and case-insensitive http-method were added
                   8148: 
                   8149:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   8150:          tainted pattern in ^file:list[] was added
                   8151: 
                   8152: 2009-07-03  misha
                   8153: 
                   8154:        * src/: classes/classes.vcproj, main/main.vcproj,
                   8155:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   8156:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   8157:          for dynamic_cast) - little options changes
                   8158: 
                   8159:        * src/main/pa_http.C: - file::load[http works now with uploading
                   8160:          files _and_ changing $.charset
                   8161: 
                   8162: 2009-06-29  misha
                   8163: 
                   8164:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   8165:          while creating pattern
                   8166: 
                   8167: 2009-06-25  misha
                   8168: 
                   8169:        * src/classes/image.C, operators.txt: - options' names for
                   8170:          ^image.font were changed to $.space, $.width and $spacing -
                   8171:          default space width now == gif's width
                   8172: 
                   8173: 2009-06-24  misha
                   8174: 
                   8175:        * tests/215.html: - tests for $file.mode were added
                   8176: 
                   8177:        * operators.txt: - added info about $file.mode and changes in
                   8178:          ^image.font[
                   8179: 
                   8180:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   8181:          param now could be omited - third param now could be hash (with
                   8182:          all widths options: $.space-width, $.letter-width) - it's
                   8183:          possible to specify tracking ($.letter-space)
                   8184: 
                   8185:        * src/classes/file.C: - file objects now could have mode field
                   8186:          (text|binary)
                   8187: 
                   8188:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   8189: 
                   8190: 2009-06-23  misha
                   8191: 
                   8192:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8193:          trim can work with utf-8 chars now
                   8194: 
                   8195: 2009-06-20  misha
                   8196: 
                   8197:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   8198:          was implemented
                   8199: 
                   8200:        * src/classes/table.C: - string length cacheing was implemented
                   8201: 
                   8202:        * src/include/pa_string.h: - string length cacheing was implemented
                   8203: 
                   8204: 2009-06-17  misha
                   8205: 
                   8206:        * src/main/execute.C: - value param was removed from
                   8207:          WContext::WContext
                   8208: 
                   8209:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   8210:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   8211:          - field wcontext was removed from VCodeFrame (using fparent
                   8212:          instead)
                   8213: 
                   8214:        * tests/214.html: - test with hash copying
                   8215: 
                   8216: 2009-06-16  misha
                   8217: 
                   8218:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   8219:          strings doesn't work in expression anymore
                   8220: 
                   8221:        * src/main/execute.C: - less calls for get_constructing() - little
                   8222:          refactoring
                   8223: 
                   8224:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   8225:          include/pa_request.h: - less calls for get_constructing()
                   8226: 
                   8227:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   8228:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   8229: 
                   8230: 2009-06-14  misha
                   8231: 
                   8232:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8233:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   8234:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   8235:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   8236:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   8237:          storing object's fields only for parser objects
                   8238: 
                   8239: 2009-06-13  misha
                   8240: 
                   8241:        * buildall-with-xml, buildall-without-xml: - new option was added
                   8242:          for building GC (it slightly reduces memory usage)
                   8243: 
                   8244:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   8245:          single string write
                   8246: 
                   8247:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   8248:          - optimization of single string write
                   8249: 
                   8250:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   8251:          - bytecode optimization of ^class:constructor
                   8252: 
                   8253: 2009-06-09  misha
                   8254: 
                   8255:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   8256:          main (better compatibility)
                   8257: 
                   8258: 2009-06-08  misha
                   8259: 
                   8260:        * src/main/compile.y: - I've forgot to commit it :(
                   8261: 
                   8262: 2009-06-07  misha
                   8263: 
                   8264:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   8265:          WITH_READ and WITH_ROOT
                   8266: 
                   8267:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8268:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   8269:          WITH_ROOT - little refactoring
                   8270: 
                   8271: 2009-06-06  misha
                   8272: 
                   8273:        * tests/213.html: - tests for 3rd match string-param were added
                   8274: 
                   8275:        * src/classes/string.C: - 3rd match param could be string now
                   8276: 
                   8277:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   8278:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   8279:          GET_OBJECT_ELEMENT
                   8280: 
                   8281: 2009-06-05  misha
                   8282: 
                   8283:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   8284:          if $.body was specified
                   8285: 
                   8286: 2009-06-04  misha
                   8287: 
                   8288:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   8289: 
                   8290:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   8291: 
                   8292:        * src/main/execute.C: - little refactoring - optimizing
                   8293:          write_assign_lang in taint/untaint
                   8294: 
                   8295:        * src/include/pa_opcode.h: - little refactoring
                   8296: 
                   8297:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   8298:          main/compile_tools.h, main/execute.C: - optimizations for
                   8299:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   8300:          were added
                   8301: 
                   8302: 2009-06-03  misha
                   8303: 
                   8304:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   8305: 
                   8306: 2009-06-02  misha
                   8307: 
                   8308:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   8309:          include/pa_opcode.h: - refactoring in last optimizations
                   8310:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   8311:          now but code is much easy and it is ready for further
                   8312:          improvements.
                   8313: 
                   8314: 2009-05-27  misha
                   8315: 
                   8316:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   8317:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   8318:          changed in destructing junctions
                   8319: 
                   8320:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   8321:          String:Body
                   8322: 
                   8323: 2009-05-26  misha
                   8324: 
                   8325:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   8326:          one method detect_charset was deleted - bug was fixed in this
                   8327:          method (error while detecting charset in content_type withot last
                   8328:          ';')
                   8329: 
                   8330:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   8331:          once
                   8332: 
                   8333: 2009-05-25  misha
                   8334: 
                   8335:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   8336:          optimizing of helper_length
                   8337: 
                   8338: 2009-05-24  misha
                   8339: 
                   8340:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   8341:          were added - little refactoring
                   8342: 
                   8343:        * src/main/execute.C: - core while printing in debug log
                   8344:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   8345:          optimisations were added
                   8346: 
                   8347:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   8348:          were added
                   8349: 
                   8350: 2009-05-23  misha
                   8351: 
                   8352:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   8353:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   8354:          CORD_cat optimization
                   8355: 
                   8356:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   8357:          - call constr optimisation under separate define now
                   8358: 
                   8359:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   8360:          in $b should be string, not void
                   8361: 
                   8362:        * src/main/compile.y: - little fix for rem-cut optimisation
                   8363: 
                   8364:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   8365:          main/compile_tools.h, main/execute.C: - optimisations for
                   8366:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   8367: 
                   8368:        * INSTALL: - description of some #defined were added
                   8369: 
                   8370:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   8371:          before 1st access (memory usage is reduced if don't access to
                   8372:          .text field)
                   8373: 
                   8374:        * src/include/pa_array.h: - array grows step now not static (it
                   8375:          reduces numbers of reallocs)
                   8376: 
                   8377: 2009-05-20  misha
                   8378: 
                   8379:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   8380:          $.b(2), $c[d] and $.e[f] was added
                   8381: 
                   8382:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8383:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   8384:          $.e[f] was added
                   8385: 
                   8386:        * src/main/execute.C: - debug printing moved in defines
                   8387: 
                   8388:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   8389:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   8390:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   8391: 
                   8392: 2009-05-19  misha
                   8393: 
                   8394:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8395:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   8396: 
                   8397:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   8398:          ^a.$b optimisation)
                   8399: 
                   8400:        * src/main/compile.y: - compiler now generate new opcodes:
                   8401:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   8402:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   8403:          of params }
                   8404: 
                   8405:        * src/main/execute.C: - code for handle new opcodes
                   8406:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   8407: 
                   8408:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   8409:          added for LA2V and LA2S
                   8410: 
                   8411:        * src/include/pa_opcode.h: - new defines which can be used for
                   8412:          disable some bytecode optimisation and new opcodes were added
                   8413: 
                   8414: 2009-05-17  misha
                   8415: 
                   8416:        * src/lib/cord/cordxtra.c: - bugfix.
                   8417: 
                   8418:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   8419: 
                   8420:        * operators.txt: - info about regex class was added
                   8421: 
                   8422:        * tests/212.html: - tests for regex class were added
                   8423: 
                   8424: 2009-05-16  misha
                   8425: 
                   8426:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   8427:          gc7.1
                   8428: 
                   8429:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   8430:          was added
                   8431: 
                   8432:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   8433:          param) should work
                   8434: 
                   8435: 2009-05-15  misha
                   8436: 
                   8437:        * src/classes/table.C: - automatically disable stringstream usage
                   8438:          on freebsd4
                   8439: 
                   8440:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   8441:          scope
                   8442: 
                   8443:        * tests/211.html: - test with different types of access to hash was
                   8444:          added
                   8445: 
                   8446:        * tests/210.html: - test which checks for loosing tainting in
                   8447:          hash's keys was added
                   8448: 
                   8449:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   8450: 
                   8451:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   8452: 
                   8453:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   8454: 
                   8455:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   8456:          optimisations for increacing version number more dramatically :)
                   8457: 
                   8458:        * src/classes/date.C: - little refactoring: use constructor which
                   8459:          accepts formated string
                   8460: 
                   8461:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   8462:          which can print formatted string was added
                   8463: 
                   8464: 2009-05-14  misha
                   8465: 
                   8466:        * src/include/pa_string.h: - type was fixed
                   8467: 
                   8468:        * src/: classes/hashfile.C, classes/op.C,
                   8469:          include/pa_cache_managers.h, include/pa_charset.h,
                   8470:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   8471:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   8472:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   8473:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   8474:          main/pa_charsets.C, main/pa_string.C,
                   8475:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   8476:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8477:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   8478:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   8479:          (seaches should be faster now)
                   8480: 
                   8481:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8482:          classes/string.C, classes/table.C, include/pa_string.h,
                   8483:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   8484:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   8485:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   8486:          types/pa_vrequest.C: - String constructors don't have that stupid
                   8487:          true/false param which means 'tainted'. they accept lang instead.
                   8488: 
                   8489:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   8490:          with OPTIMIZE_RESULT
                   8491: 
                   8492:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   8493:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   8494: 
                   8495: 2009-05-13  misha
                   8496: 
                   8497:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   8498:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   8499:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8500:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   8501:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   8502:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   8503:          include/pa_string.h, classes/date.C, classes/file.C,
                   8504:          classes/hash.C, classes/image.C, classes/string.C,
                   8505:          classes/table.C, classes/xdoc.C: - result optimisation -
                   8506:          helper_length parameter removed from string constructors
                   8507: 
                   8508: 2009-05-11  misha
                   8509: 
                   8510:        * tests/209.html: - tests for ^hash::create[hash] were added
                   8511: 
                   8512:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   8513:          ^memory:compact[] were added
                   8514: 
                   8515:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   8516:          log10 were added
                   8517: 
                   8518:        * tests/206.html: - test for try with finally was added
                   8519: 
                   8520: 2009-05-10  misha
                   8521: 
                   8522:        * tests/205.html: - test for ^file::create[...] was added
                   8523: 
                   8524:        * tests/204.html: - test for ^response:clear[] was added
                   8525: 
                   8526:        * tests/038.html: - tests for trigonometric functions were added
                   8527: 
                   8528:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   8529:          added - more tests for .add, .sub, .union, .intersects and
                   8530:          .intersections
                   8531: 
                   8532:        * tests/065.html: - test for ^file:dirname was added
                   8533: 
                   8534:        * tests/030.html: - test for $cookie:fields was added
                   8535: 
                   8536:        * tests/203.html: - test for ^h._keys[column name] was added
                   8537: 
                   8538:        * tests/201.html: - tests for .trim were added
                   8539: 
                   8540:        * tests/202.html: - tests for last-day,
                   8541:          date:calendar[type](YYYY;MM;DD) were added
                   8542: 
                   8543:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   8544:          .offset[type](N) were added
                   8545: 
                   8546:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   8547:          and .pos[c](N) were added
                   8548: 
                   8549:        * tests/141.html: - test for math:sha1 was added
                   8550: 
                   8551:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   8552: 
                   8553: 2009-05-09  misha
                   8554: 
                   8555:        * src/main/compile.y: - rollback
                   8556: 
                   8557: 2009-05-05  misha
                   8558: 
                   8559:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   8560:          replaced by is_empty()
                   8561: 
                   8562:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   8563:          optimisation: somewhere length() was replaced by is_empty()
                   8564: 
                   8565:        * src/classes/table.C: - little optimisation: somewhere length()
                   8566:          was replaced by is_empty()
                   8567: 
                   8568:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   8569:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   8570:          optimisation: somewhere length() was replaced by is_empty()
                   8571: 
                   8572: 2009-05-04  misha
                   8573: 
                   8574:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8575:          types/pa_vstateless_class.h, main/execute.C,
                   8576:          include/pa_request.h, classes/hash.C, classes/op.C,
                   8577:          classes/table.C: - more optimisations were added: some operators
                   8578:          don't switch write context anylonger
                   8579: 
                   8580: 2009-05-01  misha
                   8581: 
                   8582:        * src/main/compile.y: - slightly more opcode optimisations for
                   8583:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   8584: 
                   8585:        * src/main/execute.C: - simplifying process for getters
                   8586: 
                   8587: 2009-04-30  misha
                   8588: 
                   8589:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   8590: 
                   8591:        * tests/results/199.processed: - test for checking $result into
                   8592:          ^rem was added
                   8593: 
                   8594:        * tests/199.html: - test for checking $result into ^rem was added
                   8595: 
                   8596:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   8597:          some OS it returns list in different order)
                   8598: 
                   8599:        * src/: include/pa_array.h, include/pa_request.h,
                   8600:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   8601:          changes in stack impl - get_element() optimisation: 3rd param
                   8602:          removed - bugfix: problems with reading empty input param -
                   8603:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   8604: 
                   8605:        * tests/results/198.processed: - test for reading empty local var
                   8606:          was added
                   8607: 
                   8608:        * tests/198.html: - test for reading empty local var was added
                   8609: 
                   8610: 2009-04-29  misha
                   8611: 
                   8612:        * src/main/compile.y: - bugfix: couldn't compile because
                   8613:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   8614: 
                   8615:        * src/: include/pa_array.h, include/pa_opcode.h,
                   8616:          include/pa_request.h, main/compile.y, main/execute.C,
                   8617:          main/pa_request.C, types/pa_vmethod_frame.C,
                   8618:          types/pa_vmethod_frame.h: - we can work without opcode
                   8619:          OP_STORE_PARAM, so it was removed
                   8620: 
                   8621: 2009-04-28  misha
                   8622: 
                   8623:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   8624:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   8625:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   8626:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   8627:          4.
                   8628:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   8629: 
                   8630:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   8631: 
                   8632:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   8633:          is_empty()
                   8634: 
                   8635: 2009-04-27  misha
                   8636: 
                   8637:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   8638: 
                   8639: 2009-04-24  misha
                   8640: 
                   8641:        * src/classes/string.C: - ups. typo fixed
                   8642: 
                   8643:        * src/main/execute.C: - more replacements '*new VBool' to
                   8644:          'VBool::get' - checks for ^break[], ^continue[] and
                   8645:          parser.interrupted were optimised
                   8646: 
                   8647:        * src/classes/string.C: - number of params.count() calls was
                   8648:          slightly reduced
                   8649: 
                   8650: 2009-04-23  misha
                   8651: 
                   8652:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8653:          make it x64 friendly
                   8654: 
                   8655:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8656:          parser is x64 friendly now
                   8657: 
                   8658: 2009-04-22  misha
                   8659: 
                   8660:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   8661:          exceeding record size was added
                   8662: 
                   8663:        * src/classes/file.C: - use vregex object instead of direct calls
                   8664:          methods from pcre lib
                   8665: 
                   8666:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   8667:          classes/string.C: - use vregex object instead of direct calls
                   8668:          methods from pcre lib
                   8669: 
                   8670:        * src/: include/pa_common.h, main/pa_common.C: - method
                   8671:          print_pcre_exec_error_text was moved to class vregex
                   8672: 
                   8673:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   8674:          was added
                   8675: 
                   8676:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   8677:          - class vregex was added
                   8678: 
                   8679: 2009-04-21  misha
                   8680: 
                   8681:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   8682: 
                   8683:        * src/: types/pa_junction.h, types/pa_value.C,
                   8684:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   8685:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   8686:          junction-optimisation (destructors)
                   8687: 
                   8688:        * src/include/pa_array.h: - free under if now
                   8689: 
                   8690: 2009-04-19  misha
                   8691: 
                   8692:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   8693: 
                   8694: 2009-04-18  misha
                   8695: 
                   8696:        * src/include/pa_version.h:
                   8697:          :q :
                   8698: 
                   8699:          CV:
                   8700:          ----------------------------------------------------------------------
                   8701: 
                   8702:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   8703:          refactoring
                   8704: 
                   8705:        * src/: include/pa_array.h, include/pa_hash.h,
                   8706:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   8707: 
                   8708:        * src/include/pa_memory.h: - define for using destructors was added
                   8709: 
                   8710:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8711:          main/execute.C: - some junctions will be cached now
                   8712: 
                   8713:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   8714: 
                   8715:        * src/include/pa_array.h: - inline was added to destructor
                   8716: 
                   8717:        * src/types/pa_method.h: - comment was changed
                   8718: 
                   8719: 2009-04-17  misha
                   8720: 
                   8721:        * src/: include/pa_array.h, include/pa_hash.h,
                   8722:          types/pa_vmethod_frame.h: - destructors were added
                   8723: 
                   8724:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   8725:          renamed to always_use_result
                   8726: 
                   8727:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   8728:          compiler: full backward compatibility is better
                   8729: 
                   8730:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   8731:          result in var's hash
                   8732: 
                   8733:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8734:          optimisation in method_frame
                   8735: 
                   8736:        * src/include/pa_array.h: - optimisation in array (allocate
                   8737:          elements only when needed)
                   8738: 
                   8739:        * src/types/pa_vresponse.C: - check for $response:headers field
                   8740:          before looking at custom fields
                   8741: 
                   8742:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   8743:          not needed to check existance var with name 'result' in var's
                   8744:          hash
                   8745: 
                   8746:        * src/main/compile.y: - compiler was changed: now it detects
                   8747:          writings to $result and set flag writo_to_result in method
                   8748: 
                   8749:        * src/classes/string.C: - little optimisation: no needed to write
                   8750:          number with lang
                   8751: 
                   8752:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   8753:          used for read utf8-strings were renamed - is_escaped was renamed
                   8754:          to isEscaped (to the same name convention)
                   8755: 
                   8756:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   8757:          write_to_result added. compiler get this info from code.
                   8758: 
                   8759: 2009-04-16  misha
                   8760: 
                   8761:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   8762:          String only before 1st write
                   8763: 
                   8764:        * src/include/pa_string.h: - not needed template removed
                   8765: 
                   8766:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   8767:          types/pa_vjunction.C, types/pa_vproperty.C,
                   8768:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   8769:          main/pa_request.C, classes/bool.C, classes/double.C,
                   8770:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   8771:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   8772:          bool objects)
                   8773: 
                   8774: 2009-04-15  misha
                   8775: 
                   8776:        * src/lib/cord/cordxtra.c: - more optimisation
                   8777: 
                   8778:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   8779:          optimisation
                   8780: 
                   8781:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   8782:          then get and can sometime be used)
                   8783: 
                   8784:        * src/main/pa_string.C: - String::length optimisation
                   8785: 
                   8786:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   8787:          these methods read different strings
                   8788: 
                   8789:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8790:          fresult_initial_void removed + some optimisation - if $result
                   8791:          defined we don't write to context anymore
                   8792: 
                   8793:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   8794:          need just skip char)
                   8795: 
                   8796:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8797:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   8798:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   8799: 
                   8800:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   8801:          instance
                   8802: 
                   8803: 2009-04-11  misha
                   8804: 
                   8805:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   8806: 
                   8807:        * tests/197.html: - test for parser://test in xml was added
                   8808: 
                   8809:        * src/classes/string.C: - small optimisation
                   8810: 
                   8811:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   8812:          optimisation
                   8813: 
                   8814: 2009-04-10  misha
                   8815: 
                   8816:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   8817:          to pcre-7.8
                   8818: 
                   8819:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   8820: 
                   8821:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   8822:          added
                   8823: 
                   8824:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   8825:          $request:CLASS_NAME were added
                   8826: 
                   8827:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   8828:          were added
                   8829: 
                   8830:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   8831:          $env:CLASS_NAME were added
                   8832: 
                   8833:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   8834:          '@todo' now
                   8835: 
                   8836:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   8837:          compirer
                   8838: 
                   8839:        * src/main/pa_string.C: - little code cleanup
                   8840: 
                   8841:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   8842:          during PCRE compile/execute
                   8843: 
                   8844:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   8845:          normalizing todo-comments: '@todo' now
                   8846: 
                   8847:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   8848: 
                   8849:        * src/main/pa_charset.C: - type changed for making compiler happy
                   8850: 
                   8851: 2009-03-10  misha
                   8852: 
                   8853:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   8854:          in main()
                   8855: 
                   8856: 2009-02-01  misha
                   8857: 
                   8858:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   8859:          boundary
                   8860: 
                   8861: 2009-01-25  misha
                   8862: 
                   8863:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   8864: 
                   8865:        * src/classes/file.C: - more changes for parsing different number
                   8866:          of params for file::load
                   8867: 
                   8868:        * tests/193.html: - tests for exception while base64-decode binary
                   8869:          to string was added
                   8870: 
                   8871:        * tests/192.html: - tests for file::load with different number of
                   8872:          options
                   8873: 
                   8874:        * src/classes/math.C: - ups. forgot '+1'
                   8875: 
                   8876:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   8877:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   8878:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   8879:          (new option $.encode[multipart-form/data] should be specified) -
                   8880:          $.method[] option for file::load now is not case-sensitive
                   8881: 
                   8882:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   8883:          new taint language L_FILE_POST was added
                   8884: 
                   8885:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   8886:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   8887:          stuff was moved to separate files
                   8888: 
                   8889: 2009-01-23  misha
                   8890: 
                   8891:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   8892:          spaces to tabs were converted
                   8893: 
                   8894: 2009-01-12  misha
                   8895: 
                   8896:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   8897:          now
                   8898: 
                   8899:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   8900:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   8901:          their names
                   8902: 
                   8903:        * src/main/pa_common.C: - changes in formating
                   8904: 
                   8905:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   8906:          their names
                   8907: 
                   8908:        * src/include/pa_http.h: - some spaces were converted to tabs
                   8909: 
                   8910:        * src/include/pa_common.h: - some constants changed their names
                   8911: 
                   8912:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   8913:          little code rewriting
                   8914: 
                   8915:        * src/types/pa_vfile.C: - little code rewriting
                   8916: 
                   8917:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   8918:          types/pa_value.h: - some formating changes
                   8919: 
                   8920:        * src/include/pa_common.h: - some formating spaces transformed to
                   8921:          tabs
                   8922: 
                   8923:        * src/classes/string.C: - exception while base64-decode binary to a
                   8924:          string
                   8925: 
                   8926: 2009-01-11  misha
                   8927: 
                   8928:        * configure.in: - version changed to 3.3.1b
                   8929: 
                   8930: 2008-09-05  misha
                   8931: 
                   8932:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   8933:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   8934: 
                   8935: 2008-09-04  misha
                   8936: 
                   8937:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   8938:          anymore
                   8939: 
                   8940:        * src/classes/op.C: - exception with 'invalid taint language' not
                   8941:          typeless anylonger
                   8942: 
                   8943:        * src/classes/image.C: - some exceptions while operations with
                   8944:          image not typeless anymore
                   8945: 
                   8946:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   8947:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   8948:          operations with files not typeless anymore
                   8949: 
                   8950:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   8951:          types/pa_vdate.h: - exceptions while checking date range not
                   8952:          typeless anymore
                   8953: 
                   8954:        * src/include/pa_exception.h: - exception type string for invalid
                   8955:          date range was added
                   8956: 
                   8957: 2008-09-03  misha
                   8958: 
                   8959:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   8960:          operations not typeless anymore
                   8961: 
                   8962:        * src/include/pa_exception.h: - exception type for pce operations
                   8963:          was added
                   8964: 
                   8965:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   8966:          and .CLASS_NAME insite classes
                   8967: 
                   8968:        * src/classes/table.C: - don't save table header whiile
                   8969:          ^table.save[append;filename] if file exists
                   8970: 
                   8971: 2008-09-02  misha
                   8972: 
                   8973:        * src/main/compile.y, src/main/compile_tools.h,
                   8974:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   8975:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   8976:          renamed to partial and it login changed: we must mark class as
                   8977:          partial for allow their modifications in future.
                   8978: 
                   8979: 2008-08-29  misha
                   8980: 
                   8981:        * tests/results/022.processed: - testing taint[regex] in mask for
                   8982:          file:list
                   8983: 
                   8984:        * tests/022.html: - testing taint[regex] in mask for file:list
                   8985: 
                   8986:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   8987:          for file:list was added
                   8988: 
                   8989:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   8990:          file:list
                   8991: 
                   8992: 2008-08-26  misha
                   8993: 
                   8994:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   8995:          last derived object
                   8996: 
                   8997:        * src/classes/image.C: - many strings "image.format" replaced by
                   8998:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   8999:          understand some more exif tags
                   9000: 
                   9001:        * src/include/pa_exception.h: - string "image.format" was added
                   9002: 
                   9003: 2008-08-21  misha
                   9004: 
                   9005:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   9006:          pcre_exec text error
                   9007: 
                   9008:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   9009:          added
                   9010: 
                   9011:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   9012:          text error was added
                   9013: 
                   9014: 2008-08-19  misha
                   9015: 
                   9016:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   9017:          namespace while debug execution as well
                   9018: 
                   9019:        * tests/: 015.html, results/015.processed: - test for escaping some
                   9020:          parser chars was added
                   9021: 
                   9022: 2008-08-18  misha
                   9023: 
                   9024:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   9025:          $caller.self.field + default getter in one class was added
                   9026: 
                   9027:        * tests/: 189.html, results/189.processed: - test for
                   9028:          ^date::create[date object]
                   9029: 
                   9030:        * tests/: 188.html, results/188.processed: - tests for match with
                   9031:          UTF-8 strings
                   9032: 
                   9033:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   9034:          ^string.match[]
                   9035: 
                   9036:        * ChangeLog: - parser 3.3.0 beta13
                   9037: 
                   9038: 2008-08-15  misha
                   9039: 
1.116     moko     9040:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   9041:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   9042:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   9043:          dftables.c: - old PCRE files removed
1.95      moko     9044: 
                   9045:        * src/lib/pcre/config.h: - configuration for PCRE library
                   9046: 
                   9047:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9048:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   9049: 
                   9050:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   9051:          library and set flag UTF8 if $request:charset is UTF-8
                   9052: 
                   9053:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   9054:          include/pa_config_fixed.h: - moved to new PCRE library
                   9055: 
                   9056:        * src/: main/main.vcproj, types/types.vcproj,
                   9057:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   9058:          win32\pcre instead of parser3\src\lib\pcre
                   9059: 
                   9060:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   9061:          main/compile.C, main/compile.y, main/compile_tools.C,
                   9062:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   9063:          opcodes were moved to separate namespace
                   9064: 
                   9065: 2008-08-14  misha
                   9066: 
                   9067:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   9068: 
                   9069:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   9070:          tainting
                   9071: 
                   9072: 2008-08-11  misha
                   9073: 
                   9074:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   9075:          $caller.self, $caller.self.field and $caller.self.field[value]
                   9076:          were added
                   9077: 
                   9078:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   9079:          runtime as well (for $caller.self)
                   9080: 
                   9081: 2008-07-25  misha
                   9082: 
                   9083:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   9084:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   9085:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   9086:          tests with international characters
                   9087: 
                   9088: 2008-07-23  misha
                   9089: 
                   9090:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   9091:          file::load[...;http://
                   9092: 
                   9093:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   9094:          now everywhere in separate namespace
                   9095: 
                   9096:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   9097:          for vars
                   9098: 
                   9099:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   9100:          can be escaped by '^'
                   9101: 
                   9102: 2008-07-22  misha
                   9103: 
                   9104:        * src/classes/string.C, tests/186.html: - names changes:
                   9105:          escape=>js-escape, unescape=>js-unescape
                   9106: 
                   9107: 2008-07-21  misha
                   9108: 
                   9109:        * tests/results/186.processed: - test for string escape/unescape
                   9110: 
                   9111:        * tests/186.html: - test for string escape/unescape
                   9112: 
                   9113:        * src/classes/string.C: - string has escape and unescape methods
                   9114:          now
                   9115: 
                   9116:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   9117:          added
                   9118: 
                   9119:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   9120:          method-layers added (with different params)
                   9121: 
                   9122: 2008-07-18  misha
                   9123: 
                   9124:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   9125:          was added
                   9126: 
                   9127:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   9128: 
                   9129:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   9130:          ^string.pos[substr](offset) -- 2nd param accepted now
                   9131: 
                   9132:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   9133:          strings
                   9134: 
                   9135: 2008-07-17  misha
                   9136: 
                   9137:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9138:          helper length added for mid for small optimisation
                   9139: 
                   9140: 2008-07-16  misha
                   9141: 
                   9142:        * tests/: 185.html, results/185.processed: - tests for
                   9143:          length/left/right/mid/pos with utf-8 strings
                   9144: 
                   9145:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   9146:          utf-8 strings
                   9147: 
                   9148:        * src/main/untaint.C: - comments removed
                   9149: 
                   9150:        * src/: include/pa_string.h, main/pa_string.C,
                   9151:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   9152:          with pos/mid for strings in utf-8 were added
                   9153: 
                   9154: 2008-07-15  misha
                   9155: 
                   9156:        * tests/: 184.html, results/184.processed: - test for case body as
                   9157:          expression: $var(^switch(1){^case(1)(true)..})
                   9158: 
                   9159:        * src/classes/op.C: - case body can be expression now:
                   9160:          $var(^switch(1){^case(1)(true)..})
                   9161: 
                   9162:        * tests/: results/183.processed, 183.html: - added test for testing
                   9163:          new cookie encoding (%uXXXX)
                   9164: 
                   9165:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   9166:          decoding for backward compatibility they decoded from %XX in
                   9167:          request:charset too
                   9168: 
                   9169:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   9170:          - cookie class now decode cookies before first access after last
                   9171:          request:charset changing (as form class).
                   9172: 
                   9173:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   9174:          as %uXXXX - before transcode calculate required space for dest
                   9175:          string. it reduce mem usage for transcode
                   9176: 
                   9177:        * src/include/pa_charset.h: - added method escape for escaping
                   9178:          cookies as %uXXXX
                   9179: 
                   9180:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   9181:          was added. will used for escaping cookies as %uXXXX
                   9182: 
                   9183:        * src/include/pa_common.h: - escape method has new option for skip
                   9184:          converting '+' to a space char
                   9185: 
                   9186:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   9187:          transcode - escape method has new option for skip converting '+'
                   9188:          to a space char
                   9189: 
                   9190: 2008-07-08  misha
                   9191: 
                   9192:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   9193:          (no UE if more then 1 case matches anylonger) - optimization:
                   9194:          doing searching.as_string() || searching.as_double() only once
                   9195: 
                   9196: 2008-07-04  misha
                   9197: 
                   9198:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   9199:          now ^date::create[date object] works
                   9200: 
                   9201:        * src/classes/string.C: - left and right added as aliases for start
                   9202:          and end in ^string.trim[]
                   9203: 
                   9204: 2008-07-03  misha
                   9205: 
                   9206:        * src/classes/file.C: - allow $.limit for file::sql as well
                   9207: 
                   9208:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   9209:          send limit=1 to query for use sql specifics authomatically
                   9210: 
                   9211:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   9212:          if $.limit value if empty. autoconvert it as everywere
                   9213: 
                   9214: 2008-07-02  misha
                   9215: 
                   9216:        * configure.in: - time to change version number to 3.3.0 %-)
                   9217: 
                   9218:        * src/include/pa_version.h: - time to change version number to
                   9219:          3.3.0 %-)
                   9220: 
                   9221: 2008-06-26  misha
                   9222: 
                   9223:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   9224:          $.limit(0) fixes
                   9225: 
                   9226:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   9227:          - $.limit(0) fixes
                   9228: 
                   9229:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   9230:          new API)
                   9231: 
                   9232:        * src/: include/pa_sql_driver_manager.h,
                   9233:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   9234:          classes/op.C: - document_root added
                   9235: 
                   9236:        * src/main/compile.tab.C: - error message was changed
                   9237: 
                   9238: 2008-06-25  misha
                   9239: 
                   9240:        * src/main/compile.y: - error message was changed
                   9241: 
                   9242: 2008-06-24  misha
                   9243: 
                   9244:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   9245: 
                   9246:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   9247:          tests for @OPTIONS\nappend
                   9248: 
                   9249:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   9250: 
                   9251:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   9252: 
                   9253:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   9254: 
                   9255:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   9256:          compile.y
                   9257: 
                   9258: 2008-06-17  misha
                   9259: 
                   9260:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   9261:          compilation: ^if(default){true. it's incorrect. must be
                   9262:          exception}
                   9263: 
                   9264: 2008-06-16  misha
                   9265: 
                   9266:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   9267:          checking external reference loading with 'http://localhost'
                   9268:          prefix while creating xdoc
                   9269: 
                   9270:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   9271:          ^math:long2ip[] and ^math:ip2long[]
                   9272: 
                   9273:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   9274:          added which use scalar stateless class method when user object
                   9275:          used in scalar context - use get_scalar_value when user object
                   9276:          requested in scalar context
                   9277: 
                   9278:        * src/main/pa_common.C: - size must be int but not size_t or we
                   9279:          can't compare with 0 sprintf result
                   9280: 
                   9281:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9282:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   9283:          with internal switch between local/global vars
                   9284: 
                   9285:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   9286:          specified
                   9287: 
                   9288:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   9289:          pa_vstateless_object.h: - stateless class and object now has
                   9290:          private scalar field and getter/setter for working with it
                   9291: 
                   9292:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   9293:          moved to inet static class
                   9294: 
                   9295:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   9296:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   9297: 
                   9298:        * tests/: 180.html, results/180.processed: - tests for
                   9299:          ^math:long2ip(long) and ^math:ip2long[IP]
                   9300: 
                   9301:        * src/classes/math.C: - ^math:ip2long[IP] added
                   9302: 
                   9303: 2008-06-11  misha
                   9304: 
                   9305:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   9306:          need cut BOM code and remove DOS newline chars. but don't
                   9307:          transcode it anyway.
                   9308: 
                   9309:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   9310:          main/pa_http.C: - option for disable transcoding while file_read
                   9311:          and file_read_text added
                   9312: 
                   9313: 2008-06-10  misha
                   9314: 
                   9315:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   9316:          classes in 1 file
                   9317: 
                   9318:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   9319:          classes now.
                   9320: 
                   9321:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   9322:          classes now. internals.
                   9323: 
                   9324:        * src/main/pa_request.C: - compile return list of classes now. try
                   9325:          call @conf and @auto for each returned class
                   9326: 
                   9327:        * src/include/pa_request.h: - compile return list of classes now
                   9328: 
                   9329:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   9330:          return list of classes when compile buf)
                   9331: 
                   9332: 2008-06-07  misha
                   9333: 
                   9334:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   9335:          param -- form
                   9336: 
                   9337:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   9338:          3rd param: form. needed for get post_charset
                   9339: 
                   9340:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   9341:          added
                   9342: 
                   9343:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   9344:          types/pa_vform.C, types/pa_vform.h: - some polish
                   9345: 
                   9346: 2008-06-06  misha
                   9347: 
                   9348:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   9349:          charset and decode chars from it but not from response:charset
                   9350: 
                   9351:        * src/main/pa_http.C: - detect_charset moved out of here
                   9352: 
                   9353:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   9354:          methods moved here - unescape_chars accepn one charset now
                   9355: 
                   9356:        * src/main/pa_http.C: - new constants used - don't allow
                   9357:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   9358:          charset info while ^file::load[;http://;$.method[POST]] - option
                   9359:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   9360:          disabling charset during post
                   9361: 
                   9362:        * src/types/pa_vform.C: - new constants used
                   9363: 
                   9364:        * src/include/pa_common.h: - some constants were added
                   9365: 
                   9366:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   9367:          instead of StrEqNc
                   9368: 
                   9369:        * src/main/pa_common.C: - new method for caseless search
                   9370:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   9371: 
                   9372:        * src/include/pa_common.h: - new method for caseless search
                   9373:          c-substring in c-string
                   9374: 
                   9375: 2008-06-05  misha
                   9376: 
                   9377:        * tests/results/178.processed: - test for testing default getter
                   9378: 
                   9379:        * tests/178.html: - test for testing default getter
                   9380: 
                   9381:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   9382:          for test for testing default getter
                   9383: 
                   9384:        * src/main/execute.C: - default getter soul
                   9385: 
                   9386:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   9387:          requested objects' field not found
                   9388: 
                   9389:        * src/types/pa_vclass.C: - register default getter if defined - get
                   9390:          default getter if requested field not found
                   9391: 
                   9392:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   9393:          added
                   9394: 
                   9395:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9396:          pointer to default getter and methods for get/set it were added
                   9397: 
                   9398:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   9399:          auto_name field (for default getter)
                   9400: 
                   9401: 2008-06-04  misha
                   9402: 
                   9403:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   9404:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   9405:          it to libxml "as is"
                   9406: 
                   9407: 2008-06-03  misha
                   9408: 
                   9409:        * src/main/pa_common.C: - use store_Char instead of
                   9410:          transcodeCharFromUTF8
                   9411: 
                   9412:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   9413:          store_Char added, transcodeCharFromUTF8 -- removed
                   9414: 
                   9415: 2008-06-02  misha
                   9416: 
                   9417:        * tests/: results/177.processed, 177.html: - test for checking
                   9418:          .[acm]date after local ^file::load[] was added
                   9419: 
                   9420:        * tests/: results/176.processed, 176.html: - test for checking
                   9421:          @OPTION\locals + @method[vars][locals] added
                   9422: 
                   9423:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   9424: 
                   9425: 2008-05-30  misha
                   9426: 
                   9427:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   9428:          @OPTION\nlocals + @method[vars][;locals;] were added
                   9429: 
                   9430:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   9431:          moved to separate method op_code - switch from VMethodFrame to
                   9432:          VMethodFrameGlobal + VMethodFrameLocal
                   9433: 
                   9434:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   9435:          was moved to separate method op_code
                   9436: 
                   9437:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   9438:          VMethodFrame now
                   9439: 
                   9440:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   9441:          all_vars_local as well
                   9442: 
                   9443:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   9444:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   9445:          VMethodFrame were added: one (global) works as VMethodFrame
                   9446:          before and second (local) write all vars in self vars scope
                   9447: 
                   9448:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   9449: 
                   9450: 2008-05-29  misha
                   9451: 
                   9452:        * tests/: 129.html, results/129.processed: - more tests for
                   9453:          ^table.hash[]
                   9454: 
                   9455:        * src/classes/hash.C: - ^hash::sql has a new option:
                   9456:          $.type[hash|string|table] as ^table.hash[] one.
                   9457: 
                   9458:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   9459:          executed anyway after try or catch section
                   9460: 
                   9461: 2008-05-27  misha
                   9462: 
                   9463:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   9464:          must not fail if $.distinct(1) wasn't specified
                   9465: 
                   9466: 2008-05-26  misha
                   9467: 
                   9468:        * src/classes/op.C: - allow ^throw[my type]
                   9469: 
                   9470: 2008-05-22  misha
                   9471: 
                   9472:        * configure.in, configure: - version number updated to 3.2.4b
                   9473: 
                   9474:        * src/classes/: op.C, string.C: - trim format string before
                   9475:          eval/format
                   9476: 
                   9477:        * tests/: results/175.processed, 175.html: - more tests for
                   9478:          different format strings in .format[]
                   9479: 
                   9480:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   9481:          as well (not only %XX)
                   9482: 
                   9483:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   9484:          charset specified - checks for format before print number
                   9485:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   9486:          (instead of tabs) removed
                   9487: 
                   9488:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   9489:          charset specified
                   9490: 
                   9491:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   9492:          char in requested charset from utf code was added
                   9493: 
                   9494: 2008-05-19  misha
                   9495: 
                   9496:        * tests/: 174.html, results/174.processed: - test for
                   9497:          ^hashfile.cleanup[] added
                   9498: 
                   9499:        * src/classes/hashfile.C: - optimization: don't create any key or
                   9500:          value variable if it's name weren't specified
                   9501:          (^hf.foreach[;v]{...})
                   9502: 
                   9503: 2008-05-16  misha
                   9504: 
                   9505:        * src/classes/hash.C: - optimization: don't create any key variable
                   9506:          if variable name wasn't specified (^h.foreach[;v]{...})
                   9507: 
                   9508: 2008-05-15  misha
                   9509: 
                   9510:        * src/classes/op.C: - small changes
                   9511: 
                   9512:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   9513: 
                   9514:        * src/classes/hash.C: - calculate var_context once before foreach
                   9515: 
                   9516: 2008-05-14  misha
                   9517: 
                   9518:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   9519:          ^hashfile.foreach[;]{} fixed
                   9520: 
                   9521:        * src/classes/: hash.C, table.C: - little optimisation
                   9522: 
                   9523:        * src/classes/file.C: - bugfix: double absolute path while loading
                   9524:          file
                   9525: 
                   9526:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   9527:          were added
                   9528: 
                   9529:        * buildall-with-xml: - moving to libxslt 1.1.24
                   9530: 
                   9531: 2008-04-30  misha
                   9532: 
                   9533:        * src/classes/file.C: - stat file while loading (local only) so
                   9534:          .adate, .mdate and .cdate available without additional ::stat
                   9535: 
                   9536: 2008-04-28  misha
                   9537: 
                   9538:        * src/classes/file.C: - $.name and $.content-type available for
                   9539:          stated file
                   9540: 
                   9541: 2008-04-14  misha
                   9542: 
                   9543:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   9544: 
                   9545:        * src/include/pa_version.h: - new version number in head
                   9546: 
                   9547: 2008-04-10  misha
                   9548: 
                   9549:        * tests/: 080.html, results/080.processed: - cut '0' from
                   9550:          exponential part because of on diff OS it differ (20 or 020 for
                   9551:          ex)
                   9552: 
                   9553:        * tests/: 119.html, results/119.processed: - check for encoding
                   9554:          while creating xdoc
                   9555: 
                   9556: 2008-04-09  misha
                   9557: 
                   9558:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   9559: 
                   9560:        * src/main/pa_common.C: - comment added
                   9561: 
                   9562:        * src/classes/date.C: - little refactoring
                   9563: 
                   9564: 2008-04-07  misha
                   9565: 
                   9566:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   9567:          style of ^table.save[]: prepare one big string and sabe it at
                   9568:          once. it's safe on freebsd 4.x but use much more memory.
                   9569: 
                   9570:        * buildall-with-xml, buildall-without-xml: - option
                   9571:          --disable-stringstream added (under comment. use it on freebsd
                   9572:          4.x)
                   9573: 
                   9574: 2008-02-22  misha
                   9575: 
                   9576:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   9577:          specified together in file::load[;http] - get back transcoding
                   9578:          $.body[] in file::load[;http]
                   9579: 
                   9580: 2008-02-21  misha
                   9581: 
                   9582:        * src/classes/date.C: - ^date.gmt-string[] was added
                   9583: 
                   9584:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   9585:          moved to pa_common.h
                   9586: 
                   9587:        * src/include/pa_common.h: - method for output date in RFC 822
                   9588:          format moved here from pa_value.C
                   9589: 
                   9590:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   9591:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   9592: 
                   9593: 2008-02-20  misha
                   9594: 
                   9595:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   9596:          specified charset while ^file::load[...;http://...] (L_URI
                   9597:          instead of L_HTTP_HEADER) - $.cookies param available in
                   9598:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   9599:          response yet) (cookies not transcoded as common $cookies)
                   9600: 
                   9601: 2008-02-19  misha
                   9602: 
                   9603:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   9604:          $response:field values because in this case
                   9605:          $response:locateion[http://...] don't works.
                   9606: 
                   9607: 2008-02-15  misha
                   9608: 
                   9609:        * src/classes/op.C: - little refactoring
                   9610: 
                   9611:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   9612: 
                   9613:        * src/main/pa_request.C: - force taint values of $response:field
                   9614: 
                   9615: 2008-02-14  misha
                   9616: 
                   9617:        * src/main/pa_request.C: - $response:field transcoded to
                   9618:          $response:charset before escaping now
                   9619: 
                   9620:        * src/main/pa_http.C: - some outdated comments removed
                   9621: 
                   9622:        * src/classes/date.C: - lastdat -> last-day
                   9623: 
                   9624:        * src/classes/date.C: - ^date:lastday(year;month) and
                   9625:          ^date.lastday[] were added - little code refactoring - comments
                   9626:          changes
                   9627: 
                   9628:        * tests/: 159.html, results/159.processed: - test for number of
                   9629:          days in February
                   9630: 
                   9631:        * src/types/pa_value.C: - fixes in code formatting
                   9632: 
                   9633:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   9634:          and comments
                   9635: 
                   9636: 2008-02-13  misha
                   9637: 
                   9638:        * src/main/pa_common.C: - bugfix for february at leap year
                   9639: 
                   9640: 2008-01-28  misha
                   9641: 
                   9642:        * tests/: 160.html, results/160.processed: - more test for cache
                   9643:          added
                   9644: 
                   9645:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   9646:          unhandled exception
                   9647: 
                   9648: 2008-01-25  misha
                   9649: 
                   9650:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   9651:          bug when hashfile became inavailable after memory:compact)
                   9652: 
                   9653:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   9654: 
                   9655: 2008-01-22  misha
                   9656: 
                   9657:        * src/classes/table.C: - little refactiring and exception texts
                   9658:          changes in method ^table.hash[]
                   9659: 
                   9660:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   9661: 
                   9662: 2008-01-21  misha
                   9663: 
                   9664:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   9665:          file::exec/cgi
                   9666: 
                   9667:        * src/classes/file.C: - bugfix: core while processing headers if
                   9668:          executed cgi script don't return content
                   9669: 
                   9670: 2008-01-18  misha
                   9671: 
                   9672:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   9673: 
                   9674:        * src/include/pa_version.h, configure.in: - version number updated
                   9675:          to '3.2.3b'
                   9676: 
                   9677: 2007-12-28  misha
                   9678: 
                   9679:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   9680:          hash.contains
                   9681: 
                   9682: 2007-12-27  misha
                   9683: 
                   9684:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9685:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   9686:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   9687:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   9688:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9689:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   9690:          src/targets/cgi/parser3.vcproj,
                   9691:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   9692:          back to VS2003 because of Apache 1.3 module can't work if it was
                   9693:          built in VS 2005.  with cgi all file so VS2003 project files can
                   9694:          be easy converted to the new format.
                   9695: 
                   9696: 2007-12-04  misha
                   9697: 
                   9698:        * src/types/pa_vcode_frame.h: - changes in comment
                   9699: 
                   9700: 2007-11-29  misha
                   9701: 
                   9702:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   9703:          intercept strings any longer
                   9704: 
                   9705:        * tests/: 173.html, results/173.processed: - tests for
                   9706:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   9707:          but not in main code frame
                   9708: 
                   9709:        * tests/: 172.html, results/172.processed: - more tests for pass
                   9710:          objects from code frames
                   9711: 
                   9712: 2007-11-27  misha
                   9713: 
                   9714:        * tests/: 152.html, results/152.processed: - tests for converting
                   9715:          strings 'true'/'false' to bool were added
                   9716: 
                   9717:        * tests/152.html: - added checks for converting strings
                   9718:          'true'/'false' to bool
                   9719: 
                   9720:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   9721:          not only strings with numbers but with values 'true'/'false' as
                   9722:          well
                   9723: 
                   9724:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   9725:          for parser3.log increased
                   9726: 
                   9727:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   9728: 
                   9729:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   9730: 
                   9731:        * src/include/pa_types.h: - constant with buffer size for
                   9732:          parser3.log added
                   9733: 
                   9734: 2007-11-16  misha
                   9735: 
                   9736:        * tests/cat.sh: - script for tests for file::exec/cgi
                   9737: 
                   9738:        * tests/171.html: - tests for file::exec/cgi
                   9739: 
                   9740:        * tests/results/171.processed: - tests results for file::exec/cgi
                   9741: 
                   9742: 2007-11-15  misha
                   9743: 
                   9744:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   9745: 
                   9746:        * src/classes/file.C: - .body must be set before analyzing cgi
                   9747:          headers
                   9748: 
                   9749:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   9750:          only if exec/cgi return anything.
                   9751: 
                   9752: 2007-11-14  misha
                   9753: 
                   9754:        * operators.txt: - info about new text|binary option for
                   9755:          file::exec/cgi was added
                   9756: 
                   9757:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   9758:          ^file:exec[[text|binary];script;...]
                   9759: 
                   9760:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   9761:          classes/string.C, classes/table.C: - more text strings moved to
                   9762:          the one place
                   9763: 
                   9764: 2007-11-09  misha
                   9765: 
                   9766:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   9767: 
                   9768:        * ChangeLog: - $request:argv [patch from Sumo]
                   9769: 
                   9770:        * operators.txt: - $request:argv
                   9771: 
                   9772:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   9773:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   9774: 
                   9775: 2007-10-25  misha
                   9776: 
                   9777:        * buildall-with-xml, buildall-without-xml: - options preparations
                   9778:          for ./configure rewrited
                   9779: 
                   9780:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   9781:          error occure in unhandled_exception finally fixed
                   9782: 
                   9783: 2007-10-23  misha
                   9784: 
                   9785:        * tests/: 170.html, results/170.processed: - test for
                   9786:          @method[][result]
                   9787: 
                   9788:        * operators.txt: - added info about node.prefix and
                   9789:          node.namespaceURI
                   9790: 
                   9791:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   9792: 
                   9793:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   9794:          added for node and attribute
                   9795: 
                   9796: 2007-10-22  misha
                   9797: 
                   9798:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   9799: 
                   9800:        * src/main/pa_request.C: - added const content-transfer-encoding
                   9801: 
                   9802:        * src/include/pa_request.h: - added const content-transfer-encoding
                   9803:          - ups. constants must be in lowercase (for search)
                   9804: 
                   9805:        * src/types/pa_vmail.C: - more constants used -
                   9806:          content-transfer-encoding: 8bit added
                   9807: 
                   9808:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   9809: 
                   9810:        * src/include/pa_request.h: - more constants
                   9811: 
                   9812:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   9813:          ommit anymore if $.content-disposition was specified - little
                   9814:          refactoring
                   9815: 
                   9816:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   9817: 
                   9818: 2007-10-17  misha
                   9819: 
                   9820:        * operators.txt: - info about
                   9821:          table::create[nameless]{data}[>options<] was added
                   9822: 
                   9823:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   9824:          compile method don't put this method in methods table anymore.
                   9825:          in other case the parser coredumped if @unhandled_exception
                   9826:          method can't be compiled because of parser.compile error.
                   9827: 
                   9828:        * src/main/execute.C: - little code reformating
                   9829: 
                   9830:        * src/main/pa_request.C: - little code reformating - comment
                   9831:          changed
                   9832: 
                   9833: 2007-10-16  misha
                   9834: 
                   9835:        * tests/: 035.html, results/035.processed: - tests
                   9836:          table::create[]{}[options] added
                   9837: 
                   9838:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   9839:          options (only $.seperator[] yet)
                   9840: 
                   9841: 2007-10-10  misha
                   9842: 
                   9843:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   9844:          some code changes
                   9845: 
                   9846: 2007-10-02  misha
                   9847: 
                   9848:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   9849:          then three time as much. but base64 encoding method still use
                   9850:          less memory anyway.
                   9851: 
                   9852: 2007-09-17  misha
                   9853: 
                   9854:        * operators.txt: - added info about $cookie:fields
                   9855: 
                   9856:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   9857: 
                   9858:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   9859:          common
                   9860: 
                   9861:        * src/include/pa_common.h: - some stuff for use with .for_each
                   9862:          moved here
                   9863: 
                   9864:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   9865: 
                   9866: 2007-09-14  misha
                   9867: 
                   9868:        * buildall-with-xml: - new xml libs again =)
                   9869: 
                   9870: 2007-08-28  misha
                   9871: 
                   9872:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   9873:          ^string.split[...][v][column name] were added
                   9874: 
                   9875:        * tests/: 168.html, 169.html, results/168.processed,
                   9876:          results/169.processed: - tests for ^table.columns[[column name]]
                   9877:          and ^string.split[...][v][column name] were added
                   9878: 
                   9879:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   9880:          was added
                   9881: 
                   9882:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   9883:          name]]
                   9884: 
                   9885:        * src/include/pa_exception.h: - error text message for
                   9886:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   9887: 
                   9888: 2007-08-27  misha
                   9889: 
                   9890:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   9891:          body ^taint[sql][something] outside of connect
                   9892: 
                   9893:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   9894:          outside of connect
                   9895: 
                   9896:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   9897:          added (commented by default)
                   9898: 
                   9899: 2007-08-20  misha
                   9900: 
                   9901:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   9902:          was added
                   9903: 
                   9904:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   9905:          duplicated exception text strings were removed
                   9906: 
                   9907:        * src/include/pa_exception.h: - more exception text strings moved
                   9908:          here
                   9909: 
                   9910:        * src/classes/table.C: - some duplicate exceptions' text strings
                   9911:          removed
                   9912: 
                   9913:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   9914:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   9915:          removed
                   9916: 
                   9917:        * src/include/pa_exception.h: - some exception text strings movet
                   9918:          to pa_exception
                   9919: 
                   9920:        * tests/: 149.html, results/149.processed: - test for
                   9921:          ^xnode.hasAttributes[] was added - some code changes
                   9922: 
                   9923:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   9924:          added
                   9925: 
                   9926: 2007-08-17  misha
                   9927: 
                   9928:        * tests/: results/006.processed, results/059.processed, 006.html,
                   9929:          059.html: - more tests for match
                   9930: 
                   9931:        * tests/: 129.html, results/129.processed: - tests for
                   9932:          ^table.hash[...][$.type[string|hash|table]] added
                   9933: 
                   9934:        * src/targets/cgi/parser3.C: - little syntax changes
                   9935: 
                   9936:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   9937:          syntax changes
                   9938: 
                   9939:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   9940:          messages in parser3.log switched off by default. If someone
                   9941:          really still need it: use $SIGPIPE(1)
                   9942: 
                   9943: 2007-08-08  misha
                   9944: 
                   9945:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   9946:          files by default since now
                   9947: 
                   9948: 2007-08-07  misha
                   9949: 
                   9950:        * buildall-without-xml: - some option syntax changes
                   9951: 
                   9952:        * buildall-with-xml: - compile libxml2 without http support - some
                   9953:          option syntax changes
                   9954: 
                   9955:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   9956: 
                   9957: 2007-08-06  misha
                   9958: 
                   9959:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   9960: 
                   9961:        * tests/: 160.html, results/160.processed: - cache test was
                   9962:          rewrited
                   9963: 
                   9964: 2007-07-06  misha
                   9965: 
                   9966:        * tests/: 153.html, results/153.processed: - added test for
                   9967:          ^math:sha1[string]
                   9968: 
                   9969:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   9970:          transcoded
                   9971: 
                   9972:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   9973:          were added
                   9974: 
                   9975: 2007-06-28  misha
                   9976: 
                   9977:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   9978:          some incorrect chars
                   9979: 
                   9980: 2007-06-19  misha
                   9981: 
                   9982:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   9983:          were moved on top because of gcc 4 had a problems during
                   9984:          building.
                   9985: 
                   9986: 2007-06-18  misha
                   9987: 
                   9988:        * tests/results/019.processed: - new image commited
                   9989: 
                   9990: 2007-06-09  misha
                   9991: 
                   9992:        * src/classes/: op.C, table.C: - in while and table.select method
                   9993:          as_expression used now
                   9994: 
                   9995:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   9996: 
                   9997: 2007-06-08  misha
                   9998: 
                   9999:        * tests/: 166.html, results/166.processed: - test for
                   10000:          ^match[...][n]
                   10001: 
                   10002:        * tests/: 165.html, results/165.processed: - tests for loops
                   10003: 
                   10004:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   10005:          because of no speed/memory optimisation but some proglems with
                   10006:          long cycles occure
                   10007: 
                   10008: 2007-06-06  misha
                   10009: 
                   10010:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   10011:          ^table.select(true) and ^table.select(1) didn't works because of
                   10012:          awaiting junction-param only. fixed.
                   10013: 
                   10014: 2007-05-24  misha
                   10015: 
                   10016:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   10017:          with 0.5 secs interval
                   10018: 
                   10019:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   10020:          locking system now on unix
                   10021: 
                   10022:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   10023:          system locks which wait till other threads release it but try get
                   10024:          lock, if fail wait 1 sec and make 10 attempts.
                   10025: 
                   10026:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   10027:          were added
                   10028: 
                   10029:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   10030:          opening files
                   10031: 
                   10032:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   10033:          after our classes on unix it can't be build
                   10034: 
                   10035:        * src/types/pa_vhashfile.C: - not needed code removed
                   10036: 
                   10037: 2007-05-23  misha
                   10038: 
                   10039:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   10040:          include/pa_common.h: - cosmetic changes
                   10041: 
                   10042: 2007-05-18  misha
                   10043: 
                   10044:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   10045:          often. it's give some speed increasing
                   10046: 
                   10047:        * tests/results/160.processed: - returned time corrected
                   10048: 
                   10049:        * tests/160.html: - time increased because on unix 1 mean nothing
                   10050:          :(
                   10051: 
                   10052:        * operators.txt: - added info about ^hash.contain[key]
                   10053: 
                   10054:        * src/classes/hash.C: - added ^hash.contain[key]
                   10055: 
                   10056:        * src/include/pa_hash.h: - added method for checking key exists in
                   10057:          hash
                   10058: 
                   10059: 2007-05-07  misha
                   10060: 
                   10061:        * src/include/pa_string.h: - was compilation error during build on
                   10062:          freebsd4
                   10063: 
                   10064: 2007-05-03  misha
                   10065: 
                   10066:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   10067:          for ^table.hash[]
                   10068: 
                   10069:        * src/classes/file.C: - comment removed
                   10070: 
                   10071: 2007-04-26  misha
                   10072: 
                   10073:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   10074:          real files doesn't opened in place anymore
                   10075: 
                   10076: 2007-04-24  misha
                   10077: 
                   10078:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   10079: 
                   10080:        * src/include/pa_exception.h: "static" removed
                   10081: 
                   10082: 2007-04-23  misha
                   10083: 
                   10084:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   10085: 
                   10086:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   10087:          ^math:log(N)) - ^math:lg(N)
                   10088: 
                   10089:        * tests/: 097.html, results/097.processed: - charsets converstion
                   10090:          during ^file::load[text;http://...] added
                   10091: 
                   10092:        * tests/: 164.html, results/164.processed: - check for set expires
                   10093:          as a date
                   10094: 
                   10095:        * tests/: 164.html, results/164.processed: - test for hashfile
                   10096: 
                   10097:        * src/classes/hashfile.C: - little comment changes
                   10098: 
                   10099:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   10100:          access
                   10101: 
                   10102:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   10103:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   10104:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   10105:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   10106:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   10107:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10108:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   10109:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   10110:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   10111:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   10112:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10113:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10114:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   10115:          "parser.runtime" strings were removed
                   10116: 
                   10117:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   10118:          now.
                   10119: 
                   10120:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   10121: 
                   10122:        * src/include/pa_exception.h: - string constant with
                   10123:          "parser.runtime" text was added
                   10124: 
                   10125: 2007-04-20  misha
                   10126: 
                   10127:        * operators.txt: - some comments changing
                   10128: 
                   10129:        * operators.txt: - added info about .^hashfile.release[],
                   10130:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   10131: 
                   10132:        * configure: =cheching for unsetenv
                   10133: 
                   10134:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   10135:          ^hashfile.release[] were added
                   10136: 
                   10137:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   10138:          ^string.match[][] understand new option now: return number of
                   10139:          matches but not table wit results
                   10140: 
                   10141:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   10142:          reopen now
                   10143: 
                   10144:        * src/classes/op.C: - bug. must be false
                   10145: 
                   10146:        * configure.in: - checking for unsetenv was added
                   10147: 
                   10148:        * src/types/pa_vform.C: - some comments
                   10149: 
                   10150: 2007-04-18  misha
                   10151: 
                   10152:        * buildall-with-xml: moving to libxml2-2.6.28
                   10153: 
                   10154:        * buildall-with-xml, buildall-without-xml: added commented lines
                   10155:          with --disable-safe-mode option
                   10156: 
                   10157:        * operators.txt: - info about $form:files
                   10158: 
                   10159: 2007-04-17  misha
                   10160: 
                   10161:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   10162:          $form:files was added
                   10163: 
                   10164:        * tests/: 163.html, results/163.processed: removing auto format
                   10165: 
                   10166:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   10167: 
                   10168: 2007-04-16  misha
                   10169: 
                   10170:        * tests/: 163.html, results/163.processed: - test for .int[],
                   10171:          floor, round, ceiling and .format[]
                   10172: 
                   10173:        * src/classes/file.C: - little optimization for getting args in
                   10174:          exec/cgi
                   10175: 
                   10176: 2007-04-13  misha
                   10177: 
                   10178:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   10179:          specified now as s table with one column
                   10180: 
                   10181: 2007-03-27  misha
                   10182: 
                   10183:        * tests/: 162.html, results/162.processed: - test for
                   10184:          ^table.select(^condition[$t])
                   10185: 
                   10186:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   10187: 
                   10188:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   10189: 
                   10190:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   10191:          161_windows1251.txt: - added test for
                   10192:          ^file::load[text;/local/file.txt;$.charset[...]]
                   10193: 
                   10194:        * tests/: results/013.processed, 013.html: - added test for
                   10195:          checking $._default value while hash modifications
                   10196: 
                   10197:        * tests/: 160.html, results/160.processed: - add test for
                   10198:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   10199: 
                   10200: 2007-03-22  misha
                   10201: 
                   10202:        * src/include/pa_common.h: - "charset" string defined for
                   10203:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   10204: 
                   10205:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   10206:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   10207:          added - not needed transcodes were removed from
                   10208:          ^file::load[...;http://...]
                   10209: 
                   10210:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   10211:          added
                   10212: 
                   10213:        * src/classes/date.C: - date.week was fixed
                   10214: 
                   10215:        * operators.txt: - added info about date.weekyear
                   10216: 
                   10217:        * tests/: 159.html, results/159.processed: - tests for date.week
                   10218:          and date.weekyear added
                   10219: 
                   10220: 2007-03-15  misha
                   10221: 
                   10222:        * src/classes/table.C: - enclose column numbers for nameless tables
                   10223:          as well
                   10224: 
                   10225: 2007-03-14  misha
                   10226: 
                   10227:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   10228: 
                   10229:        * src/classes/table.C: - table.save optimization: now required much
                   10230:          less memory
                   10231: 
                   10232: 2007-03-13  misha
                   10233: 
                   10234:        * tests/results/: 158.processed, 158.processes: - tests for
                   10235:          table.save/table.load
                   10236: 
                   10237:        * tests/: 158.html, results/158.processes: - tests for
                   10238:          table.save/table.load
                   10239: 
                   10240:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   10241: 
                   10242:        * buildall-with-xml: - pattern needed now for building
                   10243: 
                   10244:        * tests/results/097.processed: - added test results for xdoc::load
                   10245:          & xdoc::load[http://...]
                   10246: 
                   10247:        * tests/097.html: - added test for xdoc::load
                   10248: 
                   10249: 2007-03-12  misha
                   10250: 
                   10251:        * tests/: 107.html, results/107.processed: - added test for xpath
                   10252:          '//man'
                   10253: 
                   10254: 2007-03-01  misha
                   10255: 
                   10256:        * tests/: 097.html, results/097.processed: - added test for
                   10257:          creating xdoc from file
                   10258: 
                   10259:        * tests/: results/157.processed, 157.html: - added test for
                   10260:          file:move
                   10261: 
                   10262: 2007-02-28  misha
                   10263: 
                   10264:        * src/classes/xdoc.C: - another attempt
                   10265: 
                   10266:        * src/classes/xdoc.C: - roll back last changes for a while
                   10267: 
                   10268:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   10269: 
                   10270:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   10271: 
                   10272:        * tests/results/099.processed: - ever send content-disposition to
                   10273:          client with file
                   10274: 
                   10275:        * tests/157.html: + test for file:copy
                   10276: 
                   10277: 2007-02-26  misha
                   10278: 
                   10279:        * src/classes/file.C: - some similar strings moved to #define
                   10280:          instead of to be copy/pasted many times
                   10281: 
                   10282:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   10283:          #define
                   10284: 
                   10285: 2007-02-20  misha
                   10286: 
                   10287:        * configure.in: - added some strings for sqlite detection
                   10288: 
                   10289: 2007-02-19  misha
                   10290: 
                   10291:        * operators.txt: - some comments changes
                   10292: 
                   10293:        * buildall-with-xml, buildall-without-xml: - some modifications
                   10294: 
                   10295: 2007-02-17  misha
                   10296: 
                   10297:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   10298: 
                   10299:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   10300:          change console behaviour
                   10301: 
                   10302: 2007-02-12  misha
                   10303: 
                   10304:        * src/targets/cgi/parser3.C: - don't print headers if
                   10305:          $console:line[data] was used during cgi execution.
                   10306: 
                   10307:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   10308:          marked as 'true' if class was used.
                   10309: 
                   10310:        * tests/: 152.html, results/152.processed: - more types was added
                   10311:          to test 152
                   10312: 
                   10313:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   10314:          adding 'bool' (^if($image){} caused exception)
                   10315: 
                   10316: 2007-02-09  misha
                   10317: 
                   10318:        * tests/: 152.html, results/152.processed: - test alightly updated
                   10319: 
                   10320:        * tests/: 152.html, results/152.processed: - test rewrited
                   10321: 
                   10322:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   10323:          bugfix. I broke xdoc & xnode in expression
                   10324: 
                   10325: 2007-02-08  misha
                   10326: 
                   10327:        * tests/: 152.html, results/152.processed: - add test for checking
                   10328:          'def' for void, string, bool, int & double
                   10329: 
                   10330: 2007-02-07  misha
                   10331: 
                   10332:        * operators.txt: - ^file:base64[filespec]  was added
                   10333: 
                   10334:        * tests/results/153.processed: - result test for
                   10335:          ^file:base64[filespec]  was updated
                   10336: 
                   10337:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   10338: 
                   10339:        * src/types/pa_vconsole.h: - little optimization
                   10340: 
                   10341:        * src/classes/file.C: - ^file:base64[filespec]
                   10342: 
                   10343:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   10344: 
                   10345:        * src/include/pa_common.h: - declarations for
                   10346:          ^file:base64[filespec]
                   10347: 
                   10348:        * src/types/pa_vcookie.C: - little optimization
                   10349: 
                   10350: 2007-02-06  misha
                   10351: 
                   10352:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   10353:          were temporary commented
                   10354: 
                   10355:        * src/types/pa_vbool.h: - bugfix
                   10356: 
                   10357:        * tests/156.html: - added test for bool cookie
                   10358: 
                   10359:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   10360: 
                   10361:        * tests/: 155.html, results/155.processed: - added test for check
                   10362:          $.encloser[] option for table save/load
                   10363: 
                   10364:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   10365: 
                   10366: 2007-02-05  misha
                   10367: 
                   10368:        * tests/results/152.processed: - newline at the end was missed
                   10369: 
                   10370:        * tests/results/141.processed: - math:md5 must be lowercased
                   10371: 
                   10372:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   10373: 
                   10374: 2007-02-03  misha
                   10375: 
                   10376:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   10377:          test for bool added and some content length fixes
                   10378: 
                   10379:        * tests/152.html: - test for bool added
                   10380: 
                   10381:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   10382: 
                   10383:        * operators.txt: - info bool class was added
                   10384: 
1.116     moko     10385:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     10386:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   10387:          classes/string.C, classes/void.C, classes/xnode.C,
                   10388:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   10389:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   10390:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   10391:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10392:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   10393:          types/types.vcproj: - bool class was added
                   10394: 
                   10395:        * src/main/pa_request.C: - fix
                   10396: 
                   10397: 2007-01-18  misha
                   10398: 
                   10399:        * src/: main/pa_string.C, classes/string.C: - return table during
                   10400:          ^string.match[][] even if no matched found.
                   10401: 
                   10402: 2006-12-20  misha
                   10403: 
                   10404:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   10405:          http://www.parser.ru/forum/?id=55598 ]
                   10406: 
                   10407: 2006-12-19  misha
                   10408: 
                   10409:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   10410:          details: http://www.parser.ru/forum/?id=52359
                   10411: 
                   10412:        * src/main/pa_request.C: - always set content-disposition for
                   10413:          $response:body[hash here]. more details:
                   10414:          http://www.parser.ru/forum/?id=52130
                   10415: 
                   10416: 2006-12-07  misha
                   10417: 
                   10418:        * operators.txt: - added info about bool params in cookie set
                   10419: 
                   10420:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   10421:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   10422:          ]
                   10423: 
                   10424:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   10425:          was added
                   10426: 
                   10427: 2006-12-02  misha
                   10428: 
                   10429:        * src/classes/file.C: - file_block_read used instead of native read
                   10430: 
                   10431:        * src/main/pa_common.C: - added file_block_read with read error
                   10432:          detection - file_block_read used instead of native read
                   10433: 
                   10434:        * src/include/pa_common.h: - added file_block_read declaration
                   10435: 
                   10436: 2006-12-01  misha
                   10437: 
                   10438:        * operators.txt: - info about $var.CLASS_NAME was added
                   10439: 
                   10440:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10441:          $var.CLASS_NAME added
                   10442: 
                   10443:        * operators.txt: - added info about ^file:copy[]
                   10444: 
                   10445:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   10446: 
                   10447: 2006-11-20  misha
                   10448: 
                   10449:        * src/classes/date.C: - bug fix :)
                   10450: 
                   10451: 2006-11-17  misha
                   10452: 
                   10453:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   10454:          to static
                   10455: 
                   10456:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   10457:          small changes in crc32 calculation
                   10458: 
                   10459:        * src/classes/date.C: - not needed code was removed
                   10460: 
                   10461: 2006-11-16  misha
                   10462: 
                   10463:        * src/types/pa_vmail.C: - fix missed brakes
                   10464: 
                   10465:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   10466:          multipart/related instead of multipart/mixed if file have
                   10467:          $.content-id[]
                   10468: 
                   10469: 2006-11-15  misha
                   10470: 
                   10471:        * src/types/pa_vdouble.h: abs -> fabs
                   10472: 
                   10473: 2006-11-14  misha
                   10474: 
                   10475:        * operators.txt: - added info about ^file.md5[] and
                   10476:          ^file:md5[file-name]
                   10477: 
                   10478:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   10479:          added
                   10480: 
                   10481:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   10482:          FILE_BUFFER_SIZE
                   10483: 
                   10484:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   10485: 
                   10486:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   10487:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   10488: 
                   10489:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   10490:          values was fixed
                   10491: 
                   10492: 2006-11-13  misha
                   10493: 
                   10494:        * operators.txt: - added info about ^math:crc32[string],
                   10495:          ^file:crc32[file-name] & ^file.crc32[]
                   10496: 
                   10497:        * src/classes/math.C: - added ^math:crc32[string]
                   10498: 
                   10499:        * src/classes/file.C: - some comments were changed - added
                   10500:          ^file:crc32[file-name] and ^file.crc32[]
                   10501: 
                   10502:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   10503:          crc32 calculation added
                   10504: 
                   10505: 2006-11-03  misha
                   10506: 
                   10507:        * src/include/pa_array.h: - not needed variable removed
                   10508: 
                   10509:        * tests/: 150.html, 151.html, results/150.processed,
                   10510:          results/151.processed: - 2 tests were added
                   10511: 
                   10512:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   10513:          with $.reverse(1) were fixed
                   10514: 
                   10515:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   10516:          query converted to $.charset during ^file::load[http://...]
                   10517: 
                   10518: 2006-11-02  misha
                   10519: 
                   10520:        * src/include/pa_table.h: ups. forget '=' char
                   10521: 
                   10522:        * src/include/pa_table.h: - one more fix in
                   10523:          .locate[...][$.reverse(1)]
                   10524: 
                   10525: 2006-11-01  misha
                   10526: 
                   10527:        * src/classes/math.C: - bug fix, details:
                   10528:          http://www.parser.ru/forum/?id=53360
                   10529: 
                   10530:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   10531:          false for all records )[$.reverse(1)]
                   10532: 
                   10533:        * src/main/pa_http.C: - second param for this mid method is length
                   10534:          but not end_index so this method has error and can't detect
                   10535:          charsets in next content-types: Content-type: text/html;
                   10536:          charset="windows-1251" Content-type: text/html;
                   10537:          charset="windows-1251"; Content-type: text/html;
                   10538:          charset=windows-1251;
                   10539: 
                   10540:          only Content-type: text/html; charset=windows-1251 was fine
                   10541: 
                   10542: 2006-10-31  misha
                   10543: 
                   10544:        * src/classes/file.C: - empty args in file::exec removed now
                   10545: 
                   10546: 2006-09-03  paf
                   10547: 
                   10548:        * src/classes/file.C: proper tainting of
                   10549:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   10550: 
                   10551: 2006-06-09  paf
                   10552: 
                   10553:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   10554: 
                   10555:        * src/classes/table.C: formatting
                   10556: 
                   10557:        * src/classes/table.C: incorporated patch from misha: Sent:
                   10558:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   10559:          ignoring string options for ^table.save[]
                   10560: 
                   10561:        * src/classes/hash.C: incorporated patch from misha Sent:
                   10562:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   10563:          $hash._default disappear while
                   10564: 
                   10565:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   10566:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   10567: 
                   10568:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   10569:          PM Subject: patch for base64 in ^mail:send[] %-)
                   10570: 
                   10571: 2006-04-09  paf
                   10572: 
                   10573:        * src/main/compile.tab.C: ` change compiled
                   10574: 
                   10575:        * gnu.vcproj, operators.txt, parser3.sln,
                   10576:          src/classes/classes.vcproj, src/classes/file.C,
                   10577:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   10578:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10579:          src/classes/xnode.C, src/include/pa_array.h,
                   10580:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10581:          src/include/pa_memory.h, src/include/pa_request.h,
                   10582:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10583:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10584:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10585:          src/lib/pcre/pcre_dftables.vcproj,
                   10586:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10587:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10588:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10589:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10590:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10591:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10592:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10593:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10594:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10595:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10596:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10597:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10598:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   10599:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10600:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10601:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   10602:          ^menu, ^hash/hashfile.foreach
                   10603: 
                   10604:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10605:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10606:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10607:          src/classes/xnode.C, src/include/pa_array.h,
                   10608:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10609:          src/include/pa_memory.h, src/include/pa_request.h,
                   10610:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10611:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10612:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10613:          src/lib/pcre/pcre_dftables.vcproj,
                   10614:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10615:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10616:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10617:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10618:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10619:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10620:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10621:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10622:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10623:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10624:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10625:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10626:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10627:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10628:          tests/descript.ion: ! switched to VS2005 (projects and
                   10629:          object<info explicitly typed>.for_each(, info)) +
                   10630:          $response:field[] setting void means removing + grammar $name`
                   10631:          name stops now, for mysql `$field` + started ^break[]
                   10632:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   10633:          foreach) + all log messages += [uri=, method=, cl=]
                   10634: 
                   10635:        * buildall-with-xml: merged . ftp paths update
                   10636: 
                   10637:        * buildall-with-xml: . ftp paths update
                   10638: 
                   10639: 2006-03-04  paf
                   10640: 
                   10641:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   10642:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   10643: 
                   10644:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   10645:          Igor Zinkovsky for detailed report]
                   10646: 
                   10647: 2006-03-01  paf
                   10648: 
                   10649:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10650:          \n to ' ' in
                   10651: 
                   10652: 2006-02-18  paf
                   10653: 
                   10654:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10655:          \n to ' ' in
                   10656: 
                   10657:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   10658: 
                   10659: 2006-02-03  paf
                   10660: 
                   10661:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   10662:          base64
                   10663: 
                   10664:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   10665: 
                   10666: 2006-01-20  paf
                   10667: 
                   10668:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10669:          economy fix
                   10670: 
                   10671:        * src/classes/: table.C: merged from HEAD ! bugfix
                   10672:          ^table.save[$.encloser-s now handled properly
                   10673: 
                   10674:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   10675:          handled properly
                   10676: 
                   10677: 2006-01-19  paf
                   10678: 
                   10679:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   10680:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   10681:          helps a lot in our case: after transform we want
                   10682:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   10683: 
                   10684:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10685:          economy fix
                   10686: 
                   10687:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   10688:          activates merging of free memory blocks which helps a lot in our
                   10689:          case: after transform we want CORD(main.result)->cstr[big
                   10690:          malloc]->transcode[big malloc]
                   10691: 
                   10692: 2006-01-17  paf
                   10693: 
                   10694:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   10695:          before reading them. got rid of reallocs = became quicker and
                   10696:          less fragmentated
                   10697: 
                   10698: 2005-12-29  paf
                   10699: 
1.116     moko     10700:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   10701:          configure, configure.in, src/include/pa_version.h,
                   10702:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     10703:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   10704:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   10705:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   10706:          src/lib/ltdl/missing: . merged from 3.2.1
                   10707: 
1.116     moko     10708:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   10709:          packaged when 'make dist', so do configure companion files in
                   10710:          src/lib/ltdl
                   10711: 
                   10712:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   10713:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   10714:          missing: . now config_auto.h is created with configure [were
                   10715:          constant]
1.95      moko     10716: 
                   10717:        * INSTALL: . references to documentation and some clarification
                   10718: 
                   10719:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   10720:          indication
                   10721: 
1.116     moko     10722:        * Makefile.am: . dist+=buildall*
1.95      moko     10723: 
                   10724: 2005-12-28  paf
                   10725: 
                   10726:        * configure: . 3.2.1
                   10727: 
                   10728:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   10729:          simplify build process, see INSTALL
                   10730: 
                   10731: 2005-12-26  paf
                   10732: 
                   10733:        * configure: ver
                   10734: 
                   10735:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   10736:          version
                   10737: 
                   10738: 2005-12-21  paf
                   10739: 
                   10740:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   10741:          compiled with bison 1.875b, it reports unexpected token names
                   10742: 
                   10743: 2005-12-19  paf
                   10744: 
                   10745:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   10746:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   10747: 
                   10748:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   10749:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   10750:          src/main/main.vcproj, src/main/pa_globals.C,
                   10751:          src/targets/cgi/parser3.vcproj,
                   10752:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   10753:          configure, configure.in, src/include/pa_version.h: . killing
                   10754:          gdome [what a relief]
                   10755: 
                   10756:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   10757:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   10758:          run_parser.sh, results/001.processed, results/002.processed,
                   10759:          results/003.processed, results/004.processed,
                   10760:          results/005.processed, results/006.processed,
                   10761:          results/008.processed, results/009.processed,
                   10762:          results/010.processed, results/011.processed,
                   10763:          results/012.processed, results/013.processed,
                   10764:          results/014.processed, results/015.processed,
                   10765:          results/016.processed, results/017.processed,
                   10766:          results/018.processed, results/020.processed,
                   10767:          results/021.processed, results/022.processed,
                   10768:          results/023.processed, results/024.processed,
                   10769:          results/025.processed, results/026.processed,
                   10770:          results/027.processed, results/028.processed,
                   10771:          results/029.processed, results/030.processed,
                   10772:          results/031.processed, results/032.processed,
                   10773:          results/033.processed, results/034.processed,
                   10774:          results/035.processed, results/036.processed,
                   10775:          results/037.processed, results/038.processed,
                   10776:          results/039.processed, results/040.processed,
                   10777:          results/041.processed, results/042.processed,
                   10778:          results/043.processed, results/044.processed,
                   10779:          results/045.processed, results/046.processed,
                   10780:          results/047.processed, results/048.processed,
                   10781:          results/049.processed, results/050.processed,
                   10782:          results/051.processed, results/052.processed,
                   10783:          results/053.processed, results/054.processed,
                   10784:          results/055.processed, results/056.processed,
                   10785:          results/057.processed, results/058.processed,
                   10786:          results/059.processed, results/060.processed,
                   10787:          results/061.processed, results/062.processed,
                   10788:          results/063.processed, results/064.processed,
                   10789:          results/065.processed, results/066.processed,
                   10790:          results/067.processed, results/068.processed,
                   10791:          results/069.processed, results/070.processed,
                   10792:          results/071.processed, results/072.processed,
                   10793:          results/073.processed, results/074.processed,
                   10794:          results/075.processed, results/076.processed,
                   10795:          results/077.processed, results/078.processed,
                   10796:          results/079.processed, results/080.processed,
                   10797:          results/081.processed, results/082.processed,
                   10798:          results/083.processed, results/084.processed,
                   10799:          results/085.processed, results/086.processed,
                   10800:          results/087.processed, results/088.processed,
                   10801:          results/089.processed, results/090.processed,
                   10802:          results/091.processed, results/092.processed,
                   10803:          results/093.processed, results/094.processed,
                   10804:          results/095.processed, results/096.processed,
                   10805:          results/097.processed, results/099.processed,
                   10806:          results/100.processed, results/101.processed,
                   10807:          results/102.processed, results/104.processed,
                   10808:          results/105.processed, results/106.processed,
                   10809:          results/107.processed, results/108.processed,
                   10810:          results/109.processed, results/110.processed,
                   10811:          results/111.processed, results/112.processed,
                   10812:          results/113.processed, results/114.processed,
                   10813:          results/115.processed, results/117.processed,
                   10814:          results/119.processed, results/120.processed,
                   10815:          results/121.processed, results/122.processed,
                   10816:          results/123.processed, results/124.processed,
                   10817:          results/125.processed, results/126.processed,
                   10818:          results/127.processed, results/128.processed,
                   10819:          results/129.processed, results/130.processed,
                   10820:          results/131.processed, results/132.processed,
                   10821:          results/133.processed, results/134.processed,
                   10822:          results/135.processed, results/136.processed,
                   10823:          results/138.processed, results/139.processed,
                   10824:          results/140.processed, results/141.processed,
                   10825:          results/142.processed, results/143.processed,
                   10826:          results/144.processed, results/145.processed,
                   10827:          results/146.processed, results/147.processed,
                   10828:          results/148.processed, results/149.processed, results/auto.p: .
                   10829:          now works if we turn off default auto.p
                   10830: 
1.116     moko     10831:        * configure: . makes
1.95      moko     10832: 
                   10833:        * src/types/pa_vxnode.C: . less warnings
                   10834: 
                   10835:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   10836:          tests/145.html, tests/149.html, tests/descript.ion,
                   10837:          tests/outputs/d.cmd, tests/results/142.processed,
                   10838:          tests/results/143.processed, tests/results/144.processed,
                   10839:          tests/results/145.processed, tests/results/146.processed,
                   10840:          tests/results/147.processed, tests/results/148.processed,
                   10841:          tests/results/149.processed: . removed .nodeValue from all node
                   10842:          types other than 5 (grabbed piece from gdome)
                   10843: 
                   10844:        * tests/: 137.html, results/137.processed: . not handled this case
                   10845:          yet. code does not hang from inserting parent into child,
                   10846:          considering thing minor issue -- nodes are removed from source
                   10847:          anyway, don't know why shold that be an error after all
                   10848: 
                   10849:        * src/targets/cgi/parser3.C: . style
                   10850: 
                   10851:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   10852:          xdoc too [were barking "not element"]
                   10853: 
                   10854: 2005-12-16  paf
                   10855: 
                   10856:        * tests/: 146.html, 147.html, 148.html: . more tests
                   10857: 
                   10858:        * src/classes/xnode.C: . also bark on possible errors
                   10859: 
                   10860:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   10861:          props
                   10862: 
                   10863:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   10864:          main/compile.y: merged from HEAD ! fixed overoptimized
                   10865:          ^call(false) case. (confused it with ^call[] case)
                   10866: 
                   10867:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   10868:          ^call(false) case. (confused it with ^call[] case)
                   10869: 
                   10870:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   10871: 
                   10872:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   10873:          results/001.processed, results/002.processed,
                   10874:          results/003.processed, results/004.processed,
                   10875:          results/005.processed, results/006.processed,
                   10876:          results/008.processed, results/009.processed,
                   10877:          results/010.processed, results/011.processed,
                   10878:          results/012.processed, results/013.processed,
                   10879:          results/014.processed, results/015.processed,
                   10880:          results/016.processed, results/017.processed,
                   10881:          results/018.processed, results/019.processed,
                   10882:          results/020.processed, results/021.processed,
                   10883:          results/022.processed, results/023.processed,
                   10884:          results/024.processed, results/025.processed,
                   10885:          results/026.processed, results/027.processed,
                   10886:          results/028.processed, results/029.processed,
                   10887:          results/030.processed, results/031.processed,
                   10888:          results/032.processed, results/033.processed,
                   10889:          results/034.processed, results/035.processed,
                   10890:          results/036.processed, results/037.processed,
                   10891:          results/038.processed, results/039.processed,
                   10892:          results/040.processed, results/041.processed,
                   10893:          results/042.processed, results/043.processed,
                   10894:          results/044.processed, results/045.processed,
                   10895:          results/046.processed, results/047.processed,
                   10896:          results/048.processed, results/049.processed,
                   10897:          results/050.processed, results/051.processed,
                   10898:          results/052.processed, results/053.processed,
                   10899:          results/054.processed, results/055.processed,
                   10900:          results/056.processed, results/057.processed,
                   10901:          results/058.processed, results/059.processed,
                   10902:          results/060.processed, results/061.processed,
                   10903:          results/062.processed, results/063.processed,
                   10904:          results/064.processed, results/065.processed,
                   10905:          results/066.processed, results/067.processed,
                   10906:          results/068.processed, results/069.processed,
                   10907:          results/070.processed, results/071.processed,
                   10908:          results/072.processed, results/073.processed,
                   10909:          results/074.processed, results/075.processed,
                   10910:          results/076.processed, results/077.processed,
                   10911:          results/078.processed, results/079.processed,
                   10912:          results/080.processed, results/081.processed,
                   10913:          results/082.processed, results/083.processed,
                   10914:          results/084.processed, results/085.processed,
                   10915:          results/086.processed, results/087.processed,
                   10916:          results/088.processed, results/089.processed,
                   10917:          results/090.processed, results/091.processed,
                   10918:          results/092.processed, results/093.processed,
                   10919:          results/094.processed, results/095.processed,
                   10920:          results/096.processed, results/097.processed,
                   10921:          results/099.processed, results/101.processed,
                   10922:          results/102.processed, results/104.processed,
                   10923:          results/105.processed, results/106.processed,
                   10924:          results/107.processed, results/108.processed,
                   10925:          results/109.processed, results/110.processed,
                   10926:          results/111.processed, results/112.processed,
                   10927:          results/113.processed, results/114.processed,
                   10928:          results/115.processed, results/116.processed,
                   10929:          results/117.processed, results/118.processed,
                   10930:          results/119.processed, results/120.processed,
                   10931:          results/121.processed, results/122.processed,
                   10932:          results/123.processed, results/124.processed,
                   10933:          results/125.processed, results/126.processed,
                   10934:          results/127.processed, results/128.processed,
                   10935:          results/129.processed, results/130.processed,
                   10936:          results/131.processed, results/132.processed,
                   10937:          results/133.processed, results/134.processed,
                   10938:          results/135.processed, results/136.processed,
                   10939:          results/137.processed, results/138.processed,
                   10940:          results/139.processed, results/140.processed,
                   10941:          results/141.processed: . refreshed old tests, made them work
                   10942:          without auto.p (in utf8) . things noted: . gif got encoded
                   10943:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   10944:          some strange year)
                   10945: 
                   10946:        * INSTALL: . revived linux libgc fix
                   10947: 
                   10948:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   10949:          glib/gdome in INSTALL and patches]
                   10950: 
                   10951:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10952:          include/pa_charset.h, include/pa_config_includes.h,
                   10953:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   10954:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   10955:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   10956:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   10957:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   10958:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   10959:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10960:          types/pa_vxnode.h: . started killing gdome
                   10961: 
                   10962: 2005-12-13  paf
                   10963: 
                   10964:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   10965:          @unhandled_exception thrown another exception, print correct
                   10966:          origin (earlier code in catch of exception inside of
                   10967:          @unhandled_exception grabbed parent_frame(original_exception)
                   10968:          origin and printed it, instead of true origin)
                   10969: 
                   10970:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   10971:          another exception, print correct origin (earlier code in catch of
                   10972:          exception inside of @unhandled_exception grabbed
                   10973:          parent_frame(original_exception) origin and printed it, instead
                   10974:          of true origin)
                   10975: 
                   10976: 2005-12-09  paf
                   10977: 
                   10978:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   10979:          detection problem, due to change in gc6.4 code
                   10980: 
                   10981:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   10982:          ignored in ^string.matched :(
                   10983: 
                   10984:        * src/main/pa_string.C: ! regex tainting were ignored in
                   10985:          ^string.matched :(
                   10986: 
                   10987:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   10988:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   10989:          src/main/compile.y, src/main/compile_tools.h,
                   10990:          src/main/pa_charset.C, src/main/pa_common.C,
                   10991:          src/main/pa_globals.C, src/main/pa_string.C,
                   10992:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   10993:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   10994: 
                   10995: 2005-12-08  paf
                   10996: 
                   10997:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   10998:          500 chars now handled OK [were wrapped on 500th char according to
                   10999:          rfc, but sendmail failed to unwrap it properly]
                   11000: 
                   11001:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   11002:          handled OK [were wrapped on 500th char according to rfc, but
                   11003:          sendmail failed to unwrap it properly]
                   11004: 
                   11005:        * src/targets/isapi/parser3isapi.C: . less warnings
                   11006: 
                   11007:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   11008:          since 3.1.5
                   11009: 
                   11010:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   11011:          link fixes
                   11012: 
                   11013:        * src/: classes/date.C, include/pa_config_fixed.h,
                   11014:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   11015:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   11016:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   11017: 
                   11018:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   11019:          [in current storage scheme there's no place for them. someday we
                   11020:          can add third CORD to store origins and special version of parser
                   11021:          which stores origins there [separate binary]]
                   11022: 
                   11023: 2005-12-07  paf
                   11024: 
                   11025:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   11026: 
                   11027:        * src/include/pa_version.h: makefiles
                   11028: 
                   11029:        * src/include/pa_version.h: . not beta
                   11030: 
                   11031:        * configure, configure.in, src/include/pa_version.h: not beta
                   11032: 
                   11033: 2005-12-06  paf
                   11034: 
                   11035:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   11036:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   11037:          decided to undo the change ^call[$void] passes void. now it will
                   11038:          pass empty string again.
                   11039: 
                   11040:        * src/main/: compile.tab.C, compile.y: . version readded
                   11041: 
                   11042:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   11043:          = ^switch[void] problem
                   11044: 
                   11045: 2005-12-01  paf
                   11046: 
                   11047:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   11048:          caused ^case[string] to be coerced to double since searching
                   11049:          value were not string (it was vvoid)
                   11050: 
                   11051:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   11052:          ^case[string] to be coerced to double since searching value were
                   11053:          not string (it was vvoid)
                   11054: 
                   11055:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   11056:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   11057: 
                   11058: 2005-11-30  paf
                   11059: 
                   11060:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   11061:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   11062: 
                   11063:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   11064:          putenv("TZ="), on unix works only putenv("TZ")
                   11065: 
                   11066:        * INSTALL: . xml libs versions updated
                   11067: 
                   11068:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   11069:          claims that fixed a lot there // 20040920 for now both
                   11070:          workarounds needed. wait for new libxml/xsl versions
                   11071: 
                   11072: 2005-11-28  paf
                   11073: 
                   11074:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   11075:          columns==0
                   11076: 
                   11077:        * src/classes/table.C: ! nameless table has columns==0
                   11078: 
                   11079:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   11080:          earlier [was totally wrong]
                   11081: 
                   11082:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   11083:          wrong]
                   11084: 
                   11085: 2005-11-25  paf
                   11086: 
                   11087:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   11088:          undoing for now...
                   11089: 
                   11090:        * src/include/pa_version.h: -this reduces speed(table::load),
                   11091:          strange. undoing
                   11092: 
                   11093:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   11094: 
                   11095:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   11096: 
                   11097:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   11098:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   11099:          this speeds things up and saves memory a LOT! (not noticed
                   11100:          negative effect on syntetic tests, future will tell...)
                   11101: 
                   11102:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   11103:          changed gc_malloc implementation, which obscured profiling
                   11104: 
                   11105:        * src/classes/table.C: merged from HEAD: + optimized
                   11106:          table::load/sql, now row ArrayString-s allocated with
                   11107:          columns.count() elements and don't always grow from
                   11108:          count=3[realloc,realloc]
                   11109: 
                   11110:        * src/classes/table.C: + optimized table::load/sql, now row
                   11111:          ArrayString-s allocated with columns.count() elements and don't
                   11112:          always grow from count=3[realloc,realloc]
                   11113: 
                   11114:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   11115:          buffer after save
                   11116: 
                   11117:        * src/classes/table.C: . ^table.save unused buffer after save
                   11118: 
                   11119: 2005-11-24  paf
                   11120: 
                   11121:        * configure.in: . merged glib2-config patch
                   11122: 
                   11123:        * configure.in: + trying to find glib2-config
                   11124: 
                   11125:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   11126:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   11127:          file/dir_readable to simple file/dir_exist, this would help in
                   11128:          situations "class not found because .p file has bad rights" << in
                   11129:          that case error would be explicit "access denied to 'this' file"
                   11130: 
1.116     moko     11131:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     11132: 
                   11133:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   11134:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   11135:          to simple file/dir_exist, this would help in situations "class
                   11136:          not found because .p file has bad rights" << in that case error
                   11137:          would be explicit "access denied to 'this' file"
                   11138: 
                   11139:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   11140:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   11141:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   11142:          ^file::exec/cgi[script;$.charset[changed]
                   11143:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   11144:          encoded in $.charset charset
                   11145: 
                   11146:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   11147:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   11148:          encoded in $.charset charset
                   11149: 
                   11150:        * src/: include/Makefile.am, include/pa_common.h,
                   11151:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   11152:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   11153:          separate file [preparation for
                   11154:          ^file::cgi[script;$.form[$.field1[]
                   11155: 
                   11156: 2005-11-22  paf
                   11157: 
                   11158:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   11159: 
                   11160:        * acinclude.m4, configure.in: . merged underquting fixes
                   11161: 
1.116     moko     11162:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     11163: 
                   11164:        * src/classes/op.C: . overmerged a little
                   11165: 
                   11166:        * src/main/compile.tab.C: Makefile
                   11167: 
                   11168:        * src/main/: pa_common.C: . less gcc warnings
                   11169: 
                   11170:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   11171:          now reports original exception if we have no old cache
                   11172: 
                   11173:        * src/classes/op.C: + $exception.handled[cache] now reports
                   11174:          original exception if we have no old cache
                   11175: 
                   11176:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   11177:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   11178:          \^$.[]|()?*+{}
                   11179: 
                   11180:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   11181:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   11182: 
                   11183:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   11184:          getenv-ed variable, which does not work both on win32&unix.
                   11185:          copied old TZ value now
                   11186: 
                   11187:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   11188:          stored pointer to getenv-ed variable, which does not work both on
                   11189:          win32&unix. copied old TZ value now
                   11190: 
                   11191:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   11192:          getenv-ed variable, which does not work both on win32&unix.
                   11193:          copied old TZ value now
                   11194: 
                   11195:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   11196:          access to internal hash
                   11197: 
                   11198:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   11199:          hash
                   11200: 
                   11201:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   11202:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   11203:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   11204:          very large block" messages to only important onces
                   11205: 
                   11206:        * src/targets/isapi/parser3isapi.C: +
                   11207:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   11208:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   11209:          very large block" messages to only important onces
                   11210: 
                   11211:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   11212:          ^string/int/double:sql{}[$.default[({param style})] ]
                   11213: 
                   11214:        * src/classes/string.C: + removed limitation on
                   11215:          ^string/int/double:sql{}[$.default[({param style})] ]
                   11216: 
                   11217:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   11218:          with ?params or $.form option" limitation
                   11219: 
                   11220:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   11221:          $.form option" limitation
                   11222: 
                   11223:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   11224:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   11225:          ^file::base64[encoded] decode
                   11226: 
                   11227:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   11228:          main/pa_common.C: + ^file.base64[] encode +
                   11229:          ^file::base64[encoded] decode
                   11230: 
                   11231:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   11232:          ^string:base64[encoded] decode
                   11233: 
                   11234:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   11235:          ^string:base64[in] encode + ^string.base64[] decode
                   11236: 
                   11237: 2005-11-21  paf
                   11238: 
                   11239:        * src/classes/file.C: + merged from HEAD:
                   11240:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11241: 
                   11242:        * src/classes/file.C: +
                   11243:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11244: 
                   11245:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   11246:          differes from :download, it does not return content-disposition
                   11247:          at all now [previusely it returned valueless content-disposition]
                   11248: 
                   11249:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   11250:          :download, it does not return content-disposition at all now
                   11251:          [previusely it returned valueless content-disposition]
                   11252: 
                   11253:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   11254:          literals, reverted to just vvod, recreating empty array with each
                   11255:          void_value token. that's absolutely needed, since that array
                   11256:          grows
                   11257: 
                   11258:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11259:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11260:          types/pa_vmethod_frame.h: + merged: expression literals:
                   11261:          true/false. ^format[$.indent(true)]
                   11262: 
                   11263:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11264:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11265:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   11266:          ^format[$.indent(true)]
                   11267: 
                   11268:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11269:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11270:          i386-pc-win32)"
                   11271: 
                   11272:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11273:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11274:          i386-pc-win32)"
                   11275: 
                   11276: 2005-11-18  paf
                   11277: 
                   11278:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   11279:          null}[$.default(123)] will now return default value
                   11280: 
                   11281:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   11282:          expiration time
                   11283: 
                   11284:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   11285:          time
                   11286: 
                   11287:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   11288:          failed << Exception.problem_source pointed to local var!
                   11289: 
                   11290:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   11291:          Exception.problem_source pointed to local var!
                   11292: 
                   11293:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   11294:          now loads VFile.ptr!=0, so such files can be saved now
                   11295: 
                   11296:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   11297:          loads VFile.ptr!=0, so such files can be saved now
                   11298: 
                   11299:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   11300:          only . and .. now removed from list [were removed all .*]
                   11301: 
                   11302:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   11303:          .. now removed from list [were removed all .*]
                   11304: 
                   11305:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   11306:          open error now checked, were not :( [stole that piece from apache
                   11307:          1.3 sources]
                   11308: 
                   11309:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   11310:          checked, were not :( [stole that piece from apache 1.3 sources]
                   11311: 
                   11312:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   11313:          untainting of @main result if returned by $result or
                   11314:          $response:body
                   11315: 
                   11316:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   11317:          result if returned by $result or $response:body
                   11318: 
                   11319:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   11320:          issue: now tries to guess content-length and allocates one big
                   11321:          piece if possible [regretfully gc_realloc works as malloc+free,
                   11322:          leaving lots of holes behind]
                   11323: 
                   11324:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   11325:          fixed file load memory issue: now tries to guess content-length
                   11326:          and allocates one big piece if possible [regretfully gc_realloc
                   11327:          works as malloc+free, leaving lots of holes behind]
                   11328: 
                   11329: 2005-11-16  paf
                   11330: 
                   11331:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   11332:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   11333:          table::save with enclosers now doubles them: "->"" !
                   11334:          table::save/load do not remove elements from options hash
                   11335: 
                   11336:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   11337:          [were overoptimized ^if(double_literal), compiler confused
                   11338:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11339: 
                   11340:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   11341:          [were overoptimized ^if(double_literal), compiler confused
                   11342:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11343: 
                   11344:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   11345:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   11346:          "->"" ! table::save/load do not remove elements from options hash
                   11347: 
                   11348: 2005-11-03  paf
                   11349: 
1.116     moko     11350:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   11351:          compilation, not all makefiles liked that
1.95      moko     11352: 
                   11353: 2005-08-30  paf
                   11354: 
                   11355:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   11356: 
                   11357:        * src/classes/op.C: . speedup check of [DEFAULT]
                   11358: 
                   11359: 2005-08-26  paf
                   11360: 
                   11361:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   11362: 
                   11363:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   11364: 
                   11365:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   11366:          complains about bad!=nameless
                   11367: 
                   11368:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   11369:          about bad!=nameless
                   11370: 
                   11371:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   11372:          optional options were allowed to be empty. were checked
                   11373:          if(is_string), changed to !defined||is_string to allow void
                   11374: 
                   11375:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   11376:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   11377:          options were allowed to be empty. were checked if(is_string),
                   11378:          changed to !defined||is_string to allow void
                   11379: 
                   11380:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   11381:          as_junction where they needed as_int/double, so failed with
                   11382:          recent "(const) now no junction" optimization
                   11383: 
                   11384:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   11385:          merged ! many classes/*  used as_junction where they needed
                   11386:          as_int/double, so failed with recent "(const) now no junction"
                   11387:          optimization
                   11388: 
                   11389:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   11390:          classes/op.C, classes/string.C, classes/table.C,
                   11391:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   11392:          used as_junction where they needed as_int/double, so failed with
                   11393:          recent "(const) now no junction" optimization
                   11394: 
                   11395: 2005-08-24  paf
                   11396: 
                   11397:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   11398:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   11399:          stripped it
                   11400: 
                   11401: 2005-08-09  paf
                   11402: 
                   11403:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11404:          not cleared
                   11405: 
                   11406:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11407:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11408:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11409:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11410:          classes/response.C, classes/string.C, classes/table.C,
                   11411:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11412:          include/pa_array.h, include/pa_cache_managers.h,
                   11413:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11414:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11415:          include/pa_dictionary.h, include/pa_dir.h,
                   11416:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11417:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11418:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11419:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11420:          include/pa_sapi.h, include/pa_socks.h,
                   11421:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11422:          include/pa_stack.h, include/pa_string.h,
                   11423:          include/pa_stylesheet_connection.h,
                   11424:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11425:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11426:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11427:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11428:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11429:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11430:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11431:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11432:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11433:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11434:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11435:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11436:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11437:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11438:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11439:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11440:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11441:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   11442:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   11443:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11444:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11445:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11446:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11447:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   11448:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11449:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   11450:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   11451:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11452:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11453:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11454:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11455:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11456:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11457:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11458:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11459:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11460:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11461:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   11462: 
                   11463:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11464:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   11465:          speedup consequent checks in vmethod_frame
                   11466: 
                   11467:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11468:          not cleared
                   11469: 
                   11470:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   11471:          params: 50 max (were 10)
                   11472: 
                   11473:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   11474:          params: 50 max (were 10)
                   11475: 
                   11476:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11477:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   11478:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   11479:          empty string) ! simplified (double) speedup consequent checks in
                   11480:          vmethod_frame
                   11481: 
                   11482:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   11483:          optimized constants in expressions vstring->vdouble + optimized
                   11484:          ^call(vdouble), no junction creation, no calls later
                   11485: 
                   11486: 2005-08-08  paf
                   11487: 
                   11488:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   11489:          compile_tools.h: merged + optimized constants in expressions
                   11490:          vstring->vdouble + optimized ^call(vdouble), no junction
                   11491:          creation, no calls later
                   11492: 
                   11493:        * src/types/pa_vdouble.h: merged . double values without fractional
                   11494:          part now default printed as %.0f instead of %g
                   11495: 
                   11496:        * src/types/pa_vdouble.h: . double values without fractional part
                   11497:          now default printed as %.0f instead of %g
                   11498: 
                   11499:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   11500:          cause an exception
                   11501: 
                   11502:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   11503:          exception
                   11504: 
                   11505:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   11506:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11507:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11508:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11509:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   11510:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11511:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11512:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11513:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11514:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11515:          merged VJunction(new Junction) optimization from 3.1.4
                   11516: 
                   11517:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   11518:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   11519:          Junction(params)) to new VJunction(params), thousands of mallocs
                   11520:          removed
                   11521: 
                   11522: 2005-08-05  paf
                   11523: 
                   11524:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   11525:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   11526:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   11527:          creation, no calls later
                   11528: 
                   11529:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11530:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11531:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11532:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11533:          classes/response.C, classes/string.C, classes/table.C,
                   11534:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11535:          include/pa_array.h, include/pa_cache_managers.h,
                   11536:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11537:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11538:          include/pa_dictionary.h, include/pa_dir.h,
                   11539:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11540:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11541:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11542:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11543:          include/pa_sapi.h, include/pa_socks.h,
                   11544:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11545:          include/pa_stack.h, include/pa_string.h,
                   11546:          include/pa_stylesheet_connection.h,
                   11547:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11548:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11549:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11550:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11551:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11552:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   11553:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11554:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11555:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11556:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11557:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   11558:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11559:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11560:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11561:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11562:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11563:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11564:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11565:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11566:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11567:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11568:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11569:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11570:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   11571:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11572:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11573:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   11574:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11575:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11576:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11577:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11578:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11579:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11580:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11581:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11582:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11583:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   11584: 
                   11585:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   11586:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   11587:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11588:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   11589:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11590:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   11591:          optimized constants in expressions vstring->vdouble
                   11592: 
                   11593: 2005-07-29  paf
                   11594: 
                   11595:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   11596: 
                   11597:        * src/types/pa_vclass.C: + property getter can now be overridden
                   11598: 
                   11599:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   11600:          bug fix: static parent fields were not replaced in case
                   11601:          $derived:field[put] + property setter can now be overridden
                   11602: 
                   11603: 2005-07-28  paf
                   11604: 
                   11605:        * configure, configure.in, src/classes/classes.h,
                   11606:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   11607:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   11608:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11609:          src/classes/xnode.h, src/include/pa_hash.h,
                   11610:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     11611:          src/types/Makefile.am, src/types/pa_method.h,
                   11612:          src/types/pa_value.h, src/types/pa_vclass.C,
                   11613:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   11614:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   11615:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   11616:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   11617:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   11618:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11619:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   11620:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   11621:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   11622:          src/types/pa_vstateless_class.h,
1.95      moko     11623:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   11624:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11625:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   11626:          dynamic_fields_join
                   11627: 
                   11628:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   11629:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   11630:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11631:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11632:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11633:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11634:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11635:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11636:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   11637:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   11638:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   11639:          restored its checks in vobject.put_element->static fields |
                   11640:          dynamic properties
                   11641: 
                   11642: 2005-07-27  paf
                   11643: 
                   11644:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   11645:          is some old code containing @set_name $name
                   11646: 
                   11647:        * src/types/pa_vobject.h: . fixed warning
                   11648: 
                   11649:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     11650:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     11651: 
                   11652:        * src/: classes/xnode.C, include/pa_hash.h,
                   11653:          types/pa_vstateless_class.C: ! new asserts were all false.
                   11654:          regretfully reverted them all to checks
                   11655: 
                   11656:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11657:          classes/op.C, main/execute.C, types/pa_method.h,
                   11658:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11659:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11660:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11661:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11662:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11663:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11664:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11665:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11666:          joined_dynamic_fields: removed unused param from put_method
                   11667:          (returned to 3 params)
                   11668: 
                   11669:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   11670:          joined_dynamic_fields: dynamic get/set works with overriding
                   11671:          props [alpha2]
                   11672: 
                   11673:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   11674:          works [alfa]
                   11675: 
                   11676:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11677:          classes/op.C, include/pa_hash.h, main/execute.C,
                   11678:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11679:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11680:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11681:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11682:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11683:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11684:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11685:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11686:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11687:          joined_dynamic_fields: just compiled
                   11688: 
                   11689:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11690:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11691:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   11692:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   11693:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   11694: 
                   11695:        * src/types/pa_vobject.C: . object setters [only started, does not
                   11696:          work yet]
                   11697: 
                   11698:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   11699:          object setters [only started, does not work yet]
                   11700: 
                   11701: 2005-07-26  paf
                   11702: 
                   11703:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   11704:          works [alpha2]. for classes. todo: for objects
                   11705: 
                   11706:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   11707:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11708:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11709:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11710:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11711:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11712:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11713:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11714:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11715:          properties: set works [alpha1]
                   11716: 
                   11717: 2005-07-25  paf
                   11718: 
                   11719:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   11720:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   11721:          properties: started, get works [alpha1, other approach]
                   11722: 
                   11723:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   11724:          properties: started, get works [alpha2]
                   11725: 
                   11726:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   11727:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   11728: 
                   11729: 2005-07-15  paf
                   11730: 
                   11731:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   11732:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   11733:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11734:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11735:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11736:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   11737:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11738:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11739:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11740:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11741:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   11742:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   11743:          [getters work but think of changing them too to precaching]
                   11744: 
                   11745: 2005-07-08  paf
                   11746: 
                   11747:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   11748:          gpf
                   11749: 
                   11750: 2005-06-28  paf
                   11751: 
                   11752:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   11753:          in passing empty strings to file::exec/cgi environment
                   11754: 
                   11755: 2005-06-06  paf
                   11756: 
                   11757:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   11758:          ^table:sql ^hash:sql now DO process $.bind option
                   11759: 
                   11760: 2005-05-24  paf
                   11761: 
                   11762:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   11763:          $.limit] now work again [support was broken in 3.1.4]
                   11764: 
                   11765:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   11766:          ALL_INTERIOR_POINTERS
                   11767: 
                   11768: 2005-05-12  paf
                   11769: 
                   11770:        * configure: 3.1.5beta
                   11771: 
                   11772:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   11773: 
                   11774:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   11775:          $.limit] now work again [support was broken in 3.1.4]
                   11776: 
                   11777:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   11778:          line-width  [was refusing to fill if line-width >1, thanks to
                   11779:          Seras <seras@pinxit.lt> for repro case
                   11780: 
                   11781: 2005-04-25  paf
                   11782: 
                   11783:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   11784:          correctly
                   11785: 
                   11786: 2005-04-19  paf
                   11787: 
                   11788:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   11789:          in VString violating invariant!!
                   11790: 
                   11791:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   11792:          getenv("TZ")==null
                   11793: 
                   11794: 2005-04-08  paf
                   11795: 
                   11796:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   11797:          bugfix: when there is no char in charset one byte produces 6
                   11798:          (&#255; <<max). increased buffer size!
                   11799: 
                   11800: 2005-03-23  paf
                   11801: 
                   11802:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   11803:          ^date.sql-string now takes TZ into account
                   11804: 
                   11805: 2005-03-16  paf
                   11806: 
                   11807:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   11808:          gcc 3.4
                   11809: 
                   11810:        * src/types/pa_vhash.C: . warning about eof eol
                   11811: 
                   11812: 2005-02-17  paf
                   11813: 
                   11814:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   11815:          seconds)
                   11816: 
                   11817: 2005-02-02  paf
                   11818: 
                   11819:        * src/classes/xnode.C: beauty: removed needless includes
                   11820: 
                   11821: 2005-01-31  paf
                   11822: 
                   11823:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   11824:          $.partNoNumber now alias to $.part1
                   11825: 
                   11826:        * src/types/pa_vmail.C: change: incoming letter part contains
                   11827:          "content-disposition" header with any value? now considering that
                   11828:          part to be "file#" [for text/plain text/html were $.text#
                   11829:          $.html#]
                   11830: 
                   11831:        * INSTALL: updatet to latest working versions available
                   11832: 
                   11833: 2005-01-20  paf
                   11834: 
                   11835:        * configure.in, src/include/pa_version.h: version
                   11836: 
                   11837: 2005-01-19  paf
                   11838: 
1.116     moko     11839:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   11840:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   11841:          couple warnings in parser3.C
1.95      moko     11842: 
                   11843: 2004-12-23  paf
                   11844: 
                   11845:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   11846: 
                   11847:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   11848:          dir to directory of script (when shbang used), not to directory
                   11849:          of its interpreter
                   11850: 
                   11851:        * src/include/pa_version.h: compiled on win32...
                   11852: 
                   11853:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   11854:          we need more hspace
                   11855: 
                   11856:        * configure, configure.in, src/include/pa_version.h: configured
                   11857:          host to pa_version. will be displayed everywhere
                   11858: 
                   11859:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   11860:          exception from being logged by setting $exception.handled(1)
                   11861: 
                   11862:        * operators.txt, src/classes/file.C: change:
                   11863:          ^file::sql{query}[[options]] options: $.name[file name]
                   11864:          $.content-type[application/what]
                   11865: 
                   11866:        * src/: include/pa_common.h, main/pa_common.C,
                   11867:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   11868:          new file
                   11869: 
                   11870:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   11871:          bugfix: table->hash now regards _default
                   11872: 
                   11873:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   11874:          created by accessing $name_of_method it acquired bad self=closest
                   11875:          methodframe; instead of proper self (current class)
                   11876: 
                   11877:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   11878:          hashfile produced bad cord
                   11879: 
                   11880: 2004-12-10  paf
                   11881: 
                   11882:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   11883:          subsequent failures though defined in .h
                   11884: 
                   11885:        * src/main/pa_common.C: comment on volatile
                   11886: 
                   11887:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   11888:          alarm function were not used since the beginning due to stupid
                   11889:          error [setsigjmp were not checked in configure.in]
                   11890: 
                   11891:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   11892:          unix too
                   11893: 
                   11894:        * src/main/pa_common.C: http: exception status of send/recv errors
                   11895:          change to most probable http.timeout
                   11896: 
                   11897:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   11898:          works [setsockopt on send/receive]
                   11899: 
                   11900: 2004-12-08  paf
                   11901: 
                   11902:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   11903:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   11904:          proper charset
                   11905: 
                   11906: 2004-11-24  paf
                   11907: 
                   11908:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   11909: 
                   11910:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   11911:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   11912: 
                   11913: 2004-11-12  paf
                   11914: 
                   11915:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   11916:          [since 3.0.4]
                   11917: 
                   11918: 2004-11-09  paf
                   11919: 
                   11920:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   11921:          writes basics to c:\parser3.log
                   11922: 
                   11923: 2004-10-21  paf
                   11924: 
                   11925:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   11926:          tainted strings [were returning clean onces]
                   11927: 
                   11928: 2004-10-15  paf
                   11929: 
                   11930:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   11931:          cycles(i=1; i=2), which was wrong, now does ONE
                   11932: 
                   11933: 2004-10-12  paf
                   11934: 
                   11935:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   11936: 
                   11937: 2004-10-07  paf
                   11938: 
                   11939:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   11940:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   11941:          release asserts
                   11942: 
                   11943:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   11944:          String.dump() to stdout in detailed form  [were String.v() in
                   11945:          short form]
                   11946: 
                   11947:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   11948:          \t\r\n as @#| and truncates long char sequences less
                   11949: 
                   11950: 2004-10-06  paf
                   11951: 
                   11952:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   11953:          win32 beauty: socket errors properly decoded
                   11954: 
                   11955: 2004-10-05  paf
                   11956: 
                   11957:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   11958:          request::configure_user/admin done always, even if no
                   11959:          file-to-process useful in @unhandled_exception [say, if they
                   11960:          would want to mail by SMTP something]
                   11961: 
                   11962:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   11963:          now performed prior to file loading [and @auto executing] thus
                   11964:          making $cookie:value available in @auto and in
                   11965:          @unhandled_exception when IIS is configured to run interpreter
                   11966:          even if no file exist
                   11967: 
                   11968: 2004-09-20  paf
                   11969: 
                   11970:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   11971:          somewhere where it should have called xmlMalloc and it calls
                   11972:          xmlFree when it should have not called it.  inserted two
                   11973:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   11974:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   11975:          author would fix all that.  until that day: we have SLOW garbage
                   11976:          collecting when many xml objects are alive hint: do
                   11977:          ^memory:compact[] before xdoc::create
                   11978: 
                   11979: 2004-09-17  paf
                   11980: 
                   11981:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   11982:          error from 3.0.8 version]
                   11983: 
                   11984: 2004-09-14  paf
                   11985: 
                   11986:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   11987:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   11988:          modified inside
                   11989: 
                   11990: 2004-09-13  paf
                   11991: 
                   11992:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   11993:          [were as octal]
                   11994: 
                   11995:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   11996:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   11997:          safety-check
                   11998: 
                   11999:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   12000:          [not something obscure from sdbm lib]
                   12001: 
                   12002:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   12003:          = strerror now returnes something and we can properly report that
                   12004:          to client
                   12005: 
                   12006:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   12007:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   12008: 
                   12009:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   12010:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   12011:          not be unnecessary optimized away [ruining javascript]
                   12012: 
                   12013:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   12014:          [tainted as-is]
                   12015: 
                   12016:        * src/classes/mail.C: bugfix: typo error
                   12017: 
                   12018: 2004-09-09  paf
                   12019: 
                   12020:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   12021:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   12022:          (bloody yandex.server)
                   12023: 
                   12024: 2004-09-06  paf
                   12025: 
                   12026:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   12027:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   12028:          encoded
                   12029: 
                   12030: 2004-09-01  paf
                   12031: 
                   12032:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   12033:          multipart/related outlook express have no problems showing
                   12034:          unrelated attachments.  todo: someday figure out a way of
                   12035:          multipart/mixed    multipart/related       text/html
                   12036:          image/xxx application/octet-stream << true attachments
                   12037: 
                   12038:        * src/types/pa_vmail.C: new:
                   12039:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   12040:          empty mail header fields removed from letter
                   12041: 
                   12042:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   12043:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   12044:          ^mail:send[    $.file[       $.any[header]
                   12045: 
                   12046: 2004-08-30  paf
                   12047: 
                   12048:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   12049:          warnings
                   12050: 
                   12051:        * src/main/pa_common.C: beauty: do not bother with charset
                   12052:          detection when ^file::load[binary
                   12053: 
                   12054: 2004-08-27  paf
                   12055: 
                   12056:        * src/main/pa_common.C: hack: for yandex.server http server
                   12057: 
                   12058: 2004-08-18  paf
                   12059: 
                   12060:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   12061:          possibly-chunked response
                   12062: 
                   12063: 2004-08-17  paf
                   12064: 
                   12065:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   12066:          $f.content-type now = that of http response
                   12067: 
                   12068:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   12069:          $f.content-type now = that of http response
                   12070: 
                   12071: 2004-07-30  paf
                   12072: 
                   12073:        * src/: include/pa_request.h, main/pa_request.C,
                   12074:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   12075:          win32: system&parser exceptions in release mode reported properly
                   12076:          parser exception in exception handler WERE mistakenly reported as
                   12077:          system exception, without details [in apache & isapi] +some
                   12078:          beauty in exception text
                   12079: 
                   12080:        * src/: include/pa_exception.h, main/pa_request.C,
                   12081:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   12082:          release mode reported properly parser exception in exception
                   12083:          handler WERE mistakenly reported as system exception, without
                   12084:          details
                   12085: 
                   12086:        * src/main/execute.C: beauty: simplified system exception handling
                   12087: 
                   12088: 2004-07-29  paf
                   12089: 
                   12090:        * src/classes/table.C: bugfix:
                   12091:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   12092:          were ignored, and \t used unconditionally]
                   12093: 
                   12094:        * src/types/Makefile.am: added vhash.c
                   12095: 
                   12096: 2004-07-28  paf
                   12097: 
                   12098:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   12099:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   12100:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   12101:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   12102:          failed on russian letters
                   12103: 
                   12104:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   12105:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   12106:          letters
                   12107: 
                   12108:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   12109:          as 'currentDirectory' parameter to CreateProcess
                   12110: 
                   12111: 2004-07-27  paf
                   12112: 
                   12113:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   12114:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   12115:          from release somewhere [to help searching for unhandled system
                   12116:          exceptions]
                   12117: 
                   12118:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   12119:          TZ shift
                   12120: 
                   12121:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   12122:          but also in ctor
                   12123: 
                   12124: 2004-07-26  paf
                   12125: 
                   12126:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   12127:          src/main/pa_request.C, src/types/pa_vfile.h,
                   12128:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12129:          src/types/types.vcproj: new: $response:body/download[
                   12130:          $.file[name on disk]    $.name[of file for user]
                   12131:          $.mdate[date of last-modified. default from directory] ]
                   12132: 
                   12133:        * src/classes/file.C: moving file:send somewhere else..
                   12134: 
                   12135:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   12136:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   12137:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   12138:          $response:download[ $.filename[filename] $.option[] ,, ]
                   12139: 
                   12140:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   12141: 
                   12142: 2004-07-21  paf
                   12143: 
                   12144:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   12145:          to several lines
                   12146: 
                   12147:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   12148: 
                   12149:          note: ms outlook[!express] shows only first 255 characters of
                   12150:          subject
                   12151: 
                   12152: 2004-07-15  paf
                   12153: 
                   12154:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   12155:          off]
                   12156: 
                   12157: 2004-07-14  paf
                   12158: 
                   12159:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   12160:          according to lang  [were: as-is]
                   12161: 
                   12162: 2004-07-07  paf
                   12163: 
                   12164:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   12165:          checked that
                   12166: 
                   12167:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   12168:          now untainted according to their languages.  were: as-is.
                   12169:          EVERYWHERE
                   12170: 
                   12171:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   12172:          environment string now untainted according to their languages.
                   12173:          were: as-is. EVERYWHERE
                   12174: 
                   12175:        * src/main/pa_exec.C: bufix: on unix environment string now
                   12176:          untainted according to their languages.  were: as-is. on win32:
                   12177:          ok
                   12178: 
                   12179:        * parser3.vssscc: ...would not go unnoticed
                   12180: 
                   12181:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   12182:          fails. in case on input appears nonutf, those bytes will be
                   12183:          printed in %HH form. that can be easily decoded/recovered.
                   12184: 
                   12185:          this form is quite noticable, and hopefully would not go noticed
                   12186: 
                   12187: 2004-07-06  paf
                   12188: 
                   12189:        * src/main/pa_exec.C: bufix: on unix environment string now
                   12190:          untainted according to their languages.  were: as-is. on win32:
                   12191:          ok
                   12192: 
                   12193: 2004-07-01  paf
                   12194: 
                   12195:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   12196:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   12197:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12198:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   12199:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   12200:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   12201:          option: global optimization ON
                   12202: 
                   12203:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   12204:          to do xdoc::create{invalid chars} standard disables chars less
                   12205:          then \x20, except tab, cr, lf.
                   12206: 
                   12207:          changed tainting so that those become '!'
                   12208: 
                   12209: 2004-06-25  paf
                   12210: 
                   12211:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   12212:          int on odd address [prev bugfix failed due to superwize
                   12213:          optimizer, which turned memcpy into same 'ld' asm command]
                   12214: 
                   12215:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   12216:          int on odd address
                   12217: 
                   12218: 2004-06-22  paf
                   12219: 
                   12220:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   12221: 
                   12222:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   12223:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12224:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   12225:          paf(:a)}[                $.bind[                         $.a[2]
                   12226:                 ]       ] output variables work.  todo: check in out
                   12227:          variables
                   12228: 
                   12229: 2004-06-18  paf
                   12230: 
                   12231:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   12232:          classes/table.C, classes/void.C, include/pa_globals.h,
                   12233:          include/pa_sql_connection.h, main/compile.tab.C,
                   12234:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   12235:                      $.bind[                         $.a[2]          ]
                   12236:          ] input variables work.  todo:output
                   12237: 
                   12238:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   12239:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   12240:          /_bug.html?404;http://hpsv/test/
                   12241:          --------------------------------------------------------------------------------
                   12242:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   12243:          --------------------------------------------------------------------------------
                   12244:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   12245: 
                   12246: 2004-06-16  paf
                   12247: 
                   12248:        * src/targets/cgi/parser3.C: new: iis specific
                   12249:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   12250:          $request:query
                   12251:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   12252:          $form:fields IIS-STATUS="404"
                   12253:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   12254: 
                   12255:          todo: isapi too
                   12256: 
                   12257: 2004-05-26  paf
                   12258: 
                   12259:        * src/include/pa_version.h: 3.1.3
                   12260: 
                   12261:        * operators.txt: beauty: removed outdated level 'table'
                   12262: 
                   12263:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   12264: 
                   12265:        * src/main/pa_string.C: beauty: removed 3 warnings
                   12266: 
                   12267:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   12268:          classes/op.C: beauty: removed outdated level 'table'
                   12269: 
                   12270: 2004-05-25  paf
                   12271: 
                   12272:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   12273:          implementation. mistery: how anything worked
                   12274: 
                   12275:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   12276:          changed, it is now safe to use url if pointers to it are stored
                   12277:          to gc mem
                   12278: 
                   12279:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   12280:          unknown errors reported and not cause SIGSEGV now
                   12281: 
                   12282: 2004-05-24  paf
                   12283: 
                   12284:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12285:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   12286:          less memory: CORD_chars_block originally intended to ...  it was
                   12287:          good that CORD_chars_block were not used: it consumes more memory
                   12288:          [and, might be slow too] undoing that. [and removed that func so
                   12289:          that it would not confuse parser developer in future]
                   12290: 
                   12291:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   12292:          less memory: CORD_chars_block originally intended to
                   12293:          speedup/reduce mem usage were forgotten, and were used stupid
                   12294:          CORD_chars
                   12295: 
                   12296:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   12297: 
                   12298:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   12299:          BIGENDIAN processors space-conserving mech failed, causing
                   12300:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   12301:          (1|2|3));
                   12302: 
                   12303: 2004-05-14  paf
                   12304: 
                   12305:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   12306:          bugfix: void now has vfile value, and $response:body[] works OK
                   12307: 
                   12308: 2004-05-12  paf
                   12309: 
                   12310:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   12311:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   12312:          sources to use is_defined() {return as_bool();} along VBool
                   12313: 
                   12314: 2004-05-11  paf
                   12315: 
                   12316:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   12317:          referencing to local objects
                   12318: 
                   12319:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   12320:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   12321:          left intact
                   12322: 
                   12323: 2004-04-15  paf
                   12324: 
                   12325:        * src/classes/date.C: merged: beauty: unused var removed
                   12326: 
                   12327:        * src/classes/date.C: beauty: unused var removed
                   12328: 
                   12329:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   12330:          provoked bug
                   12331: 
                   12332: 2004-04-09  paf
                   12333: 
                   12334:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   12335: 
                   12336:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   12337: 
                   12338: 2004-04-08  paf
                   12339: 
                   12340:        * src/classes/date.C: new: ^date::create[y-m-d
                   12341:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   12342: 
                   12343:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   12344: 
                   12345:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   12346:          to consult default catalog [usually, that file belongs to other
                   12347:          user/group]
                   12348: 
                   12349: 2004-04-06  paf
                   12350: 
                   12351:        * src/main/pa_common.C: beauty: gcc warning removed
                   12352: 
                   12353:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   12354:          accept that trick, trying other
                   12355: 
                   12356:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   12357:          explicit result problem
                   12358: 
                   12359:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   12360:          explicit result problem
                   12361: 
                   12362:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   12363:          explicit result problem
                   12364: 
                   12365:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   12366: 
                   12367:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   12368:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   12369:          failed
                   12370: 
                   12371:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12372:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12373:          gethostbyname failed with such 'domains'] now checked properly,
                   12374:          were: needless reverse/forward dns lookup
                   12375: 
                   12376:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12377:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12378:          gethostbyname failed with such 'domains'] now checked properly,
                   12379:          were: needless reverse/forward dns lookup
                   12380: 
                   12381:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   12382:          @method[][result] means "no string output here" moved to lexical
                   12383:          level [on grammar level it were too difficult]
                   12384: 
                   12385:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   12386:          src/main/compile.y, src/main/compile_tools.h,
                   12387:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   12388:          @method[][result] means "no string output here", implemented part
                   12389:          of that idea: compiler throws away string literal generation
                   12390:          code. and barks nonwhitespace chars
                   12391: 
                   12392:        * operators.txt: truth: removed comment about $ORIGIN
                   12393: 
                   12394: 2004-04-05  paf
                   12395: 
                   12396:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   12397:          src/include/pa_version.h, src/main/pa_common.C,
                   12398:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   12399: 
                   12400:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   12401:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   12402: 
                   12403:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   12404: 
                   12405:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   12406:          interfered with FAR console
                   12407: 
                   12408:        * configure, configure.in: 3.1.3
                   12409: 
                   12410:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   12411: 
                   12412:        * src/main/pa_common.C: removed warning
                   12413: 
                   12414:        * src/include/pa_version.h: 3.1.3
                   12415: 
                   12416: 2004-04-02  paf
                   12417: 
                   12418:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   12419: 
                   12420:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   12421:          allows to specify where to put parser log file
                   12422: 
                   12423: 2004-04-01  paf
                   12424: 
                   12425:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   12426:          without tab and enter were ignored
                   12427: 
                   12428:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   12429:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   12430:          main/pa_socks.C, targets/cgi/parser3.C,
                   12431:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   12432:          bugfix: sql connections now are disconnected
                   12433: 
                   12434: 2004-03-30  paf
                   12435: 
                   12436:        * src/classes/table.C: bugfix: table::load last line without tab
                   12437:          and enter were ignored
                   12438: 
                   12439:        * src/classes/table.C: bufix: if last table lines were commented,
                   12440:          gpfed
                   12441: 
                   12442:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   12443:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   12444:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   12445:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   12446:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   12447:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   12448:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   12449:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   12450:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   12451: 
                   12452: 2004-03-29  paf
                   12453: 
                   12454:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   12455:          causes gpf
                   12456: 
                   12457:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   12458:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   12459:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   12460:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   12461:          value.dox: translated to english
                   12462: 
                   12463: 2004-03-25  paf
                   12464: 
                   12465:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   12466:          parser3project dependency removed
                   12467: 
                   12468:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   12469:          bugfix: refused to compile without xml
                   12470: 
                   12471:        * src/types/pa_vform.C: beauty: removed warning
                   12472: 
                   12473:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   12474:          any folder [removed last ;) folder dependency]
                   12475: 
                   12476:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   12477:          folder [removed last ;) folder dependency]
                   12478: 
                   12479:        * src/include/pa_version.h: release
                   12480: 
                   12481:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   12482: 
                   12483:        * src/classes/table.C: beauty: comment& more meaningful error
                   12484:          message
                   12485: 
                   12486:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   12487:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   12488:          thing]
                   12489: 
                   12490: 2004-03-23  paf
                   12491: 
                   12492:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   12493:          and http status line parsing checked number of columns in table
                   12494:          [user reported an assert]
                   12495: 
                   12496:        * operators.txt: example: on hashfile
                   12497: 
                   12498:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   12499:          bugfix: junction reattach now actually reattaches a junction to
                   12500:          new wcontext [were only assigning it to junction, which caused
                   12501:          junction tracking to loose junction, and it's context were not
                   12502:          killed, and it tried to process in invalid context, gpf]
                   12503: 
                   12504:        * src/targets/cgi/parser3.C: debug helper added
                   12505: 
                   12506: 2004-03-19  paf
                   12507: 
                   12508:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   12509:          "type(type)" in braces
                   12510: 
                   12511: 2004-03-10  paf
                   12512: 
                   12513:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   12514:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12515:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   12516:          solution to search-in-namespaces problem:
                   12517:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   12518:          $nodes[^xdoc.select[//x:second]]
                   12519: 
                   12520:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   12521:          expression][[NAMESPACES HASH]] allows to search for info in
                   12522:          namespaces
                   12523: 
                   12524:          $nodes[^xdoc.select[//x:second][
                   12525:          $.x[http://pif.design.ru/] ]]
                   12526: 
                   12527: 2004-03-09  paf
                   12528: 
                   12529:        * operators.txt, src/main/pa_common.C: new:
                   12530:          ^file::load[...][options]         $.form[
                   12531:          !$.field1[string]
                   12532:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   12533:               ]         !$.body[string]
                   12534: 
                   12535:          GET ?here notGET(POST, HEAD, others) in content-type:
                   12536:          application/x-www-form-urlencoded
                   12537: 
                   12538:          todo: upload files ability
                   12539: 
                   12540:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   12541:          properly, done
                   12542: 
                   12543: 2004-03-05  paf
                   12544: 
                   12545:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   12546:          GET/POST $.form[$.fields started, not tested yet
                   12547:          todo:$.field[table] for multiple values
                   12548: 
                   12549:        * operators.txt: new: http:// options $.user $.password basic
                   12550:          authorization
                   12551: 
                   12552:        * src/main/pa_common.C: beauty: link to rtf added
                   12553: 
                   12554:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   12555:          new: http:// options $.user $.password basic authorization
                   12556: 
                   12557:        * src/main/pa_common.C: beauty: removed needless vars
                   12558: 
                   12559:        * operators.txt: new: pgsql option [like that recently added to
                   12560:          oracle driver]             ClientCharset=parser-charset <<
                   12561:          charset in which parser thinks client works
                   12562: 
                   12563:        * operators.txt: new: odbc option [like that recently added to
                   12564:          oracle driver]             ClientCharset=parser-charset <<
                   12565:          charset in which parser thinks client works
                   12566: 
                   12567:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   12568: 
                   12569:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   12570:          char!
                   12571: 
                   12572:        * etc/parser3.charsets/windows-1251.cfg: typo
                   12573: 
                   12574: 2004-03-04  paf
                   12575: 
                   12576:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   12577:          cached, sql transcoding now goes faster
                   12578: 
                   12579:        * operators.txt: new: mysql option [like that recently added to
                   12580:          oracle driver]             ClientCharset=parser-charset <<
                   12581:          charset in which parser thinks client works
                   12582: 
                   12583:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   12584:          typo error
                   12585: 
                   12586:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   12587:          chars commented
                   12588: 
                   12589: 2004-03-03  paf
                   12590: 
                   12591:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   12592:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   12593: 
                   12594: 2004-03-02  paf
                   12595: 
                   12596:        * operators.txt: new[update typo]:     !^void.left(n)
                   12597:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   12598:                nothing
                   12599: 
                   12600:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   12601:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   12602:                nothing
                   12603: 
                   12604:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   12605:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   12606:          row with columns:   first: data   second: file name   third:
                   12607:          content-type
                   12608: 
                   12609:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   12610:          ^connect gets properly escaped string, which can be passed to
                   12611:          request now this for mysql only. it's up to parser sql driver to
                   12612:          fix zeros properly
                   12613: 
                   12614:        * INSTALL: note: added on building apache with this option:
                   12615:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   12616: 
                   12617: 2004-03-01  paf
                   12618: 
                   12619:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   12620:          extension memory:compact befor processingrequest
                   12621: 
                   12622:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   12623:          call sole column of result
                   12624: 
                   12625:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   12626:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   12627:          pixel color
                   12628: 
                   12629:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   12630:          beauty: image -- less checks [were ugly impl]
                   12631: 
                   12632:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   12633:          negative values now considered bad
                   12634: 
                   12635:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   12636: 
                   12637:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   12638:          options now have unified defaults [after transform
                   12639:          indent/omit-xml-declaration/standalone 'default' erroreously
                   12640:          meant 'true']
                   12641: 
                   12642:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   12643:          added [on some platforms gethostbyname failed with such
                   12644:          'domains']
                   12645: 
                   12646:        * src/include/pa_config_auto.h.in: no select check, no define
                   12647: 
                   12648:        * src/classes/string.C: feature: ^string.trim both parameters may
                   12649:          be empty-strings, meaning kind=both chars=whitespaces
                   12650: 
                   12651:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   12652:          exist
                   12653: 
                   12654:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   12655:          exception if it is
                   12656: 
                   12657:        * src/classes/string.C: changed: ^string.trim [] << both,
                   12658:          whitespaces [start|both|end] << kind, whitespaces
                   12659:          [start|both|end;chars]  full
                   12660: 
                   12661: 2004-02-27  paf
                   12662: 
                   12663:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   12664:          method: ^string.trim[start|both|end[;chars]]        default
                   12665:          'chars' -- whitespace chars finished
                   12666: 
                   12667:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   12668:          src/main/pa_string.C: new method:
                   12669:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   12670:          whitespace chars   started, only start works
                   12671: 
                   12672:        * src/main/compile.C: bugfix: line numbers after
                   12673:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   12674:          signed
                   12675: 
                   12676:        * src/main/untaint.C: speed: there's no \n chars in output
                   12677:          [normally], so no need to optimize them they could be retrived
                   12678:          from databases, though. but 1. should be replaced 2. if not
                   12679:          optimized, no harm done
                   12680: 
                   12681:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   12682:          ^file::exec/cgi could return invalid status & zombie child can
                   12683:          remain for short period until process exists [very bad in
                   12684:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   12685: 
                   12686:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   12687:          malicious SMTP server to attack as by returning too long status
                   12688:          responses http://i2/tasks/edit/?id=4629448401140924947
                   12689: 
                   12690: 2004-02-26  paf
                   12691: 
                   12692:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   12693:          are         $.main[to what to rename @main]         $.file[file,
                   12694:          from which (user says) goes that CODE]         $.lineno(line
                   12695:          number in that file, where CODE starts. may be negative)
                   12696: 
                   12697:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12698:          src/main/compile.C, src/main/compile_tools.h,
                   12699:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   12700:          options] which are         $.main[to what to rename @main]
                   12701:          $.file[file, from which (user says) goes that CODE]
                   12702:          $.lineno(line number in that file, where CODE starts. may be
                   12703:          negative)
                   12704: 
                   12705: 2004-02-25  paf
                   12706: 
1.116     moko     12707:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   12708:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     12709: 
                   12710:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   12711:          produces hash of column=>1
                   12712: 
                   12713:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   12714:          with incomplete errno constants set
                   12715: 
                   12716: 2004-02-24  paf
                   12717: 
                   12718:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   12719:          "man select"
                   12720: 
                   12721:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   12722: 
                   12723:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   12724: 
                   12725:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   12726: 
1.116     moko     12727:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     12728: 
                   12729:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   12730:          unix: steps to work on unix [extracted 'to']
                   12731: 
                   12732:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   12733: 
                   12734:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   12735: 
1.116     moko     12736:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12737:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   12738:          unix [testing on solaris]
1.95      moko     12739: 
                   12740: 2004-02-20  paf
                   12741: 
                   12742:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   12743:          pointing that out
                   12744: 
                   12745:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   12746:          fixed again [same solution, mistanenly removed one line]
                   12747: 
                   12748: 2004-02-19  paf
                   12749: 
                   12750:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   12751:          date::create from bad datetime in spring daylightsaving hole now
                   12752:          OK for all platforms [on some platforms it failed]
                   12753: 
                   12754:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   12755:          in daylightsaving hole] now throws error
                   12756: 
                   12757:        * src/classes/date.C: comment: mistake fixed
                   12758: 
                   12759: 2004-02-18  paf
                   12760: 
                   12761:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   12762:          now renderes in $request:charset, but in header puts
                   12763:          $response:charset todo: make that default only so that coder
                   12764:          could override that
                   12765: 
                   12766:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   12767:          turns off omit-xml-declaration
                   12768: 
                   12769:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   12770:          /.xsl for sample
                   12771: 
                   12772: 2004-02-17  paf
                   12773: 
                   12774:        * src/classes/xdoc.C: beauty: needless helper class removed
                   12775: 
                   12776:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   12777:          copied extra time
                   12778: 
                   12779:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   12780:          part of libxml
                   12781: 
                   12782:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   12783:          libxml to do the work] <xsl:output        method="html"
                   12784:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   12785:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   12786:          />
                   12787: 
                   12788:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   12789: 
                   12790:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   12791:          caused assertion
                   12792: 
                   12793:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   12794:          could hang. now such add does nothing, sub clears $hash
                   12795: 
                   12796:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   12797:          not made quoted-printable
                   12798: 
                   12799:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   12800:          string invariant
                   12801: 
                   12802: 2004-02-16  paf
                   12803: 
                   12804:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   12805:          cleared [were not cleared properly]
                   12806: 
                   12807: 2004-02-13  paf
                   12808: 
1.116     moko     12809:        * src/include/pa_version.h: prerelease
1.95      moko     12810: 
                   12811:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   12812:          used, introducing dependencies timestamp check
                   12813: 
                   12814:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12815:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   12816:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   12817:          .xsl.stamp now not used, introducing dependencies timestamp check
                   12818: 
1.150     moko     12819:        * configure.in: auto.p: @conf made relative
1.95      moko     12820: 
                   12821: 2004-02-12  paf
                   12822: 
                   12823:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   12824:          ruined empty <input type=file> submits. parser thought there were
                   12825:          nameless empty file and $form:field got value of type 'file'
                   12826: 
                   12827:        * INSTALL: --without-threads
                   12828: 
                   12829:        * src/include/pa_sapi.h: 2004
                   12830: 
                   12831: 2004-02-11  paf
                   12832: 
                   12833:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12834:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12835:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12836:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12837:          classes/response.C, classes/string.C, classes/table.C,
                   12838:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12839:          include/pa_array.h, include/pa_cache_managers.h,
                   12840:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12841:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12842:          include/pa_dictionary.h, include/pa_dir.h,
                   12843:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12844:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12845:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12846:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12847:          include/pa_socks.h, include/pa_sql_connection.h,
                   12848:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   12849:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   12850:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12851:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12852:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12853:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12854:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12855:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12856:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12857:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12858:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12859:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12860:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12861:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12862:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12863:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   12864:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12865:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12866:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12867:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12868:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12869:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12870:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12871:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12872:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12873:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12874:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12875:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12876:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12877:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12878:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12879:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12880:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12881:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12882:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12883:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12884:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   12885: 
                   12886:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   12887:          debug version of gc.dll
                   12888: 
                   12889:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12890:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12891:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   12892:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   12893:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   12894:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   12895:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   12896:          processes
                   12897: 
                   12898:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   12899:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   12900:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   12901:          changes to reflect libxml xsl new folders
                   12902: 
                   12903:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12904:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12905:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   12906:          to reflect libxml xsl new folders
                   12907: 
                   12908:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12909:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12910:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   12911:          types/types.vcproj: started changes to reflect libxml xsl new
                   12912:          folders
                   12913: 
                   12914:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   12915:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12916:          src/main/compile.tab.C, src/main/main.vcproj,
                   12917:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   12918:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12919:          started changes to reflect libxml xsl new folders
                   12920: 
                   12921: 2004-02-10  paf
                   12922: 
                   12923:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   12924:          compile. recommened latest libxml up to date
                   12925: 
                   12926:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   12927:          pattern compilation errors", on which spent 4 hours worktime. use
                   12928:          versions higher than that. recommended now latest up to date
                   12929: 
                   12930: 2004-02-06  paf
                   12931: 
                   12932:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   12933:          beauty: unified destructing style
                   12934: 
                   12935:        * src/main/untaint.C: beauty: removed old def/ifdef
                   12936: 
                   12937:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   12938:          now
                   12939: 
                   12940: 2004-02-03  paf
                   12941: 
                   12942:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   12943:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   12944:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   12945:          then %ld/%lu
                   12946: 
                   12947:        * src/main/pa_common.C: typo: %l -> %u
                   12948: 
                   12949:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   12950:          in attributes or documents-results of transform now not &#04xx;
                   12951: 
                   12952:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   12953: 
                   12954:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   12955: 
                   12956:        * src/main/pa_charset.C: beauty: uncomment
                   12957:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   12958:          libraries
                   12959: 
                   12960: 2004-02-02  paf
                   12961: 
                   12962:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   12963:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   12964: 
                   12965:          $cookie:example[        $.value[]       $.expires[session]
                   12966:          $.path[/there/]         $.domain[test.com] ]
                   12967: 
                   12968:        * src/types/pa_vform.C: bugfix: empty values with
                   12969:          enctype=multipart/form-data now produce entries in $form:tables
                   12970:          <form method=post enctype=multipart/form-data> <input type=hidden
                   12971:          name=a> <input type=hidden name=b>
                   12972: 
                   12973:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   12974:          <hr> <pre>$request:body
                   12975: 
                   12976: 2004-01-30  paf
                   12977: 
                   12978:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   12979:          or documents-results of transform now not &#04xx;
                   12980: 
                   12981:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   12982:          produce exception.
                   12983: 
                   12984:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   12985:          bugfix: ^date::create[invalid fields now produce exception.
                   12986: 
                   12987:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   12988:          year] now produces exception. todo: check other fields
                   12989: 
                   12990: 2004-01-29  paf
                   12991: 
                   12992:        * src/include/pa_memory.h: typo error
                   12993: 
                   12994:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   12995:          more byte then specified, then zeroed it << useless and
                   12996:          potentially harmful(could gpf)
                   12997: 
                   12998: 2004-01-22  paf
                   12999: 
                   13000:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   13001: 
                   13002:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   13003:          optimization
                   13004: 
                   13005:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   13006:          [were bug: ^taint[1 & 2]="1 &2"
                   13007: 
                   13008:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   13009:          errors
                   13010: 
                   13011:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   13012:          overflow
                   13013: 
                   13014:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   13015:          error-reporting code * in parser-error reporting code [when no
                   13016:          @unhandled_exception defined]
                   13017: 
                   13018:          fixed in one place: my *snprintf override
                   13019: 
                   13020: 2004-01-13  paf
                   13021: 
                   13022:        * operators.txt: typo erro
                   13023: 
                   13024: 2003-12-25  paf
                   13025: 
                   13026:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   13027:          garbled  [pieces after zero bytes were removed]
                   13028: 
                   13029: 2003-12-22  paf
                   13030: 
1.116     moko     13031:        * src/include/Makefile.am: bugfix: removed from dist:
                   13032:          src/include/pa_config_auto.h which were configured for
1.95      moko     13033:          make-dist-platform and badly updated proper config file in target
                   13034:          [when .tar used for updating existing source tree]
                   13035: 
                   13036:        * ChangeLog, operators.txt, src/classes/op.C,
                   13037:          src/include/pa_sql_connection.h,
                   13038:          src/include/pa_sql_driver_manager.h,
                   13039:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   13040:          feature: sql introducing ability to transcode charsets
                   13041: 
                   13042: 2003-12-19  paf
                   13043: 
                   13044:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   13045:          error message
                   13046: 
                   13047:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   13048:          structure for libxml now allocated properly
                   13049: 
                   13050: 2003-12-17  paf
                   13051: 
                   13052:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   13053: 
                   13054:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   13055: 
                   13056:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   13057: 
                   13058:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   13059:          unreported xmlGenericErrors]
                   13060: 
                   13061: 2003-12-15  paf
                   13062: 
                   13063:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   13064:          works}
                   13065: 
                   13066: 2003-12-11  paf
                   13067: 
                   13068:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   13069:          id
                   13070:              !$status:tid thread id
                   13071: 
                   13072:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   13073:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   13074:          bugfix(solaris): removed dependency on object initialization
                   13075:          order [one more place]
                   13076: 
                   13077:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   13078:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   13079:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   13080:          understand that
                   13081: 
                   13082:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   13083:          classes/xdoc.C, include/pa_cache_managers.h,
                   13084:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13085:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   13086:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   13087:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   13088:          ctor call [relying on implicit String::Body(cstr) call]
                   13089: 
                   13090:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   13091:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   13092:          object initialization order [two places]
                   13093: 
                   13094: 2003-12-10  paf
                   13095: 
                   13096:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   13097:          << time now ok
                   13098: 
                   13099:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13100:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   13101:          operational
                   13102: 
                   13103:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   13104:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   13105:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   13106:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   13107:          back operational
                   13108: 
                   13109: 2003-12-02  paf
                   13110: 
                   13111:        * src/types/pa_vmail.C: bugfix:
                   13112:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   13113:          as-is forced]
                   13114: 
                   13115:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   13116:          exceptions out of libxml callbacks: reimplemented error handling
                   13117:          of http://localhost, parser://method and safemode check callbacks
                   13118: 
                   13119:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   13120:          [merged from HEAD]
                   13121: 
                   13122:        * src/classes/image.C: nothing: comment removed
                   13123: 
                   13124:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   13125:          addresses to int
                   13126: 
                   13127: 2003-12-01  paf
                   13128: 
                   13129:        * src/main/pa_xml_io.C: bugfix: typo
                   13130: 
                   13131:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   13132: 
                   13133:        * src/classes/xdoc.C: bugfix: typo
                   13134: 
                   13135:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   13136:          exception
                   13137: 
                   13138:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   13139: 
                   13140: 2003-11-28  paf
                   13141: 
                   13142:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   13143:          all xml documents read
                   13144: 
                   13145:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   13146: 
                   13147:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   13148:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   13149:          replaced original open mech of xdoc::create & co to use libxml
                   13150:          open, so that this would work for root document todo: safe mode
                   13151:          checks to libxml: ideally to some 1 point
                   13152: 
                   13153:        * src/main/pa_xml_io.C: comment
                   13154: 
                   13155:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   13156:          http://parser[abscent params]
                   13157: 
                   13158:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   13159:          works.  todo: maybe replace original open mech of xdoc::create &
                   13160:          co to use libxml open, so that this would work for root document
                   13161: 
                   13162:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   13163:          "parser://method/params/here"> <test>   &test^; </test> }]
                   13164: 
                   13165:          ^taint[^xdoc.string[]]
                   13166: 
                   13167:          @method[param] <!ENTITY test
                   13168:          "test-entity-value+$form:user+$param!">
                   13169: 
                   13170: 2003-11-27  paf
                   13171: 
                   13172:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   13173: 
                   13174:        * src/classes/date.C: bugfix: typo error
                   13175: 
                   13176: 2003-11-26  paf
                   13177: 
                   13178:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   13179:          src/main/Makefile.am, src/main/main.vcproj,
                   13180:          src/main/pa_globals.C, src/main/pa_request.C,
                   13181:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   13182:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   13183:          to pa_xml_io.C/h
                   13184: 
                   13185:        * src/types/pa_value.h: warnings: --
                   13186: 
                   13187: 2003-11-25  paf
                   13188: 
                   13189:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   13190:          whatever)
                   13191: 
                   13192:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   13193:          a, (c?x:y, z)
                   13194: 
                   13195:        * src/main/untaint.C: bugfix: consequences of not reading this
                   13196:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   13197:          <= 0 ==> none    */
                   13198: 
                   13199:        * src/include/pa_array.h: removed needless checks
                   13200: 
                   13201: 2003-11-24  paf
                   13202: 
                   13203:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   13204:          removed limit: now $form:xxx can be accessed anytime, even in
                   13205:          @auto/conf [and request/response:charset still can be changed
                   13206:          anytime]
                   13207: 
                   13208:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   13209:          now not transcodes response body
                   13210: 
                   13211:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   13212:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   13213:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   13214:          $xdoc.firstChild.firstChild.nodeValue[different]
                   13215:          ^taint[^xdoc.string[]]
                   13216: 
                   13217:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   13218:          workaround: static Hash::allocates -> static Hash_allocates
                   13219: 
                   13220: 2003-11-21  paf
                   13221: 
1.116     moko     13222:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   13223:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   13224:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     13225: 
                   13226:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   13227: 
                   13228:        * src/classes/mail.C: bugfix: typo
                   13229: 
                   13230:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     13231:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   13232:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   13233:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   13234:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     13235:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   13236: 
                   13237:        * src/main/pa_exec.C: bug in safe mode
                   13238: 
                   13239:        * src/include/Makefile.am: pa_xml_exception.h
                   13240: 
                   13241:        * src/targets/isapi/parser3isapi.C: more warnings --
                   13242: 
                   13243: 2003-11-20  paf
                   13244: 
                   13245:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   13246:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   13247:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   13248:          --
                   13249: 
                   13250:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   13251:          more warnings --
                   13252: 
                   13253:        * src/classes/xdoc.C: more warnings --
                   13254: 
                   13255:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   13256: 
                   13257:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   13258:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   13259: 
                   13260:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13261:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   13262:          classes/table.C, include/pa_cache_managers.h,
                   13263:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   13264:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   13265:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   13266:          --
                   13267: 
                   13268:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   13269:          can't report problem (undefined @unhandled_exception) problem
                   13270:          source string were not reported
                   13271: 
                   13272:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13273:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13274:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13275:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13276:          classes/response.C, classes/string.C, classes/table.C,
                   13277:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13278:          include/pa_array.h, include/pa_cache_managers.h,
                   13279:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13280:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13281:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13282:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   13283:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   13284:          include/pa_request.h, include/pa_request_charsets.h,
                   13285:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   13286:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13287:          include/pa_stack.h, include/pa_string.h,
                   13288:          include/pa_stylesheet_connection.h,
                   13289:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13290:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13291:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13292:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   13293:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13294:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   13295:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   13296:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   13297:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   13298:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13299:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13300:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   13301:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   13302:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   13303:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   13304:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   13305:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   13306:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13307:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13308:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13309:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13310:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   13311:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13312:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   13313:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13314:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13315:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13316:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13317:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13318:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13319:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13320:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13321:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13322:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   13323:          const IDENT
                   13324: 
                   13325:        * src/: include/pa_array.h, include/pa_pool.h,
                   13326:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   13327:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   13328:          types/pa_wcontext.h: more warnings --
                   13329: 
                   13330:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   13331:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   13332:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13333:          classes/memory.C, classes/op.C, classes/string.C,
                   13334:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   13335:          include/pa_config_includes.h, include/pa_operation.h,
                   13336:          include/pa_sql_connection.h, include/pa_table.h,
                   13337:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   13338:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   13339:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   13340:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   13341:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   13342:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   13343:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   13344:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   13345:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   13346:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   13347:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   13348:          types/pa_vmail.C, types/pa_vobject.C,
                   13349:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13350:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13351:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   13352:          on all projects (except libltdl=off & libsdbm=level3) found
                   13353:          several unitialized vars
                   13354: 
                   13355: 2003-11-19  paf
                   13356: 
                   13357:        * src/classes/op.C: more ansi C++ comp
                   13358: 
                   13359:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13360:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   13361:          $exception.handled[cache] meaning "get expired cache, if any.
                   13362:          else error"}
                   13363: 
                   13364:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   13365:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   13366:          ^cache[...]{body}{catch code with $exception.cache field}
                   13367: 
                   13368: 2003-11-12  paf
                   13369: 
                   13370:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   13371:          [copy/paste bug]
                   13372: 
                   13373: 2003-11-11  paf
                   13374: 
                   13375:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   13376:          failed]
                   13377: 
                   13378: 2003-11-10  paf
                   13379: 
                   13380:        * src/types/pa_vconsole.h: flush
                   13381: 
                   13382:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   13383:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   13384:          read/write  [for nntp]
                   13385: 
                   13386:        * operators.txt: mysql: transaction support: ?autocommit=0
                   13387: 
                   13388:        * operators.txt: comment: updated
                   13389: 
                   13390:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   13391:          serialize version and exipire now removes entries
                   13392: 
                   13393:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   13394:          dir, if could]
                   13395: 
                   13396:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   13397:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   13398:          removes files altogether [and dir, if could]
                   13399: 
                   13400:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   13401:          nonexistent pair. .c coded that that was error. fixed
                   13402: 
                   13403:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   13404:          file.access [regretfull can't split it to different exceptions
                   13405:          without modifying sdbm source wich would prefer not to]
                   13406: 
                   13407: 2003-11-07  paf
                   13408: 
                   13409:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13410:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13411:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   13412:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   13413:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   13414:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   13415:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   13416:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   13417:          destructing objects at request processing end
                   13418: 
                   13419: 2003-11-06  paf
                   13420: 
                   13421:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   13422:          updates
                   13423: 
                   13424:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   13425:          to include sdbm
                   13426: 
1.116     moko     13427:        * src/include/: pa_config_includes.h, pa_version.h: our
                   13428:          replacements of max& co only for cpp
1.95      moko     13429: 
                   13430:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   13431:          upper dir, .am updated
                   13432: 
                   13433:        * tests/todo.txt: hashfile: done
                   13434: 
                   13435:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   13436:          expiration [time in value. todo: move time to key]
                   13437: 
                   13438:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   13439: 
                   13440:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   13441:          to do that in foreach, no errors, but surely wrong]
                   13442: 
                   13443:        * operators.txt, src/types/pa_vhashfile.C,
                   13444:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   13445: 
                   13446:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   13447:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   13448:          foreach
                   13449: 
                   13450:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13451:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   13452: 
                   13453:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13454:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   13455: 
                   13456:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   13457:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13458:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   13459:          get/put [raw]
                   13460: 
                   13461:        * src/: classes/op.C, main/pa_os.C: just linked
                   13462: 
                   13463:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   13464:          XmlException changes
                   13465: 
                   13466:        * src/: include/pa_charset.h, include/pa_globals.h,
                   13467:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   13468:          XmlException changes
                   13469: 
                   13470:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   13471: 
                   13472:        * src/: include/pa_common.h, include/pa_exception.h,
                   13473:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   13474:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   13475:          main/pa_xml_exception.C: locking move to pa_os [along with
                   13476:          pa_sleep] apr-impl locking done
                   13477: 
                   13478:        * configure, configure.in, operators.txt, parser3.sln,
                   13479:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   13480:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   13481:          src/include/pa_exception.h, src/include/pa_globals.h,
                   13482:          src/include/pa_memory.h, src/include/pa_version.h,
                   13483:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   13484:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   13485:          src/main/compile.tab.C, src/main/main.vcproj,
                   13486:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   13487:          src/types/Makefile.am, src/types/pa_vhash.C,
                   13488:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   13489:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   13490:          again with sdbm from apache
                   13491: 
                   13492: 2003-11-05  paf
                   13493: 
                   13494:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13495:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   13496:          \parser3project dir anymore
                   13497: 
                   13498:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   13499:          thoughtlessly from xalan]
                   13500: 
                   13501:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   13502:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   13503:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   13504: 
                   13505:        * src/main/helpers/CaseFolding.txt:
                   13506:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   13507: 
                   13508: 2003-11-04  paf
                   13509: 
                   13510:        * operators.txt: comment: ^mail:send[$.options[
                   13511: 
                   13512:        * src/classes/table.C: compiled on unix
                   13513: 
1.116     moko     13514:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     13515: 
                   13516:        * src/classes/mail.C: compiled on unix
                   13517: 
                   13518:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   13519:          src/types/pa_vmail.h:     !^mail:send[
                   13520:                  $.options[unix: string to append to sendmail command
                   13521:          line]
                   13522: 
                   13523:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   13524:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   13525:          $.encloser["] <nothing> by default
                   13526: 
                   13527:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   13528:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   13529:          default
                   13530: 
                   13531: 2003-11-03  paf
                   13532: 
                   13533:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   13534:          ^table::load[; options:         !$.column-separator[^#09]
                   13535:          !$.column-encloser["]
                   13536: 
                   13537:        * operators.txt, src/include/pa_config_fixed.h,
                   13538:          src/types/pa_vrequest.C: $request:document-root
                   13539: 
                   13540:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   13541:          [already included into uri=xxx]
                   13542: 
                   13543:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   13544:          ^image.gif[filename] for $response:download
                   13545: 
                   13546:        * src/classes/date.C: minor precaution
                   13547: 
                   13548:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   13549:              !^date.unix-timestamp[]
                   13550: 
                   13551: 2003-10-30  paf
                   13552: 
                   13553:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   13554:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   13555: 
                   13556:        * src/classes/: date.C, image.C: improvement diagnostics:
                   13557:          $now[^date::create[$undefined]] now is error
                   13558: 
                   13559:        * src/main/pa_common.C: read errors would now be reported 'actually
                   13560:          read -1 bytes'
                   13561: 
                   13562: 2003-10-24  paf
                   13563: 
                   13564:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   13565:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   13566:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   13567:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   13568: 
                   13569: 2003-10-22  paf
                   13570: 
                   13571:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   13572: 
                   13573: 2003-10-21  paf
                   13574: 
                   13575:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13576:          fixed: string.match[g] without <'> option produced columns with
                   13577:          NULL's, which gpf'ed at table.save time
                   13578: 
                   13579:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   13580:          recoursion' message with intensive throw-catches fixed: incorrect
                   13581:          name and line (one name upper then needed) in error message about
                   13582:          problems inside try block
                   13583: 
                   13584: 2003-10-10  paf
                   13585: 
                   13586:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   13587:          check offset argument for validity did that in String::Body::pos
                   13588:          myself http://i2/tasks/edit/?id=4577425257580789777
                   13589: 
                   13590: 2003-10-07  paf
                   13591: 
                   13592:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   13593:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   13594: 
                   13595: 2003-10-03  paf
                   13596: 
                   13597:        * parser3.sln, src/include/pa_dictionary.h,
                   13598:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   13599:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   13600:          precalculating cstr&length
                   13601: 
                   13602: 2003-10-02  paf
                   13603: 
                   13604:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13605:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13606:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   13607:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   13608: 
                   13609: 2003-09-30  paf
                   13610: 
                   13611:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   13612:          occurrances after lang-mismatched
                   13613: 
                   13614: 2003-09-29  paf
                   13615: 
                   13616:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   13617:          helper
                   13618: 
                   13619:        * src/main/pa_string.C: string::serialize bug fix with
                   13620:          zero-terminator
                   13621: 
                   13622:        * src/classes/table.C: ^nameless_table.save column row now has no
                   13623:          \t at the end
                   13624: 
                   13625:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13626:          @postprocess  now takes $response:body/download
                   13627: 
                   13628:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   13629:          error message
                   13630: 
                   13631:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   13632: 
                   13633:        * src/classes/table.C: bugfix: flip: must produce nameless
                   13634:          http://i2/tasks/edit/?id=4573405524674081244
                   13635: 
                   13636:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   13637:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   13638: 
                   13639:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   13640:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   13641: 
                   13642: 2003-09-26  paf
                   13643: 
                   13644:        * src/main/untaint.C: removed needless field
                   13645: 
                   13646:        * src/main/untaint.C: removed needless const
                   13647: 
                   13648:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   13649:          String.for_each bug fixed [omited one-char cases]
                   13650: 
                   13651:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   13652:          runtime-executor stack were cleared... BADLY
                   13653: 
                   13654:        * src/main/pa_string.C: ^stirng.replace code used old
                   13655:          param-convention on langs.append, fixed that search fo the like,
                   13656:          found none
                   13657: 
                   13658:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   13659:          string::serialize/deserialize implemented Language enum assigned
                   13660:          meaningful letters [more convinient for debugging. read warning
                   13661:          before adding/changing anything]
                   13662: 
                   13663: 2003-09-25  paf
                   13664: 
                   13665:        * src/: include/pa_string.h, include/pa_version.h,
                   13666:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   13667:          differences on unix
                   13668: 
                   13669:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   13670:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   13671:          src/classes/xdoc.C, src/classes/xnode.C,
                   13672:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   13673:          src/include/pa_charsets.h, src/include/pa_common.h,
                   13674:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   13675:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   13676:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   13677:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   13678:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   13679:          src/main/compile_tools.h, src/main/pa_charset.C,
                   13680:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   13681:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13682:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   13683:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   13684:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   13685:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   13686:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   13687: 
                   13688:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   13689:          functions aligned to that of eeparser3 look
                   13690: 
                   13691:        * src/lib/cord/cordprnt.c: removed warnings
                   13692: 
                   13693: 2003-09-24  paf
                   13694: 
                   13695:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13696:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   13697:          include/pa_cache_managers.h, include/pa_charset.h,
                   13698:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   13699:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13700:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13701:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   13702:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   13703:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13704:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   13705:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   13706:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   13707:          types/pa_vxnode.C: v() functions of String::Body,
                   13708:          String::Languages and String itself StringBody->String::Body
                   13709: 
                   13710:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13711:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   13712:          never optimized anything.  todo: somehow speed up harder cases:
                   13713:          concatenationA+concatenationB when last block of A and first of B
                   13714:          contain same letters
                   13715: 
                   13716:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13717:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   13718:          blocks of same char [CORD_append_block]
                   13719: 
                   13720:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13721:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   13722:          save space by extending blocks when appending block with c ==
                   13723:          lastblock.c
                   13724: 
                   13725:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   13726:          working yet :( but more working &understood :)
                   13727: 
                   13728:        * src/: classes/table.C, include/pa_string.h,
                   13729:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   13730: 
                   13731: 2003-09-23  paf
                   13732: 
                   13733:        * src/main/untaint.C: $a[ok!] $a works!
                   13734: 
                   13735:        * src/main/untaint.C: something even more works :)
                   13736: 
                   13737:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13738:          something more works :)
                   13739: 
                   13740:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13741:          lib/cord/cordxtra.c: something already works :)
                   13742: 
                   13743:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   13744:          serialize&deserialize
                   13745: 
                   13746:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13747:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   13748:          main/untaint.C: main idea implemented, details left
                   13749: 
                   13750: 2003-09-22  paf
                   13751: 
                   13752:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   13753: 
                   13754:        * src/classes/xnode.C: copy/paste comment bugfix
                   13755: 
                   13756:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   13757:          allocator returns 0, just die.
                   13758:          http://i2/tasks/edit/?id=4570798492410259445
                   13759: 
                   13760:        * src/classes/xdoc.C: copy/paste comment bugfix
                   13761: 
                   13762:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   13763:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   13764:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   13765:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   13766: 
                   13767:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   13768:          chars due to bitwise operation signed-char error]
                   13769: 
                   13770: 2003-09-19  paf
                   13771: 
                   13772:        * src/types/pa_wcontext.C: output message: more practical
                   13773:          suggestion
                   13774: 
                   13775:        * src/main/pa_common.C, operators.txt: merged
                   13776:          $f[^file::load[binary;http://...]] $f.tables
                   13777: 
                   13778: 2003-09-02  paf
                   13779: 
                   13780:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   13781:          flush stdout without referencing 'stdout' symbol. to hell with
                   13782:          non-ansi libraries without 'stdout' symbol
                   13783: 
                   13784:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   13785:          unix (users reported problems with some old libc)
                   13786: 
                   13787:        * src/types/pa_vdate.h: forgot initializer
                   13788: 
                   13789: 2003-09-01  paf
                   13790: 
                   13791:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   13792:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   13793:          zone]
                   13794: 
                   13795:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   13796: 
                   13797: 2003-08-19  paf
                   13798: 
                   13799:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   13800:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   13801:          simplified a little
                   13802: 
                   13803:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   13804:          [lost fix from 3.0.8]
                   13805: 
                   13806:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   13807:          visible here }
                   13808: 
                   13809:          bug fix
                   13810: 
                   13811:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   13812: 
                   13813:        * src/main/compile.tab.C: initialized couple of variables about
                   13814:          which user reported runtime problems when parser were compiled
                   13815:          with VC7, warning level4.  study shows that later in bison
                   13816:          they've fixed that. would migrate to latest bison someday
                   13817: 
                   13818:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   13819:          recoding headers)
                   13820: 
                   13821:        * src/types/pa_vmail.C: works as before, same charset problems:
                   13822:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   13823:          anything for now
                   13824: 
                   13825:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   13826:          problems with body
                   13827: 
                   13828:        * src/types/pa_vmail.C: mail_receive just compiled
                   13829: 
                   13830: 2003-08-18  paf
                   13831: 
                   13832:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13833:          main/main.vcproj, types/types.vcproj: win32: continued process
                   13834:          detaching from \parser3project directory
                   13835: 
                   13836:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   13837:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   13838:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   13839:          src/lib/pcre/pcre_dftables.dsp,
                   13840:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   13841:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13842:          src/types/types.dsp: moved to MSVC 7
                   13843: 
                   13844:        * gnu.vcproj.vspscc, parser3.vssscc,
                   13845:          src/classes/classes.vcproj.vspscc,
                   13846:          src/lib/cord/cord.vcproj.vspscc,
                   13847:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   13848:          src/lib/md5/md5.vcproj.vspscc,
                   13849:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   13850:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   13851:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   13852:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   13853:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   13854:          moved to MSVC 7
                   13855: 
                   13856:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   13857:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   13858:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   13859:          src/lib/pcre/pcre_dftables.vcproj,
                   13860:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   13861:          src/targets/cgi/parser3.vcproj,
                   13862:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13863:          new VS project files
                   13864: 
                   13865:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   13866:          .NET to detect Jalindi Igloo capabilities.
                   13867: 
                   13868:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     13869:          src/classes/classes.awk, src/doc/footer.htm,
                   13870:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   13871:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     13872:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   13873:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   13874: 
                   13875: 2003-08-15  paf
                   13876: 
                   13877:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13878:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   13879: 
                   13880:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13881:          non-ascii <yyy> now encoded correctly
                   13882: 
                   13883: 2003-07-29  paf
                   13884: 
1.116     moko     13885:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   13886:          dist
1.95      moko     13887: 
                   13888:        * src/types/pa_vmail.C: just started --with-mail-receive
                   13889: 
                   13890: 2003-07-28  paf
                   13891: 
1.116     moko     13892:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   13893:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     13894: 
                   13895:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   13896: 
                   13897: 2003-07-25  paf
                   13898: 
                   13899:        * src/doc/footer.htm: year
                   13900: 
                   13901: 2003-07-24  paf
                   13902: 
                   13903:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   13904:          fix
                   13905: 
                   13906:        * src/include/pa_version.h: release
                   13907: 
1.116     moko     13908:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     13909: 
                   13910:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   13911:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   13912:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   13913:          getting rid of win32xml pseudo project
                   13914: 
                   13915:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   13916: 
1.116     moko     13917:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   13918:          configure.in, operators.txt, parser3.dsw,
1.95      moko     13919:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     13920:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     13921:          src/classes/classes.C, src/classes/classes.awk,
                   13922:          src/classes/classes.dsp, src/classes/classes.h,
                   13923:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13924:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13925:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13926:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13927:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13928:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13929:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   13930:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     13931:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   13932:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13933:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   13934:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   13935:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   13936:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13937:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13938:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   13939:          src/include/pa_operation.h, src/include/pa_pool.h,
                   13940:          src/include/pa_pragma_pack_begin.h,
1.95      moko     13941:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   13942:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   13943:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   13944:          src/include/pa_sql_connection.h,
                   13945:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   13946:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   13947:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13948:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     13949:          src/include/pa_uue.h, src/lib/Makefile.am,
                   13950:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   13951:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   13952:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   13953:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     13954:          src/lib/cord/include/ec.h,
                   13955:          src/lib/cord/include/private/Makefile.am,
                   13956:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     13957:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   13958:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     13959:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     13960:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   13961:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13962:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   13963:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   13964:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13965:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   13966:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     13967:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   13968:          src/main/pa_request.C, src/main/pa_socks.C,
                   13969:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13970:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     13971:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   13972:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   13973:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   13974:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   13975:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   13976:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   13977:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     13978:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   13979:          src/targets/isapi/parser3isapi.dsp,
                   13980:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     13981:          src/types/pa_junction.h, src/types/pa_method.h,
                   13982:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     13983:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13984:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13985:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13986:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13987:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13988:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13989:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13990:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   13991:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   13992:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   13993:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13994:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13995:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13996:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13997:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13998:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13999:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14000:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14001:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14002:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14003:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14004:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14005:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   14006:          HEAD
                   14007: 
                   14008:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   14009:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   14010:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   14011:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   14012:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   14013:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   14014:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   14015:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   14016:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   14017:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   14018:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   14019:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   14020:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   14021:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   14022:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   14023:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   14024:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   14025:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   14026:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   14027:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   14028:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14029:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   14030:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   14031:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   14032:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   14033:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   14034:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   14035:          outputs/create-dir, results/001.processed, results/002.processed,
                   14036:          results/003.processed, results/004.processed,
                   14037:          results/005.processed, results/006.processed,
                   14038:          results/007.processed, results/008.processed,
                   14039:          results/009.processed, results/010.processed,
                   14040:          results/011.processed, results/012.processed,
                   14041:          results/013.processed, results/014.processed,
                   14042:          results/015.processed, results/016.processed,
                   14043:          results/017.processed, results/018.processed,
                   14044:          results/019.processed, results/020.processed,
                   14045:          results/021.processed, results/022.processed,
                   14046:          results/023.processed, results/024.processed,
                   14047:          results/025.processed, results/026.processed,
                   14048:          results/027.processed, results/028.processed,
                   14049:          results/029.processed, results/030.processed,
                   14050:          results/031.processed, results/032.processed,
                   14051:          results/033.processed, results/034.processed,
                   14052:          results/035.processed, results/036.processed,
                   14053:          results/037.processed, results/038.processed,
                   14054:          results/039.processed, results/040.processed,
                   14055:          results/041.processed, results/042.processed,
                   14056:          results/043.processed, results/044.processed,
                   14057:          results/045.processed, results/046.processed,
                   14058:          results/047.processed, results/048.processed,
                   14059:          results/049.processed, results/050.processed,
                   14060:          results/051.processed, results/052.processed,
                   14061:          results/053.processed, results/054.processed,
                   14062:          results/055.processed, results/056.processed,
                   14063:          results/057.processed, results/058.processed,
                   14064:          results/059.processed, results/060.processed,
                   14065:          results/061.processed, results/062.processed,
                   14066:          results/063.processed, results/064.processed,
                   14067:          results/065.processed, results/066.processed,
                   14068:          results/067.processed, results/068.processed,
                   14069:          results/069.processed, results/070.processed,
                   14070:          results/071.processed, results/072.processed,
                   14071:          results/073.processed, results/074.processed,
                   14072:          results/075.processed, results/076.processed,
                   14073:          results/077.processed, results/078.processed,
                   14074:          results/079.processed, results/080.processed,
                   14075:          results/081.processed, results/082.processed,
                   14076:          results/083.processed, results/084.processed,
                   14077:          results/085.processed, results/086.processed,
                   14078:          results/087.processed, results/088.processed,
                   14079:          results/089.processed, results/090.processed,
                   14080:          results/091.processed, results/092.processed,
                   14081:          results/093.processed, results/094.processed,
                   14082:          results/095.processed, results/096.processed,
                   14083:          results/097.processed, results/098.processed,
                   14084:          results/099.processed, results/100.processed,
                   14085:          results/101.processed, results/102.processed,
                   14086:          results/103.processed, results/104.processed,
                   14087:          results/105.processed, results/106.processed,
                   14088:          results/107.processed, results/108.processed,
                   14089:          results/109.processed, results/110.processed,
                   14090:          results/111.processed, results/112.processed,
                   14091:          results/113.processed, results/114.processed,
                   14092:          results/115.processed, results/116.processed,
                   14093:          results/117.processed, results/118.processed,
                   14094:          results/119.processed, results/120.processed,
                   14095:          results/121.processed, results/122.processed,
                   14096:          results/123.processed, results/124.processed,
                   14097:          results/125.processed, results/126.processed,
                   14098:          results/127.processed, results/128.processed,
                   14099:          results/129.processed, results/130.processed,
                   14100:          results/131.processed, results/132.processed,
                   14101:          results/133.processed, results/134.processed,
                   14102:          results/135.processed, results/136.processed,
                   14103:          results/137.processed, results/138.processed,
                   14104:          results/139.processed, results/140.processed,
                   14105:          results/141.processed: merged(copied) to HEAD from template_gc
                   14106: 
                   14107:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   14108:          towards \parser3project not having to be in root
                   14109: 
                   14110:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   14111:          module compiled [were minor unnecessary changes in lib/md5
                   14112:          interface]
                   14113: 
                   14114:        * src/include/pa_version.h: release
                   14115: 
                   14116:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   14117: 
                   14118:        * src/classes/math.C: merged uuid bugfix
                   14119: 
                   14120:        * tests/: 141.html, results/141.processed: fixed bug with
                   14121:          too-small-a-buffer
                   14122: 
                   14123:        * src/classes/math.C: uuid bugfix
                   14124: 
                   14125:        * tests/: 141.html, Makefile, results/005.processed,
                   14126:          results/030.processed, results/075.processed,
                   14127:          results/078.processed: to reflect date format change (were -
                   14128:          become ' ')
                   14129: 
                   14130:        * src/classes/math.C: uuid bugfix
                   14131: 
                   14132:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   14133:          debug/release changes
                   14134: 
                   14135:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   14136: 
                   14137: 2003-07-23  paf
                   14138: 
                   14139:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14140:          renamed a little [to move to comman naming conv]
                   14141: 
1.116     moko     14142:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   14143:          build
1.95      moko     14144: 
                   14145:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   14146:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14147:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   14148:          stack top_index() fixed
                   14149: 
                   14150:        * src/main/pa_globals.C: minor style changes
                   14151: 
                   14152:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   14153:          closing/caching fixed [connections were not closed/put to cache]
                   14154: 
                   14155: 2003-07-22  paf
                   14156: 
                   14157:        * INSTALL: gc part updated stightly
                   14158: 
                   14159:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   14160:          new sapi interface
                   14161: 
                   14162:        * src/classes/file.C: comment on OS
                   14163: 
                   14164:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   14165:          one deeper in cord lib]
                   14166: 
                   14167:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   14168: 
                   14169:        * src/main/pa_memory.C: out of memory is no longer coredump
                   14170: 
                   14171:        * INSTALL: disable-threads adviced
                   14172: 
                   14173: 2003-07-21  paf
                   14174: 
1.116     moko     14175:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     14176: 
                   14177:        * src/classes/file.C: file::exec/cgi environment variables now must
                   14178:          be UPPERCASE and A-Z 0-9 _-
                   14179: 
                   14180:        * src/classes/file.C: env passing fixed
                   14181: 
                   14182:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   14183: 
                   14184:        * src/main/pa_common.C: http:// CRLF now
                   14185: 
                   14186: 2003-07-02  paf
                   14187: 
                   14188:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   14189:          fields to reflect their real meaning
                   14190: 
                   14191: 2003-06-27  paf
                   14192: 
                   14193:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   14194:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   14195:          file::exec/cgi .charset
                   14196: 
                   14197: 2003-06-26  paf
                   14198: 
                   14199:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   14200:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   14201:          src/classes/table.C: fixed several uninitialized local
                   14202:          structures.  notably ^hash.foreach now inserts delimiters
                   14203:          properly [were inserting it before first body]
                   14204: 
                   14205: 2003-06-24  paf
                   14206: 
                   14207:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   14208: 
                   14209: 2003-06-20  paf
                   14210: 
                   14211:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   14212:          src/main/pa_globals.C: introducing
                   14213:          $f[^file::load[binary;http://...]] $f.tables
                   14214: 
                   14215: 2003-06-06  paf
                   14216: 
                   14217:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   14218:          table. [were method lookup: inconsistent]
                   14219: 
                   14220: 2003-06-02  paf
                   14221: 
                   14222:        * src/include/pa_memory.h: empty string clone fixed to return
                   14223:          writable memory
                   14224: 
                   14225:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   14226:          were not appended] which violated string invariant
                   14227: 
                   14228: 2003-05-30  paf
                   14229: 
                   14230:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   14231:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   14232: 
                   14233:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   14234:          GMT  ; RFC 822, updated by RFC 1123
                   14235: 
                   14236:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   14237:          targets/isapi/parser3isapi.C: initialized request_info properly
                   14238: 
                   14239:        * src/classes/xnode.C: found minor bug, commended for future
                   14240: 
                   14241: 2003-05-28  paf
                   14242: 
                   14243:        * src/classes/form.C: request_info.content_length can't be <0,
                   14244:          size_t for some time
                   14245: 
                   14246: 2003-05-26  paf
                   14247: 
                   14248:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   14249:          forgotten <0 changed to !=STRING_NOT_FOUND
                   14250: 
                   14251:        * src/classes/math.C: merged ffffu from HEAD
                   14252: 
                   14253: 2003-05-11  paf
                   14254: 
                   14255:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   14256: 
                   14257:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   14258:          premature doc free.  transformed document had xmlDoc reference
                   14259:          stored to non-gc-memory (libgdome) added holding-reference
                   14260: 
                   14261: 2003-04-29  paf
                   14262: 
                   14263:        * src/main/pa_globals.C: started digging on double free.  on win32
                   14264:          found that that's perfectly normal.
                   14265: 
                   14266: 2003-04-25  paf
                   14267: 
                   14268:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   14269: 
                   14270:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   14271: 
                   14272:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   14273:          print anything.  changed to quicker and simplier code
                   14274: 
                   14275:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   14276:          strict a check]
                   14277: 
                   14278:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   14279: 
                   14280: 2003-04-24  paf
                   14281: 
                   14282:        * src/include/pa_table.h: too strict assert loosened
                   14283: 
                   14284:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   14285:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   14286:          report
                   14287: 
                   14288: 2003-04-21  paf
                   14289: 
1.116     moko     14290:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     14291: 
                   14292:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   14293:          memory
                   14294: 
                   14295:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   14296:          xmlMallocAtomic [author agreed to my suggestion], used that
                   14297: 
                   14298:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   14299: 
                   14300:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   14301:          types/pa_vmail.C: attributed_meaning_to_string added
                   14302:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   14303:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   14304:          made that param obligatory
                   14305: 
                   14306:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   14307:          fixed [assert helped]
                   14308: 
                   14309:        * src/include/pa_string.h: assert added [looking for bug]
                   14310: 
                   14311:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   14312:          names on Win32 considered disk-global
                   14313: 
                   14314:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   14315:          considered disk-global
                   14316: 
                   14317: 2003-04-18  paf
                   14318: 
                   14319:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   14320:          filenames
                   14321: 
                   14322:        * src/main/untaint.C: enabled '~' letter in filenames
                   14323: 
                   14324: 2003-04-16  paf
                   14325: 
                   14326:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   14327: 
                   14328:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   14329:          HEAD
                   14330: 
1.116     moko     14331:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     14332: 
                   14333: 2003-04-15  paf
                   14334: 
                   14335:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14336:          src/lib/md5/pa_md5c.c, tests/141.html,
                   14337:          tests/results/141.processed: merged from head ^math:uuid[]
                   14338:          ^math:uid64[] ^math:md5[string]
                   14339: 
                   14340:          test added: 141.html
                   14341: 
                   14342:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   14343: 
                   14344:        * src/classes/math.C: ^math:uuid[]
                   14345: 
                   14346:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   14347: 
                   14348:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14349:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   14350: 
                   14351:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   14352:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   14353:          ^file::load[mode;name;     $.offset     $.limit
                   14354: 
                   14355: 2003-04-14  paf
                   14356: 
                   14357:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14358:          started ^math:md5
                   14359: 
                   14360:        * src/classes/table.C, src/include/pa_array.h,
                   14361:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   14362:          tests/results/140.processed: table $.reverse option works in
                   14363:          create&co table $.distinct[tables] bug fix merged
                   14364: 
                   14365:        * src/: classes/table.C, include/pa_table.h: table
                   14366:          $.distinct[tables] bug fixed
                   14367: 
                   14368:        * src/classes/table.C: more warnings
                   14369: 
                   14370:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   14371:          removed checks in table::set_current, moved them back to
                   14372:          table::locate implemented table::create/join ñ $.reverse
                   14373: 
                   14374:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   14375:          removed checks in table::set_current, moved them back to
                   14376:          table::locate
                   14377: 
                   14378: 2003-04-11  paf
                   14379: 
                   14380:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14381:          src/include/pa_array.h, src/include/pa_common.h,
                   14382:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14383:          src/include/pa_table.h, src/main/pa_request.C,
                   14384:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14385:          src/main/pa_table.C: merged from HEAD from
                   14386:          before_append_array_limit_sense_change to
                   14387:          after_append_array_limit_sense_change
                   14388: 
                   14389:        * src/classes/table.C: typo
                   14390: 
                   14391:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14392:          src/include/pa_array.h, src/include/pa_common.h,
                   14393:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   14394:          src/include/pa_table.h, src/main/pa_array.C,
                   14395:          src/main/pa_globals.C, src/main/pa_request.C,
                   14396:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14397:          src/main/pa_table.C: append_array_limit_sense_change locate
                   14398:          accepts options same as create new option: $.reverse(1)   [do not
                   14399:          work in table::create]
                   14400: 
                   14401:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   14402:          (stat xxx,
                   14403: 
                   14404:        * src/classes/: table.C: typo
                   14405: 
                   14406:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   14407:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   14408:          results/130.processed, results/131.processed,
                   14409:          results/132.processed, results/133.processed,
                   14410:          results/134.processed, results/135.processed,
                   14411:          results/136.processed, results/137.processed,
                   14412:          results/138.processed, results/139.processed: added few mustfail
                   14413:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   14414:          date/time 132.html mustfail: access to junction outside of
                   14415:          context 133.html mustfail: access to junction outside of context,
                   14416:          case version 134.html mustfail: hash: adding a key inside of
                   14417:          foreach 135.html mustfail: modifying system class 136.html
                   14418:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   14419:          appendChild without import 138.html mustfail: invalid encoding
                   14420:          inside of xml 139.html mustfail: bad XPath
                   14421: 
                   14422:        * operators.txt, src/classes/table.C, tests/084.html,
                   14423:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   14424:          tests/129.html, tests/results/125.processed,
                   14425:          tests/results/126.processed, tests/results/127.processed,
                   14426:          tests/results/128.processed, tests/results/129.processed: merged
                   14427:          from HEAD ^table.hash[key][$.distinct[tables]]
                   14428: 
                   14429:          maked appropriate tests [changed one old nonconforming]
                   14430: 
                   14431:        * operators.txt, src/classes/table.C:
                   14432:          ^table.hash[key][$.distinct[tables]]
                   14433: 
                   14434:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14435:          merged fix for found very old xml (dom) bug: were passing
                   14436:          domString objects and later ERROREOUSLY freed them
                   14437: 
                   14438:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   14439:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   14440:          libgdome bug can not be worked around
                   14441: 
                   14442: 2003-04-10  paf
                   14443: 
                   14444:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14445:          found very old xml (dom) bug: were passing domString objects and
                   14446:          later ERROREOUSLY freed them
                   14447: 
                   14448:        * src/doc/string.dox, src/include/pa_memory.h,
                   14449:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   14450:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   14451:          tests/123.html, tests/124.html, tests/results/001.processed,
                   14452:          tests/results/002.processed, tests/results/003.processed,
                   14453:          tests/results/004.processed, tests/results/005.processed,
                   14454:          tests/results/006.processed, tests/results/008.processed,
                   14455:          tests/results/009.processed, tests/results/010.processed,
                   14456:          tests/results/011.processed, tests/results/012.processed,
                   14457:          tests/results/013.processed, tests/results/014.processed,
                   14458:          tests/results/015.processed, tests/results/016.processed,
                   14459:          tests/results/017.processed, tests/results/018.processed,
                   14460:          tests/results/020.processed, tests/results/021.processed,
                   14461:          tests/results/022.processed, tests/results/023.processed,
                   14462:          tests/results/024.processed, tests/results/025.processed,
                   14463:          tests/results/026.processed, tests/results/027.processed,
                   14464:          tests/results/028.processed, tests/results/029.processed,
                   14465:          tests/results/030.processed, tests/results/031.processed,
                   14466:          tests/results/032.processed, tests/results/033.processed,
                   14467:          tests/results/034.processed, tests/results/035.processed,
                   14468:          tests/results/036.processed, tests/results/037.processed,
                   14469:          tests/results/038.processed, tests/results/039.processed,
                   14470:          tests/results/040.processed, tests/results/041.processed,
                   14471:          tests/results/042.processed, tests/results/043.processed,
                   14472:          tests/results/044.processed, tests/results/045.processed,
                   14473:          tests/results/046.processed, tests/results/047.processed,
                   14474:          tests/results/048.processed, tests/results/049.processed,
                   14475:          tests/results/050.processed, tests/results/051.processed,
                   14476:          tests/results/052.processed, tests/results/053.processed,
                   14477:          tests/results/054.processed, tests/results/055.processed,
                   14478:          tests/results/056.processed, tests/results/057.processed,
                   14479:          tests/results/058.processed, tests/results/059.processed,
                   14480:          tests/results/060.processed, tests/results/061.processed,
                   14481:          tests/results/062.processed, tests/results/063.processed,
                   14482:          tests/results/064.processed, tests/results/065.processed,
                   14483:          tests/results/066.processed, tests/results/067.processed,
                   14484:          tests/results/068.processed, tests/results/069.processed,
                   14485:          tests/results/070.processed, tests/results/071.processed,
                   14486:          tests/results/072.processed, tests/results/073.processed,
                   14487:          tests/results/074.processed, tests/results/075.processed,
                   14488:          tests/results/076.processed, tests/results/077.processed,
                   14489:          tests/results/078.processed, tests/results/079.processed,
                   14490:          tests/results/080.processed, tests/results/081.processed,
                   14491:          tests/results/082.processed, tests/results/083.processed,
                   14492:          tests/results/084.processed, tests/results/085.processed,
                   14493:          tests/results/086.processed, tests/results/087.processed,
                   14494:          tests/results/088.processed, tests/results/089.processed,
                   14495:          tests/results/090.processed, tests/results/091.processed,
                   14496:          tests/results/092.processed, tests/results/093.processed,
                   14497:          tests/results/094.processed, tests/results/095.processed,
                   14498:          tests/results/096.processed, tests/results/097.processed,
                   14499:          tests/results/101.processed, tests/results/102.processed,
                   14500:          tests/results/104.processed, tests/results/105.processed,
                   14501:          tests/results/106.processed, tests/results/107.processed,
                   14502:          tests/results/108.processed, tests/results/109.processed,
                   14503:          tests/results/110.processed, tests/results/111.processed,
                   14504:          tests/results/112.processed, tests/results/113.processed,
                   14505:          tests/results/114.processed, tests/results/115.processed,
                   14506:          tests/results/116.processed, tests/results/117.processed,
                   14507:          tests/results/118.processed, tests/results/119.processed,
                   14508:          tests/results/120.processed, tests/results/121.processed,
                   14509:          tests/results/122.processed, tests/results/123.processed,
                   14510:          tests/results/124.processed: new convention: char* never 0.
                   14511:          assert in cord on that
                   14512: 
                   14513:        * src/main/pa_charset.C: couple more asserts
                   14514: 
                   14515:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   14516:          speedup
                   14517: 
                   14518:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   14519:          added [may be those is the case now?]
                   14520: 
                   14521:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14522:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14523:          hope]
                   14524: 
                   14525:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14526:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14527:          hope]
                   14528: 
                   14529:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   14530: 
                   14531: 2003-04-09  paf
                   14532: 
                   14533:        * src/classes/date.C: merged ^date.roll changes
                   14534: 
                   14535:        * src/classes/date.C: ^date.roll bug fix
                   14536: 
                   14537:        * src/classes/date.C: ^date.roll now throws less errors: month
                   14538:          shifts handles end of month situation by reducing day number
                   14539:          hour-hole shift reduces hour to recover
                   14540: 
                   14541:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   14542:          Sort by function time
                   14543: 
                   14544:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   14545:          http://   $.charset[] param done
                   14546: 
                   14547:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   14548:          added [after volatile fix. passes on win&intel-solaris]
                   14549: 
                   14550: 2003-04-08  paf
                   14551: 
                   14552:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   14553:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   14554:          include/pa_common.h, include/pa_request_charsets.h,
                   14555:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14556:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   14557:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   14558:          types/pa_vresponse.C: started http://   $.charset[] param and
                   14559:          http response charset detection just compiled.  todo:test
                   14560: 
                   14561:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   14562: 
                   14563:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   14564:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   14565:          types/pa_vmail.C: changed transcode param converntion  along with
                   14566:          string creating convention -- all strings are zero-terminated,
                   14567:          this allowed to fix one remaining String("123", 2) case
                   14568: 
                   14569:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14570:          classes/op.C, classes/string.C, classes/table.C,
                   14571:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   14572:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   14573:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14574:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   14575:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   14576:          violated String::invariant. started fixing [not compiled now]
                   14577: 
                   14578:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14579:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   14580:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   14581:          improvements & optimizations
                   14582: 
                   14583:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   14584:          :(]
                   14585: 
                   14586:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   14587:          [for it's a pointer really]
                   14588: 
                   14589:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   14590:          'n' param. worked that around
                   14591: 
                   14592:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   14593:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   14594:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   14595:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   14596:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   14597: 
                   14598:          Thanks for the bug report and patch.
                   14599: 
                   14600:          I hadn't looked at this code in a while.  Reading it now, it
                   14601:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   14602:          comply with the invariant, though that may not matter a lot.  I
                   14603:          changed that, too.
                   14604: 
                   14605:          Hans
                   14606: 
                   14607: 2003-04-07  paf
                   14608: 
                   14609:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   14610:          merged from head:safe mode error message now includes numbers
                   14611: 
                   14612:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14613:          problem: as_double returns it's result in fp-register compiler
                   14614:          optimizes access to that register after b->as_double, and just
                   14615:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14616:          from memory.  _SAME_ double values do not match here.  when
                   14617:          forced to REload fp-register, values do match.
                   14618: 
                   14619:          tried to make them volatile.
                   14620: 
                   14621:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14622:          problem: as_double returns it's result in fp-register compiler
                   14623:          optimizes access to that register after b->as_double, and just
                   14624:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14625:          from memory.  _SAME_ double values do not match here.  when
                   14626:          forced to REload fp-register, values do match.
                   14627: 
                   14628:          tried to make them volatile.
                   14629: 
                   14630:        * src/types/pa_vobject.h: small style change
                   14631: 
                   14632:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   14633: 
                   14634:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   14635:          mode error message now includes numbers
                   14636: 
                   14637:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   14638:          now causes death
                   14639: 
                   14640: 2003-04-04  paf
                   14641: 
                   14642:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   14643:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   14644:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   14645:          Sent: Thursday, January 23, 2003 9:14 AM
                   14646: 
                   14647:          huge speedup on ^file::cgi with big result
                   14648: 
                   14649:        * src/classes/table.C: sort table with 0 rows bug fixed
                   14650: 
                   14651:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   14652:          fix http://i2/tasks/edit/?id=4493701604654042676
                   14653: 
                   14654:          @main[] $with_default[  $.a[1]  $._default[default from
                   14655:          with_default] ] ^show[$with_default]
                   14656: 
                   14657:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14658:          =$to_add_to.xxx=<br>
                   14659: 
                   14660:          ^show[$to_add_to]
                   14661: 
                   14662:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14663:          ^show[$cloned]
                   14664: 
                   14665:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14666: 
                   14667:          }  <hr>
                   14668: 
                   14669:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   14670:          http://i2/tasks/edit/?id=4493701604654042676
                   14671: 
                   14672:          @main[] $with_default[  $.a[1]  $._default[default from
                   14673:          with_default] ] ^show[$with_default]
                   14674: 
                   14675:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14676:          =$to_add_to.xxx=<br>
                   14677: 
                   14678:          ^show[$to_add_to]
                   14679: 
                   14680:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14681:          ^show[$cloned]
                   14682: 
                   14683:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14684: 
                   14685:          }  <hr>
                   14686: 
                   14687:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   14688:          http://i2/tasks/edit/?id=4507350336410850921
                   14689: 
                   14690:        * src/classes/xdoc.C: memory allocation func bugfix
                   14691:          http://i2/tasks/edit/?id=4499303470368629745
                   14692: 
                   14693:        * src/classes/math.C: allowed random 1...
                   14694: 
                   14695:        * src/classes/math.C: allowed random 0..
                   14696: 
                   14697:        * src/main/pa_globals.C: exif mem leak
                   14698:          http://i2/tasks/edit/?id=4480590323629807263
                   14699: 
                   14700:        * src/: classes/classes.dsp, main/main.dsp,
                   14701:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   14702:          fix http://i2/tasks/edit/?id=4493946731322521294
                   14703:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   14704: 
                   14705:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14706:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   14707:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   14708:          links to xml libs made relative, no need to unpack parser3project
                   14709:          to /parser3project.
                   14710: 
                   14711:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   14712:          column more precise - tab handling bug fixed
                   14713: 
                   14714:        * src/main/: compile.tab.C, compile.y: more understandable error
                   14715:          message in case @CLASS with more then one line inside
                   14716: 
                   14717:        * src/targets/cgi/parser3.C: more understandable error message in
                   14718:          case of errors in @unhandled_exception
                   14719: 
                   14720: 2003-04-03  paf
                   14721: 
                   14722:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   14723:          src/main/compile.tab.C, src/main/compile.y,
                   14724:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14725:          src/main/execute.C, src/main/pa_request.C: debug info format
                   14726:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   14727: 
                   14728:          higher limits:   file number (max: 255)   line number (max:
                   14729:          64535)   column number (max: 255)
                   14730: 
                   14731:        * src/classes/math.C: top limit
                   14732: 
                   14733:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   14734:          precise parse error position in case of
                   14735: 
                   14736:          ^bug ]
                   14737: 
                   14738:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   14739:          changed to realities, and passed [bug fixed]
                   14740: 
                   14741:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   14742:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   14743:          main/compile_tools.h, main/pa_request.C: introducing
                   14744:          ^process...[main-method-alias]
                   14745: 
                   14746:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   14747:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14748:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   14749:          params receive zero reference, but they are expected not to look
                   14750:          there]
                   14751: 
                   14752:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14753:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   14754:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14755:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14756:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14757:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14758:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   14759:          [methods without params receive zero reference, but they are
                   14760:          expected not to look there]
                   14761: 
                   14762:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14763:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   14764:          ^process...[filename] useful for better error reporting
                   14765:          [file/line/col]
                   14766: 
                   14767:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   14768:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   14769:          '%s', it 2. method undefined in case of ^void[]
                   14770: 
                   14771:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14772:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   14773:          handling done. now we have error columns todo: test it
                   14774: 
                   14775:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   14776:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   14777: 
                   14778:          this makes life easier: were: bad stack order -- were in
                   14779:          exception catch unwind order, which didn't match execution order
                   14780: 
                   14781:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   14782: 
                   14783:          @first[] ^throw[a;1]
                   14784: 
                   14785:          showed throw a first throw b try
                   14786: 
                   14787:          which is no good
                   14788: 
                   14789:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14790:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   14791:          trace reset after handled exception [old bug fixed]
                   14792: 
                   14793:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   14794:          fixed.  position reporting made precise [both, in parse erros and
                   14795:          runtime errors]
                   14796: 
                   14797: 2003-04-02  paf
                   14798: 
                   14799:        * src/: include/pa_operation.h, include/pa_request.h,
                   14800:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14801:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14802:          main/pa_exception.C, main/pa_request.C: debug info: started
                   14803:          using.  todo:complete
                   14804: 
                   14805:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   14806:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14807:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14808:          main/pa_request.C: prepared debug info todo:use it
                   14809: 
                   14810:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   14811:          return Operation class->union after switching from autoptrs.
                   14812: 
                   14813:        * tests/: Makefile, results/108.processed, results/117.processed:
                   14814:          meta considered OK [it's up to coder now to remove it not needed]
                   14815: 
                   14816:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   14817:          Dictionary constructor when moved to gc]
                   14818: 
                   14819:        * src/main/pa_common.C: uncommented http:// file loading
                   14820: 
                   14821:        * src/include/pa_array.h, src/main/execute.C,
                   14822:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   14823:          fix [gdGrowingBuf]
                   14824: 
                   14825:        * configure.in, src/lib/Makefile.am: removed patches
                   14826: 
                   14827:        * configure, src/include/pa_config_auto.h.in,
                   14828:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   14829: 
                   14830:        * src/main/pa_common.C: uncommented http:// file loading
                   14831: 
                   14832:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   14833:          xdoc::create/load
                   14834: 
                   14835:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   14836:          classes/string.C, classes/table.C, classes/void.C,
                   14837:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   14838:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   14839:          String::String(str,helper_length) are checked.  found/fixed one
                   14840:          place: $request:body now zero-terminated,
                   14841: 
                   14842:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   14843:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   14844:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   14845:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14846:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14847:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   14848:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14849:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   14850:          easily optimizable)
                   14851: 
                   14852:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   14853:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   14854: 
                   14855:        * src/: include/pa_array.h, include/pa_stack.h,
                   14856:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   14857:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   14858:          become assertion iterator in methodframe filler
                   14859: 
                   14860:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   14861:          targets/cgi/parser3.C: array::get/put inlined
                   14862: 
                   14863:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   14864:          gc_substitute_memory_management_functions +installed CORD_oom
                   14865:          function
                   14866: 
                   14867:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   14868:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14869:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   14870:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   14871:          assertions started configure.in --enable-assertions
                   14872: 
                   14873: 2003-04-01  paf
                   14874: 
                   14875:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   14876:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   14877:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   14878:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   14879:          gc misses that and collects valid memory fixed by remembering
                   14880:          xmlDoc from dom object in xdoc.  todo: do something with
                   14881:          premature free of xdoc with xnodes/node values referring into it
                   14882: 
                   14883:        * src/classes/: mail.C: typo fix
                   14884: 
                   14885:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   14886:          changes
                   14887: 
                   14888:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   14889:          main/pa_memory.C: moved memory debugging to global level: to
                   14890:          pa_gc_malloc
                   14891: 
                   14892:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   14893:          debugging showed no errors. todo: debug parser memory
                   14894: 
                   14895:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   14896:          configurations
                   14897: 
                   14898:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   14899:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   14900:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14901:          types/types.dsp: prepared xml-static configuration
                   14902: 
                   14903: 2003-03-31  paf
                   14904: 
                   14905:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   14906:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   14907:          xml lib memory debugging, simple checks failed: it seems that
                   14908:          library does realloc(bad ptr), and recording those ptrs in heap
                   14909:          [for debugging] was bad: heap situation changes = everything
                   14910:          works fine
                   14911: 
                   14912:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   14913:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   14914:          limit of 10 user-defined charsets]
                   14915: 
                   14916: 2003-03-28  paf
                   14917: 
                   14918:        * src/main/execute.C: execution stack copied to local register
                   14919:          variable, removed lots [~2e7) of memory accesses
                   14920: 
                   14921: 2003-03-27  paf
                   14922: 
                   14923:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   14924:          works in debug, but fails in release todo: fix that
                   14925: 
                   14926:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   14927:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   14928:          replacement from gc branch
                   14929: 
                   14930:        * src/main/pa_exec.C: introducing append_help_length [radical
                   14931:          improvement here]
                   14932: 
                   14933:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   14934:          'not recommened' in gc.h, on win32 noticed no difference]
                   14935: 
                   14936:        * src/include/pa_array.h: returned checked array get [were disabled
                   14937:          for debugging] result:not slower [don't understand that, it were
                   14938:          INLINED] todo: find out a way of inlining it!
                   14939: 
                   14940:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   14941:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   14942:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   14943:          convention changed: all resulting strings are zero-terminated
                   14944: 
                   14945:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14946:          classes/string.C, classes/table.C, classes/void.C,
                   14947:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   14948:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   14949:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   14950:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14951:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   14952:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   14953:          append_help_length [radical improvement here]
                   14954: 
                   14955:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   14956:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   14957:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   14958:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   14959:          even slower
                   14960: 
                   14961:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   14962:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   14963:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   14964:          clients of &get(): most to use non-ref version, some[in tight
                   14965:          places] to get_unchecked_ref
                   14966: 
                   14967:        * src/doc/memory.dox: forgot to add
                   14968: 
                   14969:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   14970:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   14971:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   14972:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   14973:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   14974:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   14975:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   14976:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   14977:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   14978:          func] other Array & removed
                   14979: 
                   14980: 2003-03-26  paf
                   14981: 
                   14982:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   14983:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   14984:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   14985:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14986:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   14987:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   14988:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14989:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   14990:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14991:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   14992:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   14993:          pre-evaluated .count() in some places
                   14994: 
                   14995:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14996:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   14997:          types/types.dsp: .dsp profiling updated
                   14998: 
                   14999:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   15000:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   15001:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   15002: 
                   15003:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   15004:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   15005:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   15006:          use lib/gc,lib/cord
                   15007: 
1.116     moko     15008:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   15009:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     15010:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   15011:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   15012:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15013:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     15014:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     15015:          src/lib/cord/include/Makefile.am,
1.116     moko     15016:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   15017:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   15018:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   15019:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   15020:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   15021:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   15022:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   15023:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   15024:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   15025:          funcs ported pa_exec
1.95      moko     15026: 
                   15027:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   15028: 
                   15029:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   15030:          bundled gc includes
                   15031: 
                   15032:        * src/: classes/op.C, include/pa_array.h,
                   15033:          include/pa_sql_connection.h, include/pa_string.h,
                   15034:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   15035:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   15036:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   15037:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   15038:          first real site (aval)]
                   15039: 
                   15040: 2003-03-25  paf
                   15041: 
                   15042:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   15043:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   15044:          process
                   15045: 
                   15046:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   15047:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   15048: 
                   15049:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   15050: 
                   15051:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   15052:          src/types/pa_value.h, src/types/pa_vfile.h,
                   15053:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15054:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   15055:          tests/results/121.processed: untaint.C L_URI
                   15056: 
                   15057:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   15058:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   15059:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   15060:          src/types/pa_vmemory.h: ^memory:compact[]
                   15061: 
                   15062:        * tests/results/109.processed: it was a bug in parser. updated 109
                   15063:          test result
                   15064: 
                   15065:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   15066: 
                   15067:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   15068:          tests/results/107.processed: fixed dom language [values are now
                   15069:          considered tainted.  it was a bug in parser. updated 107 test
                   15070:          result
                   15071: 
                   15072:        * src/classes/xdoc.C: fixed transform params
                   15073: 
                   15074:        * src/: include/pa_stylesheet_manager.h,
                   15075:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   15076: 
                   15077:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   15078:          overloads for structure handling
                   15079: 
                   15080:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   15081:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   15082:          StringBody(0) ambiguilty, introducting static
                   15083:          StringBody::Format(int)
                   15084: 
                   15085:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   15086:          linked
                   15087: 
                   15088:        * src/types/pa_vxdoc.C: vxdoc compiled
                   15089: 
                   15090:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   15091:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   15092:          finalizers isntalled
                   15093: 
                   15094:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   15095:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   15096:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15097:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   15098:          compiled todo: xnode.C / finalizers
                   15099: 
                   15100:        * src/doc/string.dox: updated: new string internals
                   15101: 
                   15102: 2003-03-24  paf
                   15103: 
                   15104:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15105:          include/pa_charset.h, include/pa_config_fixed.h,
                   15106:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   15107:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   15108:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   15109:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   15110:          types/pa_vxnode.h: started XML
                   15111: 
                   15112:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   15113: 
                   15114:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15115:          include/pa_string.h, main/pa_common.C,
                   15116:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   15117: 
                   15118:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15119:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   15120:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15121:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   15122:          for eq STRING_NOT_FOUND
                   15123: 
                   15124:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   15125:          optimize bit implemented
                   15126: 
                   15127:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15128:          String::ArrayFragment::append_positions fixed
                   15129: 
                   15130:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   15131:          String::this_starts fixed
                   15132: 
                   15133:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   15134: 
                   15135:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   15136:          hashcode implemented fully, including per-char callback [it can
                   15137:          be - substr CORD node]
                   15138: 
                   15139:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   15140:          rewritten to rewalloc with 100byte buf ahead
                   15141: 
                   15142:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   15143:          src/include/pa_string.h, src/main/compile.tab.C,
                   15144:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   15145:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   15146:          CORD_ec [bad] would rewrite as realloc now
                   15147: 
                   15148:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15149:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   15150:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15151:          include/pa_common.h, include/pa_request.h,
                   15152:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   15153:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   15154:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   15155:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   15156:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   15157:          types/pa_vstateless_class.h: 2*2 worked :)
                   15158: 
                   15159:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   15160:          src/include/pa_exec.h, src/include/pa_string.h,
                   15161:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   15162:          passed OK
                   15163: 
                   15164:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15165:          types/pa_value.C: all linked todo: debug
                   15166: 
                   15167:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   15168:          types/pa_vstateless_class.C: all compiled.  todo:link
                   15169: 
                   15170:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   15171: 
                   15172:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   15173: 
                   15174:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   15175: 
                   15176:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   15177: 
                   15178:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   15179:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   15180:          pa_vstateless_class.C, pa_vstateless_class.h:
                   15181:          pa_vstateless_class.C compiled
                   15182: 
                   15183:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   15184:          types/pa_vmath.C: pa_vmail.C compiled
                   15185: 
                   15186:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   15187: 
                   15188:        * src/types/pa_vform.C: pa_vform.C compiled
                   15189: 
                   15190:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   15191: 
                   15192:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   15193:          pa_vstateless_class.C: pa_vcookie.C compiled
                   15194: 
                   15195:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   15196:          types/pa_vhash.h: pa_value.C compiled
                   15197: 
                   15198:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   15199:          classes.lib main.lib compiled
                   15200: 
                   15201:        * src/classes/void.C: void.C compiled
                   15202: 
                   15203:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   15204:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   15205:          compiled
                   15206: 
                   15207:        * src/: classes/string.C, include/pa_request.h,
                   15208:          include/pa_string.h, main/pa_string.C: string.C compiled
                   15209: 
                   15210:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   15211:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   15212:          main/pa_request.C, main/pa_string.C: op.C compiled
                   15213: 
                   15214:        * src/classes/: math.C, op.C: math.C compiled
                   15215: 
                   15216:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   15217:          types/pa_vmail.h: mail.C compiled
                   15218: 
                   15219:        * src/classes/: int.C, table.C: int.C compiled
                   15220: 
                   15221:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   15222:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   15223:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   15224:          compiled
                   15225: 
                   15226:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15227:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   15228:          include/pa_sql_connection.h: hash.C compiled
                   15229: 
                   15230:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   15231:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   15232:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15233:          classes/math.C, classes/op.C, classes/response.C,
                   15234:          classes/string.C, classes/table.C, classes/void.C,
                   15235:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   15236:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15237:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   15238:          file.C table.C compiled
                   15239: 
                   15240:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   15241:          main/untaint.C: main.lib compiled
                   15242: 
                   15243: 2003-03-21  paf
                   15244: 
                   15245:        * src/: classes/op.C, include/pa_cache_managers.h,
                   15246:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15247:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   15248:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15249:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   15250:          compiled
                   15251: 
                   15252:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   15253:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   15254:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15255:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   15256:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   15257:          pa_request.C compiled
                   15258: 
                   15259:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   15260:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   15261:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   15262:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   15263:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15264:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   15265:          compiled
                   15266: 
                   15267:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   15268:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   15269:          on unix
                   15270: 
                   15271:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15272:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   15273:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   15274:          pa_charsets.C compiled
                   15275: 
                   15276:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   15277:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   15278:          main/compile.y, main/execute.C, main/pa_common.C,
                   15279:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   15280:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   15281:          types/pa_vmethod_frame.h: execute.C compiled
                   15282: 
                   15283:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15284:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15285:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15286:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   15287:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15288:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15289:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   15290:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   15291:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15292:          include/pa_stylesheet_connection.h,
                   15293:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15294:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15295:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15296:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15297:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   15298:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   15299:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15300:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   15301:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   15302:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15303:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15304:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15305:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15306:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15307:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15308:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15309:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15310:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15311:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15312:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15313:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15314:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15315:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15316:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15317:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   15318:          [C++ CORD wrapper]
                   15319: 
                   15320:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   15321: 
                   15322:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   15323:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   15324: 
                   15325:          command line, env values, input got transcoded before call
                   15326:          stdout, stderr got transcoded after call
                   15327: 
                   15328:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   15329:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   15330: 
                   15331:        * src/main/pa_common.C: } typo bug fix
                   15332: 
                   15333:        * src/main/pa_common.C: } typo bug fix
                   15334: 
                   15335: 2003-03-20  paf
                   15336: 
                   15337:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   15338:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   15339: 
                   15340:        * src/include/pa_string.h: more tests
                   15341: 
                   15342:        * src/main/pa_string.C: string.pos fixed
                   15343: 
1.116     moko     15344:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   15345:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   15346:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   15347:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   15348:          replaces
1.95      moko     15349: 
                   15350:        * src/: classes/image.C, include/pa_dictionary.h,
                   15351:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15352:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   15353:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   15354:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   15355: 
                   15356:        * src/include/pa_string.h: warning
                   15357: 
                   15358:        * src/include/pa_string.h: this_starts fixed
                   15359: 
                   15360:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   15361:          new String ctor & append params convention
                   15362: 
                   15363:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   15364:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   15365:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   15366:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   15367:          main/pa_exception.C, main/pa_exec.C,
                   15368:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15369:          main/pa_stylesheet_manager.C, main/untaint.C,
                   15370:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   15371:          types/pa_vmail.C: more tests OK
                   15372: 
                   15373:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   15374:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   15375:          gc/exit runned OK
                   15376: 
                   15377:        * src/types/pa_vmail.C: another naming problem: should not name
                   15378:          vars like that: unpredictable close caused problems with later
                   15379:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   15380:          descriptors missing on startup: stdin; Bad file number
                   15381: 
                   15382:          todo: find out why so many filters(stream) here. probably wrong?
                   15383: 
                   15384:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   15385:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   15386:          main/untaint.C: test compiled
                   15387: 
                   15388:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   15389:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   15390:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   15391:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   15392:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   15393:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15394:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   15395:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   15396:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   15397:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   15398: 
                   15399:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   15400:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   15401:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   15402:          src/include/pa_memory.h, src/include/pa_request.h,
                   15403:          src/include/pa_request_charsets.h,
                   15404:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   15405:          src/main/compile.tab.C, src/main/execute.C,
                   15406:          src/main/pa_charset.C, src/main/pa_common.C,
                   15407:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15408:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15409:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   15410:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   15411:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   15412:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15413:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   15414:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15415:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   15416:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   15417:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15418:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   15419:          pa_common.C [done, without http for now]
                   15420: 
                   15421: 2003-03-19  paf
                   15422: 
                   15423:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   15424:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   15425:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   15426:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   15427:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   15428:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   15429:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   15430:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   15431:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15432:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   15433:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   15434:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15435:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15436:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15437:          types/pa_wwrapper.h: started test
                   15438: 
1.116     moko     15439:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   15440:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     15441: 
                   15442:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   15443:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   15444:          it
                   15445: 
                   15446:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   15447:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   15448:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   15449:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   15450:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   15451:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   15452:          types/pa_vmethod_frame.h, types/types.dsp: string
                   15453:          reimplementation with cord+array<fragment>: 70%
                   15454: 
                   15455: 2003-03-18  paf
                   15456: 
                   15457:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15458:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   15459:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   15460:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   15461:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   15462:          can ignore lang in cmp and pos really,             but would
                   15463:          split properly!
                   15464: 
                   15465:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   15466:          cord part made parser/src/lib: it's not compiled into libgc by
                   15467:          default
                   15468: 
                   15469:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   15470:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15471:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15472:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15473:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15474:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15475:          src/classes/xnode.C, src/classes/xnode.h,
                   15476:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   15477:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15478:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   15479:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15480:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15481:          src/include/pa_memory.h, src/include/pa_pool.h,
                   15482:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   15483:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   15484:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15485:          src/include/pa_stylesheet_connection.h,
                   15486:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15487:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   15488:          src/main/compile.C, src/main/compile.tab.C,
                   15489:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15490:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   15491:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15492:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15493:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   15494:          src/main/pa_pool.C, src/main/pa_request.C,
                   15495:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15496:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   15497:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   15498:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   15499:          src/types/pa_junction.h, src/types/pa_method.h,
                   15500:          src/types/pa_value.C, src/types/pa_value.h,
                   15501:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15502:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15503:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15504:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15505:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15506:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15507:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15508:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   15509:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15510:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15511:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15512:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15513:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15514:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15515:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15516:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15517:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15518:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15519:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15520:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15521:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15522:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   15523:          gc: PA_Object done lots of replacements also
                   15524: 
                   15525:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   15526:          gc logging
                   15527: 
                   15528: 2003-03-17  paf
                   15529: 
                   15530:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15531:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   15532:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   15533:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15534:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   15535:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   15536:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   15537:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15538:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15539:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   15540:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   15541:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   15542:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   15543:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   15544:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15545:          types/pa_vxnode.h: libgc attempt
                   15546: 
                   15547: 2003-03-13  paf
                   15548: 
                   15549:        * src/: include/pa_sql_driver_manager.h,
                   15550:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   15551:          called
                   15552: 
                   15553:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   15554:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   15555:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   15556:          types/pa_value.h, types/pa_vobject.h,
                   15557:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   15558:          set_base, set_derived simplified [counter leaks fixed]
                   15559: 
                   15560:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   15561:          src/types/types.dsp: incorporated status class patch From:
                   15562:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   15563:          2003 8:14 AM
                   15564: 
                   15565:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   15566:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   15567:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   15568: 
                   15569: 2003-03-12  paf
                   15570: 
1.116     moko     15571:        * configure, configure.in, src/lib/ltdl/configure,
                   15572:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     15573:          lib/ltdl/Makefile now created by /configure.in only [were by
                   15574:          lib/ltdl/configure.in OVERWRITE]
                   15575: 
1.116     moko     15576:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   15577:          linkage fixed for g++ 3.2.2
1.95      moko     15578: 
                   15579:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   15580:          on using privately declared class [fixed]
                   15581: 
                   15582:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   15583:          3.2 rightliy complained on using privately declared class [fixed]
                   15584: 
                   15585:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   15586:          sigpipe before request constructor now causes death
                   15587: 
                   15588:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   15589:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   15590:          not cause exception in exception handler
                   15591: 
1.116     moko     15592:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   15593:          now default links libstdc++ statically.  that can be overriden by
                   15594:          --with-dynamic-stdcpp
1.95      moko     15595: 
                   15596: 2003-03-11  paf
                   15597: 
                   15598:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   15599:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   15600:          necessity of libstdc++
                   15601: 
                   15602:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15603: 
                   15604:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15605: 
                   15606: 2003-03-08  paf
                   15607: 
                   15608:        * tests/Makefile: make install & co
                   15609: 
                   15610:        * src/: include/pa_request.h, classes/op.C: removing
                   15611:          vclass,object.h -> pa_request.h dependency
                   15612: 
                   15613:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   15614:          main/pa_request.C: removing vform,response,cookie.h ->
                   15615:          pa_request.h dependency
                   15616: 
                   15617:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   15618:          dependency [testing...]
                   15619: 
                   15620:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   15621:          return 0; fixed
                   15622: 
                   15623:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   15624:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   15625: 
                   15626:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   15627: 
                   15628:        * src/main/pa_request.C: forgotten: ifdef XML
                   15629: 
                   15630:        * src/main/pa_request.C: forgotten: ifdef XML
                   15631: 
                   15632:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   15633:          win32 and run memleak tests again
                   15634: 
                   15635:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   15636:          old xml lib-- it's internal memory handling has faults
                   15637: 
                   15638:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   15639:          problems when transcode from charset A to A.
                   15640: 
                   15641:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   15642:          todo: still problems when transcode from charset A to A.
                   15643: 
                   15644:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   15645:          classes/table.C, include/pa_array.h,
                   15646:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   15647:          started full-scale-site-test [~ http://parser.ru sources]
                   15648: 
                   15649:          some fixes
                   15650: 
                   15651:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   15652:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15653:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   15654:          results/110.processed, results/111.processed,
                   15655:          results/112.processed, results/113.processed,
                   15656:          results/114.processed, results/115.processed,
                   15657:          results/116.processed, results/117.processed,
                   15658:          results/118.processed, results/119.processed,
                   15659:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   15660:          selectSingle 111 xdoc.create from tainted & 112
                   15661:          xdoc.create/output with russian attr value 113 xpath
                   15662:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   15663:          116 output media-type change 117 transform by dom stylesheet 118
                   15664:          empty transform result 119 dom setAttribute 120 nbsp letter
                   15665:          output
                   15666: 
                   15667:          =END OF PREPARED XML TESTS=
                   15668: 
                   15669: 2003-03-07  paf
                   15670: 
                   15671:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15672:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   15673:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   15674:          transform with params [bugs fixed]
                   15675: 
                   15676:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   15677:          from copy/paste bug
                   15678: 
                   15679:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15680:          src/include/pa_request.h, src/main/execute.C,
                   15681:          src/main/pa_charset.C, src/main/pa_exception.C,
                   15682:          src/main/pa_globals.C, src/main/pa_request.C,
                   15683:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15684:          src/types/pa_vxnode.C, tests/107.html,
                   15685:          tests/results/107.processed: xml: test: 107 bug fixes
                   15686: 
                   15687:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15688:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15689:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   15690: 
                   15691:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   15692:          string
                   15693: 
                   15694:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   15695:          mem alloc functions used for different cases [libxml, libxsl]
                   15696: 
                   15697:        * src/classes/classes.C: fixed: prevent system classes from
                   15698:          modification to lock ALL the classes, not only directly used
                   15699: 
                   15700:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   15701:          linked
                   15702: 
                   15703:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   15704: 
                   15705: 2003-03-06  paf
                   15706: 
                   15707:        * src/classes/xdoc.C: xdoc.C 50%
                   15708: 
                   15709:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   15710:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15711:          main/pa_globals.C, main/pa_request.C,
                   15712:          main/pa_stylesheet_manager.C: xnode.C compiled
                   15713: 
                   15714:        * src/: include/pa_stylesheet_connection.h,
                   15715:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   15716:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   15717: 
                   15718:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   15719:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   15720:          xml: stylesheet&manager STARTED
                   15721: 
                   15722:        * src/: include/pa_globals.h, main/pa_charset.C,
                   15723:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   15724: 
                   15725:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   15726:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   15727:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   15728:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   15729:          charsets
                   15730: 
                   15731:        * tests/023.html: in some cases it rounded up badly. postponing
                   15732:          solution of that problem, making more simple test
                   15733: 
                   15734:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   15735:          -kb now
                   15736: 
                   15737:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15738:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   15739:          moved to charsets.C
                   15740: 
                   15741: 2003-03-05  paf
                   15742: 
                   15743:        * src/classes/string.C, src/include/pa_string.h,
                   15744:          src/main/pa_string.C, tests/105.html,
                   15745:          tests/results/105.processed: String::match bug fixed
                   15746: 
                   15747:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   15748:          tests/results/104.processed: ^bpt operator added [does int3 in
                   15749:          debug build on win32]
                   15750: 
                   15751:        * tests/: 057.html, results/057.processed: test bug fixed
                   15752: 
1.116     moko     15753:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     15754: 
                   15755:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   15756:          missing
                   15757: 
1.116     moko     15758:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   15759:          forgotten files added to Makes
1.95      moko     15760: 
                   15761:        * ltmain.sh: ltmain.sh added
                   15762: 
                   15763:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15764:          change undone ;(
                   15765: 
                   15766:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15767:          made static
                   15768: 
                   15769:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     15770:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   15771:          todo:make linker happy
1.95      moko     15772: 
                   15773:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   15774:          env param made optional
                   15775: 
                   15776: 2003-03-04  paf
                   15777: 
                   15778:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   15779:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   15780: 
                   15781:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   15782:          results/103.processed: tests: 103 image.copy transparence test
                   15783: 
                   15784:        * src/main/execute.C, tests/101.html, tests/102.html,
                   15785:          tests/results/101.processed, tests/results/102.processed: tests:
                   15786:          101 method/variable name conflict test 102 form fields change
                   15787:          should not not change anything [bug fix]
                   15788: 
                   15789:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   15790:          results/099.processed, results/100.processed: tests: 57 date
                   15791:          create 2002: added 99,100 response:body/download
                   15792: 
                   15793:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   15794:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   15795: 
                   15796:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   15797:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   15798:          fixed]
                   15799: 
                   15800:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   15801:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   15802:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   15803:          image EXIF  [bug fixed]
                   15804: 
                   15805:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   15806:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   15807:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   15808:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   15809:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   15810:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   15811:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   15812:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   15813:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   15814:          tests/094.html, tests/095.html, tests/results/061.processed,
                   15815:          tests/results/062.processed, tests/results/063.processed,
                   15816:          tests/results/064.processed, tests/results/065.processed,
                   15817:          tests/results/066.processed, tests/results/067.processed,
                   15818:          tests/results/068.processed, tests/results/069.processed,
                   15819:          tests/results/070.processed, tests/results/071.processed,
                   15820:          tests/results/072.processed, tests/results/073.processed,
                   15821:          tests/results/074.processed, tests/results/075.processed,
                   15822:          tests/results/076.processed, tests/results/077.processed,
                   15823:          tests/results/078.processed, tests/results/080.processed,
                   15824:          tests/results/081.processed, tests/results/082.processed,
                   15825:          tests/results/083.processed, tests/results/084.processed,
                   15826:          tests/results/085.processed, tests/results/086.processed,
                   15827:          tests/results/087.processed, tests/results/088.processed,
                   15828:          tests/results/089.processed, tests/results/090.processed,
                   15829:          tests/results/091.processed, tests/results/092.processed,
                   15830:          tests/results/093.processed, tests/results/094.processed,
                   15831:          tests/results/095.processed, tests/079.html,
                   15832:          tests/results/079.processed: tests: 61 file::stat size 62
                   15833:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   15834:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   15835:          string.match simple on long 68 string.match normalized simple on
                   15836:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   15837:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   15838:          date arithmetics 75 response date values/attributes 76 string.pos
                   15839:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   15840:          with local 80 scientific numeric literal in string autoconvert 81
                   15841:          xor: logical and numerical 82 for delims 83 menu delims 84
                   15842:          table.hash distinct 85 long string  replace 86 throw+catch
                   15843:          current language preserve 87 bit shifts 88 junction tests +
                   15844:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   15845:          91 $caller test 92 junction is + def junction tests 93 $caller
                   15846:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   15847: 
                   15848:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   15849:          fixed] 60 string eq string [bug fixed]
                   15850: 
                   15851:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   15852:          058.html, 058_paf2000.png, 059.html, 060.html,
                   15853:          results/053.processed, results/054.processed,
                   15854:          results/055.processed, results/056.processed,
                   15855:          results/057.processed, results/058.processed,
                   15856:          results/059.processed, results/060.processed: test: 53
                   15857:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   15858:          date.create[string] 58 image.measure[png]
                   15859: 
                   15860:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   15861:          outputs/051.processed, results/052.processed: test: 52
                   15862:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   15863:          task: fix that
                   15864: 
                   15865: 2003-03-03  paf
                   15866: 
                   15867:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   15868:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   15869:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   15870:          outputs/049.processed, outputs/050.processed,
                   15871:          outputs/051.processed, results/001.processed,
                   15872:          results/002.processed, results/003.processed,
                   15873:          results/005.processed, results/006.processed,
                   15874:          results/008.processed, results/009.processed,
                   15875:          results/011.processed, results/012.processed,
                   15876:          results/013.processed, results/014.processed,
                   15877:          results/015.processed, results/016.processed,
                   15878:          results/017.processed, results/020.processed,
                   15879:          results/021.processed, results/022.processed,
                   15880:          results/024.processed, results/025.processed,
                   15881:          results/026.processed, results/027.processed,
                   15882:          results/028.processed, results/029.processed,
                   15883:          results/030.processed, results/031.processed,
                   15884:          results/049.processed, results/050.processed,
                   15885:          results/051.processed, results/043.processed,
                   15886:          results/044.processed, results/045.processed,
                   15887:          results/046.processed, results/047.processed,
                   15888:          results/048.processed: tests: 43,44,45 date rolls 46
                   15889:          autoevaluating junction 47 table.select 48 name with subvar 49
                   15890:          hash-creating switch 50 process 51 started parent/child, works as
                   15891:          it were but it were NOT GOOD, created separate task  to fix that
                   15892: 
                   15893:        * tests/: 042.html, results/042.processed: test: 42
                   15894:          exception.handled
                   15895: 
                   15896:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   15897:          expression
                   15898: 
                   15899:        * tests/: 040.html, results/040.processed: test: 39 method result
                   15900:          of type table 40 method param junction auto evaluate
                   15901: 
                   15902:        * tests/: 039.html, results/039.processed: test: 37 method result
                   15903:          of type table
                   15904: 
                   15905:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   15906:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   15907:          tests/038.html, tests/results/033.processed,
                   15908:          tests/results/034.processed, tests/results/035.processed,
                   15909:          tests/results/036.processed, tests/results/037.processed,
                   15910:          tests/results/038.processed: tests: 33 string.replace 34
                   15911:          string.upper 35 table created 36 local/global vars with juntions
                   15912:          37 table clone 38 math PI & number formatting
                   15913: 
                   15914:          math class registring typo fixed
                   15915: 
                   15916:        * src/classes/op.C, src/include/pa_request.h,
                   15917:          src/include/pa_string.h, src/main/execute.C,
                   15918:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   15919:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   15920:          tests/032.html, tests/results/032.processed: uchar changed to
                   15921:          String_UL in all places [was not everywhere] untaint test: 032
                   15922: 
                   15923:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   15924:          tests/results/004.processed, tests/parser-cygwin.sh,
                   15925:          tests/parser-unix.sh: removed -H command line key, now testing
                   15926:          using .sh file with SERVER_SOFTWARE=xxx
                   15927: 
                   15928: 2003-02-26  paf
                   15929: 
                   15930:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   15931:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   15932:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   15933:          tests/results/024.processed, tests/results/025.processed,
                   15934:          tests/results/026.processed, tests/results/027.processed,
                   15935:          tests/results/028.processed, tests/results/029.processed,
                   15936:          tests/results/030.processed, tests/results/031.processed: fixed
                   15937:          bug with name_cstr mutable CharPtr more tests
                   15938: 
                   15939:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   15940:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   15941:          << abort.  die now just exits
                   15942: 
                   15943:        * src/classes/classes.awk, src/classes/classes.h,
                   15944:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15945:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15946:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15947:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15948:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15949:          src/classes/xnode.C, src/include/pa_memory.h,
                   15950:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   15951:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   15952:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   15953:          tests/017.html, tests/018.html, tests/019.html,
                   15954:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   15955:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   15956:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   15957:          tests/results/015.processed, tests/results/016.processed,
                   15958:          tests/results/017.processed, tests/results/018.processed,
                   15959:          tests/results/019.processed, tests/results/020.processed,
                   15960:          tests/results/021.processed, tests/results/022.processed,
                   15961:          tests/results/023.processed: methoded_array now contains all Mxxx
                   15962:          classes SAPI::get_env now returns info on pool more tests
                   15963: 
                   15964:        * src/include/pa_array.h, src/include/pa_hash.h,
                   15965:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   15966:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   15967:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   15968:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   15969:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   15970:          tests/results/001.processed, tests/results/002.processed,
                   15971:          tests/results/003.processed, tests/results/004.processed,
                   15972:          tests/results/005.processed, tests/results/006.processed,
                   15973:          tests/results/007.processed, tests/results/008.processed,
                   15974:          tests/results/009.processed, tests/results/010.processed,
                   15975:          tests/results/011.processed, tests/results/012.processed,
                   15976:          tests/results/013.processed, tests/results/014.processed: hash
                   15977:          cloning fixed
                   15978: 
                   15979: 2003-02-25  paf
                   15980: 
                   15981:        * src/main/pa_common.C: typo fixed
                   15982: 
                   15983: 2003-02-24  paf
                   15984: 
                   15985:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   15986:          [one remained]
                   15987: 
                   15988:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   15989:          [should have been get_string(&pool)] todo: check other such calls
                   15990: 
                   15991:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   15992:          test10, bad lookups
                   15993: 
                   15994:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   15995:          object got destructed, and xxx points to sky
                   15996: 
                   15997:        * ChangeLog, src/classes/string.C: match bug fixed
                   15998: 
                   15999:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   16000:          $.charset[specified] now
                   16001: 
                   16002:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   16003:          which failed to handle sigsetjmp+throw: crashed inside of
                   16004:          pre-throw code.  rewritten simplier [though duplicating
                   16005:          closesocket code]
                   16006: 
                   16007:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   16008:          which failed to handle sigsetjmp+throw: crashed inside of
                   16009:          pre-throw code.  rewritten simplier [though duplicating
                   16010:          closesocket code]
                   16011: 
                   16012: 2003-02-21  paf
                   16013: 
                   16014:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   16015:          $cookie:name[$.expires[date << can be now]]
                   16016: 
                   16017:          written makefile with regression tests [raw]
                   16018: 
                   16019:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   16020:          tests' only [it's not forcing CGI mode now] now use -H to output
                   16021:          CGI header when parser used in command line [useful for tests
                   16022:          also]
                   16023: 
                   16024:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   16025:          switches on CGI mode, and is used in regression tests
                   16026: 
                   16027:        * src/: include/pa_request.h, main/pa_request.C,
                   16028:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   16029:          fixed
                   16030: 
                   16031:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   16032:          handling pa_*
                   16033: 
                   16034:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   16035:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   16036:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   16037:          memory handling files
                   16038: 
                   16039:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   16040: 
                   16041:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   16042:          compiles OK test to show benefits of free
                   16043: 
                   16044:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16045:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   16046:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16047:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   16048:          use pool [as the one in ^process]
                   16049: 
                   16050:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   16051:          -- some must use pool [as the one in ^process]
                   16052: 
                   16053: 2003-02-20  paf
                   16054: 
                   16055:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16056:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16057:          classes/math.C, classes/op.C, classes/response.C,
                   16058:          classes/string.C, classes/table.C, classes/void.C,
                   16059:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   16060:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   16061:          string cmp fixed
                   16062: 
                   16063:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   16064:          values passed OK now
                   16065: 
                   16066: 2003-02-19  paf
                   16067: 
                   16068:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   16069:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   16070:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   16071:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   16072:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   16073:          all remaning leaks resulted from pooled::malloc calls [excluding
                   16074:          in gd -- planning complete rewrite extremely ugly code]
                   16075: 
                   16076:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   16077:          files
                   16078: 
                   16079: 2003-02-17  paf
                   16080: 
                   16081:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16082:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16083:          classes/response.C, classes/string.C, classes/table.C,
                   16084:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   16085:          include/pa_stylesheet_connection.h,
                   16086:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   16087:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16088:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   16089:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   16090:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   16091:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   16092:          of unitialized simple-typed field
                   16093: 
                   16094:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   16095:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   16096:          simple-typed field fixed.  todo: find&kill all like that one
                   16097: 
                   16098:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16099:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   16100:          debug output fixed
                   16101: 
                   16102:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   16103:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   16104:          object_ptr from delete[them]
                   16105: 
                   16106:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   16107:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   16108:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   16109:          main/pa_charset.C, main/pa_common.C,
                   16110:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16111:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16112:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   16113:          calls
                   16114: 
                   16115:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   16116:          couple mem leaks rusulted from old pooled::malloc usage.
                   16117:          todo:find more like those
                   16118: 
                   16119:        * src/main/: compile.C, compile_tools.C: 2*2!
                   16120: 
                   16121:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   16122:          stackItem fixed [there were no string on stack before]
                   16123: 
                   16124:        * src/: main/execute.C, main/pa_request.C,
                   16125:          types/pa_vmethod_frame.C: first letters out OK
                   16126: 
                   16127:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   16128:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   16129:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   16130:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   16131:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   16132:          type not initialized with zeros :( while class fields of class
                   16133:          types initialized with default constructors.  learn C++
                   16134: 
                   16135:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   16136:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   16137:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   16138:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   16139:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   16140: 
                   16141: 2003-02-14  paf
                   16142: 
                   16143:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   16144:          13 link errors
                   16145: 
                   16146:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   16147:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16148:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16149:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   16150:          errors :)
                   16151: 
                   16152:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   16153:          classes/hash.C, classes/mail.C, classes/op.C,
                   16154:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   16155:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   16156:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   16157:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   16158: 
                   16159:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   16160:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   16161:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   16162:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   16163:          types/pa_vint.h, types/types.dsp: op compiled
                   16164: 
                   16165:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   16166:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   16167:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   16168: 
                   16169: 2003-02-07  paf
                   16170: 
                   16171:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   16172: 
                   16173: 2003-02-06  paf
                   16174: 
                   16175:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   16176:          mail compiled
                   16177: 
                   16178:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   16179:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   16180:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   16181: 
                   16182:        * src/classes/: file.C, form.C: form compiled
                   16183: 
                   16184:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   16185:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   16186:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   16187: 
                   16188:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   16189:          types/pa_vmath.h: math compiled [win32]
                   16190: 
                   16191:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   16192:          types/pa_vstring.h: hash compiled
                   16193: 
                   16194: 2003-02-04  paf
                   16195: 
                   16196:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   16197:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16198:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   16199:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   16200:          types/pa_vhash.h: hash 50% compiled
                   16201: 
                   16202:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16203:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   16204:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16205:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   16206:          main/pa_string.C: date compiled
                   16207: 
                   16208:        * src/classes/: classes.dsp, double.C: double compiled
                   16209: 
                   16210:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16211:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   16212:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16213:          classes/string.C, classes/table.C, classes/void.C,
                   16214:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   16215:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   16216:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   16217:          compiled
                   16218: 
                   16219:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16220:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16221:          classes/math.C, classes/op.C, classes/response.C,
                   16222:          classes/string.C, classes/table.C, classes/void.C,
                   16223:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16224:          types/pa_vvoid.h: void  compiled :)
                   16225: 
                   16226:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   16227:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16228:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16229:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   16230:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   16231:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   16232:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   16233:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   16234:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   16235:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   16236:          value_includes.h
                   16237: 
                   16238:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   16239:          trying to remove stupid value_includes.h
                   16240: 
                   16241:        * src/main/pa_exec.C: pa_exec compiled on win32
                   16242: 
                   16243:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   16244: 
                   16245:        * src/: include/pa_globals.h, include/pa_request.h,
                   16246:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   16247:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   16248:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   16249:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   16250:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   16251: 
                   16252:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   16253:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   16254:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   16255: 
                   16256:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   16257:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   16258:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   16259:          compiled
                   16260: 
                   16261:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   16262:          name conflicts)
                   16263: 
                   16264:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   16265:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   16266:          yelds "virtual memory exhausted" while trying to compile
                   16267:          execute.C [eating up to 127MB]
                   16268: 
                   16269: 2003-02-03  paf
                   16270: 
                   16271:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   16272:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   16273:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   16274:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16275:          types/pa_vint.h, types/pa_vjunction.h,
                   16276:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   16277:          started gcc compiling pa_common compiled
                   16278: 
                   16279:        * src/: include/pa_exception.h, include/pa_pool.h,
                   16280:          main/pa_exception.C: exception gcc change #1
                   16281: 
1.116     moko     16282:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   16283:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     16284: 
                   16285:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   16286: 
                   16287:        * src/types/pa_vtable.C: vtable compiled
                   16288: 
                   16289:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   16290: 
                   16291:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   16292:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   16293: 
                   16294:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   16295: 
                   16296:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   16297: 
                   16298:        * src/types/pa_vrequest.C: vrequest compiled
                   16299: 
                   16300:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   16301:          pa_vobject.C, pa_vobject.h: vobject compiled
                   16302: 
                   16303:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   16304:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16305:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   16306:          compiled
                   16307: 
                   16308:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   16309: 
                   16310:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   16311:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   16312:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   16313:          compiled
                   16314: 
                   16315:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16316:          main.lib - 0 error(s), 0 warning(s)
                   16317: 
                   16318:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16319:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   16320: 
                   16321: 2003-01-31  paf
                   16322: 
                   16323:        * src/: include/pa_array.h, include/pa_operation.h,
                   16324:          include/pa_request.h, main/execute.C, main/main.dsp,
                   16325:          types/pa_vjunction.h: started last file from main library:
                   16326:          execute
                   16327: 
                   16328:        * src/: include/pa_request.h, include/pa_sapi.h,
                   16329:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   16330:          main/pa_request.C, targets/cgi/parser3.C,
                   16331:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   16332:          types/pa_vhash.h: pa_request compiled
                   16333: 
                   16334:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   16335:          include/pa_globals.h, include/pa_request.h,
                   16336:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   16337:          main/execute.C, main/main.dsp, main/pa_common.C,
                   16338:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16339:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   16340:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   16341:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16342:          types/types.dsp: most pa_request compiled
                   16343: 
                   16344:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16345:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16346:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16347:          classes/op.C, classes/response.C, classes/string.C,
                   16348:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16349:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16350:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16351:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16352:          include/pa_dictionary.h, include/pa_dir.h,
                   16353:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16354:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   16355:          include/pa_pool.h, include/pa_request.h,
                   16356:          include/pa_request_charsets.h, include/pa_request_info.h,
                   16357:          include/pa_sapi.h, include/pa_socks.h,
                   16358:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16359:          include/pa_stack.h, include/pa_string.h,
                   16360:          include/pa_stylesheet_connection.h,
                   16361:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16362:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16363:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16364:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   16365:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   16366:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16367:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16368:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16369:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   16370:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16371:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16372:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16373:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16374:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16375:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   16376:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   16377:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16378:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16379:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16380:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   16381:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   16382:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16383:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16384:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16385:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16386:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16387:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16388:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16389:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16390:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16391:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16392:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16393:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16394:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16395:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16396:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16397:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   16398: 
                   16399:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   16400:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   16401:          src/include/pa_charsets.h, src/include/pa_common.h,
                   16402:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   16403:          src/include/pa_exec.h, src/include/pa_pool.h,
                   16404:          src/include/pa_request.h, src/include/pa_sapi.h,
                   16405:          src/include/pa_sql_connection.h,
                   16406:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16407:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   16408:          src/main/compile.tab.C, src/main/compile_tools.C,
                   16409:          src/main/compile_tools.h, src/main/main.dsp,
                   16410:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   16411:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   16412:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16413:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16414:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   16415:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   16416:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   16417:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16418:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16419:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   16420:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   16421:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   16422:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16423:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16424:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16425:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16426:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16427:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16428:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   16429:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   16430:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   16431:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   16432:          died, long live StringPtr
                   16433: 
                   16434: 2003-01-30  paf
                   16435: 
                   16436:        * src/: include/pa_charset.h, include/pa_request.h,
                   16437:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   16438:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   16439:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   16440: 
                   16441:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   16442:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   16443:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   16444:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16445:          types/types.dsp: vstateless_class compiled
                   16446: 
                   16447:        * src/main/compile.C: compile compiled
                   16448: 
                   16449:        * src/: include/pa_array.h, include/pa_operation.h,
                   16450:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   16451:          main/pa_table.C: compile_tools compiled
                   16452: 
                   16453:        * src/: include/pa_operation.h, main/compile.y,
                   16454:          main/compile_tools.C, main/compile_tools.h: started
                   16455:          compile_tools. vagues ideas of how to free compiled code
                   16456: 
                   16457:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   16458:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   16459:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   16460:          compiled
                   16461: 
                   16462: 2003-01-29  paf
                   16463: 
                   16464:        * src/: include/pa_globals.h, include/pa_request.h,
                   16465:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16466:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16467:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   16468:          compiled
                   16469: 
                   16470:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   16471:          now
                   16472: 
                   16473:        * src/: include/pa_array.h, include/pa_exception.h,
                   16474:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   16475: 
                   16476:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   16477:          compiled
                   16478: 
                   16479:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16480:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   16481:          types/pa_vfile.h: vfile compiled
                   16482: 
                   16483:        * src/: include/pa_common.h, include/pa_globals.h,
                   16484:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   16485:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16486:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   16487: 
                   16488:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   16489:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   16490:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16491:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16492:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   16493: 
                   16494:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   16495:          main/main.dsp, main/untaint.C: more compiled
                   16496: 
                   16497:        * src/: include/pa_charsets.h, include/pa_request.h,
                   16498:          include/pa_request_info.h, include/pa_string.h,
                   16499:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   16500:          types/pa_vresponse.h: vrequest compiled
                   16501: 
                   16502:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   16503:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   16504:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   16505: 
                   16506:        * src/: classes/classes.h, include/pa_charset.h,
                   16507:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   16508:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   16509:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   16510:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   16511:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   16512:          types/pa_vrequest.C, types/pa_vrequest.h,
                   16513:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   16514:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   16515: 
                   16516:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   16517:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16518:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   16519:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   16520:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16521:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   16522:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16523:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16524:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   16525: 
                   16526: 2003-01-28  paf
                   16527: 
                   16528:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   16529:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   16530:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   16531:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   16532:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   16533:          compile_tools
                   16534: 
                   16535:        * src/: include/pa_charset.h, include/pa_exception.h,
                   16536:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   16537:          untaint compiled
                   16538: 
                   16539:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   16540:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   16541:          more compiled.  struck with string::store_to needing to know
                   16542:          source/client charsets
                   16543: 
                   16544:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   16545:          types/pa_vfile.h: uue compiled
                   16546: 
                   16547:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   16548:          table compiled
                   16549: 
                   16550:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   16551:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   16552: 
                   16553:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16554:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   16555:          introduced]
                   16556: 
                   16557:        * src/: classes/date.C, include/pa_charset.h,
                   16558:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   16559:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   16560:          pa_charsets compiled
                   16561: 
                   16562:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   16563:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   16564: 
                   16565:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   16566:          common compiled
                   16567: 
                   16568:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   16569:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   16570: 
                   16571:        * src/: include/pa_array.h, include/pa_charset.h,
                   16572:          include/pa_charsets.h, include/pa_pool.h,
                   16573:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16574:          include/pa_stack.h, include/pa_string.h,
                   16575:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   16576:          sql_driver_manager compiled
                   16577: 
                   16578:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   16579:          letter i with two dots added to koi, all ukranian letters added
                   16580:          to win1251.
                   16581: 
                   16582:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   16583:          abscent from koi]
                   16584: 
                   16585: 2003-01-27  paf
                   16586: 
                   16587:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16588:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16589:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16590:          sql/pa_sql_driver.h: paused on sql_manager
                   16591: 
                   16592:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   16593:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16594:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   16595:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   16596: 
                   16597:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   16598:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16599:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   16600:          main/pa_table.C: table compiled
                   16601: 
                   16602:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   16603:          cache_managers compiled
                   16604: 
                   16605:        * src/: include/pa_array.h, include/pa_charset.h,
                   16606:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   16607: 
                   16608:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   16609: 
                   16610:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   16611:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16612:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   16613:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   16614:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   16615: 
                   16616: 2003-01-24  paf
                   16617: 
                   16618:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   16619:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   16620:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16621:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   16622:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   16623:          types/pa_vint.h, types/pa_vjunction.h,
                   16624:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16625:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   16626: 
                   16627:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   16628:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   16629:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   16630:          main/pa_string.C, main/pa_table.C: string compiled
                   16631: 
                   16632:        * src/: include/pa_array.h, include/pa_common.h,
                   16633:          include/pa_dictionary.h, include/pa_exception.h,
                   16634:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   16635:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   16636:          main/pa_string.C: dictionary compiled
                   16637: 
                   16638: 2003-01-23  paf
                   16639: 
                   16640:        * src/: include/pa_array.h, include/pa_common.h,
                   16641:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16642:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   16643:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   16644:          types/pa_value.h: resurrected pool in new sense: now it's
                   16645:          factory, producing&accounting memory chunks for read[autofree]
                   16646:          buffers
                   16647: 
                   16648:        * src/: include/pa_array.h, include/pa_exception.h,
                   16649:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   16650:          main/pa_exception.C, main/pa_table.C: table compiled
                   16651: 
                   16652:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   16653:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   16654:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   16655:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   16656:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   16657:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   16658:          main/pa_table.C: aint that easy
                   16659: 
                   16660:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   16661:          main/main.dsp: continued with Hash
                   16662: 
                   16663:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   16664:          stack] now. and exception can be reported OK now [can be reported
                   16665:          outside of pro c with that stack]
                   16666: 
                   16667: 2003-01-22  paf
                   16668: 
                   16669:        * src/: include/pa_array.h, include/pa_charset.h,
                   16670:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   16671:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   16672:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   16673:          base: contains references_count.  auto_ptr template calls
                   16674:          add_ref/release
                   16675: 
                   16676: 2003-01-21  paf
                   16677: 
                   16678:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16679:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16680:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16681:          classes/op.C, classes/response.C, classes/string.C,
                   16682:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16683:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16684:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16685:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16686:          include/pa_dictionary.h, include/pa_dir.h,
                   16687:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16688:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16689:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16690:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16691:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16692:          include/pa_stack.h, include/pa_string.h,
                   16693:          include/pa_stylesheet_connection.h,
                   16694:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16695:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16696:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16697:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   16698:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16699:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16700:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16701:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16702:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16703:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16704:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16705:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16706:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16707:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16708:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16709:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16710:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   16711:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16712:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16713:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16714:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16715:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16716:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16717:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16718:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16719:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16720:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16721:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16722:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16723:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16724:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16725:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16726:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   16727:          2002->2003
                   16728: 
                   16729: 2003-01-16  paf
                   16730: 
                   16731:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   16732:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   16733: 
                   16734:        * operators.txt, src/include/pa_config_fixed.h,
                   16735:          src/main/pa_common.C: http request now return status. and not
                   16736:          fail on status!=200
                   16737: 
                   16738: 2003-01-15  paf
                   16739: 
                   16740:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   16741: 
                   16742: 2003-01-14  paf
                   16743: 
                   16744:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   16745:          mkinstalldirs: removed some ancient files [they in / really]
                   16746: 
                   16747:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   16748:          regretfully needed patch in two places.  in config_fixed.h made
                   16749:          stubs for lib to compile in MSVC
                   16750: 
                   16751: 2003-01-13  paf
                   16752: 
                   16753:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   16754:          configure.in(libtool) hacks
                   16755: 
1.116     moko     16756:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     16757:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   16758:          ltdl.h: moved to latest libtool (1.4.3)
                   16759: 
                   16760: 2003-01-10  paf
                   16761: 
                   16762:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   16763: 
                   16764:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   16765:          patches.        libxml2 >= 2.5.1
                   16766:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   16767:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   16768:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16769: 
                   16770:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   16771:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   16772:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   16773:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16774: 
                   16775: 2003-01-09  paf
                   16776: 
                   16777:        * INSTALL: xml,xslt,gdome lib urls updated
                   16778: 
                   16779:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     16780:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     16781:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     16782:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   16783:          1.7.2
1.95      moko     16784: 
                   16785:        * depcomp: moving to automake 1.7.2
                   16786: 
                   16787: 2002-12-27  paf
                   16788: 
                   16789:        * src/include/pa_version.h: 0007
                   16790: 
                   16791:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   16792:          outdated parts, made links to language docs
                   16793: 
                   16794:        * src/include/pa_config_auto.h.in: comment
                   16795: 
                   16796: 2002-12-26  paf
                   16797: 
                   16798:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   16799:          not contain trailing / fixed.
                   16800: 
                   16801:        * INSTALL: changing SAFE_MODE politics
                   16802: 
                   16803:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   16804: 
                   16805:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   16806: 
                   16807: 2002-12-25  paf
                   16808: 
                   16809:        * src/main/pa_globals.C: optimized-xml
                   16810: 
                   16811:        * src/main/pa_globals.C: optimized-as-is
                   16812: 
                   16813: 2002-12-24  paf
                   16814: 
                   16815:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   16816:          fixed [were really called with zero size when .html?a=&b=]
                   16817: 
                   16818:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   16819:          with --with-sendmail
                   16820: 
                   16821:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   16822:          fixed]
                   16823: 
                   16824: 2002-12-23  paf
                   16825: 
                   16826:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   16827:          ignoring parameters & were storing only string with default
                   16828:          expires
                   16829: 
                   16830:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   16831:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   16832:          December 23, 2002 4:22 AM Subject: bug â
                   16833:          Charset::transcode_buf2xchar
                   16834: 
                   16835: 2002-12-20  paf
                   16836: 
                   16837:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   16838:          non-cgi [script] runs
                   16839: 
                   16840: 2002-12-19  paf
                   16841: 
                   16842:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16843:          [tested on elik]] moreover, it's not needed there [parser
                   16844:          registers charsets itself]
                   16845: 
                   16846:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16847:          [tested on elik]]
                   16848: 
                   16849:        * operators.txt, src/include/pa_globals.h,
                   16850:          src/include/pa_request.h, src/main/pa_globals.C,
                   16851:          src/main/pa_request.C: $response:download
                   16852: 
                   16853:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   16854:          compiler [win32]].
                   16855: 
                   16856: 2002-12-18  paf
                   16857: 
                   16858:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   16859: 
                   16860: 2002-12-17  paf
                   16861: 
                   16862:        * src/targets/cgi/parser3.C: merged die&iis changes
                   16863: 
                   16864:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   16865:          to exit(1) 2. more flexible iilegal call check
                   16866: 
                   16867: 2002-12-16  paf
                   16868: 
                   16869:        * ltmain.sh: some automakes silly insist on having this handy
                   16870: 
                   16871:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16872:          'p' bug fix
                   16873: 
                   16874: 2002-12-15  paf
                   16875: 
                   16876:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16877:          'p'
                   16878: 
                   16879:        * configure.in, src/include/pa_config_auto.h.in,
                   16880:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   16881:          from branch 6 to HEAD
                   16882: 
                   16883:        * src/main/compile.C: removed warning
                   16884: 
                   16885:        * src/main/pa_common.C: ftruncate having checked
                   16886: 
                   16887:        * configure.in, src/include/pa_version.h: new version
                   16888: 
                   16889: 2002-12-14  paf
                   16890: 
                   16891:        * src/classes/table.C: removed unnecessary code
                   16892: 
                   16893:        * src/sql/pa_sql_driver.h: exception type fixed
                   16894: 
                   16895: 2002-12-09  paf
                   16896: 
                   16897:        * src/types/pa_vvoid.h: $void.store[now] error
                   16898: 
                   16899:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16900: 
                   16901:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   16902:          tries to write core dump
                   16903: 
                   16904:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16905: 
                   16906:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16907:          classes/void.C, main/pa_sql_driver_manager.C,
                   16908:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16909:          handlers #2
                   16910: 
                   16911:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   16912:          exception handling mech in sql handlers
                   16913: 
                   16914:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   16915:          handlers
                   16916: 
                   16917:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16918:          classes/void.C, main/pa_sql_driver_manager.C,
                   16919:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16920:          handlers
                   16921: 
1.116     moko     16922:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   16923:          to write makefile which used libtool to install things, which is
                   16924:          not needed
1.95      moko     16925: 
                   16926: 2002-12-06  paf
                   16927: 
                   16928:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   16929:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   16930: 
                   16931: 2002-12-05  paf
                   16932: 
                   16933:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   16934:          cc/bcc OK now
                   16935: 
                   16936:        * src/main/untaint.C: mail header closed properly
                   16937: 
                   16938:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   16939:          header ',' allowed.  still bugs in smtp [only one receiptient
                   16940:          works, cc, bcc ignored now, and MAILED ;)]
                   16941: 
                   16942:          [strncpy killed, memnchr used]
                   16943: 
                   16944:        * src/main/pa_table.C: table-copy now current=0
                   16945: 
                   16946:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   16947:          lowlevel proc
                   16948: 
                   16949:        * src/targets/cgi/parser3.C: more checks on
                   16950:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16951:          checked that now
                   16952: 
                   16953:        * src/targets/cgi/parser3.C: more checks on
                   16954:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16955:          checked that now
                   16956: 
                   16957:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   16958:          out-of-mem errors reached log]
                   16959: 
                   16960:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   16961:          mail:send MIME-Version default
                   16962: 
                   16963:        * src/main/main.dsp: pa_version included into main.dsp
                   16964: 
                   16965: 2002-12-04  paf
                   16966: 
                   16967:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   16968: 
                   16969:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   16970:          lib/libltdl -> lib/ltdl Win32 changes. s
                   16971: 
                   16972:        * src/classes/classes.awk: more strict *.C$
                   16973: 
                   16974:        * gnu.dsp: restored
                   16975: 
1.116     moko     16976:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   16977:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   16978:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   16979:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   16980:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   16981:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   16982:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   16983:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   16984:          now created with /configure, not ltdl/configure, so it does have
                   16985:          no problems with automake.  ltdl/configure
                   16986:          AC_OUTPUT(Makefile<<removed)
1.95      moko     16987: 
                   16988: 2002-12-02  paf
                   16989: 
                   16990:        * operators.txt: removed outdated status:db
                   16991: 
                   16992:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   16993:          src/main/pa_common.C, src/main/pa_request.C,
                   16994:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   16995:          tainted parts becomes http-header
                   16996: 
                   16997: 2002-11-29  paf
                   16998: 
                   16999:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   17000:          dates now objects of type date
                   17001: 
                   17002:        * src/classes/image.C: file.seek removed [it were used in image.C
                   17003:          only, and for parser user this  means that jpeg image has bad
                   17004:          size in fragment's header] now used image.format
                   17005: 
                   17006:        * src/: include/pa_common.h, main/pa_common.C,
                   17007:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   17008:          now handled exactly like $response:header values.  e.g. can be
                   17009:          hash [can have subattributes] & contain date values.
                   17010: 
                   17011:        * src/main/pa_common.C: http:// param values lang forced URI
                   17012: 
                   17013:        * src/main/pa_common.C: http:// tainted partes now %xx
                   17014: 
                   17015: 2002-11-28  paf
                   17016: 
                   17017:        * operators.txt: http.timeout
                   17018: 
                   17019:        * src/classes/image.C: ^image.length now counts interchar space.
                   17020:          plus space after last char
                   17021: 
                   17022:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   17023: 
                   17024:        * src/classes/image.C: ^image.font width measurer now scans full
                   17025:          height [were -1]
                   17026: 
                   17027:        * configure.in: stopped double libltdl/Makefile generation
                   17028: 
                   17029:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   17030:          chars [one top horizontal line of 1pixel height were missing]
                   17031: 
                   17032:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   17033:          'false' to go into (Hash *) parameter
                   17034: 
                   17035: 2002-11-27  paf
                   17036: 
                   17037:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   17038:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   17039:          returns content-disposition: >>attachment<<
                   17040: 
                   17041:        * src/classes/image.C: ^image.font << bad font file-size now
                   17042:          properly reported
                   17043: 
                   17044: 2002-11-26  paf
                   17045: 
                   17046:        * src/main/pa_request.C: fixed lang in reponse header
                   17047: 
                   17048:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   17049: 
                   17050:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   17051:          made exception: http.status with source=bad status#
                   17052: 
                   17053: 2002-11-25  paf
                   17054: 
                   17055:        * configure.in, src/classes/image.C,
                   17056:          src/include/pa_config_auto.h.in,
                   17057:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     17058:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   17059:          const void related probs fixed
1.95      moko     17060: 
                   17061:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   17062: 
                   17063:          $file[^file::load[http://there]] $file.SERVER
                   17064: 
                   17065:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   17066:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   17067:          http options [invalid onces now reported] made default
                   17068:          user-agent: paf
                   17069: 
                   17070:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   17071:          src/classes/xdoc.C, src/include/pa_common.h,
                   17072:          src/include/pa_globals.h, src/main/pa_common.C,
                   17073:          src/main/pa_globals.C, src/main/pa_request.C,
                   17074:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   17075:          now understand http:// prefix and additional params, sample:
                   17076:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   17077:          $.USER-AGENT[parser3] ]]
                   17078: 
                   17079: 2002-11-22  paf
                   17080: 
                   17081:        * src/classes/image.C, src/include/pa_globals.h,
                   17082:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   17083:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   17084:          $image.exif.DateTime & co
                   17085: 
                   17086: 2002-11-21  paf
                   17087: 
                   17088:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   17089:          _PASS_APPENDED)
                   17090: 
                   17091:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   17092:          EXIF information [were big block and it's size were considered
                   17093:          negative :(]
                   17094: 
                   17095:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   17096:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   17097:          internals rewritten. no there's reader.seek, and all's ready for
                   17098:          EXIF extraction [now we fail to measure files with EXIF info]
                   17099: 
                   17100:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   17101:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   17102:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   17103: 
                   17104: 2002-11-20  paf
                   17105: 
                   17106:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   17107: 
                   17108:        * configure.in, src/include/pa_config_auto.h.in,
                   17109:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   17110:          comment
                   17111: 
                   17112:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   17113: 
                   17114:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17115:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   17116:          currently processed document SIGPIPE >> interrupts request
                   17117:          processing [exception = DB rollback]
                   17118: 
                   17119:        * src/main/pa_exec.C: comment
                   17120: 
                   17121:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   17122: 
                   17123:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   17124:          << disable HTTP-POST repassing
                   17125: 
                   17126:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   17127:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   17128:          pipe read errors now checked
                   17129: 
                   17130: 2002-11-19  paf
                   17131: 
                   17132:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   17133:          CGI: Illegal call
                   17134: 
                   17135: 2002-11-01  paf
                   17136: 
                   17137:        * src/main/execute.C: comment
                   17138: 
                   17139: 2002-10-31  paf
                   17140: 
                   17141:        * src/main/execute.C: found out why, checked that for now.  todo:
                   17142:          find out a way for that user could do that
                   17143: 
                   17144:        * src/types/pa_vstateless_object.h: object put replaces static
                   17145:          parent if any
                   17146: 
                   17147:        * src/types/pa_vobject.C: object put replaces static parent if any
                   17148: 
                   17149:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17150:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   17151:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17152:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17153:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17154:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17155:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17156:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17157:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17158:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17159:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17160:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17161:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   17162:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   17163:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17164:          types/pa_wwrapper.h: static fix merged
                   17165: 
                   17166:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   17167:          $virtual_fields in dynamic, but one can reach derived
                   17168:          static[class] variable from base
                   17169: 
                   17170:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17171:          types/pa_vobject.C, types/pa_vobject.h,
                   17172:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   17173:          statics, left $virtual_fields in dynamic
                   17174: 
                   17175:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   17176:          one can't remember derivates in base class: there's so many of
                   17177:          them.  also there can be no virtual method calls in static
                   17178:          classes
                   17179: 
                   17180:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17181:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   17182:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17183:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17184:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17185:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17186:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17187:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17188:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17189:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17190:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17191:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17192:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   17193:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   17194:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17195:          types/pa_wwrapper.h: static call $self fixed
                   17196: 
                   17197:        * src/main/execute.C: comment
                   17198: 
                   17199:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   17200:          ^process[$caller.self]{...} now compiles to last derived object
                   17201:          part of that 'self'
                   17202: 
                   17203: 2002-10-29  paf
                   17204: 
                   17205:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   17206:          re-passing [iis to blame]
                   17207: 
                   17208:        * src/classes/string.C: changed string.save to pass current sql
                   17209:          connection to cstr thus one can ^connect[some server]{
                   17210:          $s[insert into table x (x) values (^taint[sql]{value})]
                   17211:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   17212:          properly escaped.  [tried in mssql->mysql export->import of
                   17213:          binary data]
                   17214: 
                   17215: 2002-10-25  paf
                   17216: 
                   17217:        * src/types/pa_vresponse.C: case insensitive response user fields
                   17218:          get/put
                   17219: 
                   17220:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   17221:          types/pa_vresponse.C: saving for maybe-future
                   17222: 
                   17223: 2002-10-23  paf
                   17224: 
                   17225:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   17226:          ^table.hash(expr)...
                   17227: 
                   17228:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   17229: 
                   17230: 2002-10-22  paf
                   17231: 
                   17232:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   17233:          VForm::Append...(...Value)
                   17234: 
                   17235:        * src/main/execute.C: $.name outside of $name[...] checked
                   17236: 
                   17237:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   17238:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   17239: 
                   17240: 2002-10-21  paf
                   17241: 
                   17242:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   17243:          $form:qtail $form:imap.x/y
                   17244: 
                   17245:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   17246:          "?value&...", "...&value&...", "...&value"
                   17247: 
                   17248:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   17249: 
                   17250:        * operators.txt, src/classes/file.C: /some/page.html:
                   17251:          ^file:fullpath[a.gif] => /some/a.gif
                   17252: 
                   17253: 2002-10-17  paf
                   17254: 
                   17255:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   17256:          a little: logical not and bitwise negation precedence made
                   17257:          highest, << and >> bitshits precedence made equal [were << higher
                   17258:          than >>]
                   17259: 
                   17260:        * src/classes/op.C: exception handling fixed [were bad with
                   17261:          contexts]
                   17262: 
                   17263: 2002-10-16  paf
                   17264: 
                   17265:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17266:          main/pa_request.C: Request::self considered equal to
                   17267:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   17268:          VMethodFrame.self()
                   17269: 
                   17270:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   17271:          $hash in open field now gives old good error meesage
                   17272: 
                   17273: 2002-10-15  paf
                   17274: 
                   17275:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   17276:          use ^if($junction is junction){was and now true}
                   17277: 
                   17278:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   17279:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   17280:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   17281:          points to place where value left xml library and came to parser:
                   17282:          place of dom field extraction/call
                   17283: 
                   17284:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   17285:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17286:          types/pa_vmethod_frame.h: removed last pieces of old code
                   17287:          allowing $junction.xxx at compile time
                   17288: 
                   17289:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   17290:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   17291:          objects also considered [were only classes]
                   17292: 
                   17293:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   17294:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   17295:          with CLASS self.  [   (request&method_frame).self temporarily
                   17296:          changed   ]
                   17297: 
                   17298:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   17299:          no exception to native calls.  for&foreach changed to use
                   17300:          method_frame.caller for their var's name context
                   17301: 
                   17302:        * src/: main/execute.C, targets/cgi/parser3.C,
                   17303:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   17304:          compiling to system classes disabled
                   17305: 
                   17306:        * operators.txt, src/classes/op.C:
                   17307:          ^process[$caller.CLASS]{code-string} added
                   17308: 
                   17309:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   17310:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   17311:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   17312:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   17313:          src/types/types.dsp: removed $junction.get $junction.set[]
                   17314:          introducing $caller
                   17315: 
                   17316:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   17317:          find them lower by inheritance tree
                   17318: 
                   17319:        * src/types/pa_vjunction.C: ident
                   17320: 
                   17321: 2002-10-14  paf
                   17322: 
                   17323:        * src/classes/op.C: process compiles to code's class class
                   17324: 
                   17325:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17326:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   17327:          main/compile.y, main/execute.C, main/pa_request.C,
                   17328:          types/pa_vstateless_class.h: operators now main-class-methods
                   17329: 
                   17330:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   17331:          better stack trace [has "call" & co there]
                   17332: 
                   17333:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17334:          operators @auto now executed in MAIN context
                   17335: 
                   17336:        * src/main/execute.C: operator execution context now = MAIN, not
                   17337:          closest stack frame
                   17338: 
                   17339:          @touchit[] $i[after]
                   17340: 
                   17341:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   17342:          were 'after'
                   17343: 
                   17344:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   17345:          'after'
                   17346: 
                   17347:        * src/main/execute.C: comment
                   17348: 
                   17349:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   17350:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   17351:          action]
                   17352: 
                   17353:        * src/types/pa_vxnode.C: misreplace fixed
                   17354: 
                   17355:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17356:          src/types/pa_vstatus.C, operators.txt:
                   17357:          $status:rusage.tv_secs/usecs introduced
                   17358: 
                   17359: 2002-10-09  paf
                   17360: 
                   17361:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   17362:          on empty string [or uses (default)]
                   17363: 
                   17364: 2002-10-08  paf
                   17365: 
                   17366:        * src/main/untaint.C: mail header quoted printable changed after
                   17367:          RFC reread
                   17368: 
                   17369:        * operators.txt: plan on ^if(method
                   17370: 
                   17371:        * src/types/pa_vxnode.C: misreplace
                   17372: 
                   17373: 2002-09-24  paf
                   17374: 
1.116     moko     17375:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     17376: 
                   17377:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   17378:          mailreceive would compile on freebsd now
                   17379: 
                   17380:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   17381:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     17382:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   17383:          mailreceive would compile on freebsd now
1.95      moko     17384: 
                   17385:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   17386:          changed: now there are only few chars are untainted: * ? ' " < >
                   17387:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   17388:          one should use ^untaint[uri]{...} now]
                   17389: 
                   17390:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   17391:          $list.name, not tainted as filespec
                   17392: 
                   17393:          @russianindex[] #dir with files with russian-lang names
                   17394:          $where[dir]
                   17395: 
                   17396:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   17397:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   17398: 
                   17399: 2002-09-23  paf
                   17400: 
                   17401:        * src/types/pa_vdouble.h: double->int round added
                   17402: 
                   17403:        * src/classes/date.C: date bug fix, now
                   17404:          round(floatDays*secondsPerDay)
                   17405: 
                   17406:        * src/classes/date.C: date bug fix, now
                   17407:          round(floatDays*secondsPerDay)
                   17408: 
                   17409: 2002-09-20  paf
                   17410: 
                   17411:        * src/main/execute.C: code junction calls disabled [before: code
                   17412:          was compiled in such a way, that there were no code-junctions in
                   17413:          OP_CALL]
                   17414: 
                   17415:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   17416: 
                   17417:          @badjunctioncallinside[code] ^code[]
                   17418: 
                   17419:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   17420:          expanding to include ^junction.method
                   17421: 
                   17422:        * src/main/pa_common.C: -d "DIR/" now true
                   17423: 
                   17424:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   17425:          as internal xdoc encoding, and after decoding attributes set by
                   17426:          dom functions now encoded OK, not as digital entities
                   17427: 
                   17428:        * src/classes/xdoc.C: empty transform result, being taken as file
                   17429:          now returns empty file, not raises stupid error about "stat-ed
                   17430:          file"
                   17431: 
                   17432:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   17433:          allowed
                   17434: 
                   17435:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   17436:          write iterators now:
                   17437: 
                   17438:          ^user-foreach[key;value]{$key=$value<br>}
                   17439: 
                   17440:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17441:          $code.value($i*2)       $code }
                   17442: 
                   17443:        * src/main/compile_tools.h: mistype
                   17444: 
1.116     moko     17445:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   17446:          thus taking linking options configure changes into account [were:
                   17447:          ignoring]
1.95      moko     17448: 
                   17449:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   17450:          $junction.get/put(1) one can write iterators now:
                   17451: 
                   17452:          ^user-foreach[key;value]{$key=$value<br>}
                   17453: 
                   17454:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17455:          $code.value($i*2)       $code }
                   17456: 
                   17457:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17458:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17459:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   17460:          introducing $junction.get/put(1) one can write iterators now:
                   17461: 
                   17462:          ^user-foreach[key;value]{$key=$value<br>}
                   17463: 
                   17464:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17465:          $code.value($i*2)       $code }
                   17466: 
                   17467: 2002-09-19  paf
                   17468: 
1.116     moko     17469:        * Makefile.am: new: make commit
1.95      moko     17470: 
                   17471:        * aclocal.m4: forced to be older
                   17472: 
                   17473: 2002-09-18  paf
                   17474: 
                   17475:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   17476:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   17477: 
                   17478:        * src/: include/pa_common.h, include/pa_request.h,
                   17479:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   17480:          - now this - fatal error
                   17481: 
                   17482:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   17483:          that one can pass binary data there
                   17484: 
                   17485:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17486:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17487:          classes/op.C, classes/response.C, classes/string.C,
                   17488:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17489:          include/pa_request.h: pa_request contexts made privated, plus
                   17490:          get_{self/method_frame} to read.  Request_context_saver used in
                   17491:          ^try to save flang too.  [were not saved]
                   17492: 
                   17493:        * src/types/pa_vresponse.C: header value chains joined before
                   17494:          output, this should help $.subject[$var $var] from being
                   17495:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   17496: 
                   17497: 2002-09-17  paf
                   17498: 
                   17499:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   17500:          removed changes, operators executed with calling self.  lots of
                   17501:          code with ^include code relies on defined/defining self variables
                   17502: 
                   17503:          $a[1] ^include[print_a.p] print_a.p: $a
                   17504: 
                   17505:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   17506: 
                   17507:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   17508:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17509:          types/pa_vstateless_class.h: operators now executed with MAIN
                   17510:          self.  it's for ^include sake, too strong a change
                   17511: 
                   17512:        * src/classes/op.C: made place for ^process to compile it's code to
                   17513:          in case of no self
                   17514: 
                   17515:        * src/main/execute.C: found ancient param to Junction, removed.
                   17516:          allowed passing self to native_code_operators [for ^process to
                   17517:          work, she needs self]
                   17518: 
                   17519:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   17520:          types/pa_vstateless_class.h: found ancient param to Junction,
                   17521:          removed.  allowed passing self to native_code_operators [for
                   17522:          ^process to work, she needs self]
                   17523: 
                   17524:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   17525:          types/pa_value.h, types/pa_vmethod_frame.h,
                   17526:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   17527:          checked that in VMethodFrame get/put and $self.
                   17528: 
                   17529:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   17530:          copy options options checked, wrong option now fatal error
                   17531: 
                   17532:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   17533:          pieces boundaries]
                   17534: 
1.150     moko     17535:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17536:          .dll on cygwin, .so in other cases)
1.95      moko     17537: 
                   17538:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17539:          .dll on cygwin, .so in other cases)
                   17540: 
                   17541:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   17542:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   17543:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   17544:          record taken [were last]
                   17545: 
                   17546:        * src/: classes/hash.C, classes/table.C,
                   17547:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   17548:          now errors
                   17549: 
                   17550:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   17551: 
                   17552:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   17553:          ,2,3]
                   17554: 
                   17555: 2002-09-16  paf
                   17556: 
                   17557:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   17558:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   17559:          stdout to be binary.  now detected closest header break.
                   17560: 
                   17561:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   17562:          closed right
                   17563: 
                   17564: 2002-09-13  paf
                   17565: 
                   17566:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   17567:          src/main/compile_tools.h: (expression #comment)
                   17568: 
                   17569:          (multiline expression #comment  line2  #comment )
                   17570: 
                   17571:          (expression #comment with (brackets) comment) << OK
                   17572: 
                   17573:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   17574:          bitwise !|| numerical xor now [preparing for expression
                   17575:          #comments]
                   17576: 
                   17577:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   17578:          error
                   17579: 
                   17580:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   17581:          cheched in pa_socks.C
                   17582: 
1.116     moko     17583:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17584:          HAVE_WINSOCK_H created in configure.in
1.95      moko     17585: 
                   17586:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   17587:          cookie date now clean [were mistakenly tainted & that worked bad
                   17588:          with opera -- 'happily' that worked OK with msie]
                   17589: 
                   17590: 2002-09-12  paf
                   17591: 
                   17592:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   17593:          VClass get_element now first looks to fields, next to methods &
                   17594:          co todo: the rest reason: more speed
                   17595: 
                   17596:        * src/main/untaint.C: quoted printable encoding stops before
                   17597:          \s*<...>$
                   17598: 
                   17599:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   17600:          stops before <...>$
                   17601: 
                   17602: 2002-09-11  paf
                   17603: 
                   17604:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   17605:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   17606:          forgot to check users of those funcs. not all were using that
                   17607:          return value convention
                   17608: 
                   17609:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   17610:          windows-1254 added
                   17611: 
                   17612: 2002-09-10  paf
                   17613: 
                   17614:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   17615:          VCodeFrame parent param were specified badly
                   17616: 
                   17617:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   17618:          WWrapper which used in constructing objects(second param to sql
                   17619:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   17620:          code in hash to survivi
                   17621: 
                   17622:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   17623:          param to execute [stack said 'thanks']
                   17624: 
                   17625:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   17626:          types/pa_value.h, types/pa_vcode_frame.h,
                   17627:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17628:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   17629:          responsibility to wcontext
                   17630: 
                   17631:        * src/classes/file.C: decided not to log exec's with stderr, that
                   17632:          could be warnings, and it's up to scritper to log/show them
                   17633: 
                   17634:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   17635:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   17636:          double/string converstion, which were loosing time&precesion
                   17637: 
                   17638:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   17639:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   17640:          case of unfinished in buffer processing, causing accidental
                   17641:          transcode stop [in case that source enc != utf-8 & there is
                   17642:          incomplete utf-8 sequence at the end of 16000block iside of
                   17643:          libxml lib] tfm readed & code updated
                   17644: 
                   17645: 2002-09-04  paf
                   17646: 
                   17647:        * configure: makes with sjlj
                   17648: 
                   17649:        * INSTALL, src/include/pa_config_fixed.h,
                   17650:          src/include/pa_sql_connection.h,
                   17651:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   17652:          checked.  on win32 it made default
                   17653: 
                   17654:        * src/include/pa_config_auto.h.in: sjlj define
                   17655: 
                   17656:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   17657:          can not work with longjump/throw pair, and one must switch that
                   17658:          on there.  todo: detect that automatically]
                   17659: 
                   17660:        * src/types/pa_vxnode.C: removed too strong checks of
                   17661:          xnode.elements.  now, for instance, if element does not have any
                   17662:          attributes, $xnode.attributes is void, not error
                   17663: 
                   17664: 2002-09-02  paf
                   17665: 
                   17666:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   17667:          removed double_result, didn't help
                   17668: 
                   17669:        * src/main/execute.C: double_result made to move that var away from
                   17670:          hungry g++ optimizer (-O2), before: it were optimized and
                   17671:          comparison operators worked badly
                   17672: 
                   17673:        * src/types/pa_vdate.h: removed debug
                   17674: 
1.116     moko     17675:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     17676: 
                   17677:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   17678:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   17679:          unknown reason.
                   17680: 
                   17681: 2002-08-29  paf
                   17682: 
                   17683:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   17684:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   17685:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   17686:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   17687:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   17688:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   17689:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   17690:          [called less frequent, allowed to remove ugly
                   17691:          Junction.change_context-s from many places, switch,
                   17692:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   17693:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   17694:          [speed up]
                   17695: 
                   17696: 2002-08-28  paf
                   17697: 
                   17698:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   17699:          tainted
                   17700: 
                   17701:        * src/types/pa_vcookie.C: fixed cookie delete when
                   17702:          $cookie:name[$.value[]]
                   17703: 
                   17704:        * operators.txt, src/classes/string.C:
                   17705:          ^string.split[delim[;options]]
                   17706: 
                   17707: 2002-08-27  paf
                   17708: 
1.116     moko     17709:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     17710: 
                   17711:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   17712:          delimiter
                   17713: 
                   17714:        * INSTALL: recommended latest gmime 1.0.5
                   17715: 
                   17716: 2002-08-26  paf
                   17717: 
                   17718:        * configure, configure.in: apache13/hook added to make dist.
                   17719: 
                   17720: 2002-08-23  paf
                   17721: 
                   17722:        * src/: include/pa_common.h, main/pa_common.C,
                   17723:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   17724:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   17725:          whatever] it's error now
                   17726: 
                   17727: 2002-08-21  paf
                   17728: 
1.116     moko     17729:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     17730: 
                   17731:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17732:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   17733:          class".  compiled as if here they named base class
                   17734: 
                   17735:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   17736:          cloning constructor]
                   17737: 
                   17738:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   17739: 
1.150     moko     17740:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     17741:          $mail.received.file.value.content-type fixed
                   17742: 
                   17743: 2002-08-20  paf
                   17744: 
                   17745:        * src/classes/file.C: fixed language of file:file result
                   17746: 
                   17747:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   17748:          from 3.0.0005
                   17749: 
                   17750:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   17751: 
                   17752:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   17753:          3.0.0005
                   17754: 
                   17755:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   17756: 
                   17757: 2002-08-19  paf
                   17758: 
                   17759:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   17760:          work now
                   17761: 
                   17762:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   17763:          error in xnode, which were not catched in xdoc]
                   17764: 
                   17765:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   17766:          prepared:        // validate each document after load/create (?)
                   17767:                 //xmlDoValidityCheckingDefaultValue = 1;
                   17768: 
                   17769: 2002-08-15  paf
                   17770: 
                   17771:        * src/classes/classes.h: write to static var caused useless
                   17772:          Exception, introduced Methoded::put_element wich consumes those
                   17773: 
                   17774:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   17775:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   17776:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   17777:          $response:field[date] $response:field[$.xxx[date]]
                   17778: 
                   17779:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17780:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   17781:          ^hash::sql{bad}
                   17782: 
                   17783:        * operators.txt: $request:body unprecessed POST request body
                   17784: 
                   17785:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   17786: 
                   17787:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   17788:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   17789: 
                   17790:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   17791:          src/include/pa_request.h, src/main/pa_pool.C,
                   17792:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   17793:          $request:body r.post_data now const
                   17794: 
                   17795:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   17796:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   17797:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   17798:          types/pa_vtable.h: instead of type() checking everywhere used
                   17799:          Value.as now user descendants can be used in params.
                   17800: 
                   17801:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   17802:          ^if($xtable) now OK
                   17803: 
                   17804:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   17805:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   17806:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   17807: 
                   17808: 2002-08-14  paf
                   17809: 
                   17810:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   17811:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17812:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17813:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17814:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17815:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17816:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17817:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17818:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17819:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17820:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17821:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17822:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17823:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   17824:          & VClass
                   17825: 
                   17826:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   17827: 
                   17828:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   17829:          removed fixopt stupidity. on stupid linux use cd /document/root
                   17830:          ../cgi/parser3 script
                   17831: 
                   17832:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   17833:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   17834: 
                   17835:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   17836:          fixopt.h: fixopt now preprocesses command line params, splitting
                   17837:          them by space, excluding argv[0], argv[argc-1]
                   17838: 
                   17839:        * src/targets/cgi/parser3.C: -f config file
                   17840: 
                   17841:        * src/targets/cgi/parser3.C: fixed .log file dir
                   17842: 
                   17843: 2002-08-13  paf
                   17844: 
                   17845:        * src/types/pa_vobject.C: allow override parent variables, useful
                   17846:          for form descendants [in vobject too, were in vclass]
                   17847: 
                   17848:        * src/types/pa_vclass.C: allow override parent variables, useful
                   17849:          for form descendants
                   17850: 
                   17851:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   17852:          overwritten in derived(table)
                   17853: 
                   17854:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17855:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   17856:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17857:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17858:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17859:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17860:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17861:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17862:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17863:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17864:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17865:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17866:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17867:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17868:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   17869:          Value::get_element(..., bool looking_down) [needed to exclude
                   17870:          endless recoursion]
                   17871: 
                   17872:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   17873:          fix bug with put endless recoursion todo: check 'as'
                   17874: 
                   17875:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   17876:          reorganized modules todo: fix bug with put endless recoursion
                   17877:          todo: check 'as'
                   17878: 
                   17879:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   17880:          in derived(table)
                   17881: 
                   17882:        * src/types/pa_vobject.h: derived classes can have fields of their
                   17883:          own now
                   17884: 
                   17885:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   17886:          fixed error message on using non-created table
                   17887: 
                   17888:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   17889:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   17890:          main/compile.C, main/compile.tab.C, main/execute.C,
                   17891:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17892:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17893:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17894:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17895:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   17896:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17897:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17898:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17899:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17900:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17901:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17902:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17903:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   17904:          looking down/up tree todo: fix error message on non-constructed
                   17905:          parents
                   17906: 
                   17907: 2002-08-12  paf
                   17908: 
                   17909:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   17910:          derived OK
                   17911: 
                   17912:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   17913:          thorough testing
                   17914: 
                   17915:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   17916:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17917:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17918:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   17919:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   17920:          ^base:create[] dynamic call rewritten todo: thorough testing
                   17921: 
                   17922:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   17923:          now instantates base class, remembers it and saves child in
                   17924:          parent VObject.get_class now returns last child = downward
                   17925:          virtual calls OK
                   17926: 
                   17927:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17928:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17929:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   17930:          types/pa_vobject.h, types/pa_vresponse.h,
                   17931:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17932:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   17933:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   17934:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   17935:          instance]
                   17936: 
                   17937:        * src/main/pa_request.C: $response:body[file] content-type check
                   17938:          fixed [were bad when content-type is hash]
                   17939: 
                   17940: 2002-08-09  paf
                   17941: 
                   17942:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17943:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   17944: 
                   17945: 2002-08-08  paf
                   17946: 
                   17947:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   17948:          src/main/pa_globals.C: year column in month calendar [week year]
                   17949: 
                   17950:        * src/main/execute.C: error reporting on object writes to MAIN
                   17951:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   17952: 
                   17953:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   17954:          $date.daylightsaving
                   17955: 
                   17956:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   17957:          use tainted data now. only she must specify the language.
                   17958: 
                   17959:          ^mail:send[     $.from[paf@mail.design.ru]
                   17960:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   17961:                $.text[^taint[uri][ìîñêâà]=] ]
                   17962: 
                   17963:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   17964:          now prints more precise origin
                   17965: 
                   17966:        * src/include/pa_string.h: String::first_char now not fails on
                   17967:          empty strings ^if(-f '') now ok and in 3 other places.
                   17968: 
                   17969:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   17970:          String::first_char now not fails on empty strings ^if(-f '') now
                   17971:          ok and in 3 other places.
                   17972: 
                   17973: 2002-08-07  paf
                   17974: 
                   17975:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   17976:          fixed
                   17977: 
                   17978:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   17979: 
                   17980:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   17981:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17982:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   17983:          mistakenly not completely transparent to object writes.
                   17984:          $hash[^if(1){$hash}] now works
                   17985: 
                   17986:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   17987:          now erasing cache file [there were bad check on that]
                   17988: 
                   17989:        * src/: classes/classes.dsp, classes/table.C,
                   17990:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   17991:          all Debug dirs in .dsp now named 'Debug'
                   17992: 
1.116     moko     17993:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     17994: 
                   17995:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   17996: 
                   17997:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   17998: 
                   17999:        * src/types/pa_vmail.C: mail:send empty  email checked
                   18000: 
                   18001: 2002-08-06  paf
                   18002: 
                   18003:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18004:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18005:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   18006: 
                   18007:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   18008:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   18009:          #  $.default() }
                   18010: 
                   18011:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   18012: 
                   18013:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   18014:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   18015:          $file.content-type [instead of .mime-type] now works for
                   18016:          file::stat also
                   18017: 
                   18018:        * src/main/pa_request.C: case insensitive mime_type_of
                   18019: 
                   18020: 2002-08-05  paf
                   18021: 
                   18022:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   18023: 
                   18024:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   18025: 
                   18026:        * operators.txt: comment on date:calendar week column
                   18027: 
                   18028:        * src/main/pa_common.C: write checked
                   18029: 
                   18030:        * src/main/: pa_common.C: write checked
                   18031: 
                   18032:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   18033: 
                   18034:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   18035:          month calendar week column [ISO 8601 Week Numbers]
                   18036: 
                   18037: 2002-08-02  paf
                   18038: 
                   18039:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   18040:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   18041:          DEBUG*
                   18042: 
                   18043:        * configure, configure.in, src/include/pa_version.h: release
                   18044:          3_0_0005
                   18045: 
                   18046:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   18047:          multipart post fixed
                   18048: 
                   18049:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   18050:          response transcoded source->client only when text/* or simple
                   18051:          onoverridden $response:body
                   18052: 
                   18053: 2002-08-01  paf
                   18054: 
                   18055:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18056:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18057:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   18058:          classes/op.C, classes/response.C, classes/string.C,
                   18059:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18060:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   18061:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18062:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   18063:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   18064:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   18065:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18066:          include/pa_socks.h, include/pa_sql_connection.h,
                   18067:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   18068:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18069:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18070:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18071:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   18072:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   18073:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18074:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   18075:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   18076:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   18077:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   18078:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18079:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18080:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   18081:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   18082:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   18083:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18084:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18085:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   18086:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   18087:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18088:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   18089:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   18090:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   18091:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18092:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   18093:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18094:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18095:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18096:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18097:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18098:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18099:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18100:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     18101:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     18102: 
                   18103:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   18104:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   18105:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18106:          classes/math.C, classes/op.C, classes/response.C,
                   18107:          classes/string.C, classes/table.C, classes/void.C,
                   18108:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18109:          include/pa_array.h, include/pa_cache_managers.h,
                   18110:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18111:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18112:          include/pa_dictionary.h, include/pa_dir.h,
                   18113:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18114:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18115:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18116:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18117:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18118:          include/pa_stack.h, include/pa_string.h,
                   18119:          include/pa_stylesheet_connection.h,
                   18120:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18121:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18122:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   18123:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18124:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   18125:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18126:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   18127:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   18128:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18129:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   18130:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   18131:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18132:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18133:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   18134:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18135:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18136:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18137:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   18138:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18139:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   18140:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   18141:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18142:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   18143:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   18144:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18145:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18146:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18147:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18148:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18149:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   18150:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18151:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18152:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18153:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   18154:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   18155:          types/Makefile.am: ident.C* removed
                   18156: 
                   18157:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   18158:          file:find[/can/do/this/now.txt]
                   18159: 
                   18160:        * src/targets/cgi/parser3.C: usage to stdout now
                   18161: 
                   18162: 2002-07-31  paf
                   18163: 
                   18164:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   18165: 
                   18166:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   18167:          default "postmaster"
                   18168: 
                   18169:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   18170:          -f postmaster now default sendmail key word "postmaster"
                   18171:          replaced to $.from
                   18172: 
                   18173: 2002-07-30  paf
                   18174: 
1.116     moko     18175:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   18176:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     18177: 
                   18178:        * src/main/pa_charset.C: comment
                   18179: 
                   18180:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   18181:          table, &#decimal;
                   18182: 
                   18183:        * src/main/pa_request.C: comment
                   18184: 
                   18185:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   18186:          paragraf]
                   18187: 
                   18188: 2002-07-11  paf
                   18189: 
                   18190:        * src/main/pa_exec.C: build command line badly added params twice
                   18191:          [and first time without ' ']. double wrong. fixed.
                   18192: 
                   18193:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   18194:          wich parser did not provide = reported badly.  fixed that.
                   18195: 
                   18196:        * src/classes/mail.C: $MAIL[ # xxx ]
                   18197: 
                   18198:          now ok
                   18199: 
                   18200:        * operators.txt: plan: sql detailed exception
                   18201: 
                   18202: 2002-07-01  paf
                   18203: 
                   18204:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   18205:          [MForm.configure_admin were called when request.main_class ==0
                   18206: 
                   18207:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   18208: 
                   18209:        * src/classes/form.C: content_length type fix
                   18210: 
                   18211: 2002-06-30  paf
                   18212: 
                   18213:        * src/classes/mail.C: merged from 4
                   18214: 
                   18215:        * src/classes/mail.C: restored $MAIL
                   18216: 
                   18217: 2002-06-28  paf
                   18218: 
                   18219:        * configure, configure.in: removed paths.h
                   18220: 
1.116     moko     18221:        * configure, src/include/pa_version.h,
1.95      moko     18222:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   18223:          merged, makes updated
                   18224: 
                   18225:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   18226:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18227:          src/include/pa_pool.h, src/include/pa_version.h,
                   18228:          src/main/pa_charset.C, src/main/pa_pool.C,
                   18229:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   18230:          src/types/pa_vmail.C: merged latest updates to head
                   18231: 
                   18232: 2002-06-27  paf
                   18233: 
                   18234:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   18235:          not error now
                   18236: 
                   18237:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   18238:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   18239:          src/main/pa_charset.C, src/main/pa_pool.C:
                   18240:          ^xdoc::create[[uri]]... base uri for document being created,
                   18241:          imports and other relative file names would be relative to this
                   18242:          uri default uri=path_translated
                   18243: 
                   18244:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   18245: 
                   18246: 2002-06-26  paf
                   18247: 
                   18248:        * configure, configure.in, src/include/pa_version.h:
                   18249:          release_3_0_0004
                   18250: 
                   18251:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   18252:          0 now
                   18253: 
                   18254:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   18255: 
                   18256: 2002-06-25  paf
                   18257: 
                   18258:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   18259:          considered bad number now
                   18260: 
                   18261:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   18262:          now
                   18263: 
                   18264:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   18265:          name: optimize
                   18266: 
                   18267:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   18268:          library configured
                   18269: 
                   18270:        * src/main/pa_request.C: configure_admin forced if no @conf
                   18271: 
1.150     moko     18272:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   18273:          ^math:crypt updated to generate random salt when needed and to
                   18274:          call system crypt() if not $apr1$ prefix
1.95      moko     18275: 
                   18276: 2002-06-24  paf
                   18277: 
                   18278:        * INSTALL: --with-static/shared-mailreceive described
                   18279: 
                   18280:        * src/include/pa_config_fixed.h: ssize_t fixed
                   18281: 
1.116     moko     18282:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18283:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     18284:          src/types/pa_vmail.C: $mail:received makes update
                   18285: 
                   18286:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   18287:          WITH_MAILRECEIVE
                   18288: 
                   18289:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   18290: 
                   18291:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   18292:          option, for $mail:receive
                   18293: 
                   18294:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   18295:          introducting $message:received ^mail:send rewritten with backward
                   18296:          comp
                   18297: 
                   18298:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18299:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18300:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   18301:          now
                   18302: 
                   18303:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   18304:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18305:          src/include/pa_request.h, src/include/pa_string.h,
                   18306:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   18307:          src/main/pa_globals.C, src/main/pa_request.C,
                   18308:          src/main/pa_string.C, src/main/pa_uue.C,
                   18309:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   18310:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   18311:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   18312:          uue to separate file introducting $message:received ^mail:send
                   18313:          rewritten with backward comp
                   18314: 
                   18315: 2002-06-21  paf
                   18316: 
1.116     moko     18317:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   18318:          co changes
1.95      moko     18319: 
1.116     moko     18320:        * configure, configure.in, src/lib/md5/Makefile.am,
                   18321:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   18322:          restructure .in and .am files appropriate changes
1.95      moko     18323: 
                   18324:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   18325:          pcre to libs/ added libs/md5 which is linked to non-apache
                   18326:          targets ^math:crypt[password;$apr1$salt]
                   18327: 
                   18328:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   18329:          src/Makefile.am, src/classes/Makefile.am,
                   18330:          src/classes/classes.dsp, src/classes/math.C,
                   18331:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     18332:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   18333:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   18334:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   18335:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   18336:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   18337:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   18338:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   18339:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     18340:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   18341:          src/lib/pcre/pcre_parser_ctype.dsp,
                   18342:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   18343:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   18344:          src/main/compile.tab.C, src/main/main.dsp,
                   18345:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   18346:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   18347:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   18348:          to libs/ added libs/md5 which is linked to non-apache targets
                   18349:          ^math:crypt[password;$apr1$salt]
                   18350: 
                   18351: 2002-06-20  paf
                   18352: 
1.150     moko     18353:        * INSTALL, configure, configure.in, operators.txt,
                   18354:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   18355:          src/include/pa_globals.h, src/include/pa_request.h,
                   18356:          src/main/execute.C, src/main/pa_request.C,
                   18357:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18358:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   18359:          file:justname&co & @auto/conf[filespec
1.95      moko     18360: 
                   18361:        * operators.txt, src/classes/file.C:
                   18362:          !^file:dirname[/a/some.tar.gz]=/a
                   18363:              !^file:dirname[/a/b/]=/a
                   18364:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   18365:              !^file:justname[/a/some.tar.gz]=some.tar
                   18366:              !^file:justext[/a/some.tar.gz]=gz
                   18367: 
                   18368:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18369:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   18370:          @conf/auto[filespec]
                   18371: 
1.116     moko     18372:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     18373: 
1.150     moko     18374:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     18375:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   18376:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   18377: 
                   18378: 2002-06-18  paf
                   18379: 
                   18380:        * configure, configure.in, src/include/pa_version.h: version to
                   18381:          configure.in
                   18382: 
                   18383:        * INSTALL: reflected .conf.dist dir change
                   18384: 
1.150     moko     18385:        * Makefile.am, configure, configure.in,
1.116     moko     18386:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     18387:          .in & *.am updated
                   18388: 
                   18389:        * src/classes/file.C: strncasecmp
                   18390: 
                   18391:        * src/classes/file.C: strcasecmp
                   18392: 
1.150     moko     18393:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     18394: 
                   18395:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   18396:          insensitive check now
                   18397: 
                   18398:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   18399: 
                   18400:        * configure, configure.in, src/include/pa_pool.h,
                   18401:          src/include/pa_types.h: pack configure.in detection simplified.
                   18402:          figured out that gcc on sparc not that stupid as thought
                   18403:          previously: on sparc: when it sees packed class it modifies it's
                   18404:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   18405:          operations [st, lduh] so packed must be all parts of packed
                   18406:          class, i.e. it's parents&fields(classes).  for now it's only
                   18407:          String that packed and what was wrong is that it's parent -
                   18408:          Pooled, were not packed. fixed that.
                   18409: 
                   18410: 2002-06-14  paf
                   18411: 
                   18412:        * operators.txt: more precise xml-to-text options
                   18413: 
                   18414:        * operators.txt, src/types/pa_vxnode.C: xnode
                   18415:          attribute_node.name/value xnode pi.node.data
                   18416: 
                   18417: 2002-06-12  paf
                   18418: 
1.116     moko     18419:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   18420:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     18421: 
                   18422:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   18423:          src/include/pa_globals.h, src/include/pa_request.h,
                   18424:          src/main/compile.tab.C, src/main/pa_globals.C,
                   18425:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   18426:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   18427: 
                   18428:        * src/classes/mail.C: sendmail -ti [default now]
                   18429: 
                   18430:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   18431:          to be strings. for convinient #ing
                   18432: 
                   18433:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   18434:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   18435: 
                   18436:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   18437:          main/pa_globals.C, main/pa_request.C: @conf
                   18438: 
                   18439: 2002-06-11  paf
                   18440: 
                   18441:        * src/classes/file.C: check simplified
                   18442: 
                   18443:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   18444:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   18445:          valid prefix
                   18446: 
                   18447:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   18448:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   18449:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   18450: 
                   18451: 2002-06-10  paf
                   18452: 
                   18453:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   18454:          src/main/pa_common.C: lock failures reported now
                   18455: 
                   18456:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   18457:          string->double @ compile time were not-enough-checking...
                   18458: 
                   18459:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   18460:          autoconvert now ignored
                   18461: 
                   18462:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   18463:          check
                   18464: 
                   18465:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   18466:          $response:body content-type:name
                   18467: 
                   18468:        * configure, configure.in: hpux check, nsl link, no socket
                   18469: 
                   18470:        * operators.txt: old merge conflict removed
                   18471: 
                   18472:        * configure, configure.in: pack even address access on sparc&co
                   18473:          arch checked in configure
                   18474: 
                   18475:        * configure, src/include/pa_version.h: makes
                   18476: 
                   18477:        * configure, configure.in, src/include/pa_version.h: makes
                   18478: 
                   18479:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   18480:          with charset even when all letters were 7bit one
                   18481: 
                   18482:        * src/main/pa_common.C: merged fixed -d (bug)
                   18483: 
                   18484:        * src/main/pa_common.C: fixed -d (bug)
                   18485: 
                   18486: 2002-06-03  paf
                   18487: 
                   18488:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   18489:          src/classes/classes.dsp, src/main/compile.tab.C,
                   18490:          src/main/main.dsp, src/main/pa_globals.C,
                   18491:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   18492:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   18493:          .dsp-s along with reorganized cvs modules dirs structure
                   18494: 
                   18495:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18496:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   18497:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   18498:          modules
                   18499: 
                   18500: 2002-05-28  paf
                   18501: 
                   18502:        * src/targets/cgi/parser3.C: info.uri now ""
                   18503: 
                   18504: 2002-05-17  paf
                   18505: 
                   18506:        * src/classes/: table.C: ^table.save << checked empty
                   18507:          pre/match/post columns
                   18508: 
                   18509: 2002-05-16  paf
                   18510: 
                   18511:        * src/classes/image.C: image::measure can png now
                   18512: 
                   18513: 2002-05-15  paf
                   18514: 
                   18515:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   18516:          added
                   18517: 
                   18518:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   18519: 
                   18520:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   18521:          %H[:%M[:%S]]]]]] [-%m now
                   18522: 
                   18523: 2002-05-14  paf
                   18524: 
                   18525:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   18526: 
                   18527: 2002-05-07  paf
                   18528: 
                   18529:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   18530:          src/include/pa_globals.h, src/include/pa_request.h,
                   18531:          src/include/pa_table.h, src/main/compile.tab.C,
                   18532:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   18533:          src/main/pa_request.C, src/main/pa_table.C,
                   18534:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   18535:          src/targets/isapi/parser3isapi.dsp,
                   18536:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   18537:          name2number field now &.  main_method_name now on Request pool
                   18538:          rather on global_pool [Junction+VJunction created on same pool as
                   18539:          name = were created on global pool, causing mem leaks]
                   18540: 
                   18541:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   18542:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   18543:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   18544:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   18545:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18546:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   18547:          field now &.  main_method_name now on Request pool rather on
                   18548:          global_pool [Junction+VJunction created on same pool as name =
                   18549:          were created on global pool, causing mem leaks]
                   18550: 
                   18551: 2002-05-06  paf
                   18552: 
                   18553:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18554:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18555:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18556: 
                   18557:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18558:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18559:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18560: 
                   18561: 2002-04-30  paf
                   18562: 
                   18563:        * configure, src/include/pa_version.h: version now not b
                   18564: 
                   18565:        * src/targets/cgi/parser3.C: request.uri now never 0
                   18566: 
                   18567: 2002-04-29  paf
                   18568: 
                   18569:        * configure.in: removed b
                   18570: 
                   18571:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   18572:          Exception::comment/type checked in (), no there's no empty
                   18573:          type/comment by default
                   18574: 
                   18575:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   18576:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   18577:          src/doc/value.dox, src/include/pa_exception.h,
                   18578:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   18579:          0001
                   18580: 
                   18581: 2002-04-26  paf
                   18582: 
                   18583:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   18584:          size reduced
                   18585: 
                   18586: 2002-04-25  paf
                   18587: 
                   18588:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   18589:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   18590:          now that took into account
                   18591: 
                   18592:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   18593:          01:03:04]
                   18594: 
                   18595:        * ChangeLog, operators.txt, src/classes/date.C:
                   18596:          ^date::create[2002-12-33 01:03:04]
                   18597: 
                   18598:        * ChangeLog: updated changelog
                   18599: 
                   18600:        * src/classes/table.C: removed restriction on column count to
                   18601:          ^table.hash to work, now must be >0 [were >1]
                   18602: 
                   18603: 2002-04-24  paf
                   18604: 
                   18605:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18606:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18607:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   18608:          targets
                   18609: 
                   18610: 2002-04-23  paf
                   18611: 
                   18612:        * operators.txt, src/classes/string.C:
                   18613:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   18614:          "junction used outside of context"]
                   18615: 
                   18616: 2002-04-22  paf
                   18617: 
                   18618:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   18619:          src/main/pa_string.C, src/types/pa_vstring.C,
                   18620:          src/types/pa_vstring.h: ^string.optimize[]
                   18621: 
                   18622:        * src/: include/pa_globals.h, include/pa_table.h,
                   18623:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   18624:          table template
                   18625: 
                   18626:        * src/classes/: string.C: optimize removed from string
                   18627:          .left/right/pos
                   18628: 
                   18629:        * src/main/execute.C: rolled back to
                   18630:          before_killing_userjunction_contexts
                   18631: 
                   18632:        * src/main/execute.C: user junctions context killed
                   18633: 
                   18634:        * src/main/execute.C: junctions to local contexts got
                   18635:          cleanized&checked later
                   18636: 
                   18637: 2002-04-19  paf
                   18638: 
                   18639:        * src/: classes/string.C, include/pa_request.h,
                   18640:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   18641:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   18642:          prior to .left .right .mid .pos .match when that is profitable,
                   18643:          and always before .replace when $ORIGINS(1) optimization disabled
                   18644:          economy from not wasting mem on lots of strings which occur by
                   18645:          lots of String:mid calls to get parts of source string between
                   18646:          found_occurances
                   18647: 
                   18648:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   18649:          ^file:list
                   18650: 
                   18651:        * src/: include/pa_globals.h, include/pa_table.h,
                   18652:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   18653:          globalized, not created @ each ^match anymore economy:
                   18654:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   18655: 
                   18656:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   18657:          removed from each String::match replace iteration, and made
                   18658:          stacked sizeof(VTable)=12bytes economy on each replace code
                   18659: 
                   18660:        * src/doc/footer.htm: 2001,
                   18661: 
                   18662:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18663:          string.match[]['] option enables generation of $match.prematch
                   18664:          .match .postmatch columns
                   18665: 
                   18666:        * src/main/pa_string.C: String::match options analized without
                   18667:          cstr-ing them now
                   18668: 
                   18669:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   18670:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   18671:          config updated to doxygen 1.2.15, created helper which fixes
                   18672:          minor bugs in chm project files & htm tree.  changed extension to
                   18673:          .htm
                   18674: 
                   18675: 2002-04-18  paf
                   18676: 
                   18677:        * src/doc/doxygen.cfg: .chi generation disabled
                   18678: 
                   18679:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   18680:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   18681:          fields&methods
                   18682: 
                   18683:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   18684:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   18685:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   18686:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   18687:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   18688:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   18689:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18690:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   18691:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   18692:          VStateless_class to VObject
                   18693: 
                   18694:        * src/: main/pa_request.C, types/pa_valiased.h,
                   18695:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18696:          types/pa_vstring.h: VStateless_string_object speicalized light
                   18697:          version of VStateless_object
                   18698: 
                   18699:        * src/classes/op.C: ^throw comment param made optional
                   18700: 
                   18701:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   18702:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   18703:          and implemented down in VClass, fclass_alias removed,
                   18704: 
                   18705:        * src/types/pa_value.C: forced to cut that from .h because of
                   18706:          VStateless_class usage [undefined in .h]
                   18707: 
                   18708:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18709:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18710:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   18711:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   18712:          on each CALL]
                   18713: 
                   18714:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   18715:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   18716:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   18717:          classes/response.C, classes/string.C, classes/table.C,
                   18718:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   18719:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   18720:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   18721:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   18722:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18723:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   18724:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   18725:          removed Value::fname
                   18726: 
                   18727: 2002-04-17  paf
                   18728: 
                   18729:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18730:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   18731:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   18732:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   18733:          state, PTHROW freshen to throw & co
                   18734: 
                   18735:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   18736: 
                   18737:        * src/classes/op.C: taint local result var bug fixed
                   18738: 
                   18739: 2002-04-16  paf
                   18740: 
                   18741:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   18742:          Attic asm.txt as most interesting
                   18743: 
                   18744:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   18745:          check, preventing content-length: 0 from appearing
                   18746: 
                   18747:        * src/main/execute.C: $result in @main now taken into account as in
                   18748:          usual functions
                   18749: 
                   18750:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   18751:          & @unhandled_exception now taken into account as in usual
                   18752:          functions
                   18753: 
                   18754:        * src/doc/postbuild.txt: instructions on post .html build
                   18755: 
                   18756:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   18757: 
                   18758:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   18759:          tainted
                   18760: 
                   18761:        * src/main/pa_request.C: uri in error log
                   18762: 
                   18763:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   18764:          cheched date:create(days) param for validity [later were assumed
                   18765:          valid and crashed on invalid onces]
                   18766: 
                   18767:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18768:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   18769:          and used that for removing VString wrapper
                   18770: 
                   18771:        * src/classes/op.C: exception2vhash file now tainted
                   18772: 
                   18773:        * src/classes/op.C: _process pseudo origin copied from local var to
                   18774:          heap
                   18775: 
                   18776:        * src/classes/op.C: extra check on empty file in origin in _execute
                   18777: 
                   18778: 2002-04-15  paf
                   18779: 
                   18780:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   18781: 
                   18782:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   18783:          functions
                   18784: 
                   18785:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   18786:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   18787:          started dual write_xxx_lang functions, if checked & works
                   18788: 
                   18789:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   18790:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   18791:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   18792:          unnecessary VString shells
                   18793: 
                   18794:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   18795:          prev changes]
                   18796: 
                   18797:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18798:          classes/table.C, include/pa_request.h, main/execute.C,
                   18799:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18800:          StringOrValue wcontext result, now ready for dual writes
                   18801: 
                   18802:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   18803:          checked that
                   18804: 
                   18805:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18806:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   18807:          changed to OP_WRITE_VALUE in var get cases
                   18808: 
                   18809:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   18810:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   18811:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18812:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   18813:          switch in hash constructor fixed [were problems with using of
                   18814:          stacked wwrapper after it's death]
                   18815: 
                   18816: 2002-04-12  paf
                   18817: 
                   18818:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   18819: 
                   18820: 2002-04-11  paf
                   18821: 
                   18822:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   18823:          Request::process_internal codeFrame & wwrapper stacked [not
                   18824:          wasting  heap anymore]
                   18825: 
                   18826: 2002-04-10  paf
                   18827: 
                   18828:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   18829:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   18830:          classes/string.C, classes/table.C, classes/void.C,
                   18831:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   18832:          main/pa_string.C: killed Request::process() wrapping
                   18833:          VString(String) in case we need only String
                   18834: 
                   18835:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18836:          killed 8 bytes from String.head
                   18837: 
                   18838: 2002-04-09  paf
                   18839: 
                   18840:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   18841:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   18842:          local*/char b[...];      a=b; situations
                   18843: 
                   18844:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   18845: 
                   18846:        * src/classes/xdoc.C: xslt params fixed
                   18847: 
                   18848:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   18849:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   18850:          not pool.malloc(MAX_NUMBER) but really neaded
                   18851: 
                   18852:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   18853:          int/double.int/double(default)
                   18854: 
                   18855: 2002-04-04  paf
                   18856: 
                   18857:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   18858:          [when reconstructing pieces were split by
                   18859:          max_integral(piece.size), thus some strings to replace happen to
                   18860:          be split into two = not replaced)
                   18861: 
                   18862:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   18863:          standalone version = current dir
                   18864: 
                   18865:        * src/targets/cgi/parser3.C: document root in standalone version =
                   18866:          current dir
                   18867: 
                   18868: 2002-04-03  paf
                   18869: 
                   18870:        * configure, configure.in: more checks on nonexistent charset
                   18871: 
1.116     moko     18872:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     18873: 
                   18874: 2002-04-02  paf
                   18875: 
                   18876:        * src/main/compile.C: parser.compile [exception name more like in
                   18877:          doc]
                   18878: 
                   18879: 2002-04-01  paf
                   18880: 
                   18881:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   18882:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   18883:          .content-type.charset, not .charset
                   18884: 
                   18885: 2002-03-29  paf
                   18886: 
                   18887:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   18888: 
                   18889:        * operators.txt, src/classes/date.C: ^date::create now may not
                   18890:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   18891:          days' year.  | 31.05->31.04   roll
                   18892: 
                   18893: 2002-03-28  paf
                   18894: 
                   18895:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   18896:          src/include/pa_globals.h, src/include/pa_hash.h,
                   18897:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   18898:          ^cache(seconds)    ^cache[date] }
                   18899: 
                   18900:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   18901:          param
                   18902: 
                   18903: 2002-03-27  paf
                   18904: 
                   18905:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   18906:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   18907:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   18908:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   18909:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   18910:          src/classes/xnode.C, src/include/pa_exception.h,
                   18911:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   18912:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   18913:          src/main/pa_array.C, src/main/pa_charset.C,
                   18914:          src/main/pa_charsets.C, src/main/pa_common.C,
                   18915:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   18916:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   18917:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   18918:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   18919:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18920:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   18921:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   18922:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   18923:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   18924:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   18925:          src/types/pa_wwrapper.h: assigned exception types
                   18926: 
                   18927:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   18928:          src/include/pa_request.h, src/main/execute.C,
                   18929:          src/main/pa_request.C: decided agains resetting exception_trace,
                   18930:          just changed name
                   18931: 
                   18932: 2002-03-26  paf
                   18933: 
                   18934:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   18935:          fixed
                   18936: 
                   18937:        * src/classes/op.C: forced language of $source field of exception
                   18938:          to 'tainted', so that sql-langed-frags could be outputed outside
                   18939:          of connect
                   18940: 
                   18941:        * operators.txt: removed date.roll limit of +-1 offset
                   18942: 
                   18943:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   18944: 
                   18945:        * operators.txt, src/classes/date.C: fixed date roll on
                   18946:          daylightsaving days mktime took into account tm_isdst flag, which
                   18947:          remained from BEFORE roll, but should have been reset
                   18948: 
                   18949: 2002-03-25  paf
                   18950: 
                   18951:        * operators.txt, src/targets/cgi/parser3.C:
                   18952:          http_site_config_filespec
                   18953: 
                   18954:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   18955:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   18956:          with any/both --disable-foreign-group-files --disable-execs
                   18957: 
                   18958:        * INSTALL: "--with=sendmail=COMMAND" comment
                   18959: 
                   18960:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   18961:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     18962:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   18963:          disables execs also.  introducing --sendmail
1.95      moko     18964: 
                   18965:        * operators.txt: pgsql options comment
                   18966: 
                   18967:        * INSTALL: comment on --disable-link-stdcpp
                   18968: 
1.116     moko     18969:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18970:          libstdc++ link skipping configure option
1.95      moko     18971: 
                   18972:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   18973:          with error were put to cache with 'marked_to_rollback' flag, all
                   18974:          consequent even OK requests rolled back
                   18975: 
                   18976: 2002-03-22  paf
                   18977: 
                   18978:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   18979:          false return
                   18980: 
                   18981:        * operators.txt: few comments on sets
                   18982: 
                   18983: 2002-03-18  paf
                   18984: 
                   18985:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   18986:          src/include/pa_globals.h, src/include/pa_request.h,
                   18987:          src/include/pa_stack.h, src/main/pa_globals.C,
                   18988:          src/main/pa_request.C: introducing ^try
                   18989: 
                   18990:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   18991:          types/pa_vdouble.h: removed some tested @tests
                   18992: 
                   18993: 2002-03-15  paf
                   18994: 
                   18995:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   18996: 
                   18997: 2002-03-13  paf
                   18998: 
                   18999:        * src/main/pa_exception.C: checked not-pooled malloc
                   19000: 
                   19001: 2002-03-11  paf
                   19002: 
                   19003:        * INSTALL, configure, configure.in,
                   19004:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   19005: 
                   19006:        * src/main/pa_common.C: --disable-foreign-group-files
                   19007: 
                   19008:        * INSTALL: --disable-execs
                   19009: 
                   19010:        * src/main/pa_exec.C: --disable-execs
                   19011: 
                   19012:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19013:          --disable-execs
                   19014: 
                   19015:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   19016: 
                   19017:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   19018:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   19019: 
                   19020: 2002-03-05  paf
                   19021: 
                   19022:        * operators.txt, src/classes/date.C: date week calendar columns
                   19023:          named
                   19024: 
                   19025:        * operators.txt, src/classes/date.C: date week calendar columns
                   19026:          named
                   19027: 
                   19028:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   19029:          requires headers to be terminated with \r\n manually [refuses to
                   19030:          separate header/body itself]
                   19031: 
                   19032:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19033:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   19034: 
                   19035: 2002-03-04  paf
                   19036: 
                   19037:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   19038:          in PASS language
                   19039: 
                   19040:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   19041:          deserialize checks on broken file
                   19042: 
                   19043:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   19044:          parser3isapi.dsp: isapi updated
                   19045: 
                   19046: 2002-03-01  paf
                   19047: 
                   19048:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   19049: 
                   19050: 2002-02-28  paf
                   19051: 
                   19052:        * src/main/untaint.C: removed some debug comments
                   19053: 
                   19054:        * src/main/pa_charsets.C: when placing charset to cache using
                   19055:          global name now [were request]
                   19056: 
                   19057:        * configure, configure.in: apache module updated
                   19058: 
                   19059:        * src/main/pa_string.C: origin by first piece preferred before last
                   19060:          piece
                   19061: 
                   19062: 2002-02-27  paf
                   19063: 
                   19064:        * src/main/pa_charset.C: size_t
                   19065: 
                   19066:        * INSTALL: shared/static-xml with-pathlink
                   19067: 
                   19068:        * operators.txt: SMTP comment
                   19069: 
                   19070: 2002-02-26  paf
                   19071: 
                   19072:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   19073: 
                   19074:        * src/classes/xnode.C: in some situation, xpath query returned
                   19075:          result with type NODESET, but empty nodeset member field, checked
                   19076:          that
                   19077: 
                   19078: 2002-02-22  paf
                   19079: 
                   19080:        * INSTALL: without-zlib comment
                   19081: 
                   19082:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   19083: 
                   19084:        * configure, configure.in: glib###.a detection fixed
                   19085: 
                   19086:        * INSTALL: hashfile removed from INSTALL
                   19087: 
1.116     moko     19088:        * Makefile.am: make update
1.95      moko     19089: 
                   19090:        * src/main/pa_string.C: string iterators fixed again, so were
                   19091:          String::join_chain
                   19092: 
                   19093:        * src/main/pa_string.C: string iterators fixed again, so were
                   19094:          String::join_chain
                   19095: 
                   19096:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   19097:          fixed again, so were String::join_chain
                   19098: 
                   19099:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   19100: 
                   19101:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   19102:          "session"
                   19103: 
1.116     moko     19104:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19105:          --with-shared-xml --with-static-xml
1.95      moko     19106: 
                   19107:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19108:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19109:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   19110:          xalan&xml
                   19111: 
                   19112:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   19113: 
                   19114:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   19115:          src/types/types.dsp: removed hashfile support from sources for
                   19116:          now
                   19117: 
1.116     moko     19118:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     19119:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     19120:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   19121:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   19122:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     19123:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     19124:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   19125:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   19126:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     19127: 
                   19128: 2002-02-21  paf
                   19129: 
                   19130:        * src/main/untaint.C: removed debug code, activated commented-for
                   19131:          debug parts
                   19132: 
1.116     moko     19133:        * Makefile.am: make cvsupdate
1.95      moko     19134: 
                   19135:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19136:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   19137:          append_row, not at link zero now string to string appending works
                   19138: 
                   19139: 2002-02-20  paf
                   19140: 
                   19141:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   19142:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   19143:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   19144: 
                   19145:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19146:          economy: 22%
                   19147: 
                   19148:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19149:          space uptimized: string::link_row removed
                   19150: 
                   19151:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   19152:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   19153:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19154:          types/pa_vstring.h: speed uptimized: string::is_empty
                   19155: 
                   19156:        * operators.txt, src/include/pa_common.h,
                   19157:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   19158:          src/include/pa_types.h, src/main/compile.tab.C,
                   19159:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   19160:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   19161:          string append optimiziation idea and estimates
                   19162: 
                   19163: 2002-02-19  paf
                   19164: 
                   19165:        * src/classes/math.C: not used directly [but erroreously reported
                   19166:          that 'is', thus registering twice&other probs]
                   19167: 
                   19168:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   19169:          to node [element]
                   19170: 
                   19171:        * src/main/compile.C: without string_origins parse error
                   19172:          file+line+col possible
                   19173: 
                   19174:        * src/main/: compile.C: without string_origins not worked
                   19175: 
                   19176: 2002-02-18  paf
                   19177: 
                   19178:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   19179:          trick i've installed into double::as_string
                   19180: 
                   19181:        * src/main/pa_globals.C: extern "C" was removed too fast
                   19182: 
                   19183:        * src/: include/pa_opcode.h, include/pa_request.h,
                   19184:          main/compile.tab.C, main/compile.y, main/execute.C,
                   19185:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   19186:          with string/nonstring values, now in expressions double/int
                   19187:          values are passed as-is, without stupid tostring/fromstring
                   19188:          conversions
                   19189: 
                   19190:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   19191:          __cplusplus } #endif
                   19192: 
                   19193:        * src/main/compile.tab.C: bison env set so one could compile
                   19194:          without cygwin installed
                   19195: 
                   19196:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19197:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   19198:          gnome xml libs parser .dsp-s changed accordingly
                   19199: 
                   19200:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   19201: 
                   19202:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   19203:          with backward comp
                   19204: 
                   19205:        * src/classes/math.C: math:random range check fixed
                   19206: 
                   19207:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   19208: 
                   19209:        * INSTALL: local install comment
                   19210: 
1.116     moko     19211:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     19212: 
1.116     moko     19213:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   19214:          src/include/pa_config_auto.h.in,
                   19215:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   19216:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     19217: 
                   19218:        * operators.txt: \ comment
                   19219: 
                   19220: 2002-02-13  paf
                   19221: 
                   19222:        * src/include/pa_config_includes.h: sys/time time both included
                   19223:          now.  vaguely remember confilicts on this on some system [not on
                   19224:          six|ablv] so when would see them again would think up proper
                   19225:          check
                   19226: 
1.116     moko     19227:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   19228:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     19229: 
                   19230:        * src/main/pa_common.C: truncation never occured when writing files
                   19231:          on unix [since i've changed cache mech] fix
                   19232: 
                   19233:        * src/main/pa_common.C: strnchr: sanity check added
                   19234: 
                   19235:        * etc/parser3.charsets/windows-1257.cfg: id added
                   19236: 
                   19237:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   19238:          baltic charset file generated, in generation script ispunct check
                   19239:          added
                   19240: 
                   19241: 2002-02-08  paf
                   19242: 
1.116     moko     19243:        * src/: include/Makefile.am, sql/Makefile.am,
                   19244:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     19245: 
                   19246:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   19247:          forgotten
                   19248: 
                   19249:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   19250: 
                   19251:        * INSTALL, README: install&others updated
                   19252: 
                   19253:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   19254: 
1.116     moko     19255:        * Makefile.am, configure, configure.in,
                   19256:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   19257:          src/classes/Makefile.am, src/main/Makefile.am,
                   19258:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   19259:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   19260:          works
1.95      moko     19261: 
                   19262:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19263:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19264:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   19265:          classes/math.C, classes/op.C, classes/response.C,
                   19266:          classes/string.C, classes/table.C, classes/void.C,
                   19267:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19268:          include/pa_array.h, include/pa_cache_managers.h,
                   19269:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19270:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19271:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19272:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19273:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19274:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19275:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19276:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19277:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19278:          include/pa_stack.h, include/pa_string.h,
                   19279:          include/pa_stylesheet_connection.h,
                   19280:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19281:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19282:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19283:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   19284:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19285:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19286:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19287:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19288:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19289:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19290:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19291:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   19292:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19293:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19294:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19295:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19296:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19297:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   19298:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   19299:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19300:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19301:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19302:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19303:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19304:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   19305:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   19306:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   19307:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   19308:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19309:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   19310:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   19311:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   19312:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   19313: 
                   19314:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19315:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19316:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19317:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19318:          classes/string.C, classes/table.C, classes/void.C,
                   19319:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19320:          include/pa_array.h, include/pa_cache_managers.h,
                   19321:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19322:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19323:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19324:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19325:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19326:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19327:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19328:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19329:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19330:          include/pa_stack.h, include/pa_string.h,
                   19331:          include/pa_stylesheet_connection.h,
                   19332:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19333:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19334:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19335:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   19336:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19337:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19338:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19339:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19340:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19341:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19342:          main/pa_status_provider.C, main/pa_string.C,
                   19343:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19344:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19345:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19346:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19347:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19348:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19349:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19350:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19351:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19352:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19353:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19354:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19355:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19356:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19357:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19358:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19359:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19360:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19361:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19362:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19363:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   19364:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   19365: 
                   19366: 2002-02-07  paf
                   19367: 
                   19368:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   19369: 
1.116     moko     19370:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19371:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   19372:          added yet another locking function: fcntl
1.95      moko     19373: 
                   19374:        * config.sub: on cygwin configure passes it with strange i1586
                   19375:          const, hacked it to mean i586
                   19376: 
                   19377:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   19378:          disabled $if reference due to conflicts with local variables
                   19379: 
                   19380:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   19381:          xdoc::set obsolete now, now xdoc::create, with both sences
                   19382: 
                   19383:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19384:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19385:          table::create now // 'set' name obsolete now table clone.
                   19386: 
                   19387:        * operators.txt, src/classes/string.C,
                   19388:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   19389:          ^int/double/string.format now can be called with normal []
                   19390:          brackets, not stupid {} as it were implemented for some strange
                   19391:          reason.  retaining backward compatibility due to some
                   19392:          already-implemented servers
                   19393: 
                   19394:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   19395:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   19396:          operators now detected by check at name_without_curly_rdive_read
                   19397:          rule whether diving code constists only of
                   19398:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   19399:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   19400:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   19401: 
                   19402: 2002-02-06  paf
                   19403: 
                   19404:        * configure, configure.in: prefix expanded, grr
                   19405: 
                   19406:        * operators.txt, src/classes/mail.C: mail:send config changed
                   19407: 
                   19408: 2002-02-05  paf
                   19409: 
                   19410:        * operators.txt: regex options commented
                   19411: 
                   19412:        * src/main/: pa_exec.C: argv0 now correct
                   19413: 
                   19414:        * src/types/pa_vstatus.C: status:rusage 3
                   19415: 
                   19416:        * src/types/pa_vstatus.C: status:rusage 2
                   19417: 
                   19418:        * operators.txt: status:rusage described int operators
                   19419: 
                   19420:        * src/types/pa_vstatus.C: status:rusage 1
                   19421: 
                   19422:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   19423:          src/types/types.dsp: status:rusage
                   19424: 
                   19425:        * configure.in, operators.txt, src/classes/file.C,
                   19426:          src/classes/op.C, src/include/pa_common.h,
                   19427:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   19428:          src/main/pa_common.C: rewritten ^cache to use
                   19429:          non-blocking-exclusive-caches
                   19430: 
                   19431:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   19432:          [speed impact. was off for debugging purpose, but forgotten
                   19433:          afterwards]
                   19434: 
                   19435: 2002-02-01  paf
                   19436: 
                   19437:        * src/classes/op.C: file_write does EX lock after create, while
                   19438:          file_read does SH after open, so there's a moment after create
                   19439:          but before EX lock when read can sneak into, and read
                   19440:          just-created-for-writing-and-not-yet-locked file, added a check
                   19441:          for that in ^cache...read
                   19442: 
                   19443: 2002-01-31  paf
                   19444: 
                   19445:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   19446:          ^xxx:
                   19447: 
                   19448:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   19449:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   19450: 
                   19451:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   19452:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   19453:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   19454:          operators check 6.1 rewritten. now check is done at compile time
                   19455: 
                   19456:        * src/main/execute.C: operators check 5 floated up old error of
                   19457:          staying in 'entered class/object' state after $a($a..) it
                   19458:          prevented operators from being called thereafter
                   19459: 
                   19460:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19461:          main/execute.C: operators check 4 floated up old error of staying
                   19462:          in 'entered object' state after ^a.a(a) it prevented operators
                   19463:          from being called thereafter
                   19464: 
                   19465:        * src/main/execute.C: operators check 3 floated up old error of
                   19466:          staying in 'entered class' state after $a:a(a) it prevented
                   19467:          operators from being called thereafter
                   19468: 
                   19469:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   19470:          floated up old error of staying in 'entered class' state after
                   19471:          $a:a[a] it prevented operators from being called thereafter
                   19472: 
                   19473:        * src/main/execute.C: operators check, thay mistakenly seen in
                   19474:          $class:operator   $object.operators contexts
                   19475: 
                   19476:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   19477:          win32
                   19478: 
1.116     moko     19479:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   19480:          src/classes/Makefile.am, src/main/Makefile.am,
                   19481:          src/targets/cgi/Makefile.am,
1.95      moko     19482:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     19483:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     19484: 
1.116     moko     19485:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   19486:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   19487:          configure, configure.in, form.txt, ident.awk, install-sh,
                   19488:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   19489:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     19490:          etc/parser3.charsets/Makefile.am,
                   19491:          etc/parser3.charsets/koi8-r.cfg,
                   19492:          etc/parser3.charsets/windows-1250.cfg,
                   19493:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     19494:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   19495:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   19496:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   19497:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     19498:          straightened installation scripts procedure made
                   19499:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   19500:          change
                   19501: 
                   19502: 2002-01-30  paf
                   19503: 
                   19504:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   19505:          removed] those comments were a mistake, and prevented libltdl
                   19506:          from function properly
                   19507: 
                   19508: 2002-01-29  paf
                   19509: 
1.116     moko     19510:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   19511:          creation [modified acinclude.m4 which were creating int into just
                   19512:          assignment LIBTOOL=../libtool] added default system
                   19513:          config&charsetts prepared 'make install', now it installs
                   19514:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   19515:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     19516:          $sysconfdir/parser3.charsets respectively
                   19517: 
                   19518:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   19519:          main/pa_globals.C: few forgotten ifdef XML added
                   19520: 
                   19521: 2002-01-28  paf
                   19522: 
1.116     moko     19523:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     19524:          removed
                   19525: 
                   19526:        * src/main/pa_exception.C: dom|generic error output fix
                   19527: 
                   19528:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   19529: 
                   19530:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   19531: 
                   19532:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   19533:          [fixed as_node helper func to accept docs]
                   19534: 
                   19535:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   19536:          xdoc.importNode 0
                   19537: 
                   19538:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   19539: 
                   19540: 2002-01-25  paf
                   19541: 
                   19542:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   19543:          @SPECIAL now works OK
                   19544: 
                   19545:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   19546: 
                   19547:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   19548:          violation that added
                   19549: 
                   19550:        * src/classes/hash.C: unified  hash::sql, now
                   19551:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   19552: 
                   19553:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   19554:          ^file:lock[filename]{code}
                   19555: 
                   19556:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19557:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   19558:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   19559:          to some pa_common funcs
                   19560: 
                   19561:        * src/: include/pa_charset.h, main/pa_globals.C:
                   19562:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   19563: 
                   19564:        * src/: include/pa_charset.h, main/pa_charset.C,
                   19565:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   19566:          not stupid illegal define
                   19567: 
                   19568: 2002-01-24  paf
                   19569: 
                   19570:        * src/include/pa_version.h: changed version number
                   19571: 
                   19572:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19573:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19574:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19575:          main/pa_db_connection.C, main/pa_db_table.C,
                   19576:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   19577:          hashfile without logfiles
                   19578: 
                   19579:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19580:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   19581:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   19582:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   19583:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   19584:          cluttered disk without huge need]
                   19585: 
                   19586:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   19587:          handy macro, which is strangly abscent in dome lib
                   19588: 
                   19589:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   19590: 
                   19591:        * src/classes/xdoc.C: checked empty response
                   19592: 
                   19593:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   19594:          /, not self node]
                   19595: 
                   19596:        * src/classes/xnode.C: xnode.select returns array always now, in
                   19597:          case 'nothing found' returns empty array
                   19598: 
                   19599:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   19600:          be more tender with ctrl/c/v
                   19601: 
                   19602: 2002-01-23  paf
                   19603: 
                   19604:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   19605:          substituted.         // 2. when dom tree with entites goes under
                   19606:          transform text nodes        // got [erroreosly] cut on first
                   19607:          entity occurance
                   19608: 
                   19609:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   19610:          twice-converting
                   19611: 
                   19612:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   19613:          'e' in output this is for regretful twice-converting here:
                   19614:          $a(double value) when they write double falue  they convert it to
                   19615:          string first, thus %g were losing precesion.
                   19616: 
                   19617:          todo: think up some way to remove double->string string->double
                   19618:          twice-converting
                   19619: 
                   19620:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   19621:          %.20E now default float format this is for regretful
                   19622:          twice-converting here: $a(double value) when they write double
                   19623:          falue  they convert it to string first, thus %g were losing
                   19624:          precesion.
                   19625: 
                   19626:          todo: think up some way to remove double->string string->double
                   19627:          twice-converting
                   19628: 
                   19629:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19630:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   19631:          reasons in comment inside
                   19632: 
                   19633:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   19634:          statically linked]
                   19635: 
                   19636:        * src/: include/pa_exception.h, main/compile.tab.C,
                   19637:          main/pa_exception.C: removed exception va_list constructor.  1.
                   19638:          not needed anymore 2. there were a conflict[causing errors]
                   19639:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   19640:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   19641:          ctor(, va_list) which, of course, caused gpf
                   19642: 
                   19643:        * src/main/pa_globals.C: removed debug xslt messages
                   19644: 
                   19645: 2002-01-22  paf
                   19646: 
                   19647:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19648:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   19649:          helps compiling stylesheet properly.  example: this refused to
                   19650:          work,             <b>&laquo;<xsl:value-of select="@title"
                   19651:          />&raquo;</b> stranly worked only this way:
                   19652:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   19653: 
                   19654:          docs says "set it to 1", never going into details, so I decided
                   19655:          to try NOT to do that
                   19656: 
                   19657:        * src/classes/table.C: join behaived badly in case named tables
                   19658:          structure mismatched: 0 strings sneaked into dest failing
                   19659:          afterwards.  replaced them with empty strings
                   19660: 
                   19661: 2002-01-21  paf
                   19662: 
                   19663:        * src/main/pa_charset.C: checked empty transcoders in
                   19664:          transcode_cstr|buf
                   19665: 
                   19666:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   19667: 
                   19668:        * src/classes/xdoc.C: transform error source now
                   19669:          stylesheet_filespec
                   19670: 
1.116     moko     19671:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     19672:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   19673:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     19674:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   19675:          gnome
1.95      moko     19676: 
                   19677:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19678:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   19679:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   19680:          xslt generic error 1
                   19681: 
                   19682:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   19683:          xml generic message 1
                   19684: 
                   19685:        * src/classes/table.C: ^table::load empty lines or #comments before
                   19686:          headline
                   19687: 
                   19688:        * src/: include/pa_array.h, include/pa_globals.h,
                   19689:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   19690:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   19691:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   19692:          errors 0
                   19693: 
                   19694: 2002-01-16  paf
                   19695: 
                   19696:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   19697:          classes/table.C, classes/void.C, classes/xdoc.C,
                   19698:          include/pa_db_connection.h, include/pa_request.h,
                   19699:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19700:          include/pa_stylesheet_connection.h,
                   19701:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   19702:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19703:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   19704:          stylesheet_connection auto destroyers to remaining gnome objects
                   19705: 
                   19706:        * src/classes/xdoc.C: few comments
                   19707: 
                   19708: 2002-01-15  paf
                   19709: 
                   19710:        * src/classes/xdoc.C: xdoc   file   save   string
                   19711: 
                   19712:          ready.  todo: error handling
                   19713: 
                   19714:        * src/classes/xdoc.C: xdoc save rewritten using
                   19715:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   19716:          result
                   19717: 
                   19718:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   19719:          started output options parsing
                   19720: 
                   19721: 2002-01-14  paf
                   19722: 
                   19723:        * src/classes/xdoc.C: method
                   19724: 
                   19725:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19726:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19727:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   19728:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   19729:          xslt transform0.  TODO:   use output options   handle errors
                   19730: 
                   19731:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   19732: 
                   19733: 2002-01-11  paf
                   19734: 
                   19735:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19736:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19737:          partial logical && || evaluation
                   19738: 
                   19739:        * src/classes/xnode.C: xpath selectNodes
                   19740: 
                   19741:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   19742:          string/number/bool
                   19743: 
                   19744:        * src/classes/xnode.C: xpath selectNode 2
                   19745: 
                   19746:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   19747:          xpath selectNode 1
                   19748: 
                   19749: 2002-01-10  paf
                   19750: 
                   19751:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   19752: 
                   19753:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19754:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   19755:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   19756:          refcounter]
                   19757: 
                   19758: 2001-12-29  paf
                   19759: 
                   19760:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   19761:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   19762:          glib works 0
                   19763: 
                   19764: 2001-12-28  paf
                   19765: 
                   19766:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   19767:          main/pa_exception.C: started glib transcoders
                   19768: 
                   19769:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   19770: 
                   19771:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   19772:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   19773:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   19774:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   19775:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   19776:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   19777:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   19778:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   19779: 
                   19780: 2001-12-27  paf
                   19781: 
                   19782:        * src/: include/pa_charset.h, include/pa_common.h,
                   19783:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   19784:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   19785:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19786:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19787:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   19788:          from xalan&xerces, started the process.  globals [initialization
                   19789:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   19790:          calls
                   19791: 
                   19792:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   19793:          anymore
                   19794: 
                   19795: 2001-12-26  paf
                   19796: 
                   19797:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   19798:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   19799:          key globalized [bug]
                   19800: 
                   19801: 2001-12-25  paf
                   19802: 
                   19803:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   19804:          main/pa_string.C: table set & append changed splitting languages,
                   19805:          separators now can be clean AND as-is same to mail command line
                   19806:          $MAIN:MAIL.progX arguments
                   19807: 
                   19808: 2001-12-24  paf
                   19809: 
                   19810:        * src/classes/mail.C: one parted text messages - no multipart
                   19811:          mime-type anymore.  for convinient if $.attach-ments
                   19812: 
                   19813:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   19814:          main/pa_string.C: read from cache size check updated
                   19815: 
                   19816:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   19817: 
                   19818: 2001-12-21  paf
                   19819: 
                   19820:        * src/classes/date.C: date:sql-string now returns localtime
                   19821: 
                   19822:        * src/main/pa_request.C: $result in @main actually not working, to
                   19823:          hell with it for now
                   19824: 
                   19825:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   19826:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   19827:          @postprocess @exception
                   19828: 
                   19829:        * src/main/execute.C: junction evaluation canceled - endless
                   19830:          recursion detected
                   19831: 
                   19832: 2001-12-19  paf
                   19833: 
                   19834:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   19835:          intermediate
                   19836: 
                   19837:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   19838: 
                   19839:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   19840: 
                   19841:        * src/classes/op.C: ^cache keypath now relative
                   19842: 
                   19843:        * src/classes/mail.C: changed weighting prior to sort
                   19844: 
                   19845:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   19846:          were missing
                   19847: 
                   19848: 2001-12-17  paf
                   19849: 
                   19850:        * src/main/pa_charset.C: ifndef XML were bad type
                   19851: 
                   19852:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   19853:          outdated unset services_pool
                   19854: 
                   19855:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   19856:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   19857:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   19858: 
                   19859:        * src/main/untaint.C: allowed space in filespec
                   19860: 
                   19861:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   19862: 
                   19863:        * src/classes/image.C: no govno
                   19864: 
                   19865:        * src/classes/image.C: govno
                   19866: 
                   19867: 2001-12-16  paf
                   19868: 
                   19869:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   19870: 
                   19871:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   19872:          charset_connection&manager replaced by charset&charsets
                   19873: 
                   19874:        * src/main/pa_charset.C: name_cstr 0
                   19875: 
                   19876:        * src/main/untaint.C: uri lang now knows about client/source
                   19877:          charsets
                   19878: 
                   19879:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   19880:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19881:          include/pa_array.h, include/pa_cache_managers.h,
                   19882:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   19883:          include/pa_common.h, include/pa_db_connection.h,
                   19884:          include/pa_db_manager.h, include/pa_db_table.h,
                   19885:          include/pa_dictionary.h, include/pa_exception.h,
                   19886:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   19887:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   19888:          include/pa_sapi.h, include/pa_socks.h,
                   19889:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19890:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19891:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19892:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   19893:          main/pa_charset.C, main/pa_charset_connection.C,
                   19894:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   19895:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19896:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   19897:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   19898:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19899:          types/types.dsp: introducing Charset
                   19900: 
                   19901: 2001-12-14  paf
                   19902: 
                   19903:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   19904:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   19905:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   19906:          uri lang
                   19907: 
                   19908:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   19909: 
                   19910:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   19911: 
                   19912:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   19913:          defalts_name global
                   19914: 
                   19915:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   19916:          include/pa_request.h, main/main.dsp,
                   19917:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19918:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   19919:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   19920:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   19921:          changed charset model.  now important: $request:charset
                   19922:          $response:charset while $response:content-type.charset become
                   19923:          unimportant [informational]
                   19924: 
                   19925: 2001-12-13  paf
                   19926: 
                   19927:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   19928: 
                   19929:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   19930:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   19931:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   19932:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   19933:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   19934:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19935: 
                   19936:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   19937:          auto_ptr part other way, because of stupid gcc 2.96
                   19938:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   19939:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   19940:          FormatterListener] /usr/include/g++-3/memory:48:
                   19941:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   19942:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19943: 
                   19944:        * src/classes/xdoc.C: removed extra inc
                   19945: 
                   19946:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   19947: 
                   19948:        * src/include/pa_types.h: msvc head debugging flag
                   19949: 
                   19950:        * src/classes/xdoc.C: freed up listener
                   19951: 
                   19952:        * src/classes/string.C: change msg '... code is not code'
                   19953: 
                   19954:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   19955:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19956:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   19957:          [past/future prob]
                   19958: 
                   19959:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19960:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   19961:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19962:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   19963: 
                   19964:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   19965:          main/pa_string.C: removed signed mismatch warnings
                   19966: 
                   19967:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   19968:          'expires' from header outputs
                   19969: 
                   19970:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   19971:          row ptr
                   19972: 
                   19973:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   19974:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   19975: 
                   19976:        * src/classes/xdoc.C: lang list updated
                   19977: 
                   19978: 2001-12-10  paf
                   19979: 
                   19980:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   19981: 
                   19982:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   19983:          erase files like that, knowing their full name introducing   //
                   19984:          theoretical problem with, for instance, "_2B" and "." fragments,
                   19985:          // they would yield the same    // because
                   19986:          need_file_encode('_')=false  // but we need to delete such files
                   19987:          somehow, getting names from ^index
                   19988: 
                   19989:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   19990:          string::join_chank break]
                   19991: 
                   19992: 2001-12-07  paf
                   19993: 
                   19994:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   19995:          include/pa_common.h, include/pa_config_auto.h.in,
                   19996:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19997:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   19998:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   19999:          types/pa_vhashfile.C: merged from r14_simple_cache
                   20000: 
                   20001:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   20002:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   20003:             lduh  [ %i2 + 1 ], %l0
                   20004: 
                   20005:          bus error, fixed that
                   20006: 
                   20007:        * src/main/pa_string.C: strange string deserialize bug on
                   20008:          client[pmts], a bit shortened,
                   20009: 
                   20010:        * src/include/pa_config_auto.h.in: makes
                   20011: 
                   20012:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   20013:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   20014:          file write shared lock file read
                   20015: 
                   20016:        * src/: classes/op.C, include/pa_common.h,
                   20017:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   20018: 
                   20019: 2001-12-06  paf
                   20020: 
                   20021:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   20022:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   20023: 
                   20024:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   20025:          info
                   20026: 
                   20027:        * src/classes/hashfile.C: removed transaction from ^cache
                   20028: 
                   20029: 2001-12-05  paf
                   20030: 
                   20031:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   20032:          IIS5 there were a prob with illegal call check
                   20033: 
                   20034: 2001-12-04  paf
                   20035: 
                   20036:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   20037:          main/pa_request.C: measures to log
                   20038: 
                   20039: 2001-11-23  paf
                   20040: 
                   20041:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   20042:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   20043:          types/pa_vhashfile.C: merged from _0014, 1
                   20044: 
                   20045:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   20046:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   20047:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   20048:          ^cache(33) would change
                   20049: 
                   20050:          0660 bits in file_write & hashfile create
                   20051: 
                   20052:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   20053:          after pa_string optimization]
                   20054: 
                   20055: 2001-11-22  paf
                   20056: 
                   20057:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20058:          table.offset[whence]
                   20059: 
                   20060:        * src/classes/op.C: process cstr(,connection)
                   20061: 
                   20062:        * src/classes/op.C: process now gets its body on current language,
                   20063:          not as-is
                   20064: 
                   20065:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   20066: 
                   20067:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   20068:          bit
                   20069: 
1.116     moko     20070:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     20071: 
                   20072: 2001-11-21  paf
                   20073: 
                   20074:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   20075:          <xsl:output output options made identical to xsl:output
                   20076:          attributes exclusion:    cdata-section-elements what xalan can do
                   20077:          but that not used now:    it can escape and remove CDATA sections
                   20078: 
                   20079:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   20080:          produced by xslt
                   20081: 
                   20082:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   20083: 
                   20084:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   20085: 
                   20086:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   20087:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   20088:          default language for {code}, it happen to change it's language
                   20089:          from CLEAN, so later refused to split by CLEAN \t
                   20090: 
                   20091: 2001-11-20  paf
                   20092: 
1.116     moko     20093:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   20094:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     20095:          bottom of dependeces, so that errors would popup quicklier, fixed
                   20096:          line numbering in table::sql
                   20097: 
                   20098: 2001-11-19  paf
                   20099: 
                   20100:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   20101:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   20102:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20103:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   20104:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   20105:          at wcontext.write
                   20106: 
1.116     moko     20107:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     20108:          _set_new_handler
                   20109: 
1.116     moko     20110:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   20111:          set_new_handler in apache&isapi
1.95      moko     20112: 
                   20113: 2001-11-16  paf
                   20114: 
                   20115:        * src/targets/cgi/parser3.C: pool debug @ die
                   20116: 
                   20117:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20118:          removed 8 bytes from String, 2 bytes from
                   20119:          string::chunk::row::item
                   20120: 
                   20121:        * src/main/pa_string.C: removed 1+4 bytes from String
                   20122: 
                   20123:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20124:          types/pa_vstring.C: removed 1+4 bytes from String
                   20125: 
                   20126:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   20127:          0
                   20128: 
                   20129:        * src/: include/pa_globals.h, include/pa_string.h,
                   20130:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   20131:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   20132:          targets/cgi/parser3.C: introducing estimating
                   20133:          String::cstr_bufsize, 0
                   20134: 
                   20135:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   20136: 
                   20137:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   20138: 
                   20139:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   20140:          include/pa_pool.h: die in pool::fail
                   20141: 
                   20142: 2001-11-15  paf
                   20143: 
                   20144:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   20145:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   20146:          dynamic buffer re-back now with counter
                   20147: 
                   20148:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   20149:          static buffer back
                   20150: 
                   20151:        * src/targets/cgi/parser3.C: std::
                   20152: 
                   20153:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   20154:          include/pa_config_includes.h: setnewhandler check
                   20155: 
1.116     moko     20156:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20157: 
                   20158:        * src/targets/cgi/parser3.C: set_new_handler started
                   20159: 
                   20160: 2001-11-14  paf
                   20161: 
                   20162:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   20163:          was wrong
                   20164: 
                   20165:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   20166:          was wrong
                   20167: 
                   20168:        * src/main/pa_request.C: z
                   20169: 
                   20170:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   20171:          full returns win32 -1 solaris >buffer_size
                   20172: 
                   20173:          checked all that
                   20174: 
                   20175:        * src/classes/op.C: ^untaint{body} as-is default now
                   20176: 
                   20177:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   20178:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   20179:          with no_bad_constructors_try
                   20180: 
                   20181:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   20182:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   20183:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   20184:          $bred[^int::int[]]
                   20185: 
                   20186:          now VObject creation moved into overriden
                   20187:          VClass::create_new_value, thus 0 from create_new_value means that
                   20188:          class has no ctors
                   20189: 
                   20190: 2001-11-13  paf
                   20191: 
                   20192:        * src/classes/classes.C: returned accedently removed if in foreach
                   20193:          callbacks [when hash no-0-restructure]
                   20194: 
                   20195: 2001-11-12  paf
                   20196: 
                   20197:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   20198:          passed as-is to method, xalan makes & into &amp; itself
                   20199: 
                   20200:        * src/classes/date.C: date.roll parser2 alg used
                   20201: 
                   20202:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   20203:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20204:          main/pa_dictionary.C, main/pa_hash.C,
                   20205:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   20206:          now does not containt 0 values. put 0 actullay removes.  no check
                   20207:          on 0 value in foreach now required
                   20208: 
                   20209: 2001-11-11  paf
                   20210: 
                   20211:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   20212: 
                   20213:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   20214: 
                   20215:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   20216:          driver initialize not const
                   20217: 
                   20218: 2001-11-10  paf
                   20219: 
                   20220:        * src/main/pa_exec.C: doc
                   20221: 
                   20222: 2001-11-09  paf
                   20223: 
                   20224:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   20225:          param properly
                   20226: 
                   20227:        * src/classes/string.C: string.save now does untainting before
                   20228:          saving
                   20229: 
                   20230:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   20231:          still cstr oriented]
                   20232: 
                   20233:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20234:          line endings fixing got rid of cstr, now must work ok with post
                   20235:          multipart
                   20236: 
                   20237:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   20238:          not file  also now
                   20239: 
                   20240: 2001-11-08  paf
                   20241: 
                   20242:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20243:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20244:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   20245:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   20246:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   20247:          simple parent, not second parent [gcc 2.96 strangly refused to
                   20248:          call virtual from second parent]
                   20249: 
1.116     moko     20250:        * src/: include/pa_common.h, main/Makefile.am,
                   20251:          targets/cgi/pa_pool.C: makes
1.95      moko     20252: 
                   20253:        * src/: include/pa_request.h, main/pa_request.C,
                   20254:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   20255:          'status' class enabler
                   20256: 
                   20257:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   20258: 
                   20259:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20260:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20261:          include/pa_stylesheet_manager.h, main/main.dsp,
                   20262:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   20263:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20264:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20265:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   20266:          todo: apache 'status' class enabler
                   20267: 
                   20268: 2001-11-05  paf
                   20269: 
                   20270:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   20271:          debug to normal
                   20272: 
                   20273:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   20274:          hence i removed skipping 0 values in hash::for_each-es we need to
                   20275:          check cleaned cache items manually. few more checks.
                   20276: 
                   20277:          expiring to 0 time was wrong, changed to 'now' time
                   20278: 
                   20279:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   20280:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   20281:          on apache already done :)
                   20282: 
                   20283:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   20284:          skipping 0 values in hash::for_each-es we need to check cleaned
                   20285:          cache items manually
                   20286: 
                   20287:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   20288:          parser_multithreaded check was wrong
                   20289: 
                   20290:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20291:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20292:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20293:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20294:          classes/string.C, classes/table.C, classes/void.C,
                   20295:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20296:          include/pa_array.h, include/pa_charset_connection.h,
                   20297:          include/pa_charset_manager.h, include/pa_common.h,
                   20298:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20299:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20300:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20301:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20302:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20303:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20304:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20305:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20306:          include/pa_stack.h, include/pa_string.h,
                   20307:          include/pa_stylesheet_connection.h,
                   20308:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20309:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20310:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20311:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   20312:          main/pa_charset_manager.C, main/pa_common.C,
                   20313:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20314:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20315:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20316:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20317:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20318:          main/pa_status_provider.C, main/pa_string.C,
                   20319:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20320:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20321:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20322:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20323:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20324:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20325:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20326:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20327:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20328:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20329:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20330:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20331:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20332:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20333:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20334:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20335:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   20336:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   20337:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   20338:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20339:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20340:          $status:db fixed used not initialized in db_connection & db_table
                   20341: 
                   20342:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   20343:          $status:charset
                   20344: 
                   20345:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   20346:          include/pa_stylesheet_connection.h,
                   20347:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   20348:          types/pa_vstatus.h: $status:stylesheet
                   20349: 
                   20350:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   20351:          include/pa_request.h, include/pa_sql_connection.h,
                   20352:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20353:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   20354:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20355:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20356:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   20357:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   20358: 
                   20359: 2001-11-01  paf
                   20360: 
                   20361:        * src/include/pa_config_auto.h.in: makes
                   20362: 
                   20363:        * src/main/pa_hash.C: removed old extra include
                   20364: 
                   20365:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   20366:          checks [for hp, there are such in math.h]
                   20367: 
                   20368:        * src/classes/op.C: ^for endless loop check strightened
                   20369: 
                   20370:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   20371:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   20372:          co can use r.root to write their i & key,value there
                   20373: 
                   20374:        * src/classes/op.C: detected for var storage bug, fixed.
                   20375:          todo:foreach
                   20376: 
                   20377:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   20378:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   20379:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   20380:          changing of hash inside of foreach
                   20381: 
                   20382:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   20383:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   20384:          were hash.foreach
                   20385: 
                   20386:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   20387:          types/pa_vstring.C, types/pa_vstring.h:
                   20388:          ^foreach[key|value]{body}[[separator]|{separator}]
                   20389: 
                   20390:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   20391:          types/pa_vcookie.C: ^hash.delete[key]
                   20392: 
                   20393: 2001-10-31  paf
                   20394: 
                   20395:        * src/main/: compile.C, pa_common.C: completely empty file now
                   20396:          considered "read", not ignored [not perfect trick used]
                   20397: 
                   20398:        * src/main/pa_common.C: simplier common ifdefs
                   20399: 
                   20400:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   20401: 
                   20402:        * src/main/pa_db_connection.C: z
                   20403: 
                   20404:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   20405:          lockdetector flags
                   20406:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   20407: 
                   20408:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   20409:          from accidental show [imagine user forgot @exception]
                   20410: 
                   20411:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   20412: 
                   20413:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   20414:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   20415:          main/pa_common.C: ^string.save[[append;]path]
                   20416: 
                   20417:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20418:          main/execute.C: \ in expression: int divide 10/3=3
                   20419: 
                   20420:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   20421:          inside of ^cache
                   20422: 
                   20423:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   20424:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   20425:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   20426:          needed
                   20427: 
                   20428: 2001-10-30  paf
                   20429: 
                   20430:        * src/: classes/classes.dsp, main/main.dsp,
                   20431:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20432:          types/types.dsp: enabled debug incremental compile
                   20433: 
                   20434:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20435:          form post data line endings not reformatted now.
                   20436: 
                   20437:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   20438:          now required [had bug when file= has no value]
                   20439: 
                   20440:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   20441:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   20442:          cstr(asis) default param removed
                   20443: 
                   20444:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   20445: 
                   20446:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   20447: 
                   20448:        * src/include/pa_dir.h: LOAD_DIR fixed
                   20449: 
                   20450:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   20451:          was broken} fix_line_breaks
                   20452: 
                   20453:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   20454:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   20455:          packed with #pragma pack
                   20456: 
1.116     moko     20457:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     20458: 
                   20459: 2001-10-29  paf
                   20460: 
                   20461:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   20462: 
                   20463:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   20464:          string hash.puts
                   20465: 
                   20466:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   20467: 
                   20468:        * src/include/pa_sql_connection.h: there were one wrong
                   20469:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   20470: 
                   20471:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   20472:          param.someday either ifdef or remove it
                   20473: 
                   20474:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   20475: 
                   20476:        * src/main/untaint.C: optimizing returned after debugging
                   20477: 
                   20478:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20479:          main/untaint.C: memory hunging #pragma pack(1)
                   20480: 
                   20481:          16 419 844 13 169 394
                   20482: 
                   20483:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20484:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   20485:          places [todo:Array]
                   20486: 
                   20487:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   20488:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   20489:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   20490: 
                   20491:          total 5 652 652/158731 total 5 469 332/158731
                   20492: 
                   20493:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   20494:          Array:: without cache in get/put now
                   20495: 
                   20496:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   20497:          18:25:27 2001] total 5 652 652/158731
                   20498: 
                   20499:        * src/: include/pa_string.h, main/pa_string.C,
                   20500:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   20501:          now
                   20502: 
                   20503:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   20504:          18:11:53 2001] total 5796092/158731
                   20505: 
                   20506:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   20507:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   20508:          key ref now
                   20509: 
                   20510:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   20511:          17:11:17 2001] total 16867948/202658
                   20512: 
                   20513:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   20514:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   20515:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20516:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20517:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   20518:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   20519:          string::as_int/double now usually uses stack, not heap [200K out
                   20520:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   20521: 
                   20522:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   20523:          hiding bug]
                   20524: 
                   20525:        * src/Makefile.am: .am order
                   20526: 
                   20527:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   20528:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20529:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   20530:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20531:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   20532:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   20533:          required "friend class"
                   20534: 
                   20535:          ../include/pa_request.h:51: friend declaration requires
                   20536:          class-key, i.e. `friend    class Temp_lang'
                   20537: 
                   20538:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   20539:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   20540:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   20541: 
                   20542:          the idea is to #1 jump to C++ some function to main body, where
                   20543:          every function stack frame has exception unwind information and
                   20544:          from there... #2 propagate_exception()
                   20545: 
                   20546: 2001-10-28  paf
                   20547: 
                   20548:        * src/main/pa_db_connection.C: removed old consts
                   20549: 
                   20550:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   20551:          with wrong type/cast]
                   20552: 
                   20553:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   20554:          translation
                   20555: 
1.116     moko     20556:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     20557:          remember to build DB2 with -fexceptions!!!
                   20558: 
                   20559:        * src/main/pa_db_table.C: DB_RMW defed
                   20560: 
                   20561:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   20562:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20563:          include/pa_db_table.h, main/pa_db_connection.C,
                   20564:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   20565: 
                   20566: 2001-10-27  paf
                   20567: 
                   20568:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20569:          include/pa_db_table.h, main/pa_db_connection.C,
                   20570:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   20571:          types/pa_vhashfile.C: DB2 ifdefs
                   20572: 
1.116     moko     20573:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   20574:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     20575:          makes with DB2
                   20576: 
1.116     moko     20577:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   20578:          types/Makefile.am: makes db
1.95      moko     20579: 
                   20580:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   20581:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   20582:          globals.C
                   20583: 
                   20584:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20585:          include/pa_db_table.h, main/pa_db_connection.C,
                   20586:          main/pa_db_table.C: ^hashfile.clear[]
                   20587: 
                   20588:        * src/classes/classes.awk: no $ in var names
                   20589: 
                   20590:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   20591:          connection&table [forgotten calls]
                   20592: 
                   20593: 2001-10-26  paf
                   20594: 
                   20595:        * src/main/pa_db_connection.C: db checkpoints
                   20596: 
                   20597:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   20598:          checkpoints
                   20599: 
                   20600:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   20601:          default. but entities still reparsed. todo: tothink
                   20602: 
                   20603:        * src/main/pa_db_connection.C: db recover mech 2
                   20604: 
                   20605:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20606:          include/pa_db_manager.h, include/pa_db_table.h,
                   20607:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20608:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   20609:          types/pa_vhashfile.h: db connections & tables now cached at
                   20610:          create time & multithreaded
                   20611: 
                   20612:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   20613:          parsed_source
                   20614: 
                   20615:        * src/main/pa_db_connection.C: about to remove connection from
                   20616:          vhashfile
                   20617: 
                   20618:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   20619:          transaction commit/rollback responsibility left to parent [as it
                   20620:          sould - else there were a bug with double free]
                   20621: 
                   20622:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   20623:          responsibility left to parent [as it sould - else there were a
                   20624:          bug with double free]
                   20625: 
                   20626: 2001-10-25  paf
                   20627: 
                   20628:        * src/: classes/hashfile.C, include/pa_common.h,
                   20629:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20630:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   20631:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   20632:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   20633:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   20634:          yet]
                   20635: 
                   20636:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   20637: 
                   20638:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   20639:          transaction parent passed
                   20640: 
                   20641: 2001-10-24  parser
                   20642: 
1.116     moko     20643:        * src/classes/Makefile.am: makes
1.95      moko     20644: 
                   20645:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   20646:          isapi/pool_storage.h: pool_storage fixed
                   20647: 
                   20648:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   20649:          types/pa_vform.h: form fix_line_breaks
                   20650: 
1.116     moko     20651:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     20652: 
                   20653:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   20654:          targets/cgi/pool_storage.h: makes
                   20655: 
                   20656:        * src/sql/pa_sql_driver.h: version
                   20657: 
                   20658:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   20659:          types/pa_vform.C, types/pa_vform.h: .am
                   20660: 
                   20661:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   20662:          this: DB_RMW Acquire write locks instead of read locks when doing
                   20663:          the retrieval. Setting this flag may decrease the likelihood of
                   20664:          deadlock during a read-modify-write cycle by immediately
                   20665:          acquiring the write lock during the read part of the cycle so
                   20666:          that another thread of control acquiring a read lock for the same
                   20667:          item, in its own read-modify-write cycle, will not result in
                   20668:          deadlock
                   20669: 
                   20670:        * src/targets/isapi/parser3isapi.dsp: doc
                   20671: 
                   20672:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   20673: 
                   20674:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   20675: 
                   20676:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20677:          main/pa_db_connection.C: hashfile expired deleted from db when
                   20678:          get & iterate
                   20679: 
                   20680:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   20681:          expiring 1
                   20682: 
                   20683:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   20684: 
                   20685:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   20686:          db_connection not bothers with key when not returning expired
                   20687:          data
                   20688: 
                   20689:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20690:          types/pa_vhashfile.C: db_cursor constructor public now
                   20691: 
                   20692:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20693:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   20694:          stamped, todo: put_element analize
                   20695: 
                   20696:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   20697:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   20698:          serialize. todo stamp
                   20699: 
                   20700: 2001-10-23  parser
                   20701: 
                   20702:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   20703:          classes/image.C, classes/mail.C, classes/response.C,
                   20704:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20705:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   20706:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   20707:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   20708:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   20709:          types/pa_vtable.C: ^hashfile.hash[]
                   20710: 
                   20711:        * src/: classes/hashfile.C, classes/xdoc.C,
                   20712:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   20713:          main/pa_globals.C: ifdefs so it compiled without db
                   20714: 
                   20715:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20716:          include/pa_db_manager.h, main/pa_db_connection.C,
                   20717:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   20718:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   20719:          ^hashfile.delete[key]
                   20720: 
                   20721: 2001-10-22  parser
                   20722: 
                   20723:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   20724:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   20725: 
                   20726:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   20727:          classes/xnode.C, include/pa_charset_connection.h,
                   20728:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20729:          include/pa_exception.h, include/pa_sapi.h,
                   20730:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20731:          include/pa_stylesheet_connection.h,
                   20732:          include/pa_stylesheet_manager.h,
                   20733:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20734:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20735:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   20736:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20737:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   20738:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   20739:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   20740:          types/types.dsp: hashfile 0
                   20741: 
                   20742:        * src/types/pa_vhashfile.C: z
                   20743: 
                   20744:        * src/: classes/classes.dsp, classes/hashfile.C,
                   20745:          include/pa_config_fixed.h, main/execute.C,
                   20746:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   20747:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   20748: 
                   20749:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   20750: 
                   20751:        * src/: include/pa_exception.h, include/pa_request.h,
                   20752:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   20753:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20754:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   20755: 
                   20756: 2001-10-19  parser
                   20757: 
                   20758:        * src/include/pa_pool.h: header
                   20759: 
                   20760:        * src/main/pa_pool.C: auto compiled on gcc
                   20761: 
                   20762:        * src/classes/image.C: comment
                   20763: 
1.116     moko     20764:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     20765: 
                   20766:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20767:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20768:          types/pa_vxnode.h: xnode clone got freed
                   20769: 
                   20770:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20771:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   20772:          can free up xalandomstring resulting from pool::transcode
                   20773: 
                   20774:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   20775:          include/pa_config_fixed.h, include/pa_exception.h,
                   20776:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   20777:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   20778:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   20779:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   20780:          from non-xml compile
                   20781: 
                   20782:        * src/main/pa_request.C: pool:: context - get_context
                   20783: 
                   20784:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20785:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20786:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20787:          classes/string.C, classes/table.C, classes/void.C,
                   20788:          include/pa_config_fixed.h, include/pa_exception.h,
                   20789:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   20790:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20791:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   20792:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   20793:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20794:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20795:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20796:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   20797:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   20798:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   20799:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   20800:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   20801:          exceptions 0
                   20802: 
                   20803:        * src/classes/classes.awk: $ removed
                   20804: 
                   20805: 2001-10-18  parser
                   20806: 
                   20807:        * src/types/pa_vcookie.C: cookie:CLASS
                   20808: 
                   20809:        * src/main/main.dsp: project
                   20810: 
                   20811:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   20812:          set_document & ctor question "who owns document" solved
                   20813: 
                   20814:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   20815: 
                   20816:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20817:          main/pa_pool.C: encoding in dom creating funcs
                   20818: 
                   20819:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   20820:          be transformed now
                   20821: 
                   20822:        * src/classes/xdoc.C: dom created by create can be transformed now
                   20823: 
                   20824:        * src/classes/xdoc.C: z
                   20825: 
                   20826:        * src/classes/xdoc.C: comment
                   20827: 
                   20828:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   20829:          create now uses XercesDocumentBridge, appendChild&co now works
                   20830: 
                   20831:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   20832:          @ recompile
                   20833: 
                   20834:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   20835:          $origin @exception[
                   20836: 
                   20837:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   20838:          tag names forced to XML lang
                   20839: 
                   20840:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   20841:          leechy-found bugs in code&doc fixed
                   20842: 
                   20843: 2001-10-17  parser
                   20844: 
                   20845:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   20846:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   20847:          n functionality preserved
                   20848: 
                   20849:        * src/types/pa_vimage.h: removed unused vimage::save
                   20850: 
                   20851: 2001-10-16  parser
                   20852: 
                   20853:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   20854: 
                   20855:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   20856: 
                   20857:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   20858: 
                   20859:        * src/classes/image.C: image.copy tolerance
                   20860: 
                   20861:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   20862:          ineffective, but works for small paleted image
                   20863: 
                   20864:        * src/types/pa_vimage.C: comment
                   20865: 
                   20866:        * src/classes/image.C: gd size/resize bugfix
                   20867: 
                   20868:        * src/: classes/classes.dsp, main/main.dsp,
                   20869:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20870:          types/types.dsp: ident >nul 2>&1
                   20871: 
                   20872:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   20873:          systems
                   20874: 
                   20875:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   20876:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   20877: 
                   20878: 2001-10-15  parser
                   20879: 
                   20880:        * src/main/execute.C: z
                   20881: 
                   20882:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   20883: 
                   20884:        * src/types/pa_vxnode.C:     document_type_node.
                   20885:                  !readonly attribute DOMString name
                   20886:              !notation_node.
                   20887:                  !readonly attribute DOMString publicId
                   20888:                  !readonly attribute DOMString systemId
                   20889: 
1.116     moko     20890:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   20891:          ::write badly passed string too transparently [failed to
                   20892:          intercept it]
1.95      moko     20893: 
                   20894:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   20895:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   20896:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20897:          types/pa_vxnode.h: DOM1 major addtion, only few
                   20898:          attributes/methods left
                   20899: 
                   20900: 2001-10-13  parser
                   20901: 
                   20902:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20903:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   20904:          in main handler
                   20905: 
                   20906:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   20907:          cleanups & frees order
                   20908: 
                   20909:        * src/types/pa_vcode_frame.h: couple comments
                   20910: 
                   20911:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   20912:          transparent enough to handle hash if creation&passing
                   20913: 
                   20914:        * src/: include/pa_config_fixed.h, main/execute.C,
                   20915:          main/pa_exception.C: noticed that vcodeframe not transparent
                   20916:          enough, would change now
                   20917: 
                   20918: 2001-10-12  parser
                   20919: 
                   20920:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   20921:          fixed. initialization&free on each thread!
                   20922: 
                   20923:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   20924:          handling changed: now type of default param analized always, not
                   20925:          only at problem time, thus helping early problem spotting
                   20926: 
                   20927:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   20928:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   20929:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   20930:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   20931:          multithread bug fixed. initialization&free on each thread!
                   20932: 
                   20933: 2001-10-11  parser
                   20934: 
                   20935:        * src/classes/xnode.C: xnode.selectSingle now
                   20936: 
                   20937:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20938:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20939:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   20940:          convertors out of Pool into Exception
                   20941: 
                   20942:        * src/main/pa_string.C: const
                   20943: 
                   20944:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   20945:          linked pieces of same language together prior to String::replace
                   20946: 
                   20947:        * src/classes/hash.C:     !^hash.add[addme]
                   20948:              !^hash.sub[subme]
                   20949:              !^a.union[b] = new
                   20950:              !^a.intersection[b] = new
                   20951:              !^a.intersects[b] = bool
                   20952: 
                   20953:        * src/classes/hash.C:     !^hash::append[append_from]
                   20954: 
                   20955:        * src/: classes/hash.C, types/pa_vhash.h:
                   20956:          !^hash::create[[copy_from]]
                   20957: 
                   20958:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   20959:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   20960:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   20961:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   20962:          exception but somebody[value.bark] tried to throw it on it's pool
                   20963: 
1.116     moko     20964:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20965: 
                   20966: 2001-10-10  parser
                   20967: 
                   20968:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   20969: 
                   20970:        * src/main/: compile.tab.C, compile.y: ^a[
                   20971: 
                   20972:          @next_method  << now unclosed ] would be reported here
                   20973: 
                   20974:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   20975:          compile error
                   20976: 
                   20977: 2001-10-09  parser
                   20978: 
1.116     moko     20979:        * src/: classes/Makefile.am, main/Makefile.am,
                   20980:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     20981: 
                   20982:        * src/classes/Makefile.am: makes
                   20983: 
                   20984:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   20985:          win32 errors intercepted [xalan transformer patched and
                   20986:          incorporated]
                   20987: 
                   20988:        * src/: classes/classes.dsp, classes/xdoc.C,
                   20989:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20990:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20991:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   20992:          patches starting
                   20993: 
                   20994:        * src/classes/: string.C, table.C: ^string.save[file]
                   20995: 
                   20996:        * src/classes/: date.C, table.C: calendar moved to date
                   20997: 
                   20998:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   20999:          string/table]  now
                   21000: 
                   21001:        * src/classes/: op.C, table.C: z
                   21002: 
                   21003:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   21004:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   21005:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   21006:          be code [be string..]
                   21007: 
                   21008:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   21009:          table.C: lots of
                   21010:          params->as_int/double/as_string/as_junction/as_no_junction
                   21011:          messages added
                   21012: 
                   21013: 2001-10-08  parser
                   21014: 
                   21015:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   21016:          classes/table.C, classes/void.C, include/pa_request.h:
                   21017:          params->as_int/double message added
                   21018: 
                   21019:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   21020: 
                   21021:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   21022:          image:sector removed image:html internal "line-*" attribs
                   21023: 
                   21024:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   21025:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   21026: 
                   21027:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   21028:          way
                   21029: 
                   21030:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   21031:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   21032:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   21033: 
                   21034:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   21035:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   21036:          @ SAPI::log
                   21037: 
                   21038:        * src/main/untaint.C: \r to ' ' in origins mode
                   21039: 
                   21040:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   21041:          set]
                   21042: 
                   21043:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   21044:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   21045:          nonstandard liaison freed up
                   21046: 
                   21047: 2001-10-07  parser
                   21048: 
                   21049:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   21050:          project
                   21051: 
                   21052: 2001-10-05  parser
                   21053: 
                   21054:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   21055:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   21056:          from outputing to cerr.  lots of "todos"
                   21057: 
                   21058:        * src/main/untaint.C: http_header tainting more gentle with
                   21059:          enquoting now
                   21060: 
                   21061:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   21062:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   21063:          xml errorhandler.  fixed string.replace a little, read @test
                   21064: 
                   21065:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   21066:          *) does not have limit, and looks further eos, fixing....
                   21067: 
                   21068:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   21069: 
                   21070:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   21071: 
                   21072:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   21073:          bugfix
                   21074: 
1.116     moko     21075:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   21076:          $result[^[$p^]z] now works fine
1.95      moko     21077: 
                   21078:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   21079:          wrong. fixed it
                   21080: 
                   21081:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   21082:          of totable appered to be vital
                   21083: 
                   21084: 2001-10-04  parser
                   21085: 
                   21086:        * src/classes/image.C: ^image.length[text]
                   21087: 
                   21088: 2001-10-03  parser
                   21089: 
                   21090:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   21091: 
                   21092:        * src/main/pa_request.C: restored pcre defaulting in request
                   21093:          [mindlessly "optimized" yesterday] comment left
                   21094: 
                   21095: 2001-10-02  parser
                   21096: 
                   21097:        * src/: main/pa_charset_manager.C,
                   21098:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   21099:          needed
                   21100: 
                   21101:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   21102:          forgot non-xml pool.*charset needed
                   21103: 
                   21104:        * src/classes/table.C: # config comments fixed
                   21105: 
                   21106:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   21107:          charset_connection #comment now
                   21108: 
                   21109:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   21110:          options fixed to use release msvcrt lib
                   21111: 
                   21112:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   21113:          removed default - pcre handles that internally fixed bug on
                   21114:          not-cleaning tables [previously was calloced, now member]
                   21115: 
                   21116:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   21117:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   21118:          inside removed default - pcre handles that internally fixed bug
                   21119:          on not-cleaning tables [previously was calloced, now member]
                   21120: 
                   21121:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   21122:          tested charset reload on file change @ apache version = OK tested
                   21123:          freeing up prev encoding on adding new = OK
                   21124: 
                   21125: 2001-10-01  parser
                   21126: 
                   21127:        * src/main/pa_charset_connection.C: removed entitify external hack
                   21128:          [internal installed]
                   21129: 
1.116     moko     21130:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     21131: 
                   21132:        * src/: include/pa_charset_connection.h,
                   21133:          include/pa_charset_manager.h,
                   21134:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21135:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21136:          main/pa_request.C: charset loading & caching mech 0
                   21137: 
                   21138:        * src/: include/pa_stylesheet_connection.h,
                   21139:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21140:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   21141:          & caching mech now
                   21142: 
                   21143: 2001-09-30  parser
                   21144: 
                   21145:        * src/main/pa_request.C: forgot to fill toTable
                   21146: 
                   21147:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   21148:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   21149:          failed on win32 for now..
                   21150: 
                   21151:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   21152:          now charsets table configuration variable is: CHARSETS
                   21153: 
                   21154:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   21155:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   21156: 
                   21157:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   21158:          include/pa_request.h, main/pa_request.C: started ctype with
                   21159:          unicode values
                   21160: 
                   21161: 2001-09-28  parser
                   21162: 
                   21163:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   21164:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   21165:          string passed AS-IS now
                   21166: 
                   21167:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   21168:          way of user-configuring... todo: implement
                   21169: 
                   21170: 2001-09-27  parser
                   21171: 
                   21172:        * src/classes/table.C: table.sort changed to sort table itself
                   21173: 
                   21174:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   21175:          X^.getElementsByTagName[tagname] = array of xnode
                   21176:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   21177:          nodes removed - regretfully not supported @ xalan. maybe someday
                   21178:          would reimplement, if needed.
                   21179: 
                   21180:          win32build system: solved long waiting anti-non-started-apache
                   21181:          problem
                   21182: 
                   21183:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   21184:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21185:          types/types.dsp: win32 ident make system so not to rebuild
                   21186:          library [ident.C.new]
                   21187: 
                   21188: 2001-09-26  parser
                   21189: 
                   21190:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   21191:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   21192:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21193:          types/pa_vxnode.C, types/types.dsp: z
                   21194: 
                   21195:        * src/classes/classes.C: forgot one non-xml check
                   21196: 
1.116     moko     21197:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21198:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     21199: 
                   21200:        * src/targets/cgi/parser3.C: z
                   21201: 
                   21202:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   21203:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   21204: 
                   21205:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   21206:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21207:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   21208:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   21209:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21210:          types/types.dsp: xdoc&xnode now
                   21211: 
                   21212:        * src/: classes/classes.C, classes/classes.awk,
                   21213:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   21214:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   21215:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21216:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   21217:          classes/op.C, classes/response.C, classes/string.C,
                   21218:          classes/table.C, classes/void.C, include/pa_array.h,
                   21219:          include/pa_common.h, include/pa_config_fixed.h,
                   21220:          include/pa_config_includes.h, include/pa_dictionary.h,
                   21221:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   21222:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21223:          include/pa_socks.h, include/pa_sql_connection.h,
                   21224:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   21225:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21226:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   21227:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   21228:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21229:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   21230:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   21231:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   21232:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   21233:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21234:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   21235:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21236:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21237:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   21238:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21239:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   21240:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   21241:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21242:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   21243:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   21244:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   21245:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   21246:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   21247:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   21248:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21249:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21250:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21251:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   21252:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   21253:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   21254:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   21255:          main.dsp splitted to main+classes+types along to .am
                   21256: 
                   21257:        * src/classes/Makefile.am: removed useless var
                   21258: 
                   21259:        * src/: classes/classes.cmd, main/main.dsp,
                   21260:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   21261:          main.dsp
                   21262: 
                   21263: 2001-09-25  parser
                   21264: 
                   21265:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   21266:          1251 though, todo ICU
                   21267: 
1.116     moko     21268:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     21269:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     21270:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   21271:          types/pa_vdom.h: xml configure makes
1.95      moko     21272: 
                   21273: 2001-09-24  parser
                   21274: 
1.116     moko     21275:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   21276:          types/Makefile.am: makes
1.95      moko     21277: 
1.116     moko     21278:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     21279: 
                   21280:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   21281:          started unix makes update
                   21282: 
                   21283:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   21284:          started unix makes update
                   21285: 
                   21286:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   21287: 
                   21288:        * src/types/pa_value.h: z
                   21289: 
                   21290:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   21291:          bugs with usinge hash/table in expressions
                   21292: 
                   21293:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   21294:          resolved conflicts fixed [const]
                   21295: 
                   21296:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   21297:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   21298:          main/compile.C, main/compile.tab.C, main/compile.y,
                   21299:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   21300:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   21301:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   21302:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   21303:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   21304:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   21305:          with before_xml [merge2 actually didn't happen - i've created
                   21306:          tags on wrong branch. so this merge is in fact re-merge]
                   21307: 
                   21308: 2001-09-21  parser
                   21309: 
                   21310:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   21311:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   21312:          produced "" in make file and sadly wrong interpreted on load]
                   21313: 
1.116     moko     21314:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   21315:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   21316:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21317:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21318:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   21319:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   21320:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     21321: 
                   21322:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   21323:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   21324:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   21325:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21326:          main/pa_pool.C, main/pa_request.C,
                   21327:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   21328:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21329:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   21330:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   21331:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   21332:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   21333:          types/pa_vrequest.C, types/pa_vresponse.h,
                   21334:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   21335:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   21336:          created new projects for sql drivers [planning to remove sql
                   21337:          drivers from main cvs project] first, will join latest changes
                   21338: 
                   21339:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   21340:          pool.get_charset
                   21341: 
                   21342:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   21343:          pool.get_charset
                   21344: 
                   21345:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   21346:          pool.get_charset
                   21347: 
                   21348:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   21349:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   21350:          methods encoding to pool.get_charset
                   21351: 
                   21352:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   21353:          transcoder were created right "unsupported encoding" message.
                   21354:          not @ set time, but @ use time, so until xml output functions
                   21355:          .string, .file, .save used - no encoding name check occur
                   21356: 
                   21357:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   21358:          registration needed, pools are officially destructured
                   21359: 
                   21360: 2001-09-20  parser
                   21361: 
                   21362:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   21363: 
                   21364:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   21365:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   21366: 
                   21367:        * src/: classes/dnode.C, classes/dom.C,
                   21368:          include/pa_config_includes.h, include/pa_globals.h,
                   21369:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21370:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   21371:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21372:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   21373:          Pool::transcode 0
                   21374: 
                   21375:        * src/classes/dom.C: dom. string save file moved output xml options
                   21376:          to last param and made it optional
                   21377: 
                   21378:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   21379:          dnodes
                   21380:              !$attributenode.specified = boolean
                   21381:                      true if the attribute received its value explicitly
                   21382:          in the XML document,
                   21383:                      or if a value was assigned programatically with the
                   21384:          setValue function.
                   21385:                  false if the attribute value came from the default value
                   21386:          declared in the document's DTD.
                   21387:              !$pinode.target = target of this processing instruction
                   21388:                  XML defines this as being the first token following the
                   21389:          markup
                   21390:                  that begins the processing instruction.
                   21391:                  XPath:
                   21392:              !^node.select[xpath/query/expression] = hash of 0->node0
                   21393:          1->node1
                   21394:              !^node.select-single[xpath/query/expression] = first node if
                   21395:          any
                   21396: 
                   21397:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   21398:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   21399:          some 'const's added
                   21400: 
                   21401:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   21402:          expression context now, there value = size and boolean value
                   21403:          size!=0
                   21404: 
                   21405:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   21406:          can be used in expression context now, there value = size and
                   21407:          boolean value size!=0
                   21408: 
                   21409:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   21410:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   21411:          due to strange xalan bug
                   21412: 
                   21413: 2001-09-18  parser
                   21414: 
                   21415:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   21416:          classes/image.C, classes/op.C, classes/table.C,
                   21417:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   21418:          include/pa_sql_driver_manager.h, main/compile.C,
                   21419:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   21420:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   21421:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21422:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21423:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   21424:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   21425:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   21426:          before_xml branch ^if(def $hash) now true only when
                   21427:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   21428: 
                   21429:        * src/: classes/op.C, main/execute.C: operators self changed to
                   21430:          root ^for variable context changed to self
                   21431: 
                   21432:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   21433:          dnode 1
                   21434: 
                   21435:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   21436:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   21437: 
                   21438:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   21439:          poly* fixed
                   21440: 
                   21441: 2001-09-17  parser
                   21442: 
                   21443:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   21444:          types/pa_vdom.h: started dnode+dom
                   21445: 
                   21446:          dnode     DOM methods:     $node.name     $node.value
                   21447:          ...others...
                   21448: 
                   21449:              ^node.xpath[/rates/USD] = hash
                   21450:                  $hash[
                   21451:                          $.0[node0]
                   21452:                          $.1[node1]
                   21453:                  ]
                   21454: 
                   21455:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   21456:          applies to all linear primitives
                   21457: 
                   21458:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   21459:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21460:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   21461:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   21462:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   21463:          dom(dnode)
                   21464: 
                   21465:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   21466:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21467:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   21468:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   21469:          name after '.'
                   21470: 
                   21471: 2001-09-15  parser
                   21472: 
                   21473:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   21474:          image: $line-width ^line(...)[****   style]
                   21475: 
                   21476:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   21477:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   21478:          pool_storage - cleanups first, allocations second.  apache wisely
                   21479:          does just like that
                   21480: 
                   21481:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   21482:          rewritten using template, no bugs now
                   21483: 
                   21484:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   21485:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   21486:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   21487:          poorly started isapi pool_storage, would rewrite using template
                   21488:          now
                   21489: 
                   21490:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   21491:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21492:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21493:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   21494:          xalan objects freed up [introducing Pool::register_cleanup]
                   21495: 
                   21496:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   21497:          comments
                   21498: 
                   21499: 2001-09-14  parser
                   21500: 
                   21501:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   21502:          z
                   21503: 
                   21504:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21505:          classes/mail.C, include/pa_common.h,
                   21506:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21507:          include/pa_stylesheet_connection.h,
                   21508:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21509:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   21510:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   21511:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   21512:          compiled&cached
                   21513: 
                   21514: 2001-09-13  parser
                   21515: 
                   21516:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21517:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   21518: 
                   21519:        * src/classes/dom.C: dom:file content-type(.method)
                   21520: 
                   21521:        * src/: include/pa_common.h, include/pa_globals.h,
                   21522:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   21523:          string now more informative error messages
                   21524: 
                   21525:        * src/: include/pa_globals.h, include/pa_request.h,
                   21526:          main/pa_request.C, targets/cgi/parser3.C,
                   21527:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   21528:          ParserSiteConfig .../parser3.conf
                   21529: 
                   21530:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   21531: 
                   21532: 2001-09-12  parser
                   21533: 
                   21534:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21535:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   21536:          precise error reporting: "connection string must start with
                   21537:          protocol://" now
                   21538: 
                   21539:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   21540:          braced
                   21541: 
                   21542:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   21543:          lexer on LS_USER level did [] matching without setting nestage,
                   21544:          introduced special LS_NAME_SQUARE_PART state
                   21545: 
                   21546: 2001-09-11  parser
                   21547: 
                   21548:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   21549:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   21550:          languages+=xml
                   21551: 
                   21552:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   21553: 
                   21554:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21555:          options:     $.method[xml|html|text] detection fixed
                   21556: 
                   21557:        * src/types/pa_vdom.h: messages
                   21558: 
                   21559:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21560:          options:     $.method[xml|html|text] detection fixed
                   21561: 
                   21562: 2001-09-10  parser
                   21563: 
                   21564:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21565:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   21566: 
                   21567:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   21568:          added]
                   21569: 
                   21570:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21571:          ^dom.xslt[stylesheet filename] 0
                   21572: 
                   21573:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21574:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   21575: 
                   21576:        * src/classes/dom.C: ^dom.file[encoding] = file
                   21577: 
                   21578:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   21579:          ^dom.save[encoding;filename]
                   21580: 
                   21581:        * src/classes/dom.C: ^dom.string[] 0
                   21582: 
                   21583:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   21584: 
                   21585:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   21586:          types/pa_vform.h: ^dom.save[b.xml] 0
                   21587: 
                   21588: 2001-09-08  parser
                   21589: 
                   21590:        * src/types/pa_vform.C: $form:tables.name.field
                   21591: 
                   21592: 2001-09-07  parser
                   21593: 
                   21594:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   21595:          $table)...
                   21596: 
                   21597:        * src/targets/cgi/parser3.C: z
                   21598: 
                   21599:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   21600:          from '' to int/double is 0]
                   21601: 
                   21602:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   21603:          $table) is false when table is empty
                   21604: 
                   21605:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   21606:          !$form:tables $atable[$form:tables.a]
                   21607:          ^atable.menu{a=$atable.element}[,]
                   21608: 
                   21609:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   21610:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   21611: 
1.116     moko     21612:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21613:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   21614:          of dom
                   21615: 
                   21616:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   21617:          types/pa_vform.C, types/pa_vform.h: z
                   21618: 
                   21619:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   21620:          element [not last]
                   21621: 
1.116     moko     21622:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21623:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   21624: 
                   21625: 2001-09-06  parser
                   21626: 
                   21627:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21628:          table with one column 'element' and two rows: 1 and 2
                   21629: 
                   21630:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21631:          table with one column 'element' and two rows: 1 and 2
                   21632: 
                   21633:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   21634:          bad int/double conversions, and now $form:nonexistent.int(88)
                   21635:          would return 88
                   21636: 
                   21637:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   21638:          types/pa_vhash.h: now there's special hash key '_default'
                   21639:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   21640:          $._default[xx] ] $hash.c
                   21641: 
                   21642:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   21643:          fixed [thanks, fif], ^; were treated there non-literally
                   21644: 
                   21645:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   21646:          doxygen
                   21647: 
                   21648:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   21649:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   21650:          types/pa_vtable.C: few #ifndef DOXYGEN
                   21651: 
                   21652: 2001-09-05  parser
                   21653: 
                   21654:        * src/classes/: string.C, table.C: sql options can be void [same as
                   21655:          image:html the other day]
                   21656: 
                   21657:        * src/targets/cgi/Makefile.am: .am undo
                   21658: 
                   21659:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21660:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   21661:          macro expantion on param, simply qoutes whatever passed, undone
                   21662: 
                   21663:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21664:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   21665:          STRINGIZE(name) #name invented
                   21666: 
                   21667:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21668:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   21669:          MAIN_SQL_DRIVERS_NAME "drivers"
                   21670: 
                   21671:          moved to be availible to all users
                   21672: 
                   21673:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   21674:          SQL_DRIVER_CREATE_FUNC_NAME
                   21675: 
                   21676:        * src/classes/mail.C: MAIN:MAIL check fixed
                   21677: 
                   21678: 2001-09-04  parser
                   21679: 
                   21680:        * src/classes/image.C: image.html now can accept void params
                   21681: 
                   21682:        * src/targets/isapi/parser3isapi.C: z
                   21683: 
                   21684:        * src/targets/cgi/parser3.C: full_file_spec bug
                   21685: 
                   21686:        * src/targets/cgi/parser3.C: getenvcheck
                   21687: 
                   21688:        * src/targets/cgi/parser3.C: zz
                   21689: 
                   21690:        * src/targets/cgi/parser3.C: zzz
                   21691: 
                   21692:        * src/classes/date.C: date
                   21693: 
                   21694:        * src/classes/date.C: date:sql-string is now without ''
                   21695: 
1.116     moko     21696:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     21697:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   21698:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   21699: 
1.116     moko     21700:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21701: 
                   21702: 2001-09-03  parser
                   21703: 
                   21704:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   21705: 
                   21706: 2001-09-01  parser
                   21707: 
                   21708:        * src/classes/image.C: letter_spacing
                   21709: 
                   21710:        * src/classes/image.C: image: font params changed
                   21711: 
                   21712:        * src/classes/image.C: image: as_int as_string used
                   21713: 
                   21714:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   21715:          analized
                   21716: 
                   21717: 2001-08-31  parser
                   21718: 
                   21719:        * src/targets/cgi/parser3.C: z
                   21720: 
1.116     moko     21721:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   21722:          cygwin
1.95      moko     21723: 
                   21724:        * src/classes/void.C: void:int/double += (default)
                   21725: 
                   21726:        * src/classes/image.C: image:font added space param image:font
                   21727:          changed charwidth alg, added kerning const[for now]
                   21728: 
                   21729:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   21730: 
                   21731: 2001-08-29  parser
                   21732: 
                   21733:        * src/main/pa_exception.C: exception redundant debug info
                   21734: 
                   21735: 2001-08-28  parser
                   21736: 
                   21737:        * src/classes/image.C: image error msgs
                   21738: 
                   21739:        * src/classes/image.C: image: gifsize little endian
                   21740: 
                   21741:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   21742:          doxygeneration
                   21743: 
                   21744:        * src/: classes/Makefile.am, main/Makefile.am,
                   21745:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   21746: 
                   21747:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   21748:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   21749: 
                   21750:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   21751: 
                   21752:        * src/classes/table.C: NO_STRING_ORIGIN check
                   21753: 
                   21754:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   21755:          storage class specifiers invalid in friend function declarations
                   21756: 
                   21757:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   21758:          main/untaint.C, targets/cgi/parser3.C,
                   21759:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   21760:          case of limit
                   21761: 
                   21762:        * src/: classes/file.C, main/pa_common.C: file:move
                   21763:          autocreate/remove dest/src dir
                   21764: 
                   21765:        * src/: classes/string.C, include/pa_dictionary.h,
                   21766:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   21767:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   21768:          to directory constructor.  string:replace
                   21769: 
                   21770: 2001-08-27  parser
                   21771: 
                   21772:        * src/classes/image.C: fixed jpgsize alg
                   21773: 
                   21774:        * src/classes/image.C: fixed jpgsize alg
                   21775: 
                   21776:        * src/main/pa_exception.C: z
                   21777: 
                   21778:        * src/main/pa_common.C: removed debug info from pa_common
                   21779: 
                   21780:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   21781:          [auto.p from current dir loading]
                   21782: 
1.116     moko     21783:        * src/: main/pa_common.C, main/pa_exception.C,
                   21784:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   21785:          for solaris -lsocket
1.95      moko     21786: 
                   21787: 2001-08-24  parser
                   21788: 
                   21789:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   21790: 
                   21791:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   21792: 
                   21793:        * src/targets/cgi/parser3.C: not cgi extra \n
                   21794: 
                   21795:        * src/main/pa_sql_driver_manager.C: z
                   21796: 
                   21797:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   21798:          sql* removed services from disconnect - cross-request ideological
                   21799:          probs.
                   21800: 
                   21801:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   21802:          cross-request ideological probs.  oracle - fixed bug: cs
                   21803:          allocated on request.pool and got freed before disconnect
                   21804: 
                   21805:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   21806:          mallocs fixed
                   21807: 
                   21808: 2001-08-23  parser
                   21809: 
                   21810:        * src/classes/file.C: minor bug in file:save fixed
                   21811: 
                   21812:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   21813: 
                   21814: 2001-08-22  parser
                   21815: 
                   21816:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   21817:          types/pa_vfile.h: file:load|save[text|binary;
                   21818: 
                   21819:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   21820: 
                   21821: 2001-08-21  parser
                   21822: 
                   21823:        * src/classes/: file.C, table.C: ^file:list
                   21824: 
                   21825: 2001-08-20  parser
                   21826: 
                   21827:        * src/: main/compile.tab.C, main/compile.y,
                   21828:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   21829:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   21830:          recousively caused problems: inc incremeted 123 literal!! fixed
                   21831: 
                   21832: 2001-08-10  parser
                   21833: 
                   21834:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   21835: 
                   21836:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21837:          added
                   21838: 
                   21839:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21840:          added
                   21841: 
                   21842:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   21843: 
                   21844:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   21845:          ''
                   21846: 
                   21847:        * src/main/: pa_request.C: wanted to make const int
                   21848:          MAX_EXECUTE_SECONDS=1;
                   21849: 
                   21850:          but couldnt, set_callback_and_alarm appeared to be not exported
                   21851:          :(
                   21852: 
                   21853:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   21854:          check but it weren't wise enough
                   21855: 
                   21856:          @parse[dateString][tmp]
                   21857:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   21858:          #end
                   21859: 
                   21860:          @main[] ^parse[2001-02-03]
                   21861: 
                   21862:        * src/classes/: table.C: table:sort now default desc
                   21863: 
                   21864:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21865:          table.sort now creates new sorted table
                   21866: 
                   21867: 2001-08-09  parser
                   21868: 
                   21869:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   21870: 
                   21871:        * src/classes/hash.C: hash:_default now [was hash:default]
                   21872: 
                   21873:        * src/classes/op.C: case without switch check added
                   21874: 
                   21875:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   21876:          precise $ORIGINS(1)
                   21877: 
                   21878:        * src/main/Makefile.am: .am
                   21879: 
                   21880:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21881:          fixed
                   21882: 
                   21883:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21884:          fixed
                   21885: 
                   21886: 2001-08-07  parser
                   21887: 
                   21888:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21889:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   21890:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   21891:          string, table
                   21892: 
                   21893:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   21894:          srand made working
                   21895: 
                   21896: 2001-08-06  parser
                   21897: 
                   21898:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   21899:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   21900:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   21901:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   21902:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   21903: 
                   21904:        * src/main/pa_exec.C: exec win32 real filename
                   21905: 
                   21906:        * src/classes/file.C: exec stderr out
                   21907: 
                   21908:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   21909: 
                   21910: 2001-08-03  parser
                   21911: 
                   21912:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   21913: 
                   21914: 2001-08-02  parser
                   21915: 
                   21916:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   21917:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   21918: 
                   21919:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   21920:          get@execute, but needs array iterator, separate from array to
                   21921:          avoid it & use caching
                   21922: 
                   21923:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   21924:          bug fixed
                   21925: 
                   21926:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   21927:          main/execute.C, main/pa_globals.C: found another multithread bug
                   21928:          in op.C (last, last global var killed) :)
                   21929: 
                   21930: 2001-08-01  parser
                   21931: 
                   21932:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   21933:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   21934:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21935:          main/untaint.C: speeded up typo-html replacements. introducing
                   21936:          Dictionary with first-char caching
                   21937: 
                   21938: 2001-07-31  parser
                   21939: 
                   21940:        * src/types/Makefile.am: pa_vtable.C added to .am
                   21941: 
                   21942:        * src/main/compile.tab.C: added, so that could be compiled even on
                   21943:          non-bison-enabled platforms
                   21944: 
                   21945: 2001-07-28  parser
                   21946: 
                   21947:        * src/classes/table.C: table:hash always produces hash, when can't
                   21948:          - empty
                   21949: 
                   21950:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   21951:          skipped \n
                   21952: 
                   21953: 2001-07-27  parser
                   21954: 
                   21955:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   21956:          on int/double/string :sql without result and default
                   21957: 
                   21958: 2001-07-26  parser
                   21959: 
                   21960:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   21961:          OP
                   21962: 
                   21963:        * src/main/compile.y: $man[$.age[zzz]]  0
                   21964: 
                   21965:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   21966:          creation syntax problem persists. restored $: for a while.
                   21967:          thinking of $man[$.age[zzz]] syntax now
                   21968: 
                   21969:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21970:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   21971:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   21972:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   21973:          types/pa_wwrapper.h: fixing :: realization #1
                   21974: 
                   21975:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   21976:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   21977:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   21978:          prefix.  ordinary : remains for static accesses
                   21979: 
                   21980: 2001-07-25  parser
                   21981: 
                   21982:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   21983:          fields 2. methods 3. columns
                   21984: 
                   21985:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   21986:          quote.  optimized double&int tostring-s
                   21987: 
                   21988:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   21989:          whitespace before first method decl
                   21990: 
                   21991:        * src/classes/table.C: allowed nontable result in table:sql,
                   21992:          results in empty table
                   21993: 
                   21994:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   21995:          lines before first method decl
                   21996: 
                   21997:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   21998:          types/pa_vtable.h: ^table.record[] now $table.fields
                   21999: 
                   22000:        * src/main/compile.y: $var[] is now empty string, not void
                   22001: 
                   22002:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   22003:          void
                   22004: 
                   22005:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   22006:          main/pa_globals.C: match replace code context moved to implicit
                   22007:          $match context
                   22008: 
                   22009:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   22010:          main/compile_tools.h, main/execute.C: with killed, code storage
                   22011:          introduced with former 'with' syntax
                   22012: 
                   22013: 2001-07-24  parser
                   22014: 
                   22015:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   22016:          types/pa_value.h: first get_element, next get operator
                   22017: 
                   22018:        * src/main/compile.y: removed @end handling
                   22019: 
                   22020:        * src/main/: compile.C, compile.y: @end handling method2
                   22021: 
                   22022:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   22023:          file:move
                   22024: 
                   22025:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   22026:          fixed
                   22027: 
                   22028: 2001-07-23  parser
                   22029: 
                   22030:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   22031:          driver
                   22032: 
                   22033:        * src/classes/hash.C: changed sql driver query interface
                   22034: 
                   22035:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   22036:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   22037:          changed sql driver query interface
                   22038: 
                   22039: 2001-07-20  parser
                   22040: 
                   22041:        * src/types/pa_vrequest.C: X!$browser:type
                   22042: 
                   22043:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   22044:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   22045:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   22046:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   22047:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   22048:          types/pa_vobject.h, types/pa_vrequest.C,
                   22049:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   22050:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   22051:          BASE element globally removed
                   22052: 
                   22053: 2001-07-18  parser
                   22054: 
                   22055:        * src/classes/file.C: file:exec/cgi msg
                   22056: 
                   22057:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   22058: 
                   22059:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   22060: 
1.116     moko     22061:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22062:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   22063:          removed $id from *.in *.am
1.95      moko     22064: 
                   22065:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   22066:          abbrevations
                   22067: 
                   22068:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   22069:          classes/string.C, classes/table.C, include/pa_globals.h,
                   22070:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   22071:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22072:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   22073:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   22074:          $ORIGINS(1) output tracing mode
                   22075: 
                   22076: 2001-07-13  parser
                   22077: 
                   22078:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22079:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   22080:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   22081:          second would not call first @auto
                   22082: 
                   22083:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   22084:          wrong, fixed
                   22085: 
                   22086: 2001-07-12  parser
                   22087: 
                   22088:        * src/types/pa_value.h: pa_value.putelement modification of system
                   22089:          classes prevented
                   22090: 
                   22091: 2001-07-11  parser
                   22092: 
                   22093:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   22094:          table $piece
                   22095: 
                   22096:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22097:          types/pa_vstateless_class.h: $file created by file:state +=
                   22098:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   22099:          get_junction-created objects [they were on wrong pool]
                   22100: 
                   22101: 2001-07-09  parser
                   22102: 
                   22103:        * src/main/untaint.C: qp wrong name
                   22104: 
                   22105:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   22106:          main/compile.y: date format 0
                   22107: 
                   22108: 2001-07-07  parser
                   22109: 
                   22110:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   22111:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   22112:          roll table calendar
                   22113: 
                   22114:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   22115:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   22116:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   22117:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   22118:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   22119:          string.  todo: sql, calendar
                   22120: 
                   22121: 2001-07-06  parser
                   22122: 
                   22123:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   22124:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   22125: 
                   22126: 2001-07-03  parser
                   22127: 
                   22128:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   22129:          classes/random.C, main/main.dsp: class random renamed to math,
                   22130:          operators became methods
                   22131: 
                   22132:        * src/classes/op.C:  pow sqrt
                   22133: 
                   22134:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   22135: 
                   22136: 2001-07-02  parser
                   22137: 
                   22138:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   22139:          'column'
                   22140: 
                   22141:        * src/classes/hash.C: ^hash.keys[]
                   22142: 
                   22143:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   22144: 
                   22145:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   22146:          'strings'
                   22147: 
                   22148: 2001-06-29  parser
                   22149: 
                   22150:        * src/main/: execute.C: /0  %0 checkes ver 2
                   22151: 
                   22152:        * src/main/execute.C: /0  %0 checke
                   22153: 
                   22154:        * src/classes/Makefile.am: nothing - void
                   22155: 
                   22156:        * src/classes/table.C: empty strings @ sql
                   22157: 
                   22158: 2001-06-28  parser
                   22159: 
                   22160:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22161:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   22162:          classes/op.C, classes/random.C, classes/response.C,
                   22163:          classes/string.C, classes/table.C, classes/void.C,
                   22164:          main/compile.C, main/compile_tools.C, main/execute.C,
                   22165:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   22166:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22167:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22168:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22169:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   22170:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   22171:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   22172:          $";
                   22173: 
                   22174:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22175:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   22176:          classes/op.C, classes/random.C, classes/response.C,
                   22177:          classes/string.C, classes/table.C, classes/void.C,
                   22178:          main/compile.C, main/compile.y, main/compile_tools.C,
                   22179:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   22180:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22181:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22182:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22183:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     22184:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     22185: 
                   22186:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   22187:          $class:name: == ${class:name}:
                   22188: 
                   22189:        * src/classes/string.C: exactly one
                   22190: 
                   22191: 2001-06-27  parser
                   22192: 
                   22193:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   22194:          types/pa_vvoid.h: nothing renamed to void
                   22195: 
                   22196:        * src/classes/op.C: ^switch ^case
                   22197: 
                   22198:        * src/main/compile.y: nothing renamed to void
                   22199: 
                   22200:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   22201:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22202:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   22203:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   22204:          void
                   22205: 
                   22206:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   22207: 
                   22208: 2001-05-28  parser
                   22209: 
                   22210:        * src/doc/html2chm.cmd: removed >a
                   22211: 
                   22212:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   22213:          project options [some bugs]
                   22214: 
                   22215:        * src/doc/sources2html.cmd: z
                   22216: 
                   22217:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22218:          main/execute.C: operators are not in root class again
                   22219: 
                   22220: 2001-05-24  parser
                   22221: 
                   22222:        * src/targets/cgi/parser3.dsp: project file
                   22223: 
                   22224:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   22225:          ^log ^exp
                   22226: 
                   22227:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   22228:          conversions in @exception[params]
                   22229: 
                   22230:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   22231: 
                   22232: 2001-05-23  parser
                   22233: 
                   22234:        * src/main/pa_string.C: string cmp bug
                   22235: 
                   22236:        * src/classes/: mail.C, op.C: rem max 1000
                   22237: 
                   22238:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   22239:          LS_DEF_NAME
                   22240: 
                   22241: 2001-05-22  parser
                   22242: 
                   22243:        * src/classes/op.C: if params code-required
                   22244: 
                   22245: 2001-05-21  parser
                   22246: 
                   22247:        * src/types/pa_vstring.C: eoleof
                   22248: 
                   22249:        * src/classes/Makefile.am: .AM
                   22250: 
                   22251:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   22252: 
                   22253:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   22254: 
                   22255:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   22256:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   22257:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   22258:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   22259:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   22260:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   22261:          'nothing'
                   22262: 
                   22263:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   22264:          vstring::set_string
                   22265: 
                   22266:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   22267: 
                   22268:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   22269:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   22270:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   22271: 
                   22272:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   22273:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   22274:          hash:sql moved to main trunc. operators.txt updated
                   22275: 
                   22276:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   22277: 
                   22278:        * src/classes/op.C: z
                   22279: 
                   22280:        * src/: main/compile.C, classes/classes.C: 1
                   22281: 
                   22282:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22283:          main/execute.C: 0
                   22284: 
                   22285:        * src/main/execute.C: z
                   22286: 
                   22287:        * src/targets/cgi/parser3.C: z
                   22288: 
                   22289:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   22290:          site_auto_path "." in that case
                   22291: 
                   22292:        * src/targets/cgi/: parser3.C: z
                   22293: 
                   22294:        * src/main/pa_request.C: .am
                   22295: 
                   22296:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   22297:          pcre_tables=pcre_default_tables;
                   22298: 
                   22299: 2001-05-19  parser
                   22300: 
                   22301:        * src/main/pa_string.C: z
                   22302: 
                   22303:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   22304:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   22305:          target.
                   22306: 
                   22307:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   22308:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   22309:          used, 4* mem wasted
                   22310: 
                   22311:        * src/classes/string.C: root context in match replace body now
                   22312:          unchanged
                   22313: 
                   22314:        * src/types/pa_value.h: parameter # 1 based
                   22315: 
                   22316:        * src/main/pa_common.C: common:  actual filename '%s'
                   22317: 
                   22318:        * src/classes/string.C: z
                   22319: 
                   22320:        * src/classes/Makefile.am: classes/.am
                   22321: 
                   22322:        * src/classes/: Makefile.am: classes/.am
                   22323: 
                   22324:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   22325:          targets/cgi/pa_pool.C: classes/.am
                   22326: 
                   22327: 2001-05-18  parser
                   22328: 
1.116     moko     22329:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   22330:          pa_threads.C ins
1.95      moko     22331: 
                   22332:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   22333: 
                   22334: 2001-05-17  parser
                   22335: 
                   22336:        * src/: classes/string.C, include/pa_config_fixed.h,
                   22337:          include/pa_config_includes.h, main/compile.y,
                   22338:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   22339:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   22340:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   22341:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   22342:          most .C
                   22343: 
                   22344:        * src/doc/html2chm.cmd: z
                   22345: 
                   22346:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   22347:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   22348: 
                   22349:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   22350:          get_connection_from_cache
                   22351: 
                   22352:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   22353: 
                   22354:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   22355:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   22356:          cache expiration[use SQL_Driver::disconnect]
                   22357: 
                   22358:        * src/main/pa_table.C: table.locate current restored on "not found"
                   22359: 
                   22360:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   22361:          line no
                   22362: 
                   22363:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22364:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   22365: 
                   22366:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22367:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   22368:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   22369:          1driver and set_services fight for driver::fservices. before fix
                   22370: 
                   22371:        * src/: classes/op.C, include/pa_config_fixed.h,
                   22372:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22373:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   22374:          own 1driver and set_services fight for driver::fservices. before
                   22375:          fix
                   22376: 
                   22377:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22378:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22379:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   22380:          pa_threads.C
                   22381: 
                   22382:        * src/include/pa_threads.h: removed targets/parser
                   22383: 
                   22384:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   22385:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   22386:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   22387:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   22388:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   22389:          headers
                   22390: 
                   22391:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   22392:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   22393:          order prevented sqlmanager to see MULTYTHREAD define
                   22394: 
                   22395:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22396:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   22397:          put/gets
                   22398: 
                   22399:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   22400:          from hash.h
                   22401: 
                   22402:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22403:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   22404:          from cache ->set_services(&services);
                   22405: 
                   22406: 2001-05-16  parser
                   22407: 
                   22408:        * src/targets/cgi/parser3.C: z
                   22409: 
                   22410:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   22411:          debug, #ifdefed some.  would debug later, on more precise sample
                   22412:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   22413:          $name.$tail[$tail!] $name.$tail } ok3
                   22414: 
                   22415:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   22416:          removed array debug. before vstring rebasing
                   22417: 
                   22418:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   22419:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   22420:          array debugged; adjusted
                   22421: 
                   22422:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   22423:          SQL_Driver_manager line no for connect/charset errors
                   22424: 
                   22425: 2001-05-15  parser
                   22426: 
                   22427:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   22428:          main/pa_string.C: string+array made linear grows
                   22429: 
                   22430:        * src/: include/pa_string.h, main/pa_string.C,
                   22431:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   22432:          grow lineary, not exponentialy
                   22433: 
                   22434:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   22435:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   22436:          with fullchunk cmps
                   22437: 
                   22438:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   22439:          70041=           81
                   22440: 
                   22441:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   22442:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   22443:          malloc 27809390/368771, calloc 3232/83. would test now
                   22444: 
                   22445:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   22446:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   22447:          numbered params had wrong name - for instance: bad error message
                   22448:          in ^for[] bad body type. fixed
                   22449: 
                   22450: 2001-05-14  parser
                   22451: 
                   22452:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   22453:          main/untaint.C: ^string.upper|lower[]
                   22454: 
                   22455: 2001-05-11  parser
                   22456: 
                   22457:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   22458:          classes/string.C, classes/table.C, classes/unknown.C,
                   22459:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   22460:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   22461:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   22462: 
                   22463:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   22464:          .dsp for win32tools
                   22465: 
                   22466: 2001-05-11  paf
                   22467: 
                   22468:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   22469:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   22470:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   22471:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   22472: 
                   22473: 2001-05-10  paf
                   22474: 
                   22475:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   22476:          for C++, that's all
                   22477: 
1.116     moko     22478:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   22479:          pa_config_includes.h: inline wonders
1.95      moko     22480: 
                   22481:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   22482:          doc/doxygen.cmd: hash.C added
                   22483: 
                   22484:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   22485: 
                   22486:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   22487:          menthod
                   22488: 
                   22489:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   22490:          pa_vstateless_object.h: changed priority: field before method
                   22491:          lookup in vclass & vobject
                   22492: 
                   22493:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   22494:          grammar: priorities changes [lowerd && prior] vobject: now first
                   22495:          fields, next methods
                   22496: 
                   22497: 2001-05-08  paf
                   22498: 
                   22499:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   22500:          bark=false. fixed
                   22501: 
                   22502:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   22503:          types/pa_vmethod_frame.h: hash:default works at last!
                   22504: 
                   22505:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   22506:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   22507:          hash:default
                   22508: 
                   22509:        * src/classes/table.C: z
                   22510: 
                   22511:        * src/classes/table.C: table:hash always hash of hash now
                   22512: 
                   22513:        * src/classes/table.C: table:empty return bool now
                   22514: 
                   22515:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   22516:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22517:          types/pa_vtable.h: table:hash
                   22518: 
                   22519:        * src/classes/table.C: table:record have name
                   22520: 
                   22521:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   22522:          returns vunknown
                   22523: 
                   22524:        * src/classes/: double.C, int.C, op.C, string.C:
                   22525:          int,double,string:int[] double[] string:length[] results now have
                   22526:          hames
                   22527: 
                   22528:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   22529:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   22530:          now return bool
                   22531: 
                   22532:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   22533:          in method checkparams again. fixed
                   22534: 
                   22535: 2001-05-07  paf
                   22536: 
                   22537:        * src/doc/chm.cmd: cmd
                   22538: 
                   22539:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22540:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   22541:          types/pa_value.h: method reported errors on wrong pool
                   22542: 
                   22543:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   22544:          now
                   22545: 
                   22546:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   22547:          include/code.h, include/pa_opcode.h, main/compile.C,
                   22548:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   22549:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22550:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22551:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   22552:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22553:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22554:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22555:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22556:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22557:          types/pa_wwrapper.h: pa_code.h
                   22558: 
                   22559:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   22560: 
                   22561:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   22562:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   22563:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22564:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   22565:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22566:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   22567:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   22568:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   22569:          types/pa_vtable.h: dox, split by not clean parts also
                   22570: 
                   22571:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22572:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   22573:          'dir' fields & co. more
                   22574: 
                   22575:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   22576:          so to enable 'dir' fields & co.
                   22577: 
                   22578:        * src/main/compile.y: grammar: @end
                   22579: 
                   22580: 2001-05-04  paf
                   22581: 
                   22582:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   22583:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   22584: 
                   22585:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   22586:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22587:          classes/op.C, classes/random.C, classes/response.C,
                   22588:          classes/string.C, classes/table.C, classes/unknown.C,
                   22589:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   22590:          method dox
                   22591: 
                   22592: 2001-05-03  paf
                   22593: 
                   22594:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   22595:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22596:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   22597:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22598:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   22599:          main/pa_request.C: dox splitted .dox files and added some
                   22600: 
                   22601:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   22602: 
                   22603: 2001-05-02  paf
                   22604: 
                   22605:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   22606:          by file_name  language now
                   22607: 
                   22608: 2001-04-28  paf
                   22609: 
                   22610:        * src/classes/classes.inc: removed classes.inc
                   22611: 
                   22612:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   22613:          from .am
                   22614: 
                   22615:        * src/classes/classes.awk: skipped classes in .awk
                   22616: 
                   22617:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   22618:          classes/classes.inc, classes/double.C, classes/file.C,
                   22619:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   22620:          classes/string.C, classes/table.C, classes/unknown.C,
                   22621:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   22622:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22623:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   22624:          pa_methoded back to classes/classes.h
                   22625: 
                   22626:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   22627: 
                   22628:        * src/: classes/Makefile.am, classes/classes.awk,
                   22629:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   22630:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   22631: 
                   22632:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   22633:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   22634:          classes/response.C, classes/string.C, classes/table.C,
                   22635:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   22636:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   22637:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   22638:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   22639:          include|main/pa_methoded
                   22640: 
                   22641:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   22642:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   22643: 
                   22644:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   22645:          moved some configured data to request::classes_conf moved some
                   22646:          string crations from globals to M...  [works]
                   22647: 
                   22648:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   22649:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   22650:          main/pa_request.C: moved some configured data to
                   22651:          request::classes_conf moved some string crations from globals to
                   22652:          M...
                   22653: 
                   22654:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   22655:          about to move configured data to special request hash
                   22656: 
                   22657:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   22658:          classes/form.C, classes/mail.C, include/pa_request.h,
                   22659:          main/pa_request.C: configure started
                   22660: 
                   22661:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   22662:          2. todo: methoded-configure
                   22663: 
                   22664:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22665:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22666:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22667:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   22668:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22669:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22670:          classes/random.C, classes/response.C, classes/string.C,
                   22671:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   22672:          include/pa_request.h, main/compile.y, main/execute.C,
                   22673:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22674:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22675:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   22676:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   22677:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22678:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22679:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22680:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22681:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   22682:          methoded-configure
                   22683: 
                   22684:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   22685:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   22686:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   22687:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   22688: 
                   22689:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   22690:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22691:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22692:          classes/random.C, classes/response.C, classes/string.C,
                   22693:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   22694:          main/compile.y, main/execute.C, main/pa_globals.C,
                   22695:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   22696:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   22697:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   22698:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   22699:          beautifying just compiled. todo: debug, configure
                   22700: 
                   22701: 2001-04-27  paf
                   22702: 
                   22703:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   22704:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   22705:          beautifying -99
                   22706: 
                   22707:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   22708:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   22709:          classes/classes.h, classes/double.C, classes/file.C,
                   22710:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22711:          classes/op.C, classes/random.C, classes/response.C,
                   22712:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   22713:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22714:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22715:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   22716:          types/pa_vunknown.h: beautifying -100
                   22717: 
                   22718:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   22719: 
                   22720:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   22721:          classes/_op.h, classes/_random.h, classes/_table.h,
                   22722:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   22723:          classes/op.C, classes/random.C, classes/response.C,
                   22724:          classes/string.C, classes/table.C, classes/unknown.C,
                   22725:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22726:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22727:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   22728:          beautifying
                   22729: 
                   22730: 2001-04-26  paf
                   22731: 
                   22732:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   22733: 
                   22734:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   22735:          documentation ++
                   22736: 
                   22737:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   22738:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22739:          targets/cgi/pa_pool.C: code documentation ++
                   22740: 
                   22741:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   22742:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22743:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22744:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   22745:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22746:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22747:          types/pa_vrequest.C, types/pa_vrequest.h,
                   22748:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   22749:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   22750:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   22751:          code documentation ++
                   22752: 
                   22753:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22754:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   22755:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   22756:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   22757:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22758:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22759:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   22760:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   22761: 
                   22762:        * src/main/: pa_request.C, pa_string.C: z
                   22763: 
                   22764:        * src/: include/pa_common.h, include/pa_types.h,
                   22765:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   22766:          connection caching fixed.  request-pooled-url were stored into
                   22767:          global connectioncache
                   22768: 
                   22769: 2001-04-25  paf
                   22770: 
                   22771:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   22772:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   22773: 
                   22774:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   22775:          main/execute.C, main/pa_common.C: -d
                   22776: 
                   22777:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   22778:          illegal call check a bit improved, but still under iis no mapping
                   22779:          of dir with parser allowed!
                   22780: 
                   22781: 2001-04-24  paf
                   22782: 
                   22783:        * src/targets/Makefile.am: apache module lib .am
                   22784: 
                   22785:        * src/main/pa_exec.C: windows32 buildCommand
                   22786: 
                   22787: 2001-04-23  paf
                   22788: 
                   22789:        * src/targets/cgi/Makefile.am: win32 conditional
                   22790: 
                   22791:        * src/targets/cgi/Makefile.am: win32 conditional
                   22792: 
                   22793:        * src/targets/cgi/Makefile.am: liblink
                   22794: 
                   22795:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   22796:          vfile fields return type
                   22797: 
                   22798:        * src/types/pa_vfile.h: vfile fields return type
                   22799: 
                   22800:        * src/include/pa_config_auto.h.in: .h.in
                   22801: 
                   22802:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   22803:          types/Makefile: makefiles removed
                   22804: 
                   22805:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   22806:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   22807: 
                   22808:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   22809:          [tested: i & g ]
                   22810: 
                   22811:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   22812:          @test noticed series in isapi, check how initialize_random_class
                   22813:          is called! [must be called only once]
                   22814: 
                   22815:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   22816:          would not be 'unknown column'
                   22817: 
                   22818:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   22819:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   22820: 
                   22821:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   22822:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   22823:          [now doesnt]
                   22824: 
                   22825:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   22826: 
                   22827:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   22828:          /cgi-bin/parser3/auto.p
                   22829: 
                   22830:        * src/main/untaint.C: untaint without charset
                   22831: 
                   22832:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22833:          main/pa_common.C: common: file_write /// @test mkdirs
                   22834:          file_delete rmdirs
                   22835: 
                   22836:        * src/main/untaint.C: mail header only once to =?
                   22837: 
                   22838:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   22839:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   22840:          main/untaint.C: untaint -        @test optimize whitespaces for
                   22841:          all but 'html'
                   22842: 
                   22843:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   22844:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22845:          main/untaint.C: untaint -  @test mail-header
                   22846: 
                   22847: 2001-04-20  paf
                   22848: 
                   22849:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22850:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   22851:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22852:          targets/cgi/parser3.C: $MAIN:LOCALE
                   22853: 
                   22854:        * src/main/untaint.C: z
                   22855: 
                   22856:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   22857: 
                   22858: 2001-04-19  paf
                   22859: 
                   22860:        * src/main/compile_tools.h: $a$b bugfix
                   22861: 
                   22862:        * src/targets/cgi/parser3.C: z
                   22863: 
                   22864:        * src/classes/file.C: z
                   22865: 
                   22866:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   22867:          done: header to $fields. waits for header '\' tricks
                   22868: 
                   22869:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22870:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   22871:          changed urlencode here and in untaint.C to HTTP standard's " and
                   22872:          \" mech
                   22873: 
                   22874:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   22875:          http://alx/~paf/ doesnt load /auto.p
                   22876: 
                   22877: 2001-04-18  paf
                   22878: 
                   22879:        * src/main/pa_request.C: 1
                   22880: 
                   22881:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   22882:          linux @alx
                   22883: 
                   22884: 2001-04-17  paf
                   22885: 
                   22886:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   22887:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   22888:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   22889:          enabled
                   22890: 
                   22891:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22892:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22893:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22894:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22895:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   22896:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   22897:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22898:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   22899:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   22900:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   22901:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   22902:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   22903:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   22904:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   22905: 
                   22906:        * src/: include/pa_sql_driver_manager.h,
                   22907:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22908:          types/pa_vimage.h: sql driver interface now has initialize(client
                   22909:          .so)
                   22910: 
                   22911: 2001-04-16  paf
                   22912: 
                   22913:        * src/Makefile.am: compile2 cygwin
                   22914: 
                   22915:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   22916:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   22917: 
                   22918:        * src/targets/cgi/Makefile.am: compile0 jav
                   22919: 
                   22920:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22921:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22922:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22923:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22924:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   22925:          classes/mail.C, classes/op.C, classes/random.C,
                   22926:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22927:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   22928:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   22929:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22930:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   22931:          compile-1
                   22932: 
                   22933: 2001-04-15  paf
                   22934: 
                   22935:        * src/classes/op.C: z
                   22936: 
                   22937:        * src/classes/table.C: table:empty +=process
                   22938: 
                   22939:        * src/types/pa_value.h: MethodParams !junction
                   22940: 
                   22941:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   22942:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22943:          classes/random.C, classes/response.C, classes/string.C,
                   22944:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   22945:          MethodParams everywhere
                   22946: 
                   22947:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   22948:          types/pa_vmethod_frame.h: MethodParams in op.C
                   22949: 
                   22950: 2001-04-12  paf
                   22951: 
                   22952:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   22953: 
                   22954:        * src/: classes/_unknown.h, classes/unknown.C,
                   22955:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22956:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   22957: 
                   22958:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   22959: 
                   22960:        * src/classes/image.C: image:gif now does not have params
                   22961: 
                   22962:        * src/classes/image.C:
                   22963:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   22964: 
                   22965:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   22966:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   22967:          for var now written not to r.wcontext, but to r.root cleared
                   22968:          "entered_object" state
                   22969: 
                   22970: 2001-04-11  paf
                   22971: 
                   22972:        * src/classes/image.C: image:create image:load
                   22973: 
                   22974:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   22975:          just compiled
                   22976: 
                   22977:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22978:          todo: gif without file
                   22979: 
                   22980:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22981:          started porting to Pooled descendant
                   22982: 
                   22983:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   22984:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   22985:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   22986:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   22987: 
                   22988:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   22989:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   22990:          end. switching to python imaging lib
                   22991: 
                   22992:        * src/main/main.dsp: gd+smtp made separate libs
                   22993: 
                   22994:        * src/: include/pa_globals.h, include/pa_string.h,
                   22995:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22996:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   22997:          length
                   22998: 
                   22999:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   23000:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   23001:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   23002:          UL_FILE_NAME of posted file name
                   23003: 
                   23004:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   23005:          post [broke when moved post read to core]
                   23006: 
                   23007: 2001-04-10  paf
                   23008: 
                   23009:        * src/classes/image.C: image:html done
                   23010: 
                   23011:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   23012: 
                   23013:        * src/classes/image.C: z
                   23014: 
                   23015:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   23016:          forgotten!
                   23017: 
                   23018:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23019:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23020:          types/pa_vimage.h: image:measure -90
                   23021: 
                   23022:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23023:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   23024:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23025:          classes/_table.h, classes/file.C, classes/mail.C,
                   23026:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   23027:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   23028:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   23029:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   23030:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   23031:          compiled
                   23032: 
                   23033:        * src/classes/mail.C: minor bug with unclear from/to
                   23034: 
                   23035:        * src/classes/mail.C: sendmail unix skipping defaults
                   23036: 
                   23037:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   23038:          sendmail unix added defaults
                   23039: 
                   23040:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   23041: 
                   23042:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   23043: 
                   23044: 2001-04-09  paf
                   23045: 
                   23046:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   23047:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   23048:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   23049:          targets/isapi/parser3isapi.dsp: all targets exec
                   23050: 
                   23051:        * src/: include/pa_sapi.h, include/pa_string.h,
                   23052:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23053:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   23054:          args in apache:util.script
                   23055: 
                   23056:        * src/include/pa_string.h: written but not tested exec with env for
                   23057:          unix
                   23058: 
                   23059:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   23060:          targets/cgi/parser3.C: exec win32 env
                   23061: 
                   23062:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   23063:          0
                   23064: 
                   23065:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   23066:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23067:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   23068:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   23069: 
                   23070:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   23071:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   23072: 
                   23073:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   23074:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   23075: 
                   23076:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   23077:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   23078:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23079:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23080:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   23081:          exec class just compiled. moved post read to request core
                   23082: 
                   23083:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   23084:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   23085:          main/pa_globals.C, targets/cgi/parser3.C,
                   23086:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   23087:          are already read by vform
                   23088: 
                   23089: 2001-04-08  paf
                   23090: 
                   23091:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   23092:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   23093:          uuencode. string<<
                   23094: 
                   23095: 2001-04-07  paf
                   23096: 
                   23097:        * src/classes/mail.C: z
                   23098: 
                   23099:        * src/classes/mail.C: z
                   23100: 
                   23101:        * src/classes/mail.C: ^mail[$attach
                   23102: 
                   23103:        * src/classes/mail.C: ^attach dead end
                   23104: 
                   23105:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   23106:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23107:          targets/isapi/parser3isapi.C: mail:send 1
                   23108: 
                   23109:        * src/: classes/mail.C, main/pa_request.C: z
                   23110: 
                   23111:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   23112:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   23113:          compiled
                   23114: 
                   23115:        * src/classes/mail.C: +=
                   23116: 
                   23117:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   23118:          prepared
                   23119: 
                   23120:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   23121:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   23122:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23123:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   23124: 
                   23125: 2001-04-06  paf
                   23126: 
                   23127:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   23128:          main/pa_string.C: table:dir 1
                   23129: 
                   23130:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   23131:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   23132: 
                   23133:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   23134:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   23135:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   23136:          main/pa_request.C: renamed 'root' to 'op'
                   23137: 
                   23138:        * src/classes/: _op.h, op.C: renamed from 'root'
                   23139: 
                   23140:        * src/types/pa_valiased.C: another root inherititance skipped
                   23141: 
                   23142:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   23143:          root methods of parent class. just 'ROOT' class
                   23144: 
                   23145:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   23146:          @office
                   23147: 
                   23148:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   23149: 
                   23150: 2001-04-05  paf
                   23151: 
                   23152:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   23153:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   23154:          constructor flag dropped at get_method_frame and remembered into
                   23155:          method_frame
                   23156: 
                   23157:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23158:          classes/table.C, main/pa_request.C: junction to code&expression
                   23159:          in errors
                   23160: 
                   23161:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23162:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   23163:          $LOCALE:ctype[Russian_Russia.1251]
                   23164: 
                   23165:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   23166:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   23167:          main/pa_table.C: hash now not thread-safe.
                   23168: 
                   23169:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23170:          main/untaint.C: z
                   23171: 
                   23172:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   23173:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   23174:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   23175:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   23176:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   23177: 
                   23178:        * src/: classes/table.C, include/pa_sql_connection.h,
                   23179:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   23180: 
                   23181:        * src/classes/table.C: select * from hren error contains statement
                   23182: 
                   23183:        * src/: classes/table.C, include/pa_sql_connection.h,
                   23184:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   23185:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   23186: 
                   23187:        * src/: classes/root.C, include/pa_sql_connection.h,
                   23188:          include/pa_sql_driver.h, main/main.dsp,
                   23189:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   23190:          services for conv memory & error reporting
                   23191: 
                   23192: 2001-04-04  paf
                   23193: 
                   23194:        * src/doc/doxygen.cfg: z
                   23195: 
                   23196:        * src/include/pa_sql_driver.h: mysql connect
                   23197: 
                   23198:        * src/include/pa_sql_driver.h: mysql info
                   23199: 
                   23200:        * src/: classes/root.C, include/pa_sql_driver.h,
                   23201:          include/pa_sql_driver_manager.h, main/main.dsp,
                   23202:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   23203: 
                   23204:        * src/sql/Makefile.am: forgot to add mysql client
                   23205: 
                   23206:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   23207:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   23208:          [forgot to add libltdl, added]
                   23209: 
                   23210:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   23211:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   23212:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   23213:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23214:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23215:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   23216:          -1000 just compiled
                   23217: 
                   23218:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   23219:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   23220:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   23221: 
                   23222: 2001-04-03  paf
                   23223: 
                   23224:        * src/types/pa_vform.C: z
                   23225: 
                   23226:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   23227:          assigned lang
                   23228: 
                   23229:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   23230:          {}[]< empty []
                   23231: 
                   23232:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   23233:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   23234:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   23235: 
                   23236:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23237:          string:match replace strange matches
                   23238: 
                   23239:        * src/classes/string.C: string:match replace 0
                   23240: 
                   23241:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   23242:          prepared 2
                   23243: 
                   23244:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23245:          string:match replace prepared
                   23246: 
                   23247:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23248:          string:match replace -11
                   23249: 
                   23250:        * src/: classes/string.C, include/pa_globals.h,
                   23251:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   23252:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   23253: 
                   23254:        * src/: classes/string.C, include/pa_globals.h,
                   23255:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   23256:          main/pa_string.C: string:match [search] -1 just compiled
                   23257: 
                   23258:        * src/types/pa_vstring.C: z
                   23259: 
                   23260:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23261:          classes/int.C, classes/response.C, classes/root.C,
                   23262:          classes/string.C, classes/table.C, include/pa_string.h,
                   23263:          main/pa_string.C: string:match -10 [frame]
                   23264: 
                   23265:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   23266:          main/pa_request.C: z
                   23267: 
                   23268:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   23269:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   23270:          todo/tests
                   23271: 
                   23272:        * src/include/pa_common.h: z
                   23273: 
                   23274:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   23275:          main/pa_request.C, targets/cgi/parser3.C,
                   23276:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   23277:          content-disposition
                   23278: 
                   23279:        * src/: include/pa_common.h, include/pa_globals.h,
                   23280:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23281:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   23282: 
                   23283:        * src/: include/pa_common.h, include/pa_request.h,
                   23284:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   23285:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23286:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   23287:          response:body
                   23288: 
                   23289:        * src/classes/table.C: table:append now uses string::split
                   23290: 
                   23291:        * src/classes/table.C: z
                   23292: 
                   23293:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23294:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   23295:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   23296:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   23297:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   23298:          string::pos & cmp & piece bugs fixed.  string::split new
                   23299:          table:load separated from set table:set implemented with clean \n
                   23300:          \t searches
                   23301: 
                   23302: 2001-04-02  paf
                   23303: 
                   23304:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23305:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   23306:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23307:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   23308:          it in table:set/load
                   23309: 
                   23310:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   23311:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   23312: 
                   23313:        * src/classes/random.C: random:generate 1
                   23314: 
                   23315:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   23316:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23317:          types/pa_value.h: random:generate
                   23318: 
                   23319: 2001-03-30  paf
                   23320: 
                   23321:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   23322:          todo: table flip and append. string::pos
                   23323: 
                   23324:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   23325:          classes/response.C, classes/root.C, classes/string.C,
                   23326:          classes/table.C, main/compile.y, main/execute.C,
                   23327:          types/pa_value.h, types/pa_vstateless_class.C,
                   23328:          types/pa_vstateless_class.h: static|dynamic|any method
                   23329:          registration
                   23330: 
                   23331:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   23332:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23333:          table:flip
                   23334: 
                   23335: 2001-03-29  paf
                   23336: 
                   23337:        * src/classes/string.C: string:xsplit forgot that they must result
                   23338:          in 1 row N column [not vice versa]
                   23339: 
                   23340:        * src/classes/string.C: z
                   23341: 
                   23342:        * src/classes/string.C: string: rsplit
                   23343: 
                   23344:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23345:          string: lsplit
                   23346: 
                   23347:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   23348:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   23349:          lsplit -1
                   23350: 
                   23351:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   23352:          string: pos
                   23353: 
                   23354:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23355:          string: pos -1
                   23356: 
                   23357:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   23358:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   23359:          main/untaint.C: string: left right mid
                   23360: 
                   23361:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   23362:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   23363:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   23364:          and [;] are different now.
                   23365: 
                   23366:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23367:          main/untaint.C: pool.request undone
                   23368: 
                   23369:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23370:          main/untaint.C: pool.request
                   23371: 
                   23372: 2001-03-28  paf
                   23373: 
                   23374:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23375:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23376:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   23377:          $request:browser [.type .version]; unknown.get_double now = 0.
                   23378: 
                   23379:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23380:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   23381:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   23382:          types/pa_vform.C: file:load autodetection of mime-type by
                   23383:          user-file-name
                   23384: 
                   23385:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   23386:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   23387:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   23388: 
                   23389:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23390:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   23391:          write. must be self.set
                   23392: 
                   23393:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23394:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   23395: 
                   23396:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   23397:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   23398:          types/pa_vtable.h: table:locate just compiled
                   23399: 
                   23400: 2001-03-27  paf
                   23401: 
                   23402:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   23403:          code-params2, fixed ntfs hardlink slow dir update
                   23404: 
                   23405:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   23406:          types/pa_wcontext.h: fixed r/w context of code-params
                   23407: 
                   23408:        * src/: classes/table.C, main/execute.C: about to change junction
                   23409:          rcontext!!
                   23410: 
                   23411:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23412:          classes/string.C, classes/table.C, main/compile_tools.C,
                   23413:          main/execute.C, main/pa_request.C, main/untaint.C,
                   23414:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   23415:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23416:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   23417:          types/pa_vunknown.h: sort 0
                   23418: 
                   23419:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   23420:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   23421:          renamed to are_static_calls_disabled
                   23422: 
                   23423:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   23424:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   23425:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23426:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   23427: 
                   23428:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   23429: 
                   23430:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   23431:          started table:sort fixed minor bug in #...^{
                   23432: 
                   23433:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   23434:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   23435:          decided to have as it were. stepped back.  grammar: added 'in'
                   23436:          'is' 'lt'&co follow-space check
                   23437: 
                   23438: 2001-03-26  paf
                   23439: 
                   23440:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23441:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   23442:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23443:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   23444:          invocation in ^process
                   23445: 
                   23446:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   23447: 
                   23448:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   23449:          main/pa_array.C: table:record
                   23450: 
                   23451:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   23452:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23453:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   23454:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23455:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   23456:          types/pa_vtable.h: z
                   23457: 
                   23458:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   23459:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   23460:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23461:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   23462:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   23463:          method realisations on 'self' validity - they now can simply
                   23464:          assume that 'self' is V{Proper} .
                   23465: 
                   23466: 2001-03-25  paf
                   23467: 
                   23468:        * src/main/untaint.C: z
                   23469: 
                   23470:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   23471:          lowlevel - it initialization could be skipped if failed in @auto.
                   23472:          so that exception report would use some table
                   23473: 
                   23474:        * src/main/pa_request.C: table empty lines ignored. system-default
                   23475:          content type assigned in output:result [can fail in main:auto and
                   23476:          skipped normal defaults extraction]
                   23477: 
                   23478:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   23479:          bug
                   23480: 
                   23481:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   23482:          processing to table [except preliminary \r\n \r \n replacements
                   23483:          to "\n"]
                   23484: 
                   23485:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   23486:          move all the processing to table
                   23487: 
                   23488:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   23489:          main/pa_table.C, main/untaint.C: returned table originating.
                   23490:          useful for reporting typo table problems origin. think would be
                   23491:          useful somewhere else
                   23492: 
                   23493:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   23494: 
                   23495:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   23496:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   23497:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   23498:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   23499:          types/pa_vcookie.h: typo & typo-default
                   23500: 
                   23501: 2001-03-24  paf
                   23502: 
                   23503:        * src/main/pa_common.C: z
                   23504: 
                   23505:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   23506:          targets/cgi/parser3.C: html-typo 2
                   23507: 
                   23508:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   23509:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   23510:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   23511:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   23512:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23513:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23514:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   23515:          noticed double default content-type prob. run cgi.cmd tomorrow
                   23516:          first html-typo sample. detected << problem: they become ltlt too
                   23517:          fast
                   23518: 
                   23519:        * src/main/compile.y: z
                   23520: 
                   23521:        * src/main/: compile.y, compile_tools.h: #comment
                   23522: 
                   23523:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23524:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   23525:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23526:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   23527:          stringified
                   23528: 
                   23529:        * src/types/pa_valiased.C: decided to String-ify file_read
                   23530: 
                   23531:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   23532:          isapi/parser3isapi.dsp: cgi: sapi::log
                   23533: 
                   23534:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   23535:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   23536:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   23537:          error log experiments failed - cgi under iis got no access to
                   23538:          log. registereventsource simply failed with 5(illegal call) code,
                   23539:          while worked OK as standalone executable.  isapi: used
                   23540:          HSE_APPEND_LOG_PARAMETER feature
                   23541: 
                   23542:        * src/: include/pa_common.h, include/pa_globals.h,
                   23543:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23544:          targets/isapi/parser3isapi.C: fixed default content-type
                   23545:          allocation storage
                   23546: 
                   23547:        * src/: include/pa_globals.h, include/pa_request.h,
                   23548:          main/pa_globals.C, main/pa_request.C: z
                   23549: 
                   23550:        * src/: include/pa_array.h, include/pa_hash.h,
                   23551:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   23552:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23553:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   23554:          content-type
                   23555: 
                   23556:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   23557:          sanity
                   23558: 
                   23559:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   23560:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   23561:          away freeze mech.  no danger now for you can't do
                   23562:          ^request:process[@new-method[] body] trick anymore.  still
                   23563:          remains $some_instance.process[@new-method[] possibility] but
                   23564:          would leave it as a feature.  see index for sample
                   23565: 
                   23566:        * src/: include/pa_common.h, main/pa_common.C,
                   23567:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   23568:          monkey every target
                   23569: 
                   23570:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23571:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   23572:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   23573: 
                   23574: 2001-03-23  paf
                   23575: 
                   23576:        * src/: include/pa_pool.h, main/pa_request.C,
                   23577:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23578:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23579:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   23580: 
                   23581:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   23582: 
                   23583:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   23584:          it would be better to rewrite as filter then to deal with pool
                   23585: 
                   23586:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   23587:          now like in cgi, not from APPL_PHYSICAL_PATH
                   23588: 
                   23589:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23590:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23591:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   23592:          include/pa_version.h, main/compile.y, main/execute.C,
                   23593:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23594:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23595:          main/untaint.C, targets/cgi/parser3.C,
                   23596:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   23597:          cgi: reinvent document_root and request_uri under iis. autoconf
                   23598:          updated. introducing ap_config_includes
                   23599: 
                   23600:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   23601: 
                   23602:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   23603: 
                   23604:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   23605:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23606:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23607:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   23608: 
                   23609:        * src/: include/pa_globals.h, main/pa_request.C,
                   23610:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23611:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23612:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   23613: 
                   23614:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23615:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23616:          isapi minor env beauty
                   23617: 
                   23618:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23619:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23620:          isapi document_root 0
                   23621: 
                   23622: 2001-03-22  paf
                   23623: 
                   23624:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   23625: 
                   23626:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   23627:          isapi/parser3isapi.C: z
                   23628: 
                   23629:        * src/: include/pa_pool.h, main/pa_request.C,
                   23630:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   23631: 
                   23632:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   23633:          kill.pl: isapi added utils
                   23634: 
                   23635:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   23636:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23637:          types/pa_vform.C: isapi 0
                   23638: 
                   23639:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   23640:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23641:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23642:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   23643:          started isapi
                   23644: 
                   23645:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   23646:          some comments
                   23647: 
                   23648:        * src/: include/pa_globals.h, include/pa_request.h,
                   23649:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   23650:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   23651:          parser_root_auto_path parser_site_auto_path
                   23652: 
                   23653:        * src/types/pa_vcookie.C: cookie attr decoded
                   23654: 
                   23655: 2001-03-21  paf
                   23656: 
                   23657:        * src/targets/cgi/parser3.C: z
                   23658: 
                   23659:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   23660: 
                   23661:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   23662:          types/pa_venv.h: in cookie & env. todo:post
                   23663: 
                   23664:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   23665:          classes/root.C, classes/table.C, include/pa_array.h,
                   23666:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   23667:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   23668:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   23669:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23670:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   23671:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23672:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   23673:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23674:          shifted apache branch on main trunc
                   23675: 
                   23676:        * src/: include/pa_common.h, include/pa_globals.h,
                   23677:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23678:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   23679:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   23680:          starting mod_parser3
                   23681: 
                   23682:        * src/targets/cgi/parser3.C: starting mod_parser3
                   23683: 
                   23684: 2001-03-20  paf
                   23685: 
                   23686:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   23687:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   23688:          win32 ifdefs work and add ifdef unistd
                   23689: 
                   23690:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   23691:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   23692:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   23693:          z
                   23694: 
                   23695:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   23696:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   23697:          locking
                   23698: 
                   23699:        * src/: classes/Makefile.am, types/Makefile.am: z
                   23700: 
                   23701:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   23702:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   23703:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   23704:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23705:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   23706:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23707:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   23708: 
                   23709:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23710:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   23711: 
                   23712:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   23713:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   23714:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   23715:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   23716:          types/pa_vform.h: z
                   23717: 
                   23718:        * src/include/pa_string.h: z
                   23719: 
                   23720:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   23721:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   23722:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23723:          :Value
                   23724: 
                   23725:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   23726:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23727:          :VStateless_object
                   23728: 
                   23729:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   23730:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   23731:          :VStateless_object
                   23732: 
                   23733:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23734:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   23735: 
                   23736:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   23737:          types/pa_valiased.h, types/pa_value.h,
                   23738:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   23739:          types/pa_vstateless_object.h: moved common get_element part from
                   23740:          stateless object&class into VAliased
                   23741: 
                   23742:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   23743:          classes/table.C, main/execute.C, main/main.dsp,
                   23744:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   23745:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   23746:          now :Value
                   23747: 
                   23748:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   23749:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23750:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   23751: 
                   23752:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   23753:          doxx
                   23754: 
                   23755:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   23756:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23757:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   23758:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   23759:          and ^file:save
                   23760: 
                   23761: 2001-03-19  paf
                   23762: 
                   23763:        * src/types/pa_vfile.C: z
                   23764: 
                   23765:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   23766:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   23767:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   23768:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   23769: 
                   23770:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   23771:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23772:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   23773:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   23774:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   23775:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   23776:          types/pa_vfile.h: file class just compiled
                   23777: 
                   23778:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   23779:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   23780:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23781:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   23782:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   23783: 
                   23784:        * src/include/pa_pool.h: z
                   23785: 
                   23786:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   23787:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   23788:          Hash::Value to Val so to doxygen would finlly stop confusing
                   23789:          those Value-s
                   23790: 
                   23791:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   23792:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   23793:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23794:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23795:          include/pa_types.h, main/compile.C, main/compile.y,
                   23796:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   23797:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   23798:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   23799:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23800:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   23801: 
                   23802:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   23803:          derivates somehow unlinked. don't know why yet
                   23804: 
                   23805:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   23806:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   23807:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23808:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23809:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   23810:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23811:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   23812: 
                   23813:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   23814:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   23815:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   23816:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   23817:          types/pa_vrequest.h: doc: detected Value derivates prob
                   23818: 
                   23819:        * src/include/pa_globals.h: z
                   23820: 
                   23821:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   23822:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   23823:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   23824:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   23825:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   23826:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   23827:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23828:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   23829: 
                   23830: 2001-03-18  paf
                   23831: 
                   23832:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   23833:          cookie: allowed access to hash-assigned
                   23834: 
                   23835:        * src/targets/cgi/parser3.C: z
                   23836: 
                   23837:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   23838:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   23839:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   23840:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23841:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23842:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   23843:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   23844:          types/pa_vunknown.h: cookie class
                   23845: 
                   23846:        * src/main/pa_request.C: zero length output allowed
                   23847: 
                   23848:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   23849:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   23850: 
                   23851:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   23852:          lang switch
                   23853: 
                   23854:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   23855:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23856:          types/pa_value.h, types/pa_vhash.h:
                   23857:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   23858: 
                   23859:        * src/main/execute.C: z
                   23860: 
                   23861:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   23862:          targets/cgi/parser3.C: taint[uri
                   23863: 
                   23864:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   23865:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23866:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   23867:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   23868: 
                   23869:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   23870:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23871:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   23872:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   23873:          bool tainted) ctor
                   23874: 
                   23875:        * src/: include/pa_hash.h, include/pa_request.h,
                   23876:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   23877:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23878:          targets/cgi/parser3.C: proper @exceptions params tainting
                   23879: 
                   23880:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   23881:          response fields to header
                   23882: 
                   23883:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   23884:          z
                   23885: 
                   23886:        * src/: classes/_response.h, classes/response.C,
                   23887:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23888:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   23889:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23890:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   23891:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   23892:          $response: 0  request::core exception rethrow
                   23893: 
                   23894: 2001-03-16  paf
                   23895: 
                   23896:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   23897:          types/pa_vrequest.h: native method' class call with less params
                   23898:          then needed error reporting
                   23899: 
                   23900:        * src/: classes/_request.h, classes/request.C,
                   23901:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   23902:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23903:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   23904:          types/pa_vrequest.h: $request : query :uri
                   23905: 
                   23906:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   23907:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   23908:          types/pa_wcontext.h: $result
                   23909: 
                   23910:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   23911: 
                   23912:        * src/: classes/double.C, include/code.h, main/compile.y,
                   23913:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   23914:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   23915: 
                   23916:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   23917:          main/compile.y, main/execute.C, types/pa_value.h,
                   23918:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   23919:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   23920:          wcontext conflict
                   23921: 
                   23922:        * src/: main/execute.C, types/pa_value.h,
                   23923:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   23924:          $string.field
                   23925: 
                   23926: 2001-03-15  paf
                   23927: 
                   23928:        * src/main/pa_request.C: news sample
                   23929: 
                   23930:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   23931:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   23932: 
                   23933:        * src/main/: compile.y, execute.C: z
                   23934: 
                   23935:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   23936:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   23937:          pre pre works
                   23938: 
                   23939:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23940:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   23941:          fillfields just compiled
                   23942: 
                   23943: 2001-03-14  paf
                   23944: 
                   23945:        * src/: include/pa_request.h, main/pa_request.C,
                   23946:          targets/cgi/parser3.C: z
                   23947: 
                   23948:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23949:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   23950:          types/pa_vstring.h: limits -1
                   23951: 
                   23952:        * src/: include/pa_globals.h, include/pa_request.h,
                   23953:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   23954:          main/pa_request.C, targets/cgi/parser3.C,
                   23955:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   23956:          request_info -1
                   23957: 
                   23958:        * src/: include/pa_globals.h, main/pa_globals.C,
                   23959:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23960:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   23961:          vform_fields_fill
                   23962: 
                   23963:        * src/targets/cgi/parser3.C: #  if MSVC
                   23964: 
                   23965:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   23966:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   23967: 
                   23968:        * src/targets/cgi/parser3.C: z
                   23969: 
                   23970:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   23971:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   23972:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23973:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   23974:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   23975:          types/pa_vunknown.h: global handler, exceptions in parser3
                   23976: 
                   23977: 2001-03-13  paf
                   23978: 
                   23979:        * src/: classes/form.C, main/compile.y, main/core.C,
                   23980:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   23981:          types/pa_vform.h, types/pa_vstateless_class.C,
                   23982:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   23983:          instead
                   23984: 
                   23985:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23986:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   23987:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   23988:          started cgi target
                   23989: 
                   23990:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23991:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   23992:          before error show with parser
                   23993: 
                   23994:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   23995:          include/pa_request.h, main/core.C, main/pa_request.C,
                   23996:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   23997: 
                   23998:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   23999: 
                   24000:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   24001:          parser3.C: renamed targets/ parser to cgi
                   24002: 
                   24003:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   24004:          classes/root.C, classes/string.C, classes/table.C,
                   24005:          include/pa_request.h, types/pa_vhash.h: z
                   24006: 
                   24007:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24008:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   24009:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   24010:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   24011:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   24012:          [historical moment :)]
                   24013: 
                   24014:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   24015:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   24016: 
                   24017:        * src/types/pa_venv.h: $ENV 1
                   24018: 
                   24019:        * src/main/execute.C: z
                   24020: 
                   24021:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   24022:          future methods of ENV constructor if
                   24023: 
                   24024:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   24025:          class
                   24026: 
                   24027:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24028:          classes/_root.h, classes/_string.h, classes/_table.h,
                   24029:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   24030:          classes/string.C, classes/table.C, include/pa_request.h,
                   24031:          main/compile.C, main/compile_tools.h, main/core.C,
                   24032:          main/execute.C, main/main.dsp, main/pa_request.C,
                   24033:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   24034:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   24035:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   24036:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   24037:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   24038: 
                   24039:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24040:          classes/_root.h, classes/_string.h, classes/_table.h,
                   24041:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   24042:          classes/string.C, classes/table.C, include/pa_request.h,
                   24043:          main/compile.C, main/compile_tools.h, main/core.C,
                   24044:          main/execute.C, main/main.dsp, main/pa_request.C,
                   24045:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   24046:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   24047:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   24048:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   24049:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   24050: 
                   24051:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   24052:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   24053:          yesterdays bad decision on execute_static_method
                   24054: 
                   24055:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   24056: 
                   24057:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24058:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   24059: 
                   24060:        * src/main/pa_request.C: z
                   24061: 
                   24062:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   24063:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   24064: 
                   24065:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   24066:          include/pa_pool.h, main/pa_request.C:
                   24067:          restructure_exceptions_dead_end
                   24068: 
                   24069:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   24070:          allowed ; inside {} to break params
                   24071: 
                   24072:        * src/classes/root.C: ^eval
                   24073: 
                   24074:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   24075:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   24076:          string ^format
                   24077: 
                   24078:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   24079:          'bad' but not 'enough'
                   24080: 
                   24081:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   24082:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   24083:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24084:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   24085:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   24086: 
                   24087:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24088:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   24089:          types/pa_vint.h: ^for
                   24090: 
                   24091: 2001-03-12  paf
                   24092: 
                   24093:        * src/classes/table.C: table ^empty
                   24094: 
                   24095:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   24096: 
                   24097:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   24098:          ^offset ^line ^count
                   24099: 
                   24100:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   24101:          ^abs()  ^sign()
                   24102: 
                   24103:        * src/classes/: root.C, table.C: ^use
                   24104: 
                   24105:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   24106:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   24107:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   24108:          ^while. switched off wcontext.constructing after write(value) or
                   24109:          auto-vhash-constructing
                   24110: 
                   24111:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   24112:          main/pa_request.C: fail_if_junction_ helper func
                   24113: 
                   24114:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24115:          include/pa_request.h, main/execute.C, main/main.dsp,
                   24116:          main/pa_common.C, main/pa_request.C: ^process error point by
                   24117:          actual method_name, not source.  ^load
                   24118: 
                   24119:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   24120: 
                   24121:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   24122:          classes/_table.h, classes/table.C, main/untaint.C: z
                   24123: 
                   24124:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   24125:          include/pa_table.h, main/core.C, main/execute.C,
                   24126:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   24127:          types/pa_value.h: table:set 0
                   24128: 
                   24129:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   24130:          include/pa_request.h, include/pa_table.h, main/core.C,
                   24131:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   24132:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   24133:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   24134:          types/pa_vstring.h: freeze, ^table:create[] -1
                   24135: 
                   24136:        * src/: classes/root.C, types/pa_value.h: z
                   24137: 
                   24138:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   24139:          get_method in couple places optimizing them
                   24140: 
                   24141:        * src/classes/root.C: z
                   24142: 
                   24143:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   24144:          zeroing
                   24145: 
                   24146:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24147:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   24148:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   24149:          main/compile.y, main/compile_tools.h, main/execute.C,
                   24150:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   24151:          types/pa_vmframe.h: ^process. actual names to store param and
                   24152:          check_actual_numbered_params for better place diagnostics
                   24153: 
                   24154:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   24155:          method-junctions bug fixed
                   24156: 
                   24157:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   24158:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   24159: 
                   24160: 2001-03-11  paf
                   24161: 
                   24162:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   24163:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   24164:          VDouble VInt base now VObject_base - without fields
                   24165: 
                   24166:        * src/: classes/root.C, include/core.h, main/core.C: z
                   24167: 
                   24168:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24169:          classes/string.C, include/core.h, include/pa_hash.h,
                   24170:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   24171:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   24172: 
                   24173:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24174:          include/pa_request.h, main/execute.C: intercept_string
                   24175: 
                   24176:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24177:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   24178: 
                   24179:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   24180:          ^inc-s(expr)
                   24181: 
                   24182:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24183:          classes/_root.h, classes/_string.h, classes/double.C,
                   24184:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   24185:          include/code.h, include/core.h, include/pa_array.h,
                   24186:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   24187:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24188:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24189:          include/pa_types.h, main/compile.C, main/compile.y,
                   24190:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24191:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   24192:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   24193:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   24194:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   24195:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   24196:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   24197:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   24198:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   24199:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   24200: 
                   24201:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   24202: 
                   24203:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   24204:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   24205: 
                   24206:        * src/: include/pa_valiased.h, include/pa_value.h,
                   24207:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   24208:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   24209:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24210:          include/pa_vobject.h, include/pa_vstring.h,
                   24211:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24212:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   24213:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   24214:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   24215:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   24216:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   24217:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   24218:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   24219:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   24220:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   24221:          include/
                   24222: 
                   24223: 2001-03-10  paf
                   24224: 
                   24225:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   24226:          main/pa_request.C: run+auto=run
                   24227: 
                   24228:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   24229: 
                   24230:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24231:          classes/_root.h, classes/_string.h, classes/double.C,
                   24232:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   24233:          include/code.h, include/core.h, include/pa_array.h,
                   24234:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   24235:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24236:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24237:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   24238:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   24239:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   24240:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24241:          include/pa_vobject.h, include/pa_vstring.h,
                   24242:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24243:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   24244:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24245:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   24246:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   24247:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24248:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   24249:          main/pa_wcontext.C: sources header
                   24250: 
                   24251:        * src/main/pa_request.C: auto..
                   24252: 
                   24253:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24254:          main/pa_request.C: auto tree0
                   24255: 
                   24256:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   24257:          main/core.C, main/pa_request.C: names to core.C
                   24258: 
                   24259:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   24260:          include/pa_request.h, main/core.C, main/execute.C,
                   24261:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   24262: 
                   24263:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   24264:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   24265:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24266:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   24267: 
                   24268:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   24269:          @auto[] realised. auto.p scan togo
                   24270: 
                   24271:        * src/: include/pa_request.h, main/execute.C: autocalc
                   24272:          code-junctions result now have names
                   24273: 
                   24274:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24275:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   24276:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   24277:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   24278: 
                   24279:        * src/classes/env.C: env:file/line
                   24280: 
                   24281:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   24282:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   24283:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   24284:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   24285:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24286:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   24287:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   24288: 
                   24289:        * src/include/pa_vclass.h: const fight to go
                   24290: 
                   24291:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24292:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   24293:          main/main.dsp: env0
                   24294: 
                   24295:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   24296:          classes/_string.h, classes/double.C, classes/int.C,
                   24297:          classes/root.C, classes/string.C, include/pa_request.h,
                   24298:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   24299:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   24300:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   24301:          main/pa_wcontext.C: ^lang prepare0
                   24302: 
                   24303: 2001-03-09  paf
                   24304: 
                   24305:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   24306:          construct proper naming
                   24307: 
                   24308:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   24309:          classes/double.C, classes/int.C, classes/root.C,
                   24310:          classes/string.C, include/code.h, include/pa_value.h,
                   24311:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   24312:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24313:          main/compile.y, main/compile_tools.C, main/core.C,
                   24314:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   24315:          and ^double[]. fixed expr type
                   24316: 
                   24317:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24318:          ^string.length[]
                   24319: 
                   24320: 2001-03-08  paf
                   24321: 
                   24322:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   24323: 
                   24324:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   24325:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24326:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   24327:          derivated from vobject
                   24328: 
                   24329:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   24330:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   24331: 
                   24332:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   24333:          remained clone conseqs
                   24334: 
                   24335:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   24336: 
                   24337:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   24338: 
                   24339:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   24340:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   24341:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   24342:          include/pa_vobject.h, include/pa_vstring.h,
                   24343:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24344:          main/execute.C: withoud cloning. didn't need it actually, params
                   24345:          got passed from out unnamed ewpool
                   24346: 
                   24347:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   24348:          include/pa_vjunction.h, include/pa_vobject.h,
                   24349:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   24350: 
                   24351:        * src/: include/pa_bool.h, include/pa_double.h,
                   24352:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   24353:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   24354:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24355:          include/pa_vobject.h, include/pa_vstring.h,
                   24356:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24357:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   24358:          to give params proper names
                   24359: 
                   24360:        * src/main/pa_wcontext.C: z
                   24361: 
                   24362:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   24363:          unknown values in get_element and unfilled params. removed wrong
                   24364:          name change in get_element
                   24365: 
                   24366:        * src/main/execute.C: z
                   24367: 
                   24368:        * src/main/execute.C: fixed problems calling operators in
                   24369:          constructors
                   24370: 
                   24371:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   24372:          detected problems calling operators in constructors
                   24373: 
                   24374:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24375:          autocalc def to string
                   24376: 
                   24377:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   24378:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   24379: 
                   24380:        * src/classes/root.C: added root.c
                   24381: 
                   24382:        * src/: include/pa_request.h, include/pa_value.h,
                   24383:          include/pa_vcframe.h, include/pa_vmframe.h,
                   24384:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24385:          main/core.C, main/execute.C, main/pa_cframe.C,
                   24386:          main/pa_wcontext.C: 'if' just compiled
                   24387: 
                   24388:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   24389:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24390:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   24391:          main/pa_wcontext.C: z
                   24392: 
                   24393:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   24394:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   24395:          with parameter names  in operator methods
                   24396: 
                   24397:        * src/main/compile.y: minor renamings in .y
                   24398: 
                   24399:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24400:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   24401:          @BASE.  changed 'RUN' assignment mech
                   24402: 
                   24403:        * src/main/execute.C: z
                   24404: 
                   24405:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24406:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   24407:          static. so to enable runtime ^use
                   24408: 
                   24409:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   24410: 
                   24411:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24412:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   24413: 
                   24414:        * src/main/execute.C: root root in code-junction
                   24415: 
                   24416: 2001-03-07  paf
                   24417: 
                   24418:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   24419:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   24420: 
                   24421:        * src/: include/pa_stack.h, include/pa_value.h,
                   24422:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   24423:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   24424:          fixed rwcontext of {} params up
                   24425: 
                   24426:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   24427: 
                   24428:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   24429: 
                   24430:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   24431:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   24432:          main/pa_hash.C: expr def in -f
                   24433: 
                   24434:        * src/main/: compile.y, execute.C: expr calls
                   24435: 
                   24436:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   24437:          fixed
                   24438: 
                   24439:        * src/main/compile.y: expr quoted code
                   24440: 
                   24441:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   24442:          support0
                   24443: 
                   24444:        * src/main/compile.y: expr string comparisons 0
                   24445: 
                   24446:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   24447:          main/pa_string.C: just compiled lt&co
                   24448: 
                   24449:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   24450:          $field not a $var.field
                   24451: 
                   24452: 2001-03-06  paf
                   24453: 
                   24454:        * src/main/compile.y: .y expr visible-shorter
                   24455: 
                   24456:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   24457:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   24458:          logical
                   24459: 
                   24460:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   24461:          skipping whitespace in yylex
                   24462: 
                   24463:        * src/include/pa_vbool.h: forgot this
                   24464: 
                   24465:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   24466:          string ops in expressions 0
                   24467: 
                   24468:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   24469:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   24470:          main/execute.C, main/main.dsp: !~
                   24471: 
                   24472:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   24473:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   24474:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24475:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24476:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24477:          main/compile_tools.h, main/execute.C: +-*/
                   24478: 
                   24479:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   24480:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   24481: 
                   24482:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   24483:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   24484: 
                   24485:        * src/main/compile.y: expr grammar-1
                   24486: 
                   24487:        * src/main/compile.y: expr lexx1
                   24488: 
                   24489:        * src/main/: compile.y, execute.C, main.dsp: z
                   24490: 
                   24491:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   24492:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   24493:          main/execute.C: expr lex0 exec-1
                   24494: 
                   24495:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   24496: 
                   24497: 2001-02-26  paf
                   24498: 
                   24499:        * src/main/compile.y: max_string in yyerror bug fix
                   24500: 
                   24501: 2001-02-25  paf
                   24502: 
                   24503:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24504:          include/pa_wcontext.h, main/execute.C: VAliased3
                   24505: 
                   24506:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   24507: 
                   24508:        * src/main/execute.C: VAliased1
                   24509: 
                   24510:        * src/: include/pa_request.h, include/pa_value.h,
                   24511:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   24512:          VAliased0
                   24513: 
                   24514:        * src/: include/pa_pool.h, include/pa_request.h,
                   24515:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   24516:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   24517:          VAliased just compiled
                   24518: 
                   24519:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   24520:          include/pa_vobject.h, main/execute.C: alias dead end
                   24521: 
                   24522:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24523:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24524:          main/main.dsp: no not get fields into interm VFielded class.
                   24525:          fields & staticfields 1
                   24526: 
                   24527:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   24528:          include/pa_vobject.h, include/pa_wcontext.h,
                   24529:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   24530:          main/main.dsp: would now get fields into interm VFielded class
                   24531: 
                   24532:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24533:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24534:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24535:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   24536:          main/pa_wcontext.C: virtuals2
                   24537: 
                   24538:        * src/main/compile.y: : 1
                   24539: 
                   24540:        * src/main/compile.y: rethought to $class:static.field.subfield
                   24541: 
                   24542:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   24543:          $class:element
                   24544: 
                   24545:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24546:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   24547:          main/pa_wcontext.C: before execute class calls rewrite
                   24548: 
                   24549:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   24550:          name RUN, also alias
                   24551: 
                   24552:        * src/main/compile.y: escaping bug
                   24553: 
                   24554:        * src/: include/pa_request.h, include/pa_value.h,
                   24555:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   24556:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   24557: 
                   24558:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24559:          include/pa_vmframe.h, include/pa_vobject.h,
                   24560:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24561:          main/compile_tools.h, main/execute.C: ^class:method() just
                   24562:          compiled
                   24563: 
                   24564: 2001-02-24  paf
                   24565: 
                   24566:        * src/main/main.dsp: no bison -d
                   24567: 
                   24568:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   24569:          class' err msg wrong
                   24570: 
                   24571:        * src/main/compile.y: z
                   24572: 
                   24573:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   24574: 
                   24575:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   24576:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   24577: 
                   24578:        * src/: include/pa_vclass.h, main/core.C: z
                   24579: 
                   24580:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24581:          include/pa_vobject.h, main/main.dsp: vobject00
                   24582: 
                   24583:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   24584:          60% from 1 were 0
                   24585: 
                   24586:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   24587:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   24588:          as bad as you've named it: wcontext.value() was not a perfect
                   24589:          idea
                   24590: 
                   24591:        * src/main/execute.C: codeframe1
                   24592: 
                   24593:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   24594:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   24595:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24596:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24597:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   24598:          just compiled
                   24599: 
                   24600:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   24601:          ideology @: ^x{$a()) must construct current wcontext element, so
                   24602:          smart wcontext handling needed
                   24603: 
                   24604:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   24605:          klinch
                   24606: 
                   24607:        * src/main/: compile.y, execute.C: fixed empty constructor
                   24608:          optimized empty case. failed on calls - produced empty string
                   24609:          param
                   24610: 
                   24611:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   24612: 
                   24613:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   24614:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   24615:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24616:          main/execute.C: code junctions0. something wrong with last \n
                   24617:          macrotemplate strip
                   24618: 
                   24619:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   24620:          main/pa_value.C: minor error reporting format beautifyings
                   24621: 
                   24622:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24623:          include/pa_vframe.h, main/core.C, main/execute.C,
                   24624:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   24625:          junctions0
                   24626: 
                   24627: 2001-02-23  paf
                   24628: 
                   24629:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   24630:          pa_wwrapper.h: lara came, can't work, sorry :(
                   24631: 
                   24632:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   24633:          junction
                   24634: 
                   24635:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   24636:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   24637:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   24638: 
                   24639:        * src/: include/pa_hash.h, include/pa_value.h,
                   24640:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   24641:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   24642:          done
                   24643: 
                   24644:        * src/include/pa_wcontext.h: z
                   24645: 
                   24646:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   24647:          wrong grammar in complex constructor case
                   24648: 
                   24649:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   24650: 
                   24651:        * src/main/execute.C: with result rwpool
                   24652: 
                   24653:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   24654:          main/main.dsp: value named
                   24655: 
                   24656:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   24657:          strign 2 value in 2 places in execute
                   24658: 
                   24659:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   24660:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   24661:          wcontext.put_element when wcontext fvalue==0
                   24662: 
                   24663: 2001-02-22  paf
                   24664: 
                   24665:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24666:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   24667:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   24668: 
                   24669:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   24670:          erroreos checkout
                   24671: 
                   24672:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   24673: 
                   24674:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   24675:          main/compile_tools.h, main/pa_array.C: $self.get
                   24676: 
                   24677:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   24678: 
                   24679:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   24680:          bit. finished now.
                   24681: 
                   24682:        * src/main/compile.y: $: finished
                   24683: 
                   24684:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   24685: 
                   24686:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   24687:          main/execute.C: OP_STRING better then some xxx _VALUE
                   24688: 
                   24689:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   24690:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24691:          string to vstring it .y all
                   24692: 
                   24693:        * src/: include/pa_request.h, include/pa_stack.h,
                   24694:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   24695:          all
                   24696: 
                   24697:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   24698:          precise parse error line:col
                   24699: 
                   24700:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   24701:          main/pa_hash.C, main/pa_pool.C: TRY...
                   24702: 
                   24703:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24704:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   24705:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24706:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   24707:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   24708:          main/pa_table.C: removed exception from request
                   24709: 
                   24710:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   24711:          some forgotten
                   24712: 
                   24713:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24714:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   24715:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   24716:          get/put simple vars to VClass works0
                   24717: 
                   24718:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   24719:          main/pa_string.C: in process, but found that exceptions are too
                   24720:          global
                   24721: 
                   24722:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   24723:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   24724:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   24725:          seems wcontext must write strings regardles of fvalue!=0
                   24726: 
                   24727: 2001-02-21  paf
                   24728: 
                   24729:        * src/main/execute.C: tired :)
                   24730: 
                   24731:        * src/main/: compile.C, compile.y, execute.C: store0
                   24732: 
                   24733:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   24734:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   24735:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24736:          main/execute.C, main/main.dsp, main/pa_array.C,
                   24737:          main/pa_request.C: get put -1 [just compiled]
                   24738: 
                   24739:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   24740:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   24741:          main/main.dsp, main/pa_request.C: request core methods0
                   24742: 
                   24743:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   24744:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   24745:          execute
                   24746: 
                   24747:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   24748:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   24749:          methods and one_big_piece. now compile returns array<method*>
                   24750: 
                   24751:        * src/main/compile.y: more straightforward yylex[end]
                   24752: 
                   24753:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   24754:          string.operator==(char*)
                   24755: 
                   24756:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   24757:          main/execute.C, main/pa_array.C: after array.const get wonders
                   24758: 
                   24759:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   24760:          pa_string.h, pa_value.h: struck with const array.gets
                   24761: 
                   24762:        * src/main/: execute.C: z
                   24763: 
                   24764:        * src/main/: compile.y, execute.C: z
                   24765: 
                   24766:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   24767:          processing in eval & yyerror so it wouldn't cause memleaks.
                   24768: 
                   24769:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   24770:          parse error positions. leaving RIGHTMOST position as
                   24771:          @file[line:col]
                   24772: 
                   24773:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   24774:          main/compile_tools.h: line numbers needed. would add them to .y
                   24775:          now internally. externally it's not as precise as needed
                   24776: 
                   24777:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   24778:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24779:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   24780:          compiler works ok
                   24781: 
                   24782: 2001-02-20  paf
                   24783: 
                   24784:        * src/main/: compile.C, compile.y, compile_tools.C,
                   24785:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   24786:          not perfect
                   24787: 
                   24788:        * src/: include/code.h, include/compile.h, include/execute.h,
                   24789:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   24790:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24791:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24792:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   24793:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24794:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   24795:          compiled.  execute=dump for now
                   24796: 
                   24797:        * src/main/core.C: core rewrite using yacc investigations now will
                   24798:          be compile[yacc]/execute[opcodes]
                   24799: 
                   24800: 2001-02-15  paf
                   24801: 
                   24802:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   24803:          rewrite as turing machine? for it seems it would be it's too many
                   24804:          ifs with this syntax now
                   24805: 
                   24806: 2001-02-14  paf
                   24807: 
                   24808:        * src/main/core.C: get_params 1
                   24809: 
                   24810:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   24811:          :( ]
                   24812: 
                   24813:        * src/main/core.C: varios breaks
                   24814: 
                   24815:        * src/main/core.C: get names 3
                   24816: 
                   24817:        * src/main/core.C: get names 2
                   24818: 
                   24819:        * src/main/core.C: get names 1
                   24820: 
                   24821:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   24822:          names 0
                   24823: 
                   24824:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   24825:          text repassing2 operator static vars
                   24826: 
                   24827:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   24828:          main/pa_string.C: process text repassing
                   24829: 
                   24830:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24831:          module:calls changes
                   24832: 
                   24833: 2001-02-13  paf
                   24834: 
                   24835:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24836:          ^class:calls[] started
                   24837: 
                   24838:        * src/: include/pa_value.h, main/core.C: z
                   24839: 
                   24840:        * src/main/core.C: operators : and self. prefixes
                   24841: 
                   24842:        * src/main/core.C: z
                   24843: 
                   24844:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24845:          tested
                   24846: 
                   24847:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24848:          optimized
                   24849: 
                   24850:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   24851:          would change privates to better support optimization
                   24852: 
                   24853:        * src/: include/pa_string.h, main/pa_string.C:
                   24854:          String_iterator::skip_to todo:optimize
                   24855: 
                   24856: 2001-02-12  paf
                   24857: 
                   24858:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   24859:          String_iterator
                   24860: 
                   24861:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   24862:          comments
                   24863: 
                   24864:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   24865:          self/methodref joined
                   24866: 
                   24867: 2001-02-11  paf
                   24868: 
                   24869:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   24870:          main/main.dsp: core started.  core.C, context&value .h
                   24871: 
                   24872:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24873:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24874:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   24875: 
                   24876: 2001-01-30  paf
                   24877: 
                   24878:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   24879:          comments
                   24880: 
                   24881:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   24882:          main/pa_pool.C: moved pa_pool.C to be target specific
                   24883: 
                   24884:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24885:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   24886:          to & changes
                   24887: 
                   24888:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24889:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   24890:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   24891:          re-associated. that's much better even removed 'die' necessety
                   24892: 
                   24893:        * src/: include/pa_error.h, include/pa_exception.h,
                   24894:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24895:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   24896:          targets/Makefile.am: lowered targets/parser into subdir, added
                   24897:          parser_Pool(Pool) failed to add. would think..
                   24898: 
                   24899:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   24900:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   24901:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   24902:          hence lots of 'const'
                   24903: 
                   24904:        * src/: include/pa_error.h, include/pa_request.h,
                   24905:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   24906:          main/pa_table.C: Error fixed
                   24907: 
                   24908: 2001-01-29  paf
                   24909: 
                   24910:        * src/: include/pa_array.h, include/pa_common.h,
                   24911:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   24912:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   24913:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   24914:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   24915: 
                   24916:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24917:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24918:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   24919:          main/pa_string.C, main/pa_table.C: Request Error Table
                   24920: 
                   24921:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   24922:          templates"
                   24923: 
                   24924:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   24925:          main/main.dsp, main/pa_array.C: templates failed no template
                   24926:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   24927:          2.95.2-6 from latest cygwin]
                   24928: 
                   24929:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24930:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24931:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   24932:          main/pa_table.C: Table started would test template Array now
                   24933: 
                   24934:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24935:          String originating
                   24936: 
                   24937:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   24938:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   24939:          SYNCHRONIZED(thread_safe)
                   24940: 
                   24941:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   24942:          parts to top
                   24943: 
                   24944:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   24945:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   24946:          see: needed only in global Hash now, made Hash:: put/get
                   24947:          SYNCHRONIZED
                   24948: 
                   24949:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   24950:          main/pa_threads.C: added pa_threads
                   24951: 
                   24952:          Mutex
                   24953: 
                   24954:        * src/include/pa_hash.h: some comments
                   24955: 
                   24956:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   24957:          Array& operator += (Array& src)
                   24958: 
                   24959:        * src/main/pa_array.C: expand not convinient, would rewrite
                   24960: 
                   24961:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   24962:          (Array& src)
                   24963: 
                   24964:          rethought, would change now
                   24965: 
                   24966: 2001-01-27  paf
                   24967: 
                   24968:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   24969:          caching
                   24970: 
                   24971:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24972:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   24973:          cache rethought to chunk caching
                   24974: 
                   24975:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24976:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24977:          main/pa_hash.C, main/pa_string.C: Array 0
                   24978: 
                   24979:        * src/main/pa_string.C: String::operator ==
                   24980: 
                   24981:        * src/main/pa_hash.C: String(&String)
                   24982: 
                   24983:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   24984: 
                   24985:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   24986:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   24987:          pa_hash[forgotten]
                   24988: 
                   24989: 2001-01-26  paf
                   24990: 
                   24991:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24992:          removed templates [vc++ suxx]
                   24993: 
                   24994:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   24995:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   24996: 
                   24997:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   24998: 
1.119     moko     24999:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     25000: 
1.119     moko     25001:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     25002:          check
                   25003: 
                   25004:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   25005:          dynamic row_count
                   25006: 
                   25007:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   25008:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   25009:          targets/Makefile.am: Initial revision
                   25010: 
                   25011:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   25012:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   25013:          targets/Makefile.am: creating parser3 module
                   25014: 

E-mail: