Annotation of parser3/ChangeLog, revision 1.186

1.186   ! moko        1: 2023-11-28  moko
        !             2: 
        !             3:        * src/include/pa_config_includes.h: warnings war continues
        !             4: 
        !             5:        * src/include/pa_config_includes.h: warning war
        !             6: 
        !             7:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
        !             8:          number strings, whitespace and sign in exception messages
        !             9:          (related to bug #1234)
        !            10: 
1.185     moko       11: 2023-11-26  moko
                     12: 
                     13:        * tests/: 274.html, results/224.processed, results/274.processed:
                     14:          tests for date double, int, bool added (related to feature #1235)
                     15: 
                     16:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                     17:          added for date class (implements feature #1235)
                     18: 
                     19: 2023-11-23  moko
                     20: 
                     21:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                     22:          and '-' strings are no longer can be treated as number 0,
                     23:          exception thrown (fixes bug #1234)
                     24: 
1.184     moko       25: 2023-11-18  moko
                     26: 
                     27:        * src/include/pa_types.h: minor
                     28: 
                     29:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                     30: 
                     31:        * tests/: 389.html, results/389.processed: error messages for some
                     32:          OS differs a bit, reducing failing tests for them
                     33: 
                     34: 2023-11-17  moko
                     35: 
                     36:        * tests/: 423.html, results/423.processed: test for optional
                     37:          @auto[] inheritance added (related to feature #1233)
                     38: 
                     39:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                     40:          types/pa_vstateless_class.C: optional @auto[] inheritance
                     41:          implemented if defined with two args (path, class name)
                     42:          (implements feature #1233)
                     43: 
                     44:        * src/: classes/double.C, classes/int.C, classes/math.C,
                     45:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                     46:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                     47:          sync double->int overflow behavour under different architectures
                     48:          (fixes bug #1232)
                     49: 
                     50:        * tests/: 422.html, results/422.processed: int clipping added
                     51: 
                     52: 2023-11-16  moko
                     53: 
                     54:        * tests/: 422.html, results/422.processed: test for int and uint
                     55:          overflow in ^n.format[d/u/x]
                     56: 
                     57:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                     58:          Apple M1 when negative double converts to uint the result is 0)
                     59:          and crc32 should be 32 bits
                     60: 
                     61:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                     62:          on Apple M1 it's 0
                     63: 
                     64:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                     65:          Apple M1 when negative double converts to uint the result is 0)
                     66:          and crc32 should be 32 bits
                     67: 
1.183     moko       68: 2023-10-07  moko
                     69: 
                     70:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                     71:          behavour with other OP_NUM_*, related to bug #1230
                     72: 
                     73: 2023-10-06  moko
                     74: 
                     75:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                     76: 
                     77:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                     78:          be converted to double to avoid 80 bit operations in x87 mode
                     79:          (fixes bug #1230)
                     80: 
                     81: 2023-10-05  moko
                     82: 
                     83:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                     84:          compatibility
                     85: 
                     86:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                     87: 
                     88:        * tests/: 421.html, results/421.processed: test to cover all
                     89:          classes and objects nonexistent method and field exceptions
                     90:          (related to feature #1080 and #1227)
                     91: 
                     92:        * tests/results/: 182.processed, 324.processed: undefined method ->
                     93:          <type> method not found exception (related to feature #1080)
                     94: 
                     95:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                     96:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                     97:          "element can not be fetched from" for them, "field not found" for
                     98:          all other types (related to bug #1227)
                     99: 
                    100: 2023-10-03  moko
                    101: 
                    102:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                    103:          <type> method not found" exception now thrown for static calls
                    104:          instead of "undefined method" without class name (related to
                    105:          feature #1080)
                    106: 
                    107: 2023-10-02  moko
                    108: 
                    109:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                    110:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                    111:          <method name>, Comment: <type> method not found" exception now
                    112:          thrown for all dynamic objects instead of "undefined method"
                    113:          without class name (implements feature #1080)
                    114: 
1.182     moko      115: 2023-10-01  moko
                    116: 
                    117:        * src/classes/json.C: we don't have a dynamic json object.
                    118: 
                    119: 2023-09-28  moko
                    120: 
                    121:        * tests/: 420.html, results/261.processed, results/420.processed:
                    122:          tests updated after bug #1228 fix reverted
                    123: 
                    124:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                    125:          whitespace string is hash compatible, so we don't want $s.key to
                    126:          return a junction
                    127: 
                    128:        * tests/: 261.html, 420.html, results/261.processed,
                    129:          results/420.processed: test for bug #1227 added, test updated
                    130:          after bug #1228 fixed
                    131: 
                    132:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                    133:          now throws exception as $non-empty-string.field (fixes bug #1227)
                    134: 
                    135:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                    136:          #1228)
                    137: 
                    138: 2023-09-26  moko
                    139: 
                    140:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                    141:          src/classes/classes.C, src/classes/classes.awk,
                    142:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                    143:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                    144:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                    145:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                    146:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                    147:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                    148:          src/classes/regex.C, src/classes/response.C,
                    149:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                    150:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                    151:          src/include/pa_array.h, src/include/pa_base64.h,
                    152:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                    153:          src/include/pa_charsets.h, src/include/pa_common.h,
                    154:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                    155:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                    156:          src/include/pa_exception.h, src/include/pa_exec.h,
                    157:          src/include/pa_globals.h, src/include/pa_hash.h,
                    158:          src/include/pa_http.h, src/include/pa_memory.h,
                    159:          src/include/pa_opcode.h, src/include/pa_operation.h,
                    160:          src/include/pa_os.h, src/include/pa_pool.h,
                    161:          src/include/pa_random.h, src/include/pa_request.h,
                    162:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                    163:          src/include/pa_sapi.h, src/include/pa_socks.h,
                    164:          src/include/pa_sql_connection.h,
                    165:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                    166:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                    167:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                    168:          src/include/pa_table.h, src/include/pa_threads.h,
                    169:          src/include/pa_types.h, src/include/pa_uue.h,
                    170:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                    171:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                    172:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                    173:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                    174:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                    175:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                    176:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                    177:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                    178:          src/main/compile.tab.C, src/main/compile.y,
                    179:          src/main/compile_tools.C, src/main/compile_tools.h,
                    180:          src/main/execute.C, src/main/pa_base64.C,
                    181:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                    182:          src/main/pa_charsets.C, src/main/pa_common.C,
                    183:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                    184:          src/main/pa_exception.C, src/main/pa_exec.C,
                    185:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                    186:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                    187:          src/main/pa_request.C, src/main/pa_socks.C,
                    188:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                    189:          src/main/pa_stylesheet_connection.C,
                    190:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                    191:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                    192:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                    193:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                    194:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                    195:          src/targets/apache/mod_parser3_core.C,
                    196:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                    197:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                    198:          src/types/pa_method.h, src/types/pa_property.h,
                    199:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                    200:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                    201:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                    202:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                    203:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                    204:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                    205:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                    206:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                    207:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                    208:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                    209:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                    210:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                    211:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                    212:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                    213:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                    214:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                    215:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                    216:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                    217:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                    218:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                    219:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                    220:          src/types/pa_vstateless_class.h,
                    221:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                    222:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                    223:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                    224:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                    225:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                    226:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                    227:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                    228:          src/types/pa_wwrapper.h: copyright, authors actualized
                    229: 
1.181     moko      230: 2023-08-20  moko
                    231: 
                    232:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                    233:          commited (related to feature #1219)
                    234: 
                    235: 2023-08-16  moko
                    236: 
                    237:        * src/main/pa_random.C: replaced clock precision with monotonicity
                    238:          counter, good for Windows version with low clock frequency
                    239:          (related to feature #1229)
                    240: 
                    241: 2023-08-15  moko
                    242: 
                    243:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                    244:          fixes related to feature #1229
                    245: 
                    246:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                    247:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                    248:          (implements feature #1229)
                    249: 
1.180     moko      250: 2023-08-02  moko
                    251: 
                    252:        * tests/: results/417.processed, 417.html: test for empty string
                    253:          match after last char added (related to bug #1224)
                    254: 
                    255:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                    256:          length match (related to bug #1224)
                    257: 
1.179     moko      258: 2022-11-22  moko
                    259: 
                    260:        * tests/: 419.html, results/419.processed: test for L_URI and path
                    261:          removeal from filename added (related to bug #1204)
                    262: 
                    263:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                    264:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                    265:          attribute value, L_URI should be used
                    266: 
1.178     moko      267: 2022-09-21  moko
                    268: 
                    269:        * src/targets/cgi/parser3.C: more clear error messages
                    270: 
                    271:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                    272:          SAPI_Info will return 0 in read_post and post_size !=
                    273:          content_length will be thrown
                    274: 
1.177     moko      275: 2022-08-23  moko
                    276: 
                    277:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                    278:          header value
                    279: 
                    280: 2022-08-22  moko
                    281: 
                    282:        * tests/: 418.html, results/418.processed: test for
                    283:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                    284:          to #1225)
                    285: 
                    286:        * src/classes/hash.C: keep old behavoir by default
                    287: 
                    288:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                    289:          $.order[self|arg] ] added (implements #1215)
                    290: 
1.176     moko      291: 2022-03-21  moko
                    292: 
                    293:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                    294:          xmlInitCharEncodingHandlers is called in libxml static
                    295:          initializers before gc_substitute_memory_management_functions in
                    296:          pa_globals and thus gc may not see reference to our
                    297:          xmlCharEncodingHandler and free it.
                    298: 
1.175     moko      299: 2022-01-26  moko
                    300: 
                    301:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                    302: 
1.174     moko      303: 2021-12-28  moko
                    304: 
                    305:        * tests/: 417.html, results/417.processed: test for empty string
                    306:          match added (related to bug #1224)
                    307: 
                    308:        * src/main/pa_string.C: empty string match now works (fixes bug
                    309:          #1224)
                    310: 
1.173     moko      311: 2021-12-24  moko
                    312: 
                    313:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                    314: 
                    315: 2021-12-23  moko
                    316: 
                    317:        * src/: classes/table.C, main/pa_request.C: warnings war
                    318: 
                    319:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                    320:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                    321: 
                    322: 2021-12-21  moko
                    323: 
                    324:        * tests/: 416.html, results/416.processed: test for ^break[] in
                    325:          ^hash/table.select[] (related to feature #1222)
                    326: 
                    327:        * src/classes/: hash.C, table.C: ^break[] support for
                    328:          ^hash/table.select[] (implements feature #1222)
                    329: 
1.172     moko      330: 2021-11-30  moko
                    331: 
                    332:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                    333:          0.5 sec
                    334: 
1.171     moko      335: 2021-11-10  moko
                    336: 
                    337:        * tests/results/415.processed: more syntax errors tests added
                    338: 
                    339:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                    340:          28.p: minor syntax error tests
                    341: 
                    342:        * src/main/pa_exception.C: pa_strdup added for compatibility
                    343: 
                    344:        * src/classes/curl.C: hint to call ^curl:options[
                    345:          $.library[correct.libcurl.so.name] ] added if default load fails.
                    346: 
                    347: 2021-11-09  moko
                    348: 
                    349:        * src/main/compile.y: error message can be on stack
                    350: 
                    351:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                    352: 
                    353:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                    354:          this case then strncpy
                    355: 
                    356:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                    357:          instead of strcpy where possible
                    358: 
                    359:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                    360:          used to avoid MAX_STRING limit in Exception comment
                    361: 
                    362:        * tests/results/415.processed: compiler exceptions are no longer
                    363:          limited to MAX_STRING
                    364: 
                    365:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                    366:          char * instead of fixed buffer
                    367: 
                    368:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                    369:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                    370:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                    371:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                    372:          results/415.processed: tests for parser.compile exceptions added
                    373: 
                    374: 2021-11-08  moko
                    375: 
                    376:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                    377:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                    378:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    379:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                    380:          drawbacks
                    381: 
1.170     moko      382: 2021-11-06  moko
                    383: 
                    384:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                    385:          (implements feature #1219)
                    386: 
                    387:        * tests/: 414.html, results/414.processed: test for
                    388:          ^hash.rename[from;to] added (related to feature #1144)
                    389: 
                    390: 2021-11-05  moko
                    391: 
                    392:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                    393:          (related to feature #1144)
                    394: 
                    395: 2021-11-04  moko
                    396: 
                    397:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                    398:          added (implements feature #1144)
                    399: 
1.169     moko      400: 2021-10-19  moko
                    401: 
                    402:        * tests/: 413.html, results/413.processed: test for hash no longer
                    403:          is accepted as file parameter (related to bug #1218)
                    404: 
                    405:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    406:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                    407:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                    408:          longer is accepted as file parameter (fixes bug #1218)
                    409: 
1.168     moko      410: 2021-07-19  moko
                    411: 
                    412:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                    413:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                    414: 
1.167     moko      415: 2021-04-16  moko
                    416: 
                    417:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                    418:          processing it leads to assertions.
                    419: 
1.166     moko      420: 2021-03-25  moko
                    421: 
                    422:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                    423:          #1213
                    424: 
1.165     moko      425: 2021-02-12  moko
                    426: 
                    427:        * tests/: 360.html, results/360.processed, results/363.processed:
                    428:          parser method call in expression mode no longer differs from call
                    429:          in string mode (related to feature #1211)
                    430: 
                    431: 2021-02-11  moko
                    432: 
                    433:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                    434:          fixed (bug #1212)
                    435: 
                    436:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                    437:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                    438:          strings in both calls (implements feature #1211)
                    439: 
1.164     moko      440: 2021-01-28  moko
                    441: 
                    442:        * buildall, etc/auto.p.in: to remove last patch in debian package
                    443: 
                    444:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                    445:          3.4.7b
                    446: 
1.162     moko      447: 2021-01-21  moko
                    448: 
                    449:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                    450:          is MULTITHREADED
                    451: 
1.157     moko      452: 2021-01-20  moko
                    453: 
1.161     moko      454:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                    455:          'a2enmod mpm_prefork'
                    456: 
1.160     moko      457:        * src/targets/apache/mod_parser3.c: prefork name is now
                    458:          'libapache2-mpm-itk'
                    459: 
                    460:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                    461:          removed
                    462: 
1.159     moko      463:        * src/targets/isapi/Makefile.am: -pa_threads.C
                    464: 
1.158     moko      465:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                    466:          3.4.6
                    467: 
1.157     moko      468:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                    469: 
                    470:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                    471:          /httpd.p
                    472: 
                    473:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                    474:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                    475:          #1203)
                    476: 
                    477: 2021-01-19  moko
                    478: 
                    479:        * buildall: --disable-parallel-mark added to avoid "number of
                    480:          processors" threads creation for heap marking as it conflicts
                    481:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                    482:          limits threads)
                    483: 
1.156     moko      484: 2021-01-16  moko
                    485: 
                    486:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                    487:          main/pa_globals.C, main/pa_memory.C,
                    488:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                    489:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                    490:          feature #1209)
                    491: 
                    492: 2021-01-15  moko
                    493: 
                    494:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                    495:          3.4.6rc
                    496: 
                    497:        * src/classes/json.C: get_delim added for delimiter caching (10%
                    498:          faster on large json)
                    499: 
                    500: 2021-01-14  moko
                    501: 
                    502:        * operators.txt: updated with 3.4.6 changes
                    503: 
                    504:        * tests/results/224.processed: test result modified after
                    505:          today(shift) implemented
                    506: 
                    507:        * tests/: 407.html, results/407.processed: test for ^hash.select
                    508:          option $.default(bool) added (related to feature #1172)
                    509: 
                    510:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                    511:          (related to feature #1172)
                    512: 
                    513:        * tests/: 141.html, results/141.processed: test modified for
                    514:          feature #1185.
                    515: 
                    516:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                    517:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                    518:          options $.lower(bool) (implements feature #1185)
                    519: 
                    520: 2021-01-11  moko
                    521: 
                    522:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                    523:          #1192)
                    524: 
                    525:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                    526:          added (related to feature #1192)
                    527: 
1.155     moko      528: 2021-01-05  moko
                    529: 
                    530:        * tests/: 270.html, results/270.processed: test modified to work
                    531:          under Windows
                    532: 
                    533:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                    534:          4 windows
                    535: 
                    536:        * tests/: 410.html, results/410.processed: test for
                    537:          $CLASS-GETTER-PROTECTED(false) added
                    538: 
                    539: 2021-01-04  moko
                    540: 
                    541:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                    542:          $MAIN:LOCALS(true) added
                    543: 
1.154     moko      544: 2021-01-03  moko
                    545: 
                    546:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                    547:          types/pa_vclass.h, types/pa_vstateless_class.C,
                    548:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                    549:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                    550:          #1207)
                    551: 
                    552: 2021-01-02  moko
                    553: 
                    554:        * etc/auto.p.in: minor
                    555: 
                    556:        * src/main/pa_request.C: sending headers only after opening file to
                    557:          allow error reporting if file was not opened (foreign group,
                    558:          etc).
                    559: 
                    560: 2020-12-31  moko
                    561: 
                    562:        * src/: include/pa_request.h, main/pa_request.C,
                    563:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                    564: 
                    565:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                    566:          main/pa_request.C: get_class_ref added and used
                    567: 
                    568:        * etc/auto.p.in: @CLASS httpd added
                    569: 
                    570:        * etc/auto.p.in: @auto[] is now first
                    571: 
                    572: 2020-12-30  moko
                    573: 
                    574:        * tests/: 408.html, results/408.processed: test for bug #1166
                    575:          (windows only) added
                    576: 
                    577:        * src/main/pa_common.C: create_dir_for_file should not create dir
                    578:          for trailing / (fixes bug #1166)
                    579: 
                    580:        * tests/: 341.html, results/341.processed: tests for
                    581:          ^nameless_table.hash[] added (related to feature #1138)
                    582: 
                    583:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                    584:          (implements feature #1138), extra fields in named tables no
                    585:          longer ignored (implements feature #1138)
                    586: 
                    587:        * tests/results/390.processed: updated after exception text change
                    588: 
                    589: 2020-12-29  moko
                    590: 
                    591:        * tests/: 407.html, results/407.processed: +$._default check
                    592: 
                    593:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                    594: 
                    595:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                    596:          and ^hash.reverse[] added (releated to feature #1172)
                    597: 
                    598:        * src/classes/hash.C:
                    599:          ^hash.select[key;value](bool-condition)[options hash] +
                    600:          ^hash.reverse[] added (implements feature #1172)
                    601: 
                    602:        * src/types/pa_vtable.h: warning war
                    603: 
                    604:        * src/include/pa_config_fixed.h: win32 fix
                    605: 
1.153     moko      606: 2020-12-27  moko
                    607: 
                    608:        * tests/: 406.html, results/406.processed: test results updated
                    609: 
                    610:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                    611:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                    612:          spelling
                    613: 
                    614: 2020-12-26  moko
                    615: 
                    616:        * tests/: 406.html, results/406.processed: tests for
                    617:          ^table.rename[] added (related to feature #1148)
                    618: 
                    619:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    620:          ^table.rename[column name from;column name to], ^table.rename[
                    621:          $.[column name from][column name to] ... ] added (implements
                    622:          feature #1148)
                    623: 
                    624: 2020-12-25  moko
                    625: 
                    626:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                    627:          request_info now on stack to avoid yet another THREAD_LOCAL
                    628:          memory deallocation issue (now with cookies), explained in #1203
                    629: 
                    630:        * src/types/pa_vcookie.C: fields should be inited
                    631: 
                    632: 2020-12-24  moko
                    633: 
                    634:        * src/include/pa_stylesheet_connection.h: looks like
                    635:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                    636:          sure libxml bug, but we have GC anyway, so we just remove this
                    637:          call and see...
                    638: 
                    639:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                    640:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                    641:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                    642:          abort.c:65:8     frame #3: 0x00000000004da663
                    643:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                    644:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                    645:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                    646:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                    647:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                    648:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                    649:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                    650:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                    651:           frame #8: 0x000000000050d35c
                    652:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                    653:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                    654:           frame #10: 0x00000000004436e5
                    655:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                    656:          [inlined]
                    657:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                    658:          pa_stylesheet_connection.h:62:3
                    659: 
                    660: 2020-12-23  moko
                    661: 
                    662:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                    663: 
                    664:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                    665:          ^image::measure[; $.video(true) ] added
                    666: 
                    667:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                    668:          httpd mode for unknown reasons
                    669: 
                    670: 2020-12-22  moko
                    671: 
                    672:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                    673:          error_log uri of currently processed document", but never used
                    674:          and conflicts with how libgc stops threads on FreeBSD (#define
                    675:          SIG_SUSPEND SIGUSR1), thus removed.
                    676: 
                    677: 2020-12-21  moko
                    678: 
                    679:        * src/main/pa_request.C: +comment
                    680: 
1.151     moko      681: 2020-12-20  moko
                    682: 
1.152     moko      683:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                    684:          it is more safe to have versions of pa_strdup with one and two
                    685:          arguments, as helper_length=0 not always mean that strlen()
                    686:          should be called, but means zero.
                    687: 
                    688:        * src/targets/isapi/parser3isapi.C: minor
                    689: 
                    690:        * src/main/pa_http.C: +valid_http_method
                    691: 
1.151     moko      692:        * src/: include/pa_http.h, main/pa_http.C,
                    693:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                    694: 
                    695: 2020-12-17  moko
                    696: 
                    697:        * tests/: 405.html, results/405.processed: test for split by regex
                    698:          added (related to feature #1160)
                    699: 
                    700:        * src/classes/string.C: split by regex implemented (feature #1160)
                    701: 
                    702:        * src/classes/string.C: minor
                    703: 
                    704:        * tests/: 404.html, results/404.processed: test for whitespace
                    705:          string is now OK for table argument (related to feature #1169)
                    706: 
                    707:        * src/: classes/image.C, classes/string.C, classes/table.C,
                    708:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                    709:          argument (as with hash) (implements feature #1169)
                    710: 
                    711:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                    712:          limit for comment (fixes bug #1102)
                    713: 
                    714:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                    715: 
                    716:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                    717: 
                    718:        * src/include/pa_config_includes.h: HAVE_TLS used
                    719: 
                    720:        * configure.ac: +TLS check
                    721: 
                    722:        * src/main/pa_http.C: content logging added
                    723: 
                    724:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                    725:          clear_response_headers added
                    726: 
                    727: 2020-12-16  moko
                    728: 
                    729:        * buildall: as we now use threads, libatomic_ops still required for
                    730:          some OS.
                    731: 
                    732:        * src/main/pa_request.C: whitespace
                    733: 
                    734:        * src/: include/pa_request.h, main/pa_request.C:
                    735:          Request::Exception_trace::table extracted and used
                    736: 
                    737:        * src/main/pa_request.C: moving output_result call outside of try
                    738:          as network exceptions should not be handled by parser code
                    739: 
                    740:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                    741:          logging network exchange
                    742: 
                    743:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                    744:          via network if it was network write error.
                    745: 
                    746:        * src/targets/cgi/parser3.C: log -> pa_log
                    747: 
                    748:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                    749: 
                    750:        * src/main/pa_threads.C: getpid() if no gettid() found
                    751: 
                    752:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    753:          we need to ignore "void" connections from browsers (browsers open
                    754:          connections in advance and they will be empty if user does not
                    755:          request more pages)
                    756: 
                    757: 2020-12-15  moko
                    758: 
                    759:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                    760: 
                    761:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                    762:          RequestController not needed in httpd mode
                    763: 
                    764:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    765:          classes/classes.h, classes/curl.C, classes/date.C,
                    766:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    767:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    768:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    769:          classes/memcached.C, classes/memory.C, classes/op.C,
                    770:          classes/reflection.C, classes/regex.C, classes/response.C,
                    771:          classes/string.C, classes/table.C, classes/void.C,
                    772:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    773:          include/pa_array.h, include/pa_base64.h,
                    774:          include/pa_cache_managers.h, include/pa_charset.h,
                    775:          include/pa_charsets.h, include/pa_common.h,
                    776:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    777:          include/pa_dictionary.h, include/pa_dir.h,
                    778:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    779:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    780:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    781:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    782:          include/pa_request_charsets.h, include/pa_request_info.h,
                    783:          include/pa_sapi.h, include/pa_socks.h,
                    784:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    785:          include/pa_stack.h, include/pa_string.h,
                    786:          include/pa_stylesheet_connection.h,
                    787:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    788:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    789:          include/pa_uue.h, include/pa_xml_exception.h,
                    790:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    791:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    792:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    793:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    794:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    795:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    796:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    797:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    798:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    799:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    800:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    801:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    802:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    803:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    804:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    805:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    806:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    807:          main/untaint.C, sql/pa_sql_driver.h,
                    808:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    809:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    810:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    811:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    812:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                    813:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                    814:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                    815:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                    816:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                    817:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                    818:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                    819:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                    820:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    821:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                    822:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                    823:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    824:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                    825:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                    826:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    827:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    828:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    829:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    830:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    831:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    832:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    833:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    834: 
                    835:        * src/main/pa_request.C: old compilers support
                    836: 
                    837:        * tests/: 362.html, results/362.processed: test updated after
                    838:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                    839:          #1108)
                    840: 
                    841:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                    842:          removed, as xsltFreeStylesheet has side effects on original doc.
                    843:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                    844:          not updated after xdoc modification (part 3 of test 362).
                    845:          (related to bug #1108)
                    846: 
                    847:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                    848: 
                    849:        * src/: classes/memory.C, include/pa_memory.h,
                    850:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                    851:          PA_GC_GCOLLECT used
                    852: 
                    853:        * src/include/pa_memory.h: +PA_GC_COLLECT
                    854: 
                    855:        * src/targets/cgi/parser3.C: msvs support fixes
                    856: 
                    857:        * src/lib/gc/include/gc.h: more cleanup
                    858: 
                    859:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                    860: 
                    861:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                    862:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                    863: 
                    864:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                    865: 
                    866:        * configure.ac: pthread.h added to checked headers
                    867: 
                    868:        * src/classes/table.C: string stream is back :)
                    869: 
                    870:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                    871:          exists
                    872: 
                    873:        * src/main/pa_globals.C: GC_dont_gc replaced
                    874: 
                    875:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                    876:          left to simplify adding new functions.  depricated GC_dont_gc
                    877:          replaced with GC_disable and GC_enable calls.
                    878: 
                    879:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                    880:          CORD_from_file* not used and thus removed
                    881: 
                    882:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                    883: 
                    884: 2020-12-14  moko
                    885: 
                    886:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                    887:          referenced elsewhere, or GC will collect it.
                    888: 
                    889:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                    890:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                    891:          elsewhere, or GC will collect them (and we'll get GPF in
                    892:          multithreaded enviroment).  May be it can be also fixed by some
                    893:          GC call, not sure. But this fix costs nothing (but hours of
                    894:          debugging to find the issue :).
                    895: 
1.150     moko      896: 2020-12-11  moko
                    897: 
                    898:        * configure.ac: gettid() check added
                    899: 
                    900:        * src/main/pa_threads.C: HAVE_GETTID used
                    901: 
                    902:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                    903: 
                    904:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                    905:          version for isapi/cgi/apache
                    906: 
                    907:        * buildall: threads are now required.
                    908: 
                    909:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                    910:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    911:          main/main.vcproj: pa_threads.C moved to main
                    912: 
                    913:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                    914:          isapi/pa_threads.C: pa_threads.C moved to main
                    915: 
                    916:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                    917:          targets/apache/Makefile.am: pa_threads.C moved to main
                    918: 
                    919:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                    920: 
                    921:        * src/: include/pa_stylesheet_connection.h,
                    922:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                    923:          and weird GPF in multithreaded httpd is gone
                    924: 
                    925:        * src/include/: pa_stylesheet_connection.h,
                    926:          pa_sql_driver_manager.h: whitespace
                    927: 
                    928:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                    929: 
                    930:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                    931:          main/pa_stylesheet_manager.C: whitespace, warning war
                    932: 
                    933:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                    934:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                    935:          parser_multithreaded never used
                    936: 
                    937:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                    938: 
                    939: 2020-12-10  moko
                    940: 
                    941:        * src/: include/pa_config_includes.h, include/pa_http.h,
                    942:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                    943:          MULTITHREADED and PARALLEL httpd server modes
                    944: 
                    945:        * src/main/pa_globals.C: GC_java_finalization is depricated
                    946: 
                    947: 2020-12-09  moko
                    948: 
                    949:        * etc/auto.p.in: + @httpd-main
                    950: 
                    951:        * src/: include/pa_common.h, main/pa_request.C,
                    952:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                    953:          work
                    954: 
                    955:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    956:          slow file_read_binary no longer used, send_range added
                    957: 
                    958: 2020-12-08  moko
                    959: 
                    960:        * src/main/pa_request.C: >4Gb support
                    961: 
                    962:        * src/targets/cgi/parser3.C: msvc warning war
                    963: 
                    964:        * src/: include/pa_config_includes.h, main/pa_http.C,
                    965:          main/pa_request.C: msvc warnings war
                    966: 
                    967:        * src/classes/image.C: warning war
                    968: 
                    969:        * src/classes/table.C: MSVC warning war
                    970: 
                    971:        * src/targets/cgi/parser3.C: msvc warnings war
                    972: 
                    973:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                    974:          added
                    975: 
1.149     moko      976: 2020-12-07  moko
                    977: 
1.150     moko      978:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                    979:          avoid logging beside system-wide auto.p
                    980: 
                    981:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                    982: 
                    983:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                    984:          configure options added:
                    985: 
                    986:          --with-system-cfg=FILE  to specify system-wide auto.p
                    987:          --with-system-log=FILE  to specify system-wide parser3.log
                    988: 
                    989:        * Makefile.am: bin no longer exists
                    990: 
                    991:        * configure, configure.ac: auto.p moved to etc to simplify debian
                    992:          package
                    993: 
                    994:        * buildall: auto.p and parser3.charsets moved to their default
                    995:          location after install
                    996: 
                    997:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                    998: 
                    999:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   1000: 
1.149     moko     1001:        * src/targets/cgi/parser3.C: locate_config call returned to
                   1002:          original place as it requires pa_thread_request() under Windows
                   1003: 
                   1004:        * src/targets/cgi/parser3.C: renaming
                   1005: 
                   1006: 2020-12-06  moko
                   1007: 
                   1008:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   1009:          check added
                   1010: 
                   1011: 2020-12-04  moko
                   1012: 
                   1013:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   1014:          main/pa_request.C: unified uint64_t lseek implemented to support
                   1015:          >4Gb files under x86, including Windows
                   1016: 
                   1017: 2020-12-02  moko
                   1018: 
                   1019:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   1020:          with max_file_size
                   1021: 
                   1022:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   1023:          support for processing files sized >4Gb on 32 bit planforms
                   1024: 
                   1025:        * tests/399.html: file moved
                   1026: 
                   1027:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   1028: 
                   1029:        * src/targets/cgi/pa_sapi_info.h: warning war
                   1030: 
                   1031:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   1032:          warning war
                   1033: 
                   1034: 2020-12-01  moko
                   1035: 
                   1036:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   1037: 
                   1038:        * src/classes/image.C: for "size not found" exception to be shown
                   1039:          if size not found until eof
                   1040: 
                   1041:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   1042:          bit linux)
                   1043: 
                   1044:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   1045:          #1188)
                   1046: 
                   1047: 2020-11-30  moko
                   1048: 
                   1049:        * src/classes/image.C: definitions moved closer to code
                   1050: 
                   1051:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   1052:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   1053:          395_dir/3_VP8X.webp, results/395.processed,
                   1054:          results/396.processed: tests for ^image::measure[] .webp support
                   1055:          added, all image files moved into one directory (related to
                   1056:          feature #1188)
                   1057: 
                   1058:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   1059:          #1188)
                   1060: 
1.148     moko     1061: 2020-11-29  moko
                   1062: 
                   1063:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   1064:          processing, unnessesary defines removed
                   1065: 
                   1066: 2020-11-24  moko
                   1067: 
                   1068:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1069:          309.processed, 310.processed: Content-Disposition: inline
                   1070:          returned
                   1071: 
                   1072:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   1073:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   1074:          ] added (related to bug #1204)
                   1075: 
                   1076:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   1077:          ] supported to avoid Content-Disposition: inline;
                   1078:          filename="<file>.ext" but still set Content-Type for ext (related
                   1079:          to bug #1204)
                   1080: 
1.147     moko     1081: 2020-11-22  moko
                   1082: 
                   1083:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   1084:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   1085: 
                   1086:        * src/main/pa_request.C: content_disposition_inline returned.
                   1087: 
                   1088: 2020-11-17  moko
                   1089: 
                   1090:        * src/main/pa_request.C: empty main method name support
                   1091: 
                   1092:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   1093:          config_handler added, stdout flush added.
                   1094: 
                   1095: 2020-11-16  moko
                   1096: 
                   1097:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   1098: 
                   1099:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   1100:          309.processed, 310.processed: Content-Disposition: inline is not
                   1101:          required and should not contain filename="<name>"
                   1102: 
                   1103:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   1104:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1105:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   1106: 
1.146     moko     1107: 2020-11-14  moko
                   1108: 
                   1109:        * src/targets/cgi/parser3.C: spelling
                   1110: 
                   1111:        * src/targets/cgi/parser3.C: renaming
                   1112: 
                   1113:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   1114:          relocated
                   1115: 
                   1116:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   1117:          before request processing, which is weired
                   1118: 
                   1119: 2020-11-13  moko
                   1120: 
                   1121:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   1122:          copied in httpd.
                   1123: 
                   1124: 2020-11-12  moko
                   1125: 
                   1126:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   1127: 
                   1128:        * src/: include/pa_request.h, main/pa_request.C,
                   1129:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   1130: 
                   1131:        * src/main/pa_http.C: URI validation added
                   1132: 
                   1133:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   1134:          can't be empty but can be null.  httpd-main is now main method
                   1135:          name for httpd mode
                   1136: 
                   1137: 2020-11-11  moko
                   1138: 
                   1139:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   1140: 
                   1141:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   1142:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   1143:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   1144:          main/pa_request.C: r.absolute -> r.full_disk_path
                   1145: 
                   1146:        * src/targets/cgi/parser3.C: if filename to process is not
                   1147:          specified, auto.p should be present.
                   1148: 
1.145     moko     1149: 2020-11-03  moko
                   1150: 
                   1151:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   1152: 
                   1153:        * src/main/pa_request.C: content_disposition_inline is the default,
                   1154:          not required.
                   1155: 
1.144     moko     1156: 2020-10-29  moko
                   1157: 
                   1158:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   1159:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   1160:          path_translated changing to correct relative files path
                   1161:          calculation in httpd mode
                   1162: 
                   1163:        * src/: include/pa_request.h, main/pa_request.C:
                   1164:          fail_on_read_problem removed, as it allways true, as if should
                   1165:          be.
                   1166: 
                   1167:        * src/: include/pa_request.h, main/pa_request.C,
                   1168:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1169:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   1170:          config was not found, thus flag not required and removed.
                   1171: 
                   1172: 2020-10-28  moko
                   1173: 
                   1174:        * tests/: 402.html, results/402.processed: error reporting test
                   1175: 
                   1176:        * src/main/execute.C: better error reporting when
                   1177:          $result[^hash::create[]] in @main.
                   1178: 
                   1179:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   1180:          + minor optimization
                   1181: 
                   1182:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1183:          main/pa_xml_io.C: execute_*_method simplified and unified
                   1184: 
                   1185: 2020-10-27  moko
                   1186: 
                   1187:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   1188: 
                   1189:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   1190:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1191:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   1192:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   1193:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   1194:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   1195:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   1196:          longer used in object-prototype mode
                   1197: 
                   1198:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   1199:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   1200:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   1201:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   1202:          $form:name[value] features
                   1203: 
1.143     moko     1204: 2020-10-18  moko
                   1205: 
                   1206:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   1207: 
                   1208: 2020-10-15  moko
                   1209: 
                   1210:        * src/main/pa_http.C: url no longer needed as
                   1211:          ALTER_EXCEPTION_SOURCE is used
                   1212: 
                   1213:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   1214:          main/pa_http.C: check_file_size filespec is now optional
                   1215: 
                   1216:        * src/: classes/curl.C, include/pa_exception.h,
                   1217:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   1218:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   1219: 
                   1220:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   1221:          results/346-curl.processed, results/379-curl.processed,
                   1222:          results/379.processed: test results updated as load now provides
                   1223:          better error reporting + curl responses updated
                   1224: 
                   1225: 2020-10-14  moko
                   1226: 
                   1227:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   1228:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   1229:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   1230:          checked. 10 is now default base, no hex autodetect by default
                   1231: 
                   1232:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1233:          connection socket closing in destructor + accept exception
                   1234:          handling
                   1235: 
                   1236:        * src/targets/cgi/parser3.C: warning war
                   1237: 
                   1238:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   1239:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   1240:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   1241:          exception handling unified
                   1242: 
                   1243: 2020-10-13  moko
                   1244: 
                   1245:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   1246:          autodetection
                   1247: 
                   1248:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   1249: 
                   1250:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   1251: 
                   1252:        * src/main/pa_http.C: warning war
                   1253: 
1.142     moko     1254: 2020-10-12  moko
                   1255: 
1.143     moko     1256:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   1257:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   1258:          unhandled exception code optimization
                   1259: 
                   1260:        * src/targets/cgi/parser3.C: request_info now global variable
                   1261: 
                   1262:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   1263:          class
                   1264: 
                   1265:        * src/: include/pa_http.h, main/pa_http.C,
                   1266:          targets/cgi/pa_sapi_info.h: read_post implemented
                   1267: 
1.142     moko     1268:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1269:          [host:]port syntax support in httpd mode
                   1270: 
                   1271:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   1272:          targets/cgi/parser3.C: populate_env added
                   1273: 
                   1274:        * src/include/pa_hash.h: to make get(char *) compiling in
                   1275:          HashStringString
                   1276: 
                   1277: 2020-10-10  moko
                   1278: 
                   1279:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1280:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   1281: 
                   1282:        * src/: include/pa_http.h, include/pa_request_info.h,
                   1283:          main/pa_http.C, main/pa_string.C,
                   1284:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   1285:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1286:          types/pa_vrequest.C: initial httpd mode implementation
                   1287: 
1.141     moko     1288: 2020-10-04  moko
                   1289: 
                   1290:        * src/targets/cgi/parser3.C: options together
                   1291: 
                   1292: 2020-09-30  moko
                   1293: 
                   1294:        * src/main/pa_http.C: renamed
                   1295: 
1.140     moko     1296: 2020-08-14  moko
                   1297: 
                   1298:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   1299:          src/targets/cgi/Makefile.am: no httpd as separate library
                   1300: 
                   1301: 2020-08-13  moko
                   1302: 
                   1303:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   1304:          unhandled exception handler to report 500 instead of 200 it was
                   1305:          before.
                   1306: 
                   1307:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   1308: 
                   1309:        * src/: include/pa_sapi.h, main/untaint.C,
                   1310:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1311:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   1312:          thus replaced with SAPI::die and removed
                   1313: 
                   1314:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   1315:          cgi/parser3.C: whitespace
                   1316: 
                   1317:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   1318: 
                   1319: 2020-08-12  moko
                   1320: 
                   1321:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   1322:          removed, whitespace was: SIGPIPE received while executing code.
                   1323:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   1324:          cl=0]
                   1325: 
                   1326:        * parser3.sln: + httpd.vcproj
                   1327: 
                   1328: 2020-08-11  moko
                   1329: 
                   1330:        * src/targets/cgi/Makefile.am: +libhttpd
                   1331: 
                   1332:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   1333: 
1.139     moko     1334: 2020-07-13  moko
                   1335: 
                   1336:        * tests/: 401.html, results/401.processed: test for hash key does
                   1337:          not keep language, but tainted in foreach.
                   1338: 
1.138     moko     1339: 2020-07-01  moko
                   1340: 
                   1341:        * tests/: 235.html, results/235.processed: test result updated as
                   1342:          messages before attachments implemented (feature #1176)
                   1343: 
1.137     moko     1344: 2020-06-27  moko
                   1345: 
                   1346:        * tests/: 400.html, results/400.processed: test updated to check
                   1347:          ^return{code}
                   1348: 
                   1349:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   1350:          fixed
                   1351: 
                   1352: 2020-06-26  moko
                   1353: 
                   1354:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   1355:          added (related to https://www.parser.ru/forum/?id=85319)
                   1356: 
                   1357:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   1358:          when $result assignment was last statement in the method
                   1359:          (https://www.parser.ru/forum/?id=85319)
                   1360: 
1.136     moko     1361: 2020-05-23  moko
                   1362: 
                   1363:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   1364:          whitespace, unused level removed
                   1365: 
                   1366: 2020-05-19  moko
                   1367: 
                   1368:        * src/types/pa_vmail.C: whitespace
                   1369: 
                   1370:        * src/types/pa_vmail.C: files should be processed last (related to
                   1371:          feature #1176)
                   1372: 
1.135     moko     1373: 2020-05-12  moko
                   1374: 
                   1375:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   1376:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   1377: 
                   1378:        * configure.ac: FreeBSD1X.X check added to avoid
                   1379:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   1380: 
1.134     moko     1381: 2020-02-26  moko
                   1382: 
                   1383:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   1384:          compilation issue (related to bug #1201)
                   1385: 
                   1386:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   1387:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   1388:          -f and -d now works under Windows in UTF-8 with Russian
                   1389:          filenames.
                   1390: 
                   1391:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   1392:          advice (related to feature #1199)
                   1393: 
                   1394: 2020-02-25  moko
                   1395: 
                   1396:        * buildall: --silent removed
                   1397: 
                   1398:        * configure.ac: gmime-3.0 support
                   1399: 
                   1400:        * buildall: --with-system-mailreceive option added to build with
                   1401:          system libgmime
                   1402: 
                   1403:        * src/types/pa_vmail.C: avoiding
                   1404:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   1405:          to feature #1199)
                   1406: 
1.133     moko     1407: 2020-02-18  moko
                   1408: 
                   1409:        * src/classes/op.C: windows x64 debug mode compile fix
                   1410: 
                   1411:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   1412:          change (releated to feature #1200)
                   1413: 
                   1414:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1415:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   1416:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   1417:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   1418:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1419:          targets/apache/ApacheModuleParser3.vcproj,
                   1420:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1421:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1422:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   1423:          dependency (related to feature #1200)
                   1424: 
1.132     moko     1425: 2020-02-12  moko
                   1426: 
                   1427:        * src/types/pa_vmail.C: minimize diff
                   1428: 
                   1429:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   1430:          #1199)
                   1431: 
1.131     moko     1432: 2020-01-18  moko
                   1433: 
                   1434:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   1435: 
1.130     moko     1436: 2019-12-28  moko
                   1437: 
                   1438:        * src/targets/cgi/parser3.C: avoid empty ?
                   1439: 
                   1440: 2019-12-27  moko
                   1441: 
                   1442:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   1443:          DOCUMENT_ROOT (related to feature #1164)
                   1444: 
                   1445:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   1446:          fcgiwrap setup (implements feature #1164)
                   1447: 
                   1448:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   1449:          but no issues found (related to feature #1164)
                   1450: 
                   1451:        * src/targets/cgi/parser3.C: actualized
                   1452: 
                   1453: 2019-12-26  moko
                   1454: 
                   1455:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   1456:          removed
                   1457: 
                   1458:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   1459:          removed
                   1460: 
                   1461:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   1462:          allocation errors, we don't want default gc warnings (without
                   1463:          timestamp and URI).
                   1464: 
                   1465:        * src/: classes/memory.C, main/pa_globals.C,
                   1466:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1467:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   1468:          pa_globals_init
                   1469: 
                   1470:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   1471:          initialization used (optimization)
                   1472: 
                   1473:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   1474:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   1475:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   1476:          (optimization)
                   1477: 
1.129     moko     1478: 2019-12-09  moko
                   1479: 
                   1480:        * src/include/pa_config_fixed.h: warning war
                   1481: 
1.128     moko     1482: 2019-12-08  moko
                   1483: 
                   1484:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   1485:          process grammar under Unix.
                   1486: 
                   1487: 2019-12-07  moko
                   1488: 
                   1489:        * tests/389.html: For Windows XP. :)
                   1490: 
                   1491:        * tests/388-sql.html: Windows compatibility added
                   1492: 
                   1493: 2019-12-06  moko
                   1494: 
                   1495:        * src/targets/cgi/parser3.C: warning war
                   1496: 
                   1497:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   1498:          == sizeof(CORD)) to avoid aligning bugs in future
                   1499: 
                   1500:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   1501:          XML_STATIC
                   1502: 
                   1503:        * src/include/pa_request.h: StackItem() not required
                   1504: 
                   1505:        * src/include/pa_stack.h: warning war
                   1506: 
                   1507:        * src/include/pa_config_includes.h: GCC warning silenced
                   1508: 
                   1509:        * src/include/pa_memory.h: warning war: the program should also
                   1510:          define 'void operator delete [](void*, std::size_t)'
                   1511:          [-Wsized-deallocation]
                   1512: 
                   1513:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   1514: 
                   1515:        * src/classes/string.C: not reqired cast removed
                   1516: 
                   1517:        * src/classes/string.C: not reqired cast removed
                   1518: 
                   1519: 2019-12-05  moko
                   1520: 
                   1521:        * src/lib/sdbm/pa_file_io.C: warning war
                   1522: 
                   1523:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   1524:          enum Language : size_t - required for VS2015+ to make
                   1525:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   1526:          without it (related to feature #1198)
                   1527: 
                   1528: 2019-12-04  moko
                   1529: 
                   1530:        * src/main/pa_base64.C: unsigned char -> uchar
                   1531: 
                   1532:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   1533:          as other libs
                   1534: 
                   1535:        * src/include/pa_version.h: +amd64
                   1536: 
                   1537: 2019-12-03  moko
                   1538: 
                   1539:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   1540:          release
                   1541: 
                   1542:        * src/include/pa_config_includes.h: warning war
                   1543: 
                   1544:        * src/classes/image.C: warning war
                   1545: 
                   1546:        * src/main/pa_globals.C: x64 libs support
                   1547: 
                   1548:        * src/include/pa_config_includes.h: warning war
                   1549: 
                   1550:        * src/types/pa_method.h: warning war
                   1551: 
1.127     moko     1552: 2019-11-28  moko
                   1553: 
                   1554:        * src/classes/math.C: vs2003 compatibility + warning war
                   1555: 
                   1556:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   1557:          libxml2-2.9.9 (related to feature #1136)
                   1558: 
                   1559:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   1560:          typecast for more compatibility (related to feature #1136)
                   1561: 
                   1562:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   1563:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   1564:          feature #1136)
                   1565: 
                   1566: 2019-11-26  moko
                   1567: 
                   1568:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   1569:          removed (it was failing in $$var case), condition added
                   1570: 
1.126     moko     1571: 2019-11-25  moko
                   1572: 
                   1573:        * tests/: 397.html, 399.html, results/141.processed,
                   1574:          results/399.processed: base64 options tested
                   1575: 
                   1576:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   1577: 
                   1578:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   1579:          implemented (feature #986)
                   1580: 
                   1581:        * src/main/pa_cache_managers.C: whitespace
                   1582: 
                   1583:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   1584:          ^base64 encode options added (related to feature #986)
                   1585: 
                   1586:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   1587:          pa_base64_encode(file) removed - more memory, but faster and less
                   1588:          code (related fo feature #986)
                   1589: 
                   1590: 2019-11-24  moko
                   1591: 
                   1592:        * tests/: 155.html, results/155.processed: limit and offset in
                   1593:          ^table::load[] now supported, thus test added
                   1594: 
                   1595:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   1596:          main/pa_common.C: optimization: offset and limit options parsing
                   1597:          moved inside file_load.
                   1598: 
                   1599: 2019-11-23  moko
                   1600: 
                   1601:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   1602:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   1603:          optimization: file_read replaced with simplified file_read_binary
                   1604: 
                   1605:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   1606:          types/pa_vform.C: whitespace
                   1607: 
                   1608:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   1609:          removed
                   1610: 
                   1611: 2019-11-21  moko
                   1612: 
                   1613:        * tests/: 193.html, results/193.processed, results/389.processed:
                   1614:          test results updated as now base64 does not discard tail without
                   1615:          padding (related to feature #986)
                   1616: 
                   1617: 2019-11-20  moko
                   1618: 
                   1619:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   1620:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   1621:          pa_base64_decode (related to feature #986)
                   1622: 
                   1623:        * tests/398.html: tests for base64 decode added (related to feature
                   1624:          #986)
                   1625: 
                   1626:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   1627:          support, padding inside base 64 supported (related to feature
                   1628:          #096)
                   1629: 
                   1630: 2019-11-19  moko
                   1631: 
                   1632:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   1633:          FreeBSD 12
                   1634: 
1.125     moko     1635: 2019-11-16  moko
                   1636: 
                   1637:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   1638:          support added, step support removed (related to #986)
                   1639: 
                   1640: 2019-11-15  moko
                   1641: 
                   1642:        * src/classes/math.C: using log since log2 is not present on
                   1643:          FreeBSD < 8.4 (related to feature #1177)
                   1644: 
                   1645:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   1646:          pa_base64_size extracted and used for files as well (related to
                   1647:          feature 986)
                   1648: 
                   1649: 2019-11-14  moko
                   1650: 
                   1651:        * tests/: 397.html, results/397.processed: + content check
                   1652: 
                   1653:        * tests/: 141.html, results/141.processed: make test resuls more
                   1654:          readable
                   1655: 
                   1656:        * tests/: 397.html, results/193.processed, results/397.processed:
                   1657:          test results updated after \x00 character was disabled in
                   1658:          math:convert string mode (related to feature #1177)
                   1659: 
                   1660:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   1661:          converting to string (as in base64, related to feature #1177)
                   1662: 
                   1663:        * src/classes/file.C: more correct arguments separation
                   1664: 
                   1665:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   1666:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1667:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   1668:          options added, but not yet implemented (related to feature #986)
                   1669: 
                   1670:        * src/classes/math.C: whitespace
                   1671: 
                   1672: 2019-11-13  moko
                   1673: 
                   1674:        * tests/: 397.html, results/397.processed: +tainting test (related
                   1675:          to feature #1177)
                   1676: 
                   1677:        * src/classes/math.C: as we now produce not only digits, result
                   1678:          should be tainted (related to feature #1177)
                   1679: 
                   1680:        * src/main/pa_base64.C: whitespace
                   1681: 
                   1682:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   1683:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1684:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   1685:          implementation moved from pa_common.h and pa_common.C
                   1686: 
                   1687: 2019-11-12  moko
                   1688: 
                   1689:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   1690:          as ^math:convert now supports arbitrary precision
                   1691: 
                   1692: 2019-11-11  moko
                   1693: 
                   1694:        * tests/results/389.processed: uctualized error message
                   1695: 
                   1696:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   1697:          ^math:convert added (related to feature #1177)
                   1698: 
                   1699:        * src/classes/math.C: ^math:convert now supports arbitrary
                   1700:          precision, alphabet support added (implements feature #1177)
                   1701: 
1.124     moko     1702: 2019-11-06  moko
                   1703: 
                   1704:        * tests/: 181.html, results/181.processed: entities usage added,
                   1705:          more entites load tests (related to bug #842 discussion)
                   1706: 
                   1707: 2019-11-05  moko
                   1708: 
                   1709:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   1710:          call from xmlFileOpen if http://localhost/<file> was not found
                   1711:          (related to bug #842)
                   1712: 
                   1713:        * src/main/pa_xml_io.C: rename
                   1714: 
                   1715:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   1716: 
                   1717:        * src/main/pa_xml_io.C: whitespace
                   1718: 
1.123     moko     1719: 2019-10-31  moko
                   1720: 
                   1721:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   1722:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   1723:          #1181)
                   1724: 
1.122     moko     1725: 2019-10-25  moko
                   1726: 
                   1727:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   1728:          queries tests
                   1729: 
                   1730: 2019-10-24  moko
                   1731: 
                   1732:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   1733:          pgsql driver test
                   1734: 
                   1735:        * tests/: 388-sql.html, results/388-sql.processed:
                   1736:          multi_statements=1 now tested, mysql test now supported
                   1737:          (connection must be specified in [parser3] section in .my.cnf)
                   1738:          related to issues #1195 and #1194
                   1739: 
1.121     moko     1740: 2019-09-11  moko
                   1741: 
                   1742:        * src/classes/int.C: whitespace
                   1743: 
                   1744:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   1745:          exception test
                   1746: 
                   1747:        * tests/results/388-sql.processed: sql queries now shown (related
                   1748:          to feature #1196)
                   1749: 
                   1750:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   1751:          with old parser versions.
                   1752: 
                   1753:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   1754:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   1755:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   1756:          instead of connect string in query_event_handlers exceptions
                   1757:          (implements feature #1196)
                   1758: 
1.120     moko     1759: 2019-09-06  moko
                   1760: 
                   1761:        * tests/388-sql.html: mysql compat
                   1762: 
                   1763:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1764:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   1765:          sql_ variables declaration moved to pa_common.h
                   1766: 
1.116     moko     1767: 2019-01-15  moko
                   1768: 
                   1769:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   1770:          logically sorted
                   1771: 
                   1772: 2018-12-27  moko
                   1773: 
                   1774:        * src/include/pa_config_includes.h: warning war:
                   1775:          -Wdeprecated-register added for C++ 17
                   1776: 
                   1777: 2018-10-15  moko
                   1778: 
                   1779:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   1780:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   1781:          --with-xml=/usr/local/
                   1782: 
                   1783: 2018-09-24  moko
                   1784: 
                   1785:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   1786:          ^image::measure[] now supports tiff added (related to feature
                   1787:          #1188)
                   1788: 
                   1789:        * src/classes/image.C: ^image::measure[] now supports tiff
                   1790:          (implements feature #1188)
                   1791: 
                   1792: 2018-09-20  moko
                   1793: 
                   1794:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   1795:          files measure added (related to ticket #1188)
                   1796: 
                   1797:        * src/classes/image.C: measure of bmp files implemented (related to
                   1798:          ticket #1188)
                   1799: 
                   1800: 2018-09-18  moko
                   1801: 
                   1802:        * tests/: 394-curl.html, results/394-curl.processed,
                   1803:          results/auto.p: test for bug #1187 (max_file_size check for head
                   1804:          requests) added
                   1805: 
                   1806: 2018-08-24  moko
                   1807: 
                   1808:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   1809:          response content-length check is required (fixes bug #1187)
                   1810: 
                   1811: 2018-05-11  moko
                   1812: 
                   1813:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   1814:          $.append(bool) ] option added (related to feature #919)
                   1815: 
                   1816:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   1817:          from misha@ patch (implements feature #919)
                   1818: 
                   1819: 2018-03-22  moko
                   1820: 
                   1821:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   1822:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   1823:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   1824:          Windows-only problem.
                   1825: 
                   1826:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   1827:          build fix)
                   1828: 
                   1829: 2018-02-03  moko
                   1830: 
                   1831:        * src/main/execute.C: removes irrelevant lines from exception stack
                   1832:          trace when exceptions occurs in assigment (fixes bug #1165)
                   1833: 
                   1834:        * tests/: 393.html, results/393.processed: test for behavour after
                   1835:          "Property can not be created, already exists field with that
                   1836:          name" exception removed (related to feature #1183)
                   1837: 
                   1838:        * src/types/pa_vclass.C: "Property can not be created, already
                   1839:          exists field with that name" exception removed (implements
                   1840:          feature #1183)
                   1841: 
                   1842: 2018-01-19  moko
                   1843: 
                   1844:        * src/classes/string.C: whitespace
                   1845: 
                   1846:        * src/classes/string.C: whitespace
                   1847: 
                   1848:        * tests/: 392.html, results/392.processed: test for
                   1849:          ^regex::create[$regex] added (related to feature #1135)
                   1850: 
                   1851:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   1852:          ^regex::create[$regex] added (implements feature #1135)
                   1853: 
                   1854:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   1855:          commented define added (related to feature #1157)
                   1856: 
                   1857: 2018-01-17  moko
                   1858: 
                   1859:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   1860: 
                   1861: 2018-01-15  moko
                   1862: 
                   1863:        * tests/: 390.html, results/390.processed: real path replaced by
                   1864:          stub
                   1865: 
                   1866:        * tests/: 391.html, results/391.processed: test for feature #1181
                   1867:          (XML_PARSE_HUGE exception) added
                   1868: 
                   1869: 2018-01-11  moko
                   1870: 
                   1871:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   1872:          XML_PARSE_HUGE option passed by default (implements feature
                   1873:          #1181)
                   1874: 
                   1875:        * src/classes/string.C: whitespace
                   1876: 
                   1877: 2017-12-10  moko
                   1878: 
                   1879:        * tests/: 389.html, 390.html, results/389.processed,
                   1880:          results/390.processed: image code coverage tests added (related
                   1881:          to feature #1125)
                   1882: 
                   1883: 2017-12-08  moko
                   1884: 
                   1885:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   1886:          results/346-curl.processed, results/388-sql.processed,
                   1887:          results/389.processed: more code coverage tests
                   1888: 
                   1889:        * tests/: 264.html, results/264.processed: code coverage for
                   1890:          ^file::exec[]
                   1891: 
                   1892: 2017-12-07  moko
                   1893: 
                   1894:        * tests/: 174.html, 388-sql.html, 389.html,
                   1895:          results/388-sql.processed, results/389.processed,
                   1896:          results/174.processed: more coverage tests
                   1897: 
                   1898:        * src/classes/math.C: exception text actualized
                   1899: 
                   1900: 2017-12-06  moko
                   1901: 
                   1902:        * tests/388-sql.html: $SQL can be here
                   1903: 
                   1904:        * tests/results/auto.p: $SQL not required here
                   1905: 
                   1906:        * tests/: 388-sql.html, 389.html, Makefile,
                   1907:          results/388-sql.processed, results/389.processed, results/auto.p:
                   1908:          code coverage tests for sql (using sqlite) and int/double/bool
                   1909:          added (related to feature #1125)
                   1910: 
                   1911:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1912:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   1913:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   1914:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1915:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1916:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1917:          types/types.vcproj: gc\include no longer required
                   1918: 
                   1919:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   1920:          required
                   1921: 
                   1922:        * src/: classes/Makefile.am, classes/table.C,
                   1923:          include/pa_config_includes.h, include/pa_string.h,
                   1924:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1925:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   1926:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   1927:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   1928:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   1929:          used, we now include it directly
                   1930: 
                   1931: 2017-12-04  moko
                   1932: 
                   1933:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   1934:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   1935:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   1936:          where required
                   1937: 
                   1938:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   1939:          now can be used to trace memory allocations
                   1940: 
                   1941:        * src/: classes/table.C, include/pa_config_includes.h,
                   1942:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1943:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   1944:          method removes, libcord also can work without libgc
                   1945: 
                   1946:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   1947: 
                   1948: 2017-11-29  moko
                   1949: 
                   1950:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   1951:          are not present (related to feature #1173)
                   1952: 
                   1953:        * tests/346-curl.html: test updated to test curl content-length bug
                   1954:          (related to feature #1173)
                   1955: 
                   1956:        * tests/results/346-curl.processed: more test for content-length
                   1957:          curl bug (related to feature #1173)
                   1958: 
                   1959:        * tests/results/346-curl.processed: test results updated after
                   1960:          #1173 implemented
                   1961: 
                   1962: 2017-11-28  moko
                   1963: 
                   1964:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   1965:          (related to feature #1173)
                   1966: 
                   1967: 2017-11-27  moko
                   1968: 
                   1969:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   1970:          $.http_version[version string] added (implements feature #1173),
                   1971:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   1972:          where $post(true) bug existed.
                   1973: 
                   1974: 2017-11-18  moko
                   1975: 
                   1976:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   1977: 
                   1978:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   1979:          feature #1170)
                   1980: 
                   1981: 2017-11-17  moko
                   1982: 
                   1983:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   1984:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   1985:          with delete usage check only under Debian 9 (related to feature
                   1986:          #1170)
                   1987: 
                   1988: 2017-11-16  moko
                   1989: 
                   1990:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   1991:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   1992:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   1993:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   1994:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   1995:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   1996:          stubs defend from accidental use (implements feature #1170)
                   1997: 
                   1998: 2017-06-24  moko
                   1999: 
                   2000:        * configure.ac: minor fix: thanks to alx@
                   2001: 
1.115     moko     2002: 2017-05-29  moko
                   2003: 
                   2004:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   2005:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   2006:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   2007: 
                   2008:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   2009:          ignored, =?UTF-8?Q?= should start in case of leading space
                   2010:          (related to bug #123)
                   2011: 
                   2012:        * buildall: echo -n -> printf for OS X. :)
                   2013: 
                   2014: 2017-05-25  moko
                   2015: 
                   2016:        * tests/: 288.html, results/288.processed: test updated afted
                   2017:          setting $o.prop without setter exception removed (related to
                   2018:          feature #1157)
                   2019: 
                   2020:        * src/types/pa_vclass.C: no more "this property has no setter
                   2021:          method" when setting $o.prop without setter (implements feature
                   2022:          #1157)
                   2023: 
                   2024:        * buildall: echo \c -> echo -n for FreeBSD
                   2025: 
                   2026:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   2027:          src/types/pa_vdouble.h: isfinite now checked in configure
                   2028: 
                   2029:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   2030:          upgraded to automake 1.15
                   2031: 
                   2032: 2017-05-23  moko
                   2033: 
                   2034:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   2035:          defined
                   2036: 
                   2037: 2017-05-22  moko
                   2038: 
                   2039:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   2040: 
                   2041:        * buildall: extern CFLAGS setting support
                   2042: 
                   2043:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   2044: 
                   2045:        * buildall: http -> https
                   2046: 
                   2047:        * buildall: gc-7.2f -> gc-7.6.0
                   2048: 
                   2049: 2017-05-20  moko
                   2050: 
                   2051:        * buildall: https, pcre, xml, xslt updated to current versions
                   2052:          (related to feature #1136)
                   2053: 
                   2054: 2017-05-19  moko
                   2055: 
                   2056:        * tests/097.html: after parser.ru moved to https
                   2057: 
                   2058: 2017-05-17  moko
                   2059: 
                   2060:        * tests/results/: 175.processed, 372.processed: tests resuls
                   2061:          updated after lintian spelling typos fixed (related to bug #1156)
                   2062: 
                   2063:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   2064:          classes/string.C, classes/table.C, main/pa_charset.C,
                   2065:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   2066:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   2067:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   2068: 
                   2069:        * tests/results/096.processed: +XMP
                   2070: 
                   2071:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   2072:          $.xmp(true) options tested (test for feature #1154)
                   2073: 
                   2074:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   2075:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   2076:          fetched by default! (implements feature #1154)
                   2077: 
                   2078: 2017-05-16  moko
                   2079: 
                   2080:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   2081:          allowed (related to feature #1154)
                   2082: 
                   2083:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   2084:          initial XMP implementation - without options and transcode
                   2085:          (related to feature #1154)
                   2086: 
                   2087: 2017-05-12  moko
                   2088: 
                   2089:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   2090:          image: exif moved to ffields, skipped in ^image.html[] where
                   2091:          iterators now used (preparation for feature #1154)
                   2092: 
                   2093: 2017-05-05  moko
                   2094: 
                   2095:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   2096:          results/387.processed: test for circular class inheritance check
                   2097:          added (related to bug #1150)
                   2098: 
                   2099:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   2100:          added (fixes endless add_derived bug #1150)
                   2101: 
                   2102: 2017-05-04  moko
                   2103: 
                   2104:        * tests/: 386.html, results/386.processed: test for
                   2105:          $table.value(number) added (related to feature #1152)
                   2106: 
                   2107:        * src/types/pa_vtable.C: table put_element: column value must be
                   2108:          string  - > column value must be string compatible to allow
                   2109:          $t.value(1) (implements feature #1152)
                   2110: 
                   2111: 2017-05-03  moko
                   2112: 
                   2113:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   2114:          (related to feature #1151)
                   2115: 
                   2116:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   2117:          not possible, removing test (related to feature #1151)
                   2118: 
                   2119:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   2120:          get_element_method added and used to allow $use[$method] and
                   2121:          $autouse[$method] (implements feature 1151)
                   2122: 
                   2123:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   2124:          variable added (related to feature #1151)
                   2125: 
                   2126:        * tests/results/226.processed: actualized after ^try-catch used
                   2127: 
                   2128:        * tests/: 226.html, 385.html, results/385.processed: test for
                   2129:          @autouse in variable added
                   2130: 
                   2131:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   2132: 
1.114     moko     2133: 2017-02-27  moko
                   2134: 
                   2135:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   2136: 
1.113     moko     2137: 2017-02-20  moko
                   2138: 
                   2139:        * operators.txt: actualization + beauty
                   2140: 
                   2141: 2017-02-16  moko
                   2142: 
                   2143:        * tests/: 384.html, results/384.processed: test for
                   2144:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   2145:          #1089)
                   2146: 
                   2147:        * tests/: 384.html, results/384.processed: test for
                   2148:          ^reflection:mixin[] added (related to feature #1089)
                   2149: 
                   2150:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   2151: 
1.112     moko     2152: 2017-02-15  moko
                   2153: 
                   2154:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   2155:          fixed
                   2156: 
                   2157:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   2158:          test added (related to feature #1069)
                   2159: 
                   2160:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2161:          compilation without HASH_ORDER fixed
                   2162: 
                   2163:        * src/: classes/reflection.C, include/pa_hash.h:
                   2164:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   2165:          feature #1069)
                   2166: 
                   2167: 2017-02-14  moko
                   2168: 
                   2169:        * tests/: 152.html, results/152.processed: test for $._default hash
                   2170:          added (related to bug #1131)
                   2171: 
                   2172:        * tests/: 277.html, results/277.processed: test for hash with only
                   2173:          $._default is now defined (related to bug #1131)
                   2174: 
                   2175:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   2176:          (fixed bug #1131)
                   2177: 
                   2178: 2017-02-13  moko
                   2179: 
                   2180:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   2181: 
                   2182:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   2183:          results/320.processed, results/375.processed, results/auto.p:
                   2184:          cat-windows.sh support added
                   2185: 
                   2186:        * tests/375.html: Windows support
                   2187: 
                   2188:        * tests/270.html: documented
                   2189: 
                   2190:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   2191:          (not backslashes) even under Windows (broke test 270)
                   2192: 
                   2193: 2017-02-12  moko
                   2194: 
                   2195:        * tests/: descript.ion, todo.txt: cleanup
                   2196: 
                   2197: 2017-02-09  moko
                   2198: 
                   2199:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   2200:          run_tests.cmd: Windows compatibility
                   2201: 
                   2202:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   2203:          incorrectly (GMT) if parser is called from cygwin
                   2204: 
1.111     moko     2205: 2017-02-08  moko
                   2206: 
1.112     moko     2207:        * operators.txt: actualization 15% completed
                   2208: 
                   2209:        * operators.txt: cp1251 -> utf-8
                   2210: 
                   2211:        * NEWS, README: minor update
                   2212: 
                   2213:        * src/include/pa_config_includes.h: warning war continues
                   2214: 
                   2215:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   2216:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2217:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   2218:          gcc 6.x issues fixed
                   2219: 
1.111     moko     2220:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2221:          classes/classes.h, classes/curl.C, classes/date.C,
                   2222:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2223:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2224:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2225:          classes/memcached.C, classes/memory.C, classes/op.C,
                   2226:          classes/reflection.C, classes/regex.C, classes/response.C,
                   2227:          classes/string.C, classes/table.C, classes/void.C,
                   2228:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2229:          include/pa_array.h, include/pa_cache_managers.h,
                   2230:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2231:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2232:          include/pa_dictionary.h, include/pa_dir.h,
                   2233:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2234:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2235:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2236:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2237:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2238:          include/pa_sapi.h, include/pa_socks.h,
                   2239:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2240:          include/pa_stack.h, include/pa_string.h,
                   2241:          include/pa_stylesheet_connection.h,
                   2242:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   2243:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   2244:          include/pa_uue.h, include/pa_xml_exception.h,
                   2245:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   2246:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   2247:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2248:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   2249:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2250:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2251:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2252:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   2253:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   2254:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   2255:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   2256:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2257:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2258:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2259:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   2260:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   2261:          main/untaint.C, sql/pa_sql_driver.h,
                   2262:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2263:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   2264:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   2265:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   2266:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   2267:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   2268:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   2269:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2270:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   2271:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   2272:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   2273:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   2274:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   2275:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   2276:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   2277:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   2278:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   2279:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2280:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2281:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2282:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2283:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2284:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2285:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2286:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2287:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2288:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2289:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   2290:          2015->2017
                   2291: 
1.110     moko     2292: 2017-02-07  moko
                   2293: 
                   2294:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   2295: 
                   2296: 2017-02-06  moko
                   2297: 
                   2298:        * src/main/pa_common.C: minor fixes, whitespace
                   2299: 
                   2300:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   2301:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   2302:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   2303:          now used (implements feature #1081)
                   2304: 
                   2305:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   2306: 
                   2307: 2017-02-01  moko
                   2308: 
                   2309:        * src/include/pa_request.h: cleanup
                   2310: 
                   2311: 2017-01-30  moko
                   2312: 
                   2313:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   2314: 
                   2315: 2017-01-29  moko
                   2316: 
                   2317:        * tests/: 383.html, results/383.processed: test for
                   2318:          ^reflection:stack[] added (related to feature #1052)
                   2319: 
                   2320:        * src/classes/reflection.C: else added
                   2321: 
                   2322:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   2323:          $.max_file_lock_wait added (implements feature #1128)
                   2324: 
                   2325: 2017-01-28  moko
                   2326: 
                   2327:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   2328:          body and other cases tests added (related to featue #1014)
                   2329: 
                   2330:        * src/classes/curl.C: bug if response is empty fixed (related to
                   2331:          feature #1014)
                   2332: 
                   2333: 2017-01-27  moko
                   2334: 
                   2335:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   2336:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   2337:          added (implements feature #1052)
                   2338: 
                   2339: 2017-01-25  moko
                   2340: 
                   2341:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   2342:          method test added
                   2343: 
                   2344: 2017-01-23  moko
                   2345: 
                   2346:        * src/classes/reflection.C: optimization: options->get replaced by
                   2347:          hash iterator
                   2348: 
                   2349:        * tests/: 381.html, results/381.processed: now -> fixed date
                   2350: 
                   2351:        * src/main/pa_request.C: warning war
                   2352: 
                   2353:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   2354:          5Mb (fixes bug #1058)
                   2355: 
                   2356:        * src/classes/curl.C: warning war
                   2357: 
                   2358:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   2359:          $.one-line(true) option added (related to feature #1124)
                   2360: 
                   2361:        * src/: classes/json.C, types/pa_value.h: $json-string
                   2362:          $.one-line(true|false) options is now supported (implements
                   2363:          feature #1124)
                   2364: 
                   2365:        * tests/: 380.html, results/380.processed: test for modified
                   2366:          $.max_file_size added (related to bug #1014)
                   2367: 
                   2368:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   2369:          load added (related to bug #1014)
                   2370: 
                   2371:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2372:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   2373:          in curl / file load from disk and http, http file load rewritten
                   2374:          (related to bug #1014)
                   2375: 
                   2376: 2017-01-18  moko
                   2377: 
                   2378:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   2379:          added (related to feature #66)
                   2380: 
                   2381:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   2382:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   2383:          (related to feature #66)
                   2384: 
                   2385: 2017-01-17  moko
                   2386: 
                   2387:        * tests/: 377.html, results/377.processed: test for different
                   2388:          combinations of breaks in body and delimiter (related to bug
                   2389:          #1077)
                   2390: 
                   2391:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   2392:          added (related to bug #1077)
                   2393: 
                   2394:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   2395:          passed to native method" exception added to avoid bugs due to
                   2396:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   2397:          after ^break[] (related to bug #1077)
                   2398: 
                   2399: 2017-01-14  moko
                   2400: 
                   2401:        * tests/: 330.html, results/330.processed: test results updated
                   2402:          after ^break[] bugs where fixed (related to bug #1077)
                   2403: 
                   2404:        * tests/: 329.html, results/329.processed: test results updated
                   2405:          after ^break[] bugs where fixed (related to bug #1077)
                   2406: 
                   2407:        * tests/results/320.processed: ^return[] added
                   2408: 
                   2409: 2017-01-13  moko
                   2410: 
                   2411:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   2412:          classes/table.C, include/pa_request.h, main/execute.C,
                   2413:          main/pa_request.C, targets/cgi/parser3.C,
                   2414:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   2415:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   2416:          checked after each possible process/execute call (fixes bug
                   2417:          #1077)
                   2418: 
                   2419: 2016-12-29  moko
                   2420: 
                   2421:        * src/main/pa_common.C: warning war
                   2422: 
                   2423:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   2424:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   2425:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   2426:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   2427:          (related to feature #1014)
                   2428: 
                   2429:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   2430:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   2431:          (related to feature #1014)
                   2432: 
                   2433: 2016-12-28  moko
                   2434: 
                   2435:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   2436:          warning war
                   2437: 
                   2438: 2016-12-26  moko
                   2439: 
                   2440:        * tests/: 341.html, results/341.processed: test for
                   2441:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   2442: 
                   2443:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   2444:          (related to feature #1057)
                   2445: 
                   2446:        * src/types/pa_vdate.C: warning war continues...
                   2447: 
                   2448:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   2449:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   2450: 
                   2451:        * src/lib/gd/gifio.C: warning war / cleanup
                   2452: 
                   2453:        * src/lib/json/pa_json.C: warning war
                   2454: 
                   2455:        * src/classes/hash.C: warning war
                   2456: 
                   2457:        * src/types/pa_vfile.C: warning war
                   2458: 
                   2459:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   2460:          -Wall warning war continues
                   2461: 
                   2462:        * configure.ac: --with-build-warnings actualized
                   2463: 
                   2464: 2016-12-25  moko
                   2465: 
                   2466:        * src/main/pa_exec.C: -wAll warning war
                   2467: 
                   2468:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   2469:          -wAll warning war
                   2470: 
                   2471:        * src/: include/pa_common.h, include/pa_sapi.h,
                   2472:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   2473:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   2474:          -wAll warning war
                   2475: 
                   2476: 2016-12-23  moko
                   2477: 
                   2478:        * src/lib/ltdl/Makefile.am: extra dist added
                   2479: 
                   2480:        * tests/results/344.processed: test result updated after $file.text
                   2481:          prefetched in ^hash::create[$file] (related to feature #1075)
                   2482: 
                   2483:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   2484:          ^hash::create[$file] (related to feature #1075)
                   2485: 
                   2486: 2016-12-22  moko
                   2487: 
                   2488:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   2489:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   2490:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   2491:          #1014 under 32-bit unix versions)
                   2492: 
                   2493: 2016-12-21  moko
                   2494: 
                   2495:        * tests/: 375.html, results/375.processed: test for exec returning
                   2496:          stated file added (related to feature #1119)
                   2497: 
                   2498:        * src/classes/file.C: load should not return file with null body
                   2499:          (fixes bug #1119)
                   2500: 
                   2501: 2016-12-14  moko
                   2502: 
                   2503:        * tests/: 374.html, results/374.processed: test for $method.name
                   2504:          added (related to feature #1117) plus method returning junction
                   2505:          test
                   2506: 
                   2507: 2016-12-13  moko
                   2508: 
                   2509:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   2510:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   2511:          (implements feature #1117)
                   2512: 
                   2513:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   2514:          HEAD and TRACE can't have body (implements feature #1116)
                   2515: 
                   2516: 2016-12-09  moko
                   2517: 
                   2518:        * tests/: 373.html, results/373.processed: tests for
                   2519:          ^reflection:tainting added (related to feature #1098)
                   2520: 
                   2521:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   2522:          change (related to feature #1098)
                   2523: 
                   2524: 2016-12-06  moko
                   2525: 
                   2526:        * src/: classes/reflection.C, include/pa_string.h,
                   2527:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   2528:          feature #1098)
                   2529: 
                   2530: 2016-12-05  moko
                   2531: 
                   2532:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   2533:          (fixes bug #1114)
                   2534: 
                   2535: 2016-12-04  moko
                   2536: 
                   2537:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   2538:          check added
                   2539: 
                   2540: 2016-12-03  moko
                   2541: 
                   2542:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   2543:          to test value.as_hash() usage
                   2544: 
                   2545:        * src/classes/curl.C: value.as_hash() used for correct hash
                   2546:          processing
                   2547: 
                   2548:        * src/classes/reflection.C: exceptions texts fixes
                   2549: 
                   2550: 2016-12-02  moko
                   2551: 
                   2552:        * tests/: 372.html, results/372.processed: tests for
                   2553:          ^reflection:create[ $.class[name] $.constructor[name]
                   2554:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   2555:          feature #1094)
                   2556: 
                   2557:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   2558:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   2559:          will be called in ~VNativeMethodFrame
                   2560: 
                   2561:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   2562:          ] minor fix
                   2563: 
                   2564:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   2565:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   2566:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   2567:          now supported (implements feature #1094) value::as_hash added
                   2568:          (and should be used everywhere)
                   2569: 
                   2570:        * src/classes/reflection.C: cleanup
                   2571: 
                   2572: 2016-12-01  moko
                   2573: 
                   2574:        * tests/: 356.html, results/356.processed: test for method
                   2575:          junctions class name added to the resulting hash added (related
                   2576:          to feature #1068)
                   2577: 
                   2578:        * src/classes/reflection.C: for method junctions class name added
                   2579:          to the resulting hash (related to feature #1068)
                   2580: 
                   2581: 2016-11-30  moko
                   2582: 
                   2583:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   2584:          exception (related to bug #1113)
                   2585: 
                   2586:        * src/types/pa_vhashfile.C: whitespace
                   2587: 
                   2588:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   2589:          #1113)
                   2590: 
                   2591:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2592:          229.processed, 239.processed, 244.processed, 246.processed,
                   2593:          314.processed, 352.processed: tests results updated after method
                   2594:          call exceptions improved as method now keeps its name
                   2595: 
                   2596:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   2597:          types/pa_vmethod_frame.h: method call exceptions improved as
                   2598:          method now keeps its name
                   2599: 
                   2600:        * tests/: 224.html, 239.html, results/224.processed,
                   2601:          results/239.processed: tests and tests results updated after
                   2602:          Request::construct exception changed
                   2603: 
                   2604:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   2605:          exception optimized
                   2606: 
                   2607:        * tests/: 371.html, results/371.processed: test for
                   2608:          WWrapper.get_element call in $.name.key[value] code added
                   2609:          (related to feature #1091)
                   2610: 
                   2611:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   2612:          in $.name.key[value] code (related to feature #1091)
                   2613: 
                   2614: 2016-11-29  moko
                   2615: 
                   2616:        * src/classes/op.C: VS warning war
                   2617: 
                   2618:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   2619:          C4239: nonstandard extension used : 'return' : conversion from
                   2620:          'Value' to 'Value &' (related to feature #1020)
                   2621: 
                   2622:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   2623:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   2624:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   2625:          to feature #1020)
                   2626: 
                   2627:        * src/main/execute.C: VS warning war
                   2628: 
                   2629:        * src/targets/cgi/parser3.C: VS compatibility fix
                   2630: 
                   2631:        * src/include/pa_request.h: VS warning war
                   2632: 
                   2633:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   2634:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   2635: 
                   2636:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   2637:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   2638:          $.stdin[$binary_file] (fixes bug #1044)
                   2639: 
                   2640: 2016-11-28  moko
                   2641: 
                   2642:        * src/main/pa_exec.C: whitespace
                   2643: 
                   2644:        * src/main/pa_request.C: whitespace
                   2645: 
                   2646:        * tests/: 369.html, results/369.processed: test for
                   2647:          $response:status usage added (related to feature #1099)
                   2648: 
                   2649:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   2650:          if < 100 (implements feature #1099)
                   2651: 
                   2652:        * src/targets/cgi/parser3.C: whitespace
                   2653: 
                   2654:        * src/targets/cgi/parser3.C: whitespace
                   2655: 
                   2656:        * tests/: 368.html, results/368.processed: test updated after
                   2657:          ^reflection:filename[$method] added (related to feature #1053)
                   2658: 
                   2659:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2660:          main/compile.y, main/execute.C, main/pa_request.C,
                   2661:          types/pa_vclass.h: filename -> filespec,
                   2662:          ^reflection:filename[$method] added (related to feature #1053)
                   2663: 
                   2664: 2016-11-27  moko
                   2665: 
                   2666:        * tests/: 368.html, results/368.processed: test for
                   2667:          reflection:filename[$class or object] added (related to feature
                   2668:          #1053)
                   2669: 
                   2670:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   2671:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   2672:          object] added (implements feature #1053)
                   2673: 
                   2674: 2016-11-26  moko
                   2675: 
                   2676:        * src/: include/pa_request_info.h,
                   2677:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2678:          remove_absolute_uri -> strip_absolute_uri
                   2679: 
                   2680: 2016-11-25  moko
                   2681: 
                   2682:        * src/: include/pa_request_info.h,
                   2683:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2684:          request_info.remove_absolute_uri added to remove possible
                   2685:          http://site.name/ from $request:uri (implements feature #1112)
                   2686: 
                   2687: 2016-11-24  moko
                   2688: 
                   2689:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   2690:          previous request headers clearing after redirect added (related
                   2691:          to bug #1109)
                   2692: 
                   2693:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   2694:          response headers from previous requests are now cleared, only
                   2695:          last request headers are collected (fixes bug #1109)
                   2696: 
                   2697:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   2698:          tests results updated as method name now added to the resulting
                   2699:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2700:          feature #1068)
                   2701: 
                   2702:        * src/classes/reflection.C: method name now added to the resulting
                   2703:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2704:          feature #1068)
                   2705: 
                   2706:        * tests/results/366.processed: test for native and parser
                   2707:          implementation of ^use[] logic (related to feature #1074)
                   2708: 
                   2709:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   2710:          for native and parser implementation of ^use[] logic (related to
                   2711:          feature #1074)
                   2712: 
                   2713: 2016-11-23  moko
                   2714: 
                   2715:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   2716:          main/pa_request.C: @USE file now implemented as ^use[file;
                   2717:          $.origin[origin_file] ] (implements feature #1074)
                   2718: 
1.109     moko     2719: 2016-11-21  moko
                   2720: 
1.110     moko     2721:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   2722:          3.4.4 and $caller.method now tested (related to feature #1110)
                   2723: 
                   2724:        * tests/: 364.html, results/364.processed: $caller usage in
                   2725:          different contexts now tested (related to feature #1110)
                   2726: 
                   2727:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   2728: 
                   2729:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   2730: 
1.109     moko     2731:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   2732:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   2733:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   2734:          used (implements feature #1110)
                   2735: 
                   2736: 2016-11-20  moko
                   2737: 
                   2738:        * src/types/pa_vdouble.h: whitespace
                   2739: 
                   2740: 2016-11-11  moko
                   2741: 
                   2742:        * tests/: 363.html, results/363.processed: more tests for feature
                   2743:          #1091 (how parser methods work in expression context)
                   2744: 
                   2745:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   2746:          expressions strings are now written as strings, not values by
                   2747:          write_as_string (related to feature #1091)
                   2748: 
                   2749:        * src/classes/op.C: to make more correct behavour in expression
                   2750:          context
                   2751: 
                   2752: 2016-11-07  moko
                   2753: 
                   2754:        * tests/: 362.html, results/362.processed: test for
                   2755:          xsltParseStylesheetDoc caching as xsl modification after it added
                   2756:          (related to bug #1108)
                   2757: 
                   2758:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   2759:          result now cached as xdoc is modified after it (fixes bug #1108)
                   2760: 
                   2761: 2016-11-06  moko
                   2762: 
                   2763:        * src/types/pa_vxdoc.h: whitespace
                   2764: 
                   2765: 2016-11-05  moko
                   2766: 
                   2767:        * src/types/pa_vmethod_frame.h: cleanup
                   2768: 
                   2769: 2016-11-03  moko
                   2770: 
                   2771:        * tests/results/244.processed: more correct exception after method
                   2772:          frames separation
                   2773: 
                   2774:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   2775: 
                   2776:        * src/types/pa_method.h: optimization: params_count added
                   2777: 
                   2778:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   2779:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   2780:          types/pa_value.C, types/pa_vmethod_frame.C,
                   2781:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   2782:          VMethodFrame now divided into VNativeMethodFrame,
                   2783:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   2784:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   2785:          and used (related to feature #1104)
                   2786: 
                   2787: 2016-11-02  moko
                   2788: 
                   2789:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   2790:          classes/double.C, classes/file.C, classes/hash.C,
                   2791:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2792:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2793:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   2794:          classes/regex.C, classes/string.C, classes/table.C,
                   2795:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   2796:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   2797:          r.write (implements feature #1091)
                   2798: 
                   2799:        * src/main/execute.C: cleanup (related to feature #1104)
                   2800: 
                   2801:        * src/: include/pa_request.h, main/execute.C,
                   2802:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   2803:          added, in_expression removed (implements feature #1104)
                   2804: 
                   2805: 2016-10-31  moko
                   2806: 
                   2807:        * src/types/pa_value.C: whitespace
                   2808: 
                   2809: 2016-10-28  moko
                   2810: 
                   2811:        * tests/results/244.processed: updated after error reporting fixed
                   2812:          in pa_wcontext.C
                   2813: 
                   2814:        * src/types/pa_wcontext.C: error reporting fixed
                   2815: 
                   2816:        * src/types/pa_wcontext.h: whitespace
                   2817: 
                   2818:        * src/classes/image.C: not fully readed entries are no longer
                   2819:          processed (fixes bug #1106)
                   2820: 
                   2821: 2016-10-26  moko
                   2822: 
                   2823:        * src/classes/image.C: whitespace
                   2824: 
                   2825:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   2826:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   2827:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   2828:          longer required (related to feature #1091)
                   2829: 
                   2830:        * tests/results/: 264.processed, 350.processed: test results update
                   2831:          reverted (whitespace optimization) after write_no_lang removed :)
                   2832:          (related to feature #1091)
                   2833: 
                   2834:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   2835:          classes/string.C, classes/table.C, classes/void.C,
                   2836:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   2837:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   2838:          equal write_pass_lang (related to feature #1091)
                   2839: 
                   2840:        * tests/results/: 264.processed, 350.processed: test results
                   2841:          updated (whitespace optimization) after write_assign_lang removed
                   2842:          (related to feature #1091)
                   2843: 
                   2844:        * tests/: 361.html, results/361.processed: test for non-string
                   2845:          ^untaint added (related to feature #1091)
                   2846: 
                   2847:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2848:          classes/hash.C, classes/op.C, classes/string.C,
                   2849:          include/pa_request.h, main/execute.C: optimization:
                   2850:          write_assign_lang removed as not required (first part of feature
                   2851:          #1091 implementation)
                   2852: 
1.108     moko     2853: 2016-10-12  moko
                   2854: 
                   2855:        * tests/: 360.html, results/360.processed: more test code (related
                   2856:          to feature #1104)
                   2857: 
                   2858:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   2859:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   2860:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   2861:          WContext is next task (implements feature #1104)
                   2862: 
                   2863:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   2864:          / CO_WITHOUT_WCONTEXT
                   2865: 
                   2866:        * tests/: 360.html, results/360.processed: test for in expression
                   2867:          state (related to feature #1104)
                   2868: 
                   2869: 2016-10-11  moko
                   2870: 
                   2871:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   2872: 
                   2873:        * src/classes/op.C: default value removed from initializer
                   2874: 
                   2875:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   2876: 
                   2877:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   2878: 
                   2879: 2016-10-10  moko
                   2880: 
                   2881:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   2882:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   2883:          to feature #42)
                   2884: 
                   2885:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   2886:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   2887: 
                   2888: 2016-10-08  moko
                   2889: 
                   2890:        * src/classes/double.C: whitespace
                   2891: 
                   2892: 2016-10-07  moko
                   2893: 
                   2894:        * src/types/pa_vmethod_frame.h: reorder
                   2895: 
                   2896: 2016-10-06  moko
                   2897: 
                   2898:        * src/classes/date.C: typo
                   2899: 
                   2900:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   2901: 
                   2902:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2903:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   2904:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   2905:          Value*
                   2906: 
                   2907:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   2908: 
                   2909:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   2910:          removed; first as_* code rewrite
                   2911: 
                   2912: 2016-10-05  moko
                   2913: 
                   2914:        * src/include/pa_request.h: whitespace
                   2915: 
                   2916:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   2917:          intercept_string added (related to feature #1097)
                   2918: 
                   2919:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   2920:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2921:          optimization: intercept_string removed (implements feature #1097)
                   2922: 
                   2923:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   2924: 
                   2925:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   2926:          from VCodeFrame and WWrapper as not required
                   2927: 
                   2928: 2016-10-04  moko
                   2929: 
                   2930:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   2931:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   2932:          classes/int.C, classes/json.C, classes/op.C,
                   2933:          classes/reflection.C, classes/string.C, classes/table.C,
                   2934:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2935:          proces_to_value -> process after StringOrValue removed (related
                   2936:          to feature #1020)
                   2937: 
                   2938:        * src/classes/form.C: whitespace
                   2939: 
                   2940:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   2941: 
                   2942:        * tests/: 357.html, 358.html, results/357.processed,
                   2943:          results/358.processed, results/auto.p: test for @conf
                   2944:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   2945: 
                   2946: 2016-10-03  moko
                   2947: 
                   2948:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   2949:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   2950:          supported (implements feature #42)
                   2951: 
                   2952:        * src/types/pa_vregex.h: no reason for VRegex to be
                   2953:          is_evaluated_expr
                   2954: 
                   2955:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   2956:          (implements feature #1095)
                   2957: 
                   2958: 2016-10-01  moko
                   2959: 
                   2960:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   2961:          false by default (related to feature #1089)
                   2962: 
                   2963: 2016-09-30  moko
                   2964: 
                   2965:        * src/types/pa_wcontext.h: cleanup
                   2966: 
                   2967: 2016-09-29  moko
                   2968: 
                   2969:        * src/main/execute.C: whitespace
                   2970: 
                   2971:        * src/include/pa_request.h: whitespace
                   2972: 
                   2973:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2974:          classes/op.C, classes/table.C, include/pa_request.h,
                   2975:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   2976:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   2977:          StringOrValue removed as it just slows down and adds complexity
                   2978:          (implements feature #1020)
                   2979: 
                   2980: 2016-09-28  moko
                   2981: 
                   2982:        * tests/: 356.html, results/266.processed, results/321.processed,
                   2983:          results/356.processed: tests updated after name was added to
                   2984:          method_info hash, test for ^reflection:method_info[junction]
                   2985:          added (related to feature #1068)
                   2986: 
                   2987:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   2988:          supported, method name added to the resulting hash (implements
                   2989:          feature #1068)
                   2990: 
                   2991:        * tests/: 276.html, results/276.processed: more tests for
                   2992:          ^reflection:delete[]
                   2993: 
                   2994:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   2995:          didn't work on class and could damage native objects (like file)
                   2996: 
                   2997: 2016-09-26  moko
                   2998: 
                   2999:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   3000:          results/345.processed, results/346-curl.processed,
                   3001:          results/347-curl.processed, results/348.processed: numbers added
                   3002:          to simplify diff analysis
                   3003: 
                   3004:        * tests/: 352.html, results/352.processed: test result updated as
                   3005:          method name used
                   3006: 
                   3007:        * src/classes/reflection.C: method name used
                   3008: 
                   3009:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   3010:          its name
                   3011: 
                   3012:        * src/types/pa_method.h: whitespace
                   3013: 
                   3014:        * src/classes/reflection.C: both method and field with one name can
                   3015:          exist.
                   3016: 
                   3017:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   3018:          feature #1089)
                   3019: 
                   3020:        * tests/: 355.html, results/355.processed: property appears in
                   3021:          derived class if added in base test added
                   3022: 
                   3023:        * src/types/pa_vstateless_class.h: get_method declaration +
                   3024:          whitespace
                   3025: 
                   3026:        * tests/: 354.html, results/354.processed: nice test from method
                   3027:          and property with one name in class added
                   3028: 
                   3029: 2016-09-23  moko
                   3030: 
                   3031:        * src/classes/reflection.C: ^reflection:method usage documented
                   3032: 
                   3033: 2016-09-22  moko
                   3034: 
                   3035:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   3036:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   3037:          compile warning and GPF occures on VS2003 (related to feature
                   3038:          #1087)
                   3039: 
                   3040:        * tests/: 350.html, results/350.processed: test added for
                   3041:          $.encloser[] support in ^table::create (related to feature #11)
                   3042: 
                   3043:        * src/classes/table.C: another minor fix (related to feature #11)
                   3044: 
1.107     moko     3045: 2016-09-21  moko
                   3046: 
                   3047:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   3048: 
                   3049:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   3050:          classes/json.C, classes/string.C, classes/table.C,
                   3051:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   3052:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3053:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   3054:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   3055:          pa_charsets, vs2015 warning war
                   3056: 
                   3057:        * src/classes/table.C: vs2015 warning war
                   3058: 
                   3059:        * src/types/pa_vdate.C: vs2015 warning war
                   3060: 
                   3061:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   3062: 
                   3063:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   3064:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   3065: 
                   3066:        * src/main/pa_common.C: vs2015 compilation fixes
                   3067: 
                   3068:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   3069:          vs2015 compilation fixes
                   3070: 
                   3071:        * src/main/pa_charset.C: vs2015 warning war
                   3072: 
                   3073:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   3074: 
                   3075:        * src/main/pa_charset.C: vs2015 warning war
                   3076: 
                   3077:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   3078: 
                   3079:        * src/types/pa_vdate.C: vs2015 compilation fix
                   3080: 
                   3081:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   3082: 
                   3083:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   3084:          VS2015 compilation fixes
                   3085: 
                   3086:        * src/classes/table.C: minor fix (related to feature #11)
                   3087: 
                   3088:        * tests/results/282.processed: no longer skipping extra enclosers
                   3089:          (related to feature #11)
                   3090: 
                   3091:        * src/classes/table.C: minor fix + no longer skipping extra
                   3092:          enclosers (related to feature #11)
                   3093: 
                   3094:        * src/classes/table.C: minor optimization (related to feature #11)
                   3095: 
                   3096:        * src/classes/table.C: minor fix and optimization (related to
                   3097:          feature #11)
                   3098: 
                   3099: 2016-09-20  moko
                   3100: 
                   3101:        * tests/: 353.html, results/353.processed: test for
                   3102:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   3103:          added (related to bug #1090)
                   3104: 
                   3105:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   3106:          one_big_piece (fixes bug #1090)
                   3107: 
                   3108:        * tests/: 229.html, results/229.processed: code coverage tests
                   3109: 
                   3110:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   3111:          body) was called
                   3112: 
                   3113:        * src/classes/op.C: whitespace
                   3114: 
                   3115:        * tests/: 323.html, results/323.processed: test for code junction
                   3116:          should not be returned by ^reflection:class, ^reflection:base
                   3117: 
                   3118:        * src/classes/reflection.C: bugfix: code junction should not be
                   3119:          returned by ^reflection:class, ^reflection:base
                   3120: 
                   3121:        * tests/: 323.html, 352.html, results/352.processed: no more
                   3122:          exception for ^reflection:method[class;no-such-method] (related
                   3123:          to feature #1087)
                   3124: 
                   3125:        * src/classes/reflection.C:
                   3126:          ^reflection:method[class;no-such-method] : exception -> void
                   3127:          (related to feature #1087)
                   3128: 
                   3129:        * src/include/pa_request.h: request::write_value added to allow
                   3130:          write value without convertion (related to issue #1091)
                   3131: 
                   3132: 2016-09-19  moko
                   3133: 
                   3134:        * src/main/pa_random.C: windows build fix
                   3135: 
                   3136:        * src/types/pa_vhash.h: warning war
                   3137: 
                   3138: 2016-09-14  moko
                   3139: 
                   3140:        * tests/: 352.html, 552.html, results/352.processed,
                   3141:          results/552.processed: test for ^reflection:method[] extension
                   3142:          added (related to feature #1087)
                   3143: 
                   3144:        * tests/: 552.html, results/552.processed: test for
                   3145:          ^reflection:method[] extension added (related to feature #1087)
                   3146: 
                   3147:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   3148:          dynamic_cast check added (related to feature #1087)
                   3149: 
                   3150:        * tests/: 351.html, results/351.processed: test for @auto[]
                   3151:          inheritance bug diring ^process[] added (related to bug #1088)
                   3152: 
                   3153:        * src/: classes/op.C, main/pa_request.C,
                   3154:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   3155:          disable it inheritance during ^process (fixes bug #1088)
                   3156: 
                   3157:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   3158:          added (implements feature #1087)
                   3159: 
                   3160: 2016-09-13  moko
                   3161: 
                   3162:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   3163:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   3164:          to feature #1086)
                   3165: 
                   3166:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   3167:          types/pa_vobject.C: objects now are not class instances, but have
                   3168:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   3169:          in @conf (implements feature #1086)
                   3170: 
                   3171: 2016-09-08  moko
                   3172: 
                   3173:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   3174:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   3175:          include/pa_string.h: cleanup: string::split limit argument
                   3176:          removed as no longer required, pos_after no longer reference
                   3177:          (related to feature #11)
                   3178: 
                   3179:        * src/classes/table.C, tests/results/348.processed: now exception
                   3180:          is rised when invalid option is passed to ^table::create[]
                   3181: 
                   3182:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   3183:          coverage tests
                   3184: 
                   3185:        * tests/: 348.html, results/348.processed: code coverage tests
                   3186:          added
                   3187: 
                   3188:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   3189:          tests
                   3190: 
                   3191:        * tests/: 035.html, results/035.processed, results/272.processed:
                   3192:          tests updated after $.encloser[] support for ^table::create
                   3193:          implementation (related to feature #11)
                   3194: 
                   3195:        * src/classes/table.C: $.encloser[] support for ^table::create
                   3196:          finally added (implements feature #11)
                   3197: 
                   3198: 2016-09-07  moko
                   3199: 
                   3200:        * src/include/pa_string.h: added StringSplitHelper as friend
                   3201:          (related to feature #11)
                   3202: 
                   3203:        * src/include/pa_string.h: body and langs now protected, not
                   3204:          private to allow inheritance (related to feature #11)
                   3205: 
                   3206:        * src/classes/table.C: lsplit optimized before cloning for
                   3207:          ^table::create with $.encloser[] (related to feature #11)
                   3208: 
                   3209:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   3210:          added and used (related to feature #11)
                   3211: 
                   3212:        * src/classes/table.C: spelling:
                   3213: 
                   3214:          TableSeparators -> TableControlChars column -> separator
                   3215:          separators -> control_chars
                   3216: 
                   3217: 2016-09-06  moko
                   3218: 
                   3219:        * src/main/pa_string.C: whitespace
                   3220: 
                   3221:        * src/main/pa_string.C: whitespace
                   3222: 
                   3223: 2016-09-01  moko
                   3224: 
                   3225:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   3226:          results OS-independent
                   3227: 
                   3228:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   3229:          compiler (related to feature #1042)
                   3230: 
                   3231: 2016-08-15  moko
                   3232: 
                   3233:        * src/include/pa_string.h: whitespace
                   3234: 
                   3235:        * src/classes/table.C: whitespace
                   3236: 
1.106     moko     3237: 2016-08-05  moko
                   3238: 
                   3239:        * tests/: 344.html, results/344.processed: test for
                   3240:          ^hash::create[$file] added (related to feature #1075)
                   3241: 
                   3242:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   3243:          supported (implements feature #1075)
                   3244: 
                   3245: 2016-08-04  moko
                   3246: 
                   3247:        * tests/: 341.html, results/341.processed: more code coverage tests
                   3248: 
                   3249:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   3250:          coverage tests for curl
                   3251: 
                   3252:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   3253:          coverage tests for curl
                   3254: 
                   3255:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   3256:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   3257:          test added
                   3258: 
                   3259:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   3260:          coverage tests for curl
                   3261: 
                   3262: 2016-08-03  moko
                   3263: 
                   3264:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   3265:          until it will be loaded, allowing to find existing library.
                   3266: 
                   3267:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   3268:          results/347-curl.processed: more code coverage tests for curl
                   3269: 
                   3270:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   3271:          results/339-curl.processed, results/346-curl.processed: curl
                   3272:          functionality tests
                   3273: 
                   3274: 2016-08-02  moko
                   3275: 
                   3276:        * tests/: 339.html, results/339.processed: test for tables in
                   3277:          ^file:load[] and ^curl:load[] (commented) added (related to
                   3278:          feature #1042)
                   3279: 
                   3280:        * tests/: 345.html, results/345.processed: code coverage tests for
                   3281:          file class
                   3282: 
                   3283:        * tests/: 344.html, results/344.processed: code coverage tests
                   3284: 
                   3285:        * tests/: 344.html, results/344.processed: mdate removed from
                   3286:          output
                   3287: 
                   3288:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   3289:          fcontent.is_text_mode() if not set (related to feature #1061)
                   3290: 
                   3291:        * tests/: 344.html, results/344.processed: more tests
                   3292: 
                   3293:        * tests/: 343.html, 344.html, results/343.processed,
                   3294:          results/344.processed: tests for ^file::create[ $.from-charset
                   3295:          and $.to-charset ] (related to feature #1061)
                   3296: 
                   3297:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3298:          aset_text_mode argument optimized
                   3299: 
                   3300:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3301:          checkBOM now used in detect_binary_content (related to feature
                   3302:          #1061)
                   3303: 
                   3304:        * src/main/pa_request.C: load_charset no longer required to_upper
                   3305: 
                   3306:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   3307:          preserves original file mode (if no $.mode specified)
                   3308: 
                   3309:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3310:          ^file::create now supports $.from-charset[] and $.to-charset
                   3311:          options (implements feature #1061), automatic transcode is done
                   3312:          if text file is created from binary file and charset is detected.
                   3313: 
                   3314: 2016-07-30  moko
                   3315: 
                   3316:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   3317:          feature #1057)
                   3318: 
                   3319:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   3320:          added (related to feature #1057)
                   3321: 
                   3322:        * tests/: 286.html, results/286.processed: code tests coverage
                   3323: 
                   3324: 2016-07-29  moko
                   3325: 
                   3326:        * src/classes/table.C: table size should be checked inside menu and
                   3327:          foreach (related to feature #858)
                   3328: 
                   3329:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   3330:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   3331:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   3332:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   3333:          charsets.get now does str_upper inside (related to feature #1061)
                   3334: 
                   3335:        * tests/: 342.html, results/342.processed: more code coverage tests
                   3336: 
                   3337:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   3338:          + foreach test added (related to feature #858)
                   3339: 
                   3340:        * tests/: 341.html, results/341.processed: tests for
                   3341:          ^table.hash[]{code} added + code coverage tests (related to
                   3342:          feature #1057)
                   3343: 
                   3344:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   3345:          value} support (implements feature #1057)
                   3346: 
                   3347:        * src/classes/table.C: whitespace
                   3348: 
                   3349: 2016-07-28  moko
                   3350: 
                   3351:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   3352:          from URL, if not specified query string removed from url-based
                   3353:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   3354:          #1042)
                   3355: 
                   3356: 2016-07-27  moko
                   3357: 
                   3358:        * tests/: 340.html, results/340.processed: test for
                   3359:          transcode_text_result=false added (related to issue #1042)
                   3360: 
                   3361: 2016-07-26  moko
                   3362: 
                   3363:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   3364:          is folder and ends with /) (related to feature #1042)
                   3365: 
                   3366:        * src/main/pa_http.C: whitespace optimizaion
                   3367: 
                   3368:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3369:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   3370:          multiple headers, ^file::load supports headers transcoding
                   3371:          (implements feature #1042)
                   3372: 
                   3373: 2016-07-25  moko
                   3374: 
                   3375:        * src/include/pa_common.h: PA_DEFAULT added
                   3376: 
                   3377: 2016-07-22  moko
                   3378: 
                   3379:        * tests/: 338.html, results/338.processed: test for
                   3380:          $date.field(value) added (related to feature #1066)
                   3381: 
                   3382:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3383:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   3384:          feature #1066)
                   3385: 
1.105     moko     3386: 2016-07-21  moko
                   3387: 
                   3388:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   3389:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   3390:          arguments removed; image.C - absolute path shown in exception
                   3391:          (implements feature #1071)
                   3392: 
                   3393:        * tests/: 235.html, results/235.processed: test and test result
                   3394:          updated after static boundary in mail and Errors-To: mail header
                   3395:          removed (related to feature #1047)
                   3396: 
                   3397:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   3398:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   3399:          used, static boundary in mail removed, Errors-To: mail header
                   3400:          removed (implements feature #1047)
                   3401: 
                   3402: 2016-07-20  moko
                   3403: 
                   3404:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3405:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   3406:          issue #1051)
                   3407: 
                   3408:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   3409:          request.classes(): Value -> VStateless_class, part 2 (related to
                   3410:          issue #1051)
                   3411: 
                   3412:        * tests/results/: 224.processed, 323.processed: classes without
                   3413:          methods should not be methoded (related to issue #1051)
                   3414: 
                   3415:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   3416:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   3417:          -> VStateless_class, part 1 (related to issue #1051)
                   3418: 
                   3419:        * tests/: 337.html, results/337.processed: test for
                   3420:          ^reflection:fields_reference[] and VHashReference class added
                   3421:          (related to feature #1072)
                   3422: 
                   3423:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   3424:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   3425:          and VHashReference added, allowing ^reflection:fields_reference[]
                   3426:          implementation (closes feature #1072)
                   3427: 
                   3428: 2016-07-19  moko
                   3429: 
                   3430:        * tests/: 323.html, results/323.processed: we want to see
                   3431:          "methoded"
                   3432: 
                   3433:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   3434:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   3435:          #1059)
                   3436: 
                   3437:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   3438:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   3439:          somebody_entered_some_class, $BASE:property works again,
                   3440:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   3441: 
                   3442: 2016-07-14  moko
                   3443: 
                   3444:        * tests/: 335.html, results/335.processed: test for feature #1055
                   3445:          added
                   3446: 
                   3447:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   3448:          feature: ^hash.contains[_default] added (implements feature
                   3449:          #1055)
                   3450: 
                   3451: 2016-07-13  moko
                   3452: 
                   3453:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   3454:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   3455: 
                   3456: 2016-07-05  moko
                   3457: 
                   3458:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   3459:          in ^hash.foreach (related to feature #1073)
                   3460: 
                   3461: 2016-07-04  moko
                   3462: 
                   3463:        * tests/: 134.html, 281.html, results/134.processed,
                   3464:          results/281.processed: tests updated after hash blocking removed
                   3465:          (related to feature #1073)
                   3466: 
                   3467:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   3468:          no longer blocks on change during foreach (implements feature
                   3469:          #1073)
                   3470: 
                   3471: 2016-06-17  moko
                   3472: 
                   3473:        * tests/: 330.html, results/330.processed: try exception source
                   3474:          test added (related to bug in #1062)
                   3475: 
                   3476:        * tests/: 334.html, results/334.processed: Exception stack trace
                   3477:          test added (related to bug in $1062)
                   3478: 
                   3479:        * src/classes/op.C: Exception trace now correctly restored and
                   3480:          errors reported (related to bug #1062)
                   3481: 
1.104     moko     3482: 2016-05-25  moko
                   3483: 
                   3484:        * src/main/compile.y: minor cleanup + beauty
                   3485: 
                   3486: 2016-05-24  moko
                   3487: 
                   3488:        * tests/: 333.html, results/333.processed: more exceptions testing
                   3489: 
                   3490:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   3491:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   3492:          features #1056, #1026)
                   3493: 
                   3494:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   3495:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   3496:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   3497:          (implements feature #1056)
                   3498: 
                   3499:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3500:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   3501:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   3502:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   3503:          feature #1026)
                   3504: 
                   3505:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   3506:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   3507:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   3508:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   3509:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   3510:          feature #1026)
                   3511: 
                   3512:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3513:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   3514:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   3515:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   3516: 
                   3517:        * src/main/main.vcproj: + ps_symbols
                   3518: 
                   3519:        * src/: include/Makefile.am, include/pa_string.h,
                   3520:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   3521:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   3522:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3523:          types/pa_vstateless_class.C: initial implementation for symbols
                   3524:          cache (related to feature #1026)
                   3525: 
                   3526:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   3527: 
                   3528:        * src/main/pa_globals.C: minor cleanup
                   3529: 
                   3530: 2016-05-19  moko
                   3531: 
                   3532:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   3533:          (related to feature #1046)
                   3534: 
                   3535:        * tests/: 331.html, results/331.processed: test for
                   3536:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   3537:          (related to feature #1051)
                   3538: 
                   3539:        * src/main/compile.y:
                   3540:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   3541:          (implements feature #1054)
                   3542: 
                   3543: 2016-05-18  moko
                   3544: 
                   3545:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   3546:          "column not found" exception for ^table.no-such-method[] (related
                   3547:          to feature #1046)
                   3548: 
                   3549:        * tests/: 261.html, results/261.processed: test added and updated
                   3550:          after feature #1046 implementation
                   3551: 
                   3552:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   3553:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   3554:          ^string.contains added for hash compatibility, $string.method no
                   3555:          longer returns stting method (implements feature #1046)
                   3556: 
                   3557: 2016-05-12  moko
                   3558: 
                   3559:        * src/classes/curl.C: content-type response header no longer
                   3560:          ignored (fixes issue #1045)
                   3561: 
                   3562:        * tests/: 330.html, results/330.processed: test for incomplete
                   3563:          finally execution when break occures added (related to issue
                   3564:          #1077)
                   3565: 
                   3566:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   3567:          executing catch and finally code (fixes issue #1062)
                   3568: 
                   3569: 2016-05-11  moko
                   3570: 
                   3571:        * tests/: 329.html, results/329.processed: test for invalid
                   3572:          ^break[] behavour added (bug #1077)
                   3573: 
                   3574:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   3575: 
                   3576: 2016-04-24  moko
                   3577: 
                   3578:        * src/types/pa_vstateless_class.h: warning war
                   3579: 
                   3580: 2016-04-17  moko
                   3581: 
                   3582:        * tests/: 328.html, results/328.processed: test for
                   3583:          ^break(condition) and ^continue(condition) (related to feature
                   3584:          #1063)
                   3585: 
                   3586:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   3587:          implemented (feature #1063)
                   3588: 
                   3589: 2016-04-12  moko
                   3590: 
                   3591:        * tests/results/280.processed: ordered hash now used for class
                   3592:          methods and properties (test results updated for feature #1069)
                   3593: 
                   3594:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   3595:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   3596:          failed (related to issue #1051)
                   3597: 
                   3598:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   3599:          are printed to check inheritance (related to feature #1051)
                   3600: 
1.103     moko     3601: 2016-04-09  moko
                   3602: 
                   3603:        * tests/results/320.processed: ordered hash now used for class
                   3604:          methods and properties (test results updated for feature #1069)
                   3605: 
                   3606:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   3607:          methods and properties (implements feature #1069)
                   3608: 
                   3609:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   3610:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   3611:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   3612:          feature #1051)
                   3613: 
                   3614: 2016-04-07  moko
                   3615: 
                   3616:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   3617:          (related to feature #1051)
                   3618: 
                   3619:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   3620:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   3621:          string constants deduplication (related to feature #1051)
                   3622: 
                   3623:        * tests/results/224.processed: test result updated (related to
                   3624:          feature #1051)
                   3625: 
                   3626:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   3627:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   3628:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   3629:          types/pa_vstatus.h: classes hash now contains only
                   3630:          VStateless_class derived objects, .CLASS is also allways
                   3631:          VStateless_class derived object (related to feature #1051).
                   3632: 
                   3633: 2016-04-06  moko
                   3634: 
                   3635:        * tests/results/323.processed: test result updated after feature
                   3636:          #1051 implementation
                   3637: 
                   3638:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   3639:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3640:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   3641:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   3642:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3643:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   3644:          classes, type() moved from VStateless_class to VClass and
                   3645:          Methoded (implements feature #1051)
                   3646: 
                   3647: 2016-04-04  moko
                   3648: 
                   3649:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   3650:          beauty: put_class added (related to feature #1051)
                   3651: 
                   3652: 2016-04-01  moko
                   3653: 
                   3654:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3655:          229.processed, 244.processed, 246.processed, 316.processed: test
                   3656:          results updated as class.type() removed from error messages, only
                   3657:          type() left (related to feature #1051)
                   3658: 
                   3659:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   3660:          classes/op.C, classes/reflection.C, main/compile.y,
                   3661:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   3662:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   3663:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   3664:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   3665:          from VStateless_class, type() is used instead (related to feature
                   3666:          #1051)
                   3667: 
                   3668:        * src/classes/mail.C: old logic restored.
                   3669: 
                   3670:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3671:          classes/classes.h, classes/curl.C, classes/date.C,
                   3672:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3673:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3674:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3675:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   3676:          classes/regex.C, classes/response.C, classes/string.C,
                   3677:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3678:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   3679:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   3680:          feature #1051)
                   3681: 
                   3682: 2016-03-30  moko
                   3683: 
                   3684:        * tests/: 327.html, results/224.processed, results/327.processed:
                   3685:          test for TZ specification in ^date::create[], TZ is kept during
                   3686:          ^date::create[$dt] (related to feature #1048)
                   3687: 
                   3688:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   3689:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   3690:          feature #1048)
                   3691: 
                   3692: 2016-03-29  moko
                   3693: 
                   3694:        * tests/: 315.html, results/315.processed: test for timezone format
                   3695:          +HHmm added (related to feature #1065)
                   3696: 
                   3697:        * src/classes/date.C: timezone format +HHmm now supported
                   3698:          (implements feature #1065)
                   3699: 
                   3700: 2016-03-28  moko
                   3701: 
                   3702:        * tests/: 202.html, results/131.processed, results/202.processed,
                   3703:          results/224.processed, results/256.processed,
                   3704:          results/315.processed: test results updated after %.2d now
                   3705:          default for hours offset in iso-string (was %2d), test for
                   3706:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3707:          added (related to feature #1065)
                   3708: 
                   3709: 2016-03-27  moko
                   3710: 
                   3711:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   3712:          feature #1065)
                   3713: 
                   3714:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3715:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3716:          added (implements feature #1065)
                   3717: 
                   3718: 2016-03-24  moko
                   3719: 
                   3720:        * tests/: 202.html, results/202.processed: test $date.week added
                   3721:          (related to bug #1067)
                   3722: 
                   3723:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   3724:          date (fix for bug #1067)
                   3725: 
                   3726: 2016-03-10  moko
                   3727: 
                   3728:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   3729: 
1.102     moko     3730: 2015-12-07  moko
                   3731: 
                   3732:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   3733:          .CLASS_NAME optimization added (related to feature #844)
                   3734: 
                   3735: 2015-11-17  moko
                   3736: 
                   3737:        * tests/: 323.html, results/323.processed: order added
                   3738: 
                   3739:        * tests/: 325.html, results/325.processed: double range test added
                   3740:          (related to bug #1049)
                   3741: 
                   3742: 2015-11-16  moko
                   3743: 
                   3744:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   3745:          added to disallow NaN and Infinity (fixes bug #1049)
                   3746: 
                   3747: 2015-11-11  moko
                   3748: 
                   3749:        * tests/324.html: parser 3.4.3 execution support added (related to
                   3750:          feature #1017)
                   3751: 
                   3752:        * tests/: 324.html, results/324.processed: test for
                   3753:          GET_ELEMENT4CALL feature added (feature #1017)
                   3754: 
1.101     moko     3755: 2015-10-29  moko
                   3756: 
                   3757:        * operators.txt: updated for 3.4.4
                   3758: 
                   3759:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   3760: 
                   3761:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   3762:          (related to bug #1043)
                   3763: 
                   3764: 2015-10-28  moko
                   3765: 
                   3766:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   3767:          hangup during ^file::exec (fixes bug #1043)
                   3768: 
1.100     moko     3769: 2015-10-27  moko
                   3770: 
                   3771:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   3772: 
1.99      moko     3773: 2015-10-26  moko
                   3774: 
1.100     moko     3775:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   3776:          (related to issue #1041)
                   3777: 
                   3778:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   3779:          Copyright year updated
                   3780: 
1.99      moko     3781:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   3782:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   3783:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3784:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   3785:          classes/mail.C, classes/math.C, classes/memcached.C,
                   3786:          classes/memory.C, classes/op.C, classes/reflection.C,
                   3787:          classes/regex.C, classes/response.C, classes/string.C,
                   3788:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   3789:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   3790:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3791:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3792:          include/pa_dictionary.h, include/pa_dir.h,
                   3793:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3794:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3795:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3796:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3797:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3798:          include/pa_sapi.h, include/pa_socks.h,
                   3799:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3800:          include/pa_stack.h, include/pa_string.h,
                   3801:          include/pa_stylesheet_connection.h,
                   3802:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   3803:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   3804:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   3805:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   3806:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   3807:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   3808:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   3809:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   3810:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3811:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   3812:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   3813:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   3814:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   3815:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3816:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3817:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3818:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   3819:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   3820:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   3821:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   3822:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   3823:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   3824:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   3825:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3826:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   3827:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   3828:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   3829:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   3830:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3831:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   3832:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   3833:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   3834:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   3835:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   3836:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   3837:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3838:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3839:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3840:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3841:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3842:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3843:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3844:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3845:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3846:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3847:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   3848: 
                   3849:        * src/targets/cgi/parser3.C: year updated
                   3850: 
                   3851:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   3852:          issue #1041)
                   3853: 
                   3854:        * tests/: 323.html, results/323.processed: test for base classes
                   3855:          added
                   3856: 
                   3857:        * tests/: 261.html, results/261.processed: updated after better
                   3858:          error reporting done for $string.key exception
                   3859: 
                   3860:        * src/types/pa_vstring.h: better error report for $string.key
                   3861:          exception
                   3862: 
                   3863:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   3864:          copied as VObject::get_element4call to remove extra virtual call
                   3865: 
                   3866:        * tests/: 322.html, results/322.processed: test for
                   3867:          ^reflection:is[] added (related to feature #1041)
                   3868: 
                   3869:        * src/classes/reflection.C: ^reflection:is empty value is void
                   3870:          (related to feature #1041)
                   3871: 
                   3872:        * src/classes/reflection.C:
                   3873:          ^reflection:is[class_name|code|method;[context;]element_name]
                   3874:          added (implements feature #1041)
                   3875: 
                   3876: 2015-10-24  moko
                   3877: 
                   3878:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   3879: 
1.98      moko     3880: 2015-10-22  moko
                   3881: 
                   3882:        * tests/: 321.html, results/321.processed: test for
                   3883:          ^reflection:method_info[] file detection added
                   3884: 
                   3885:        * tests/: 320.html, results/320.processed: test for
                   3886:          ^reflection:class_by_name[class_name] added (related to feature
                   3887:          #993)
                   3888: 
                   3889:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   3890:          added (implements feature #993)
                   3891: 
                   3892:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   3893:          (related to feature #1017)
                   3894: 
                   3895:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   3896:          added (related to issue #1039)
                   3897: 
                   3898:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   3899:          #1039)
                   3900: 
                   3901:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   3902:          for VDate
                   3903: 
                   3904:        * tests/results/182.processed: updated after feature #1038
                   3905:          implemented
                   3906: 
                   3907:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   3908:          compile-time exception origin added (test for feature #1039)
                   3909: 
                   3910:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   3911:          main/pa_request.C: exception unification: compile-time exceptions
                   3912:          now have origin, @USE origins also tracked (implements feature
                   3913:          #1039)
                   3914: 
                   3915: 2015-10-20  moko
                   3916: 
                   3917:        * src/main/pa_request.C: cleanup
                   3918: 
                   3919: 2015-10-15  moko
                   3920: 
                   3921:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   3922: 
                   3923:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   3924:          types/pa_vtable.C: new feature: no more $table.method and
                   3925:          $hash.method, aliases for _at, _count, _key (related to feature
                   3926:          #1017)
                   3927: 
1.97      moko     3928: 2015-10-14  moko
                   3929: 
1.98      moko     3930:        * tests/: 317.html, results/317.processed: test for
                   3931:          ^string.unescape[] added (related to feature #120)
                   3932: 
1.97      moko     3933:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   3934:          defined" bug (described in issue #1036)
                   3935: 
                   3936:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   3937:          (test for bug #1037)
                   3938: 
                   3939:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   3940:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   3941:          it's not enforced, skips BOM signature if it complies charset
                   3942:          (fixes bug #1037)
                   3943: 
                   3944: 2015-10-13  moko
                   3945: 
                   3946:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   3947:          linking
                   3948: 
                   3949:        * src/classes/inet.C: vs2003 compilation fix
                   3950: 
                   3951:        * src/classes/math.C: warning war
                   3952: 
                   3953:        * src/lib/punycode/pa_punycode.c: warning war
                   3954: 
                   3955: 2015-10-12  moko
                   3956: 
                   3957:        * src/lib/punycode/pa_punycode.c: warning war
                   3958: 
                   3959:        * parser3.sln: moved parser3 first, to make it default startup
                   3960:          project
                   3961: 
                   3962:        * buildall: parser "mirror" now used for external libs sources
                   3963:          (implements feature #1036)
                   3964: 
                   3965:        * buildall: most external libs are updated to their current
                   3966:          versions (related to feature #1036)
                   3967: 
                   3968:        * src/classes/image.C: more tags added
                   3969: 
                   3970:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   3971: 
                   3972: 2015-10-11  moko
                   3973: 
                   3974:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   3975: 
                   3976: 2015-10-09  moko
                   3977: 
                   3978:        * src/classes/curl.C: pa_strdup added for strings from curl
                   3979:          (related to feature #1035)
                   3980: 
                   3981:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   3982:          ULLONG_MAX definition
                   3983: 
                   3984:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   3985:          (implements feature #1035)
                   3986: 
                   3987:        * src/main/pa_charset.C: String::Body(String::C) used
                   3988: 
                   3989:        * src/main/pa_charset.C: exceptions unified
                   3990: 
                   3991:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   3992:          unified
                   3993: 
                   3994:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   3995:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   3996:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   3997:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   3998:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   3999:          String::Body(String::C) constructor added (related to bug #957)
                   4000: 
                   4001:        * src/classes/file.C: minor optimization
                   4002: 
                   4003:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   4004:          Cord(char*) autocreation (related to bug #957)
                   4005: 
                   4006:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   4007: 
                   4008:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   4009:          String(char*, Lang, length) removed, String(C(), Lang) used
                   4010:          instead (related to bug #957)
                   4011: 
                   4012: 2015-10-08  moko
                   4013: 
                   4014:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   4015:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   4016:          main/untaint.C: Now char * is converted to CORD only using
                   4017:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   4018: 
                   4019:        * src/include/pa_hash.h: fixed compilation without
                   4020:          HASH_CODE_CACHING
                   4021: 
                   4022:        * src/classes/string.C:
                   4023:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   4024:          feature #120)
                   4025: 
                   4026:        * src/main/pa_common.C: reduce js flags checks count (related to
                   4027:          feature #120)
                   4028: 
1.96      moko     4029: 2015-10-07  moko
                   4030: 
                   4031:        * tests/: 275.html, results/275.processed: test modified after
                   4032:          unsigned long long int support implemented (feature #1034)
                   4033: 
                   4034:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   4035:          pa_atoul added for unsigned long long int support
                   4036: 
                   4037: 2015-10-06  moko
                   4038: 
                   4039:        * src/types/pa_vdate.C: INT_MAX used
                   4040: 
                   4041: 2015-10-03  moko
                   4042: 
                   4043:        * tests/: 302.html, results/302.processed: test for bug #1023
                   4044:          (\u2028, \u2029 escaping) added
                   4045: 
                   4046:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   4047:          json:string[] (fixes bug #1023)
                   4048: 
                   4049: 2015-09-29  moko
                   4050: 
                   4051:        * tests/305.html: try-catch added for OS without ipv6 support
                   4052: 
                   4053:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   4054:          compilation
                   4055: 
                   4056:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   4057:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   4058:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   4059:          implemented to distinguish ^hash.method from $hash.field
                   4060:          (implements feature #1017)
                   4061: 
                   4062:        * src/lib/punycode/pa_punycode.c: warning war
                   4063: 
                   4064:        * src/include/pa_config_includes.h: warning war
                   4065: 
                   4066:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   4067: 
                   4068:        * src/include/pa_config_includes.h: warning war
                   4069: 
                   4070:        * src/include/pa_hash.h: clang compilation fix
                   4071: 
                   4072: 2015-09-27  moko
                   4073: 
                   4074:        * src/main/compile.tab.C: Bison 3 is now default
                   4075: 
                   4076:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   4077: 
                   4078: 2015-09-25  moko
                   4079: 
                   4080:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   4081:          works with undefined HASH_ORDER (related to feature #196)
                   4082: 
                   4083: 2015-09-24  moko
                   4084: 
                   4085:        * tests/: 027.html, results/027.processed: test modified to test
                   4086:          ^hash.sort (feature #196)
                   4087: 
                   4088:        * src/: classes/hash.C, include/pa_hash.h:
                   4089:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   4090:          added (implements feature #196)
                   4091: 
                   4092:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   4093:          (exception handling in non-cached ^cache), plus for "it does not
                   4094:          have logical value" and "$exception.handled value must be either
                   4095:          boolean or string 'cache'" exceptions.
                   4096: 
                   4097:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   4098:          code (fixes bug #1025)
                   4099: 
1.95      moko     4100: 2015-09-23  moko
                   4101: 
                   4102:        * src/classes/table.C: warning war
                   4103: 
                   4104:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   4105: 
                   4106:        * src/classes/file.C: warning war
                   4107: 
                   4108:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   4109: 
                   4110:        * src/: main/pa_request.C, classes/date.C: warning war
                   4111: 
                   4112:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   4113: 
                   4114:        * tests/: 122.html, results/122.processed: win sync: to remove
                   4115:          differences with OS that doesn't keep timezone change history
                   4116: 
                   4117:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   4118:          TZ change (related to feature #36)
                   4119: 
                   4120:        * tests/: 075.html, results/075.processed: win sync: to remove
                   4121:          differences with OS that doesn't keep timezone change history
                   4122: 
                   4123:        * tests/: 315.html, results/315.processed: win sync: to remove
                   4124:          differences with OS that doesn't keep timezone change history
                   4125: 
                   4126:        * tests/: 256.html, results/256.processed: win sync: to remove
                   4127:          differences with OS that doesn't keep timezone change history
                   4128: 
                   4129:        * tests/: 124.html, results/124.processed: win results sync: to
                   4130:          avoid hitting time change hole.
                   4131: 
                   4132:        * src/types/pa_vdate.C: static returned. :)
                   4133: 
                   4134: 2015-09-22  moko
                   4135: 
                   4136:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   4137: 
                   4138:        * tests/results/131.processed: more tests for feature #1032
                   4139: 
                   4140:        * src/classes/date.C: minor fix related to feature #1032
                   4141: 
                   4142:        * operators.txt: ISO date creation documented (related to feature
                   4143:          #1032)
                   4144: 
                   4145:        * operators.txt: iso-string documented (related to feature #1032)
                   4146: 
                   4147:        * tests/: 315.html, results/315.processed: more tests added
                   4148:          (related to feature #1032)
                   4149: 
                   4150:        * tests/: 131.html, results/131.processed: date range checks
                   4151:          updated (related to feature #36)
                   4152: 
                   4153:        * tests/: 315.html, results/057.processed, results/315.processed:
                   4154:          test added for ISO date support (related to issue #315)
                   4155: 
                   4156:        * src/classes/date.C: more readable exceptions in date creation
                   4157:          (related to ticket #1032)
                   4158: 
                   4159: 2015-09-18  moko
                   4160: 
                   4161:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   4162:          added (related to issue #1032)
                   4163: 
                   4164:        * tests/results/256.processed, src/classes/json.C: iso-string
                   4165:          documented (related to issue #1032)
                   4166: 
                   4167:        * tests/: 256.html, results/256.processed: ISO date check added
                   4168:          (related to issue #1032)
                   4169: 
                   4170:        * tests/: 057.html, results/057.processed, results/224.processed:
                   4171:          tests results updated after ISO date support implemented (related
                   4172:          to feature #1032)
                   4173: 
                   4174:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   4175:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   4176:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   4177:          added (implements feature #1032)
                   4178: 
                   4179: 2015-09-05  moko
                   4180: 
                   4181:        * operators.txt: actualized
                   4182: 
                   4183:        * operators.txt: date changes documented (related to ticket #36)
                   4184: 
                   4185: 2015-09-04  moko
                   4186: 
                   4187:        * src/types/pa_vdate.C: warning war
                   4188: 
                   4189:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   4190: 
                   4191: 2015-09-03  moko
                   4192: 
                   4193:        * tests/results/096.processed: test result updated for 0..9999 year
                   4194:          date range support (related to feature #36)
                   4195: 
                   4196:        * tests/: 314.html, results/314.processed: test for
                   4197:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   4198:          bug #1031)
                   4199: 
                   4200:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   4201:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   4202: 
1.116     moko     4203:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   4204:          configure.in -> configure.ac
1.95      moko     4205: 
1.116     moko     4206:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   4207:          correct timezone check for FreeBSD Warning war: configure.in ->
                   4208:          configure.ac
1.95      moko     4209: 
                   4210:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     4211:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   4212:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   4213:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   4214:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   4215:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   4216:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     4217:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   4218:          check added
                   4219: 
                   4220:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   4221: 
                   4222:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   4223:          for new date implementation (related to feature #36)
                   4224: 
                   4225:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   4226:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   4227:          types/pa_vdate.h: new double date implementation with internal
                   4228:          support for extended 0..9999 year range, default timezone support
                   4229:          (related to feature #36)
                   4230: 
                   4231: 2015-08-28  moko
                   4232: 
                   4233:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   4234:          (fixes bug #1030)
                   4235: 
                   4236: 2015-08-21  moko
                   4237: 
                   4238:        * src/classes/inet.C: snprintf size "bug" commented
                   4239: 
                   4240:        * src/main/pa_common.C: snprintf comments updated
                   4241: 
                   4242: 2015-08-16  moko
                   4243: 
                   4244:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   4245: 
                   4246: 2015-08-11  moko
                   4247: 
                   4248:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4249:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   4250:          can be null (fixes bug #1029)
                   4251: 
                   4252: 2015-08-06  moko
                   4253: 
1.116     moko     4254:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   4255:          pa_vdate.C added
1.95      moko     4256: 
                   4257: 2015-08-05  moko
                   4258: 
                   4259:        * tests/: 313.html, results/313.processed: test for
                   4260:          ^table.count[columns] and ^table.flip[] with nameless tables
                   4261:          (feature #1003)
                   4262: 
                   4263:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   4264:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   4265:          correctly for nameless tables (implements feature #1003)
                   4266: 
                   4267: 2015-08-03  moko
                   4268: 
                   4269:        * tests/312.html: test for ^table.append[$hash] and
                   4270:          ^table.insert[$hash] added (related to feature #1028)
                   4271: 
                   4272:        * src/classes/table.C: ^table.append[$hash] and
                   4273:          ^table.insert[$hash] now supported (implements feature #1028)
                   4274: 
                   4275:        * tests/: 312.html, results/312.processed: test row copy in
                   4276:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   4277: 
                   4278:        * src/classes/table.C: row copy now created in ^table.hash[;
                   4279:          $.type[table] ] (related to feature #1016)
                   4280: 
                   4281: 2015-07-29  moko
                   4282: 
                   4283:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   4284:          added (related to feature #1016)
                   4285: 
                   4286:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   4287:          ^table.delete[] added to delete current row (related to feature
                   4288:          1016)
                   4289: 
                   4290: 2015-07-28  moko
                   4291: 
                   4292:        * tests/: 312.html, results/312.processed: test for
                   4293:          $table.column[value] and ^table.insert{row} (related to feature
                   4294:          #1016)
                   4295: 
                   4296:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   4297:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   4298:          ^table.insert{row} are now implemented (feature #1016)
                   4299: 
                   4300:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   4301:          append(), insert() added, memmove arguments order in remove()
                   4302:          fixed (related to feature #1016)
                   4303: 
                   4304: 2015-07-23  moko
                   4305: 
                   4306:        * src/classes/json.C: tainted json and empty json exception added
                   4307:          (implements feature #1015)
                   4308: 
                   4309:        * tests/: 311.html, results/311.processed: empty json and tainted
                   4310:          json exception test added (related to issue #1015)
                   4311: 
                   4312: 2015-07-22  moko
                   4313: 
                   4314:        * tests/: 311.html, results/311.processed: test for UTF-8
                   4315:          processing added
                   4316: 
                   4317:        * tests/: 311.html, results/311.processed: test for
                   4318:          json_exception_with_source added (related to issue #394)
                   4319: 
                   4320:        * src/classes/json.C: json_exception_with_source added (implements
                   4321:          feature #394)
                   4322: 
                   4323: 2015-06-29  moko
                   4324: 
                   4325:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   4326:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   4327:          (closes bug #1027)
                   4328: 
                   4329: 2015-06-10  moko
                   4330: 
                   4331:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   4332:          error if libxml has LIBXML_ICU_ENABLED.
                   4333: 
                   4334: 2015-06-04  moko
                   4335: 
                   4336:        * tests/099.html: ups, reverting
                   4337: 
                   4338:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   4339:          results/310.processed: tests for $response:body[ $.file[] ] and
                   4340:          $response:last-modified added
                   4341: 
                   4342:        * src/main/pa_request.C: last-modified check fixed
                   4343: 
                   4344: 2015-06-03  moko
                   4345: 
                   4346:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   4347:          results/205.processed, results/293.processed: $response:headers
                   4348:          logging added (tests for feature #1007)
                   4349: 
                   4350:        * src/: include/pa_common.h, include/pa_request.h,
                   4351:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   4352:          $response:headers are now in uppercase (closes feature #1007)
                   4353: 
                   4354: 2015-06-02  moko
                   4355: 
                   4356:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   4357:          build errors reverted for clang compatibility
                   4358: 
                   4359: 2015-06-01  moko
                   4360: 
                   4361:        * src/include/pa_memory.h: -pedantic build errors fixed
                   4362: 
                   4363:        * src/classes/math.C: -pedantic build error fixed
                   4364: 
                   4365:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   4366: 
                   4367: 2015-05-31  moko
                   4368: 
                   4369:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   4370: 
                   4371:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   4372:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   4373:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   4374:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   4375:          types/pa_vxnode.h: warning war (-pedantic flag)
                   4376: 
                   4377: 2015-05-28  moko
                   4378: 
                   4379:        * tests/: 308.html, results/308.processed: test for
                   4380:          ^table::create[$t;], etc work added (related to bug #975)
                   4381: 
                   4382:        * src/classes/table.C: check_option_param removed,
                   4383:          ^table::create[$t;], etc now works (fixes bug #975)
                   4384: 
                   4385: 2015-05-27  moko
                   4386: 
                   4387:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   4388:          (Debian jessie) fixed (closes issue #1024)
                   4389: 
                   4390:        * tests/Makefile: sort added as in Debian jessie list become
                   4391:          unsorted
                   4392: 
                   4393: 2015-05-18  moko
                   4394: 
                   4395:        * tests/: 201.html, results/201.processed: test for
                   4396:          ^string.trim[what] feature #1022
                   4397: 
                   4398:        * src/classes/string.C: ^string.trim[what] now supported,
                   4399:          implements feature #1022
                   4400: 
                   4401: 2015-05-17  moko
                   4402: 
                   4403:        * tests/results/185.processed: test result updated as feature #1021
                   4404:          implemented (left/right accept negative parameter)
                   4405: 
                   4406:        * src/classes/string.C: left/right now accept negative parameter
                   4407:          (implements feature #1021)
                   4408: 
                   4409: 2015-05-08  moko
                   4410: 
                   4411:        * src/classes/math.C: isalnum -> pa_isalnum
                   4412: 
                   4413:        * src/main/execute.C: optimization in getter-junction processing
                   4414:          (related to issue #997)
                   4415: 
                   4416: 2015-05-07  moko
                   4417: 
                   4418:        * tests/: 307.html, results/307.processed: test for issue #997
                   4419:          added
                   4420: 
                   4421:        * src/main/execute.C: process_getter result now checked if junction
                   4422:          returned (closes issue #997)
                   4423: 
                   4424:        * tests/: 305.html, results/305.processed: sort added to ignore
                   4425:          different order
                   4426: 
                   4427:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   4428:          assignment (closes issue #994)
                   4429: 
                   4430:        * tests/: 306.html, results/306.processed: test for issue #994
                   4431:          added
                   4432: 
                   4433:        * tests/: 303.html, results/303.processed: two more errors tested
                   4434: 
                   4435: 2015-05-06  moko
                   4436: 
                   4437:        * tests/: 305.html, results/305.processed: test for name2ip &
                   4438:          ip2name added (related to feature #992)
                   4439: 
                   4440:        * tests/: 303.html, 304.html, results/303.processed,
                   4441:          results/304.processed: tests for idna conversion added (related
                   4442:          to issue #849)
                   4443: 
                   4444: 2015-05-02  moko
                   4445: 
                   4446:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   4447:          implemented
                   4448: 
                   4449: 2015-04-30  moko
                   4450: 
                   4451:        * src/main/pa_http.C: idna_host added, related to issue #849
                   4452: 
                   4453:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   4454:          (related to issue #849)
                   4455: 
                   4456: 2015-04-24  moko
                   4457: 
                   4458:        * src/types/pa_vjunction.C: warning war
                   4459: 
                   4460:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   4461:          unification
                   4462: 
                   4463:        * src/lib/punycode/pa_idna.c: warning war
                   4464: 
                   4465: 2015-04-22  moko
                   4466: 
                   4467:        * src/main/main.vcproj: punycode include path added
                   4468: 
                   4469:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   4470: 
                   4471:        * src/lib/punycode/pa_idna.c: warning war
                   4472: 
                   4473:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   4474:          project file added
                   4475: 
                   4476:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   4477: 
                   4478:        * src/include/pa_memory.h: warning war
                   4479: 
                   4480:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   4481:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   4482:          implemented (related to feature #849)
                   4483: 
                   4484:        * configure.in, src/main/Makefile.am,
                   4485:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   4486:          libpunycode added in Unix
                   4487: 
                   4488: 2015-04-21  moko
                   4489: 
                   4490:        * configure.in: large files support
                   4491: 
                   4492: 2015-04-15  moko
                   4493: 
                   4494:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   4495:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   4496:          pa_punycode.h: initial version for punycode/idna support library
                   4497:          (ticket #849)
                   4498: 
                   4499: 2015-04-08  moko
                   4500: 
                   4501:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4502:          classes/image.C, classes/mail.C, classes/reflection.C,
                   4503:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   4504:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   4505:          main/compile.y, main/compile_tools.h, main/execute.C,
                   4506:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4507:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   4508:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   4509:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   4510:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   4511:          clang compiler warnings (closes issue #1018)
                   4512: 
                   4513:        * src/include/pa_string.h: String::Body comparation operators with
                   4514:          char * added (related to issue #958)
                   4515: 
                   4516: 2015-04-07  moko
                   4517: 
                   4518:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   4519:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   4520:          issue #1018)
                   4521: 
                   4522:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   4523:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   4524:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   4525:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   4526:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   4527:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   4528:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   4529:          malloc/strdup/free replaced with pa_ version and checks for
                   4530:          accidental use of non-pa_ version added (related to issue #1018)
                   4531: 
                   4532: 2015-04-03  moko
                   4533: 
                   4534:        * buildall: pcre-8.33 -> pcre-8.36
                   4535: 
                   4536:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   4537:          classes/op.C, classes/string.C, main/compile.tab.C,
                   4538:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   4539:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   4540:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   4541:          ticket #958)
                   4542: 
                   4543:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   4544:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4545:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   4546:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   4547:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   4548:          $request:headers, $request:method added (implements feature
                   4549:          #1007)
                   4550: 
                   4551: 2015-03-17  misha
                   4552: 
                   4553:        * tests/302.html: - test for
                   4554:          ^json:string[...;$._default[method-name]]
                   4555: 
                   4556:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4557:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   4558:          option $._default[method-name] is specified in ^json:string[], a
                   4559:          method with specified name will be called for classes/objects
                   4560:          serialization ( new feature: #982 )
                   4561: 
                   4562: 2015-03-16  misha
                   4563: 
                   4564:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4565:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   4566:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   4567:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   4568:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4569:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   4570:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4571:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   4572:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   4573:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4574:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   4575:          $var.CLASS_NAME now have special opcodes. This can be switched
                   4576:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   4577:          on pa_opcode.h ( new feature: #844 )
                   4578: 
                   4579: 2015-03-15  misha
                   4580: 
                   4581:        * tests/075.html: - test for $response:header[]
                   4582: 
                   4583:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   4584:          that was set earlie ( new feature: #1001 )
                   4585: 
                   4586: 2015-03-12  misha
                   4587: 
                   4588:        * tests/246.html: - more tests for ^hash._at[]
                   4589: 
                   4590:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   4591:          accepts second param [key|value|hash] ( new feature: #1012 )
                   4592: 
                   4593: 2015-03-09  moko
                   4594: 
                   4595:        * src/types/pa_vmail.C: exception for everything but
                   4596:          $mail:received, closes issue #1011
                   4597: 
                   4598: 2015-02-20  moko
                   4599: 
                   4600:        * tests/: 275.html, results/275.processed: hex detection in
                   4601:          pa_atoui fix test (closes issue #1010)
                   4602: 
                   4603:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   4604:          issue #1010)
                   4605: 
                   4606: 2015-02-17  moko
                   4607: 
                   4608:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   4609:          tainted.
                   4610: 
                   4611: 2015-02-03  misha
                   4612: 
                   4613:        * tests/301.html: - test for ^json:string($double) causes
                   4614:          exception. bugfix: #1008
                   4615: 
                   4616:        * src/classes/json.C: - ^json:string($double) causes exception.
                   4617:          bugfix: #1008
                   4618: 
                   4619:        * tests/014.html: - updated for work with ^hash.delete[]
                   4620: 
                   4621: 2015-01-12  misha
                   4622: 
                   4623:        * src/: classes/form.C, include/pa_common.h,
                   4624:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   4625:          types/pa_vform.h: - supports body with PUT method as well ( new
                   4626:          feature: #1006 )
                   4627: 
                   4628:        * src/classes/file.C: - warnings war
                   4629: 
                   4630: 2015-01-11  misha
                   4631: 
                   4632:        * tests/300.html: - test for ^hash.delete[] is added
                   4633: 
                   4634:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   4635:          feature: #989 ) - tiny optimization in intersects
                   4636: 
                   4637: 2015-01-06  moko
                   4638: 
                   4639:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   4640:          with transcode, attachments detection fixed
                   4641: 
                   4642:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   4643:          load to allow charset switch (related to issue #996)
                   4644: 
                   4645: 2014-12-31  moko
                   4646: 
                   4647:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   4648:          UTF-8 source charset (fixes issue 996)
                   4649: 
                   4650:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   4651:          issue #1000)
                   4652: 
                   4653: 2014-12-11  misha
                   4654: 
                   4655:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   4656:          access ( bug fix: #1005 )
                   4657: 
                   4658: 2014-11-13  misha
                   4659: 
                   4660:        * src/main/compile.y: - PC.append does not reset to false while
                   4661:          creating a new class. bugfix: #990
                   4662: 
                   4663:        * tests/299.html: - test for creation class after working with
                   4664:          partial class (create+append)
                   4665: 
                   4666:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   4667:          #995
                   4668: 
                   4669:        * tests/232.html: - test for @get[def] added
                   4670: 
                   4671: 2014-10-12  moko
                   4672: 
                   4673:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   4674: 
                   4675:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   4676:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   4677:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   4678:          targets/apache/ApacheModuleParser3.vcproj,
                   4679:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4680:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4681:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   4682:          conversion in newer VS versions
                   4683: 
                   4684:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   4685:          pcre_internal.vcproj added
                   4686: 
                   4687: 2014-08-28  moko
                   4688: 
                   4689:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   4690:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   4691:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   4692: 
                   4693: 2014-06-30  misha
                   4694: 
                   4695:        * tests/298.html: - tests for ^reflection:def[class;className]
                   4696:          added
                   4697: 
                   4698:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   4699:          added ( new feature: #918 )
                   4700: 
                   4701: 2014-06-29  misha
                   4702: 
                   4703:        * src/classes/table.C: - ^table::create[unsupported data] -
                   4704:          exception comment changed to "body must be table or code" ( bug
                   4705:          fix: #951 )
                   4706: 
                   4707:        * tests/: 261.html, results/261.processed: - tests for
                   4708:          ^json:string[...;$.void[null|string]] added
                   4709: 
                   4710:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   4711:          option $.void[string|null] added to ^json:string[...] ( new
                   4712:          feature: #952 )
                   4713: 
                   4714: 2014-06-28  moko
                   4715: 
                   4716:        * src/classes/curl.C: $.charset now processed before other curl
                   4717:          options (closes issue #980)
                   4718: 
                   4719: 2014-05-23  misha
                   4720: 
                   4721:        * src/classes/json.C: - bug fix: #987
                   4722: 
                   4723: 2014-05-04  misha
                   4724: 
                   4725:        * tests/: 253.html, 253_json.txt: - test for
                   4726:          ^json:parse[$.int(false)] is added
                   4727: 
                   4728:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   4729:          default true). The option is similar to $.double(bool) but for
                   4730:          integers.
                   4731: 
                   4732: 2014-05-01  moko
                   4733: 
                   4734:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   4735:          #12 )
                   4736: 
                   4737: 2014-04-16  moko
                   4738: 
                   4739:        * src/main/pa_http.C: response-charset option should finally work
                   4740:          now (fix for issue #867)
                   4741: 
                   4742:        * src/main/pa_http.C: response-charset option should work now (fix
                   4743:          for issue #867)
                   4744: 
                   4745: 2014-03-07  moko
                   4746: 
                   4747:        * buildall: libgc moved
                   4748: 
                   4749:        * buildall: libgc moved
                   4750: 
                   4751: 2013-12-29  moko
                   4752: 
                   4753:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   4754:          closes issue #966
                   4755: 
                   4756:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   4757:          result now tainted, issue #966
                   4758: 
                   4759: 2013-12-03  moko
                   4760: 
                   4761:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   4762:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   4763:          option was added for http://www.parser.ru/forum/?id=79343
                   4764: 
                   4765:        * src/classes/file.C: bugfix for
                   4766:          http://www.parser.ru/forum/?id=79337
                   4767: 
                   4768: 2013-11-05  moko
                   4769: 
                   4770:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   4771: 
                   4772:        * src/main/pa_globals.C: spelling fixed
                   4773: 
                   4774: 2013-10-29  moko
                   4775: 
                   4776:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   4777: 
                   4778:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   4779:          #892
                   4780: 
                   4781:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   4782:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   4783:          exceptions to be thrown thougth json library), related to issue
                   4784:          #892
                   4785: 
                   4786:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   4787:          related to issue #896
                   4788: 
                   4789: 2013-10-24  moko
                   4790: 
                   4791:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   4792: 
                   4793: 2013-10-23  moko
                   4794: 
                   4795:        * README: actualization
                   4796: 
                   4797: 2013-10-22  moko
                   4798: 
                   4799:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   4800:          compatibility patch from Sergey Kirpichev
                   4801: 
                   4802:        * tests/: 297.html, results/297.processed: non-working getter fix
                   4803:          test for issue #948
                   4804: 
                   4805:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   4806:          called when saving value of $match variable in ^string.match[] to
                   4807:          increase compatibility (related to issue #948).
                   4808: 
                   4809:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   4810:          usage optimization
                   4811: 
                   4812: 2013-10-21  moko
                   4813: 
                   4814:        * tests/: 182.html, results/182.processed: local path removed for
                   4815:          compatibility
                   4816: 
                   4817:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   4818:          results/244.processed, results/253.processed,
                   4819:          results/254.processed, results/275.processed,
                   4820:          results/281.processed: try_catch -> try-catch
                   4821: 
                   4822:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   4823:          results/294.processed, results/296.processed: try_catch ->
                   4824:          try-catch
                   4825: 
                   4826: 2013-10-20  moko
                   4827: 
                   4828:        * tests/: 296.html, results/296.processed: test for xsl exception
                   4829:          for issue #938 added.
                   4830: 
                   4831:        * src/: include/pa_xml_exception.h,
                   4832:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   4833:          XmlException is now replaced (once again closes issue #938)
                   4834: 
                   4835: 2013-10-18  moko
                   4836: 
                   4837:        * buildall: disable clock_gettime detection to avoid librt linking
                   4838:          (which in turn depends on libpthread), related to issue #943
                   4839: 
                   4840: 2013-10-18  misha
                   4841: 
                   4842:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   4843:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   4844:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4845:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4846:          types/types.vcproj: - new locations for libxml2 includes where
                   4847:          added to vcproj files
                   4848: 
                   4849: 2013-10-18  moko
                   4850: 
                   4851:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   4852:          fix
                   4853: 
                   4854:        * tests/: 295.html, results/295.processed: test for issue #948
                   4855:          updated
                   4856: 
                   4857:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   4858:          :)
                   4859: 
                   4860:        * tests/: 295.html, results/295.processed: test for issue #948
                   4861:          added
                   4862: 
                   4863:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   4864:          include/pa_request.h, types/pa_method.h: for getters and setters
                   4865:          to be executed request.put_element should be called, not
                   4866:          context.put_element (fixes issue #948)
                   4867: 
                   4868: 2013-10-17  moko
                   4869: 
                   4870:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   4871:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   4872: 
                   4873:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   4874: 
                   4875: 2013-10-16  moko
                   4876: 
                   4877:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   4878: 
                   4879:        * tests/: 294.html, results/294.processed: test for issue #938
                   4880: 
                   4881:        * src/: classes/xdoc.C, classes/xnode.C,
                   4882:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   4883:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   4884: 
                   4885:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   4886:          libxslt-1.1.26 -> libxslt-1.1.28
                   4887: 
                   4888:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   4889:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   4890:          to '?', related to issue #938
                   4891: 
                   4892: 2013-10-15  moko
                   4893: 
                   4894:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   4895:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   4896:          minor optimizations (closes issue #896)
                   4897: 
                   4898:        * tests/results/: 292.processed, 293.processed: results updated to
                   4899:          comply with issue #896
                   4900: 
                   4901:        * tests/: 292.html, 293.html, results/292.processed,
                   4902:          results/293.processed: tests for json escaping
                   4903: 
                   4904: 2013-10-14  moko
                   4905: 
                   4906:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   4907:          and cleanup, code moved from .h to .C, no changes in code
                   4908: 
                   4909: 2013-10-12  moko
                   4910: 
                   4911:        * tests/results/119.processed: updated test result commited
                   4912: 
                   4913:        * tests/: 291.html, results/291.processed: test for issue #894
                   4914:          added
                   4915: 
                   4916:        * src/types/pa_wcontext.h: base methods call support function
                   4917:          get_somebody_entered_some_class should not be true forever, as
                   4918:          wcontext can have many get_elements calls (fixes issue #894)
                   4919: 
                   4920: 2013-10-11  moko
                   4921: 
                   4922:        * tests/: 290.html, results/290.processed: test for junction GPF
                   4923:          issue #942 added
                   4924: 
                   4925:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   4926:          to native method fixed (closes issue #942)
                   4927: 
                   4928:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   4929:          added
                   4930: 
                   4931:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   4932:          feature #907)
                   4933: 
                   4934:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   4935:          feature #907)
                   4936: 
                   4937: 2013-10-09  moko
                   4938: 
                   4939:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   4940:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   4941:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   4942:          properly not only in objects, but in classes as well (closes
                   4943:          issue #903)
                   4944: 
                   4945:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   4946:          works in classes, not only objects, test case added, related to
                   4947:          issue #903
                   4948: 
                   4949:        * tests/: 288.html, results/288.processed: test for endless
                   4950:          recursion bug added (related to issue #903)
                   4951: 
                   4952: 2013-10-05  moko
                   4953: 
                   4954:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4955:          classes/table.C, main/execute.C, types/pa_method.h,
                   4956:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4957:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4958:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   4959:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   4960:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   4961:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   4962:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   4963:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4964:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   4965:          optimization: put_element no longer has "bool areplace" argument,
                   4966:          related to issue #903
                   4967: 
                   4968: 2013-10-03  moko
                   4969: 
                   4970:        * tests/results/182.processed: result for $.replace(false) test
                   4971:          commited
                   4972: 
                   4973:        * src/classes/date.C: ^date::create(number) processed correctly
                   4974:          (fixes issue #901)
                   4975: 
                   4976:        * src/classes/image.C: as_no_junction removed, as param can be
                   4977:          expression (closes issue #931)
                   4978: 
                   4979:        * tests/233.html: test for issue #931 added
                   4980: 
                   4981: 2013-10-02  moko
                   4982: 
                   4983:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   4984:          modified, test for $.replace(false) added
                   4985: 
                   4986:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   4987: 
                   4988: 2013-09-30  moko
                   4989: 
                   4990:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   4991: 
                   4992:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4993:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   4994:          implemented; $.replace option added to ^process and ^use
                   4995: 
                   4996: 2013-08-27  moko
                   4997: 
                   4998:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   4999:          cstr_to_string_body_untaint should be called with charsets for
                   5000:          possible uri language and connection for possible sql language.
                   5001:          related to issue #857
                   5002: 
                   5003:        * buildall: and -> or fixed
                   5004: 
                   5005: 2013-08-26  moko
                   5006: 
                   5007:        * buildall: prepare_ functions logic changed to support
                   5008:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   5009: 
                   5010: 2013-08-23  moko
                   5011: 
                   5012:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   5013:          statically
                   5014: 
                   5015: 2013-08-22  moko
                   5016: 
                   5017:        * src/classes/string.C: String::Empty used (related to issue #912)
                   5018:          append_know_length removed (related to old GPF bug)
                   5019: 
                   5020: 2013-08-21  moko
                   5021: 
                   5022:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   5023: 
                   5024:        * src/classes/math.C: ^math:digest[...;$file] support added
                   5025:          (related to ticket #857
                   5026: 
                   5027:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   5028:          implemented
                   5029: 
                   5030:        * src/types/pa_vhashfile.h: warning war
                   5031: 
                   5032:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   5033:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   5034:          anti_endless_json_string_recoursion removed from request;
                   5035:          json_string_recoursion added to json_options; $.indent[indent
                   5036:          value] now supported and passed within recoursion closes feature
                   5037:          #937
                   5038: 
                   5039:        * tests/: 287.html, results/287.processed: test for feature #937
                   5040: 
                   5041: 2013-07-31  moko
                   5042: 
                   5043:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   5044:          compilation having #define _S
                   5045: 
                   5046:        * src/main/pa_globals.C: cleanup
                   5047: 
                   5048: 2013-07-30  moko
                   5049: 
                   5050:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   5051:          main/pa_common.C: vs2003 warning war
                   5052: 
                   5053:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   5054: 
                   5055:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   5056: 
                   5057:        * src/lib/md5/pa_sha2.c: warning war
                   5058: 
                   5059: 2013-07-29  moko
                   5060: 
                   5061:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   5062:          patches from github
                   5063: 
                   5064:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   5065:          classes/memcached.C, include/pa_config_includes.h,
                   5066:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   5067: 
                   5068:        * src/lib/json/json.vcproj: C++ -> C
                   5069: 
                   5070:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   5071: 
                   5072:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   5073: 
                   5074:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   5075: 
                   5076:        * src/lib/json/: json.c, pa_json.C: warning war
                   5077: 
                   5078:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   5079: 
                   5080:        * src/include/pa_config_fixed.h: uint16_t added
                   5081: 
                   5082:        * configure.in: uint16_t check added
                   5083: 
                   5084:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     5085:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   5086:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   5087:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   5088:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     5089: 
                   5090: 2013-07-25  moko
                   5091: 
                   5092:        * parser3.sln: dependencies added
                   5093: 
                   5094:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   5095:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   5096:          module support
                   5097: 
                   5098:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   5099: 
                   5100:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   5101: 
                   5102: 2013-07-23  moko
                   5103: 
                   5104:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   5105:          PA_DEBUG_GC_MEMORY removed
                   5106: 
                   5107:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   5108:          PA_DEBUG_DISABLE_GC compilation fix
                   5109: 
                   5110:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   5111:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   5112: 
                   5113:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   5114:          garbage cleanup
                   5115: 
                   5116:        * src/main/pa_common.C: warning war
                   5117: 
                   5118:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   5119: 
                   5120:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   5121:          minor cleanup
                   5122: 
                   5123:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   5124:          uses cygwin, not WIN32 implementation
                   5125: 
                   5126:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   5127:          able to exec shell scripts
                   5128: 
                   5129:        * src/classes/math.C: ifdef WIN32 cleanup
                   5130: 
                   5131:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   5132: 
                   5133:        * src/classes/curl.C: LT_MODULE_EXT used
                   5134: 
                   5135:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   5136: 
                   5137: 2013-07-22  moko
                   5138: 
                   5139:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   5140:          includes fix
                   5141: 
                   5142:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   5143: 
                   5144:        * configure.in, src/include/pa_config_includes.h,
                   5145:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   5146:          src/main/pa_exec.C: includes cleanup
                   5147: 
                   5148:        * src/targets/cgi/parser3.C: 2012->2013
                   5149: 
                   5150:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   5151: 
                   5152:        * configure.in, src/include/pa_config_includes.h,
                   5153:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   5154:          src/main/pa_random.C, src/main/pa_socks.C,
                   5155:          src/types/pa_vstatus.C: cygwin support cleanup
                   5156: 
                   5157:        * configure.in: dirent.h check added
                   5158: 
                   5159:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   5160:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   5161:          not copied
                   5162: 
                   5163: 2013-07-21  moko
                   5164: 
                   5165:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   5166: 
                   5167:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   5168:          parser3.vcproj: unused getopt.h / getopt.c removed
                   5169: 
                   5170:        * operators.txt, src/classes/file.C, tests/022.html,
                   5171:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   5172:          $.stat(true)] usage commented
                   5173: 
                   5174:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   5175:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   5176:          $.stat(true) it has size/*date columns modified patch from misha@
                   5177:          that closes issue #914.
                   5178: 
                   5179:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   5180:          PA_RELEASE_ASSERTS removed
                   5181: 
                   5182:        * src/lib/md5/pa_md5c.c: minor cleanup
                   5183: 
                   5184:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   5185:          localeconv()->decimal_point usage remoed (related to issue #934)
                   5186: 
                   5187:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   5188:          cordprnt.c removed
                   5189: 
                   5190:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   5191:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   5192:          pa-include/pa_strings.h: includes cleanup
                   5193: 
                   5194:        * src/lib/md5/pa_md5c.c: headers cleanup
                   5195: 
                   5196: 2013-07-20  moko
                   5197: 
                   5198:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   5199:          cleanup
                   5200: 
                   5201: 2013-07-19  moko
                   5202: 
                   5203:        * src/classes/math.C: extern "C" added for crypt
                   5204: 
                   5205: 2013-07-18  moko
                   5206: 
                   5207:        * src/classes/math.C: fix redhat7.2 build
                   5208: 
                   5209: 2013-07-17  moko
                   5210: 
                   5211:        * configure.in, src/include/pa_config_includes.h,
                   5212:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   5213:          added for uint8/32/64_t)
                   5214: 
                   5215:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   5216:          pa_config_includes.h used for uint32/64_t
                   5217: 
                   5218: 2013-07-16  moko
                   5219: 
                   5220:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   5221:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   5222:          war
                   5223: 
                   5224:        * src/main/compile.tab.C: compile.y was updated
                   5225: 
                   5226:        * src/main/compile.y: warning war
                   5227: 
                   5228:        * src/: include/pa_exception.h, main/pa_exception.C,
                   5229:          main/pa_xml_exception.C: warning war
                   5230: 
                   5231:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   5232: 
                   5233:        * configure.in: beauty :)
                   5234: 
                   5235:        * tests/: 141.html, results/141.processed: sha256/512 added
                   5236: 
                   5237: 2013-07-13  moko
                   5238: 
                   5239:        * src/lib/md5/md5.vcproj: sha2 added
                   5240: 
                   5241:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   5242:          classes/math.C: sha2 support (sha256/sha512 digest)
                   5243: 
                   5244: 2013-07-08  moko
                   5245: 
                   5246:        * src/classes/image.C: directory read or other read problem message
                   5247:          fixed (related to issue #933)
                   5248: 
                   5249: 2013-07-07  moko
                   5250: 
                   5251:        * AUTHORS: + misha + moko. :)
                   5252: 
                   5253: 2013-07-06  moko
                   5254: 
                   5255:        * src/: classes/curl.C, include/pa_globals.h,
                   5256:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   5257:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   5258:          for lt_dlinit to be called once and lt_dlexit called at right
                   5259:          place (related to issue #925)
                   5260: 
                   5261: 2013-07-04  moko
                   5262: 
                   5263:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   5264:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   5265:          content-type to be set, as it brokes badly designed logic in
                   5266:          response output. This hopefully finishes issue #928.
                   5267: 
                   5268:        * tests/results/: 256.processed, 286.processed: file now displayed
                   5269:          as name, size, mode, content-type
                   5270: 
                   5271:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   5272:          issue #933
                   5273: 
                   5274: 2013-06-28  moko
                   5275: 
                   5276:        * tests/: 286.html, results/286.processed: test extended
                   5277: 
                   5278:        * tests/: 286.html, results/286.processed: Test for issue #928
                   5279:          added.  it tests default content-type change.
                   5280: 
                   5281:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   5282:          now updated
                   5283: 
                   5284: 2013-06-25  moko
                   5285: 
                   5286:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   5287:          content-type for text/binary files without name added;
                   5288:          ^file::create[$f;...] options now works properly and $f
                   5289:          properties are default (fixes issue #928)
                   5290: 
                   5291: 2013-05-16  misha
                   5292: 
                   5293:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   5294:          added
                   5295: 
                   5296:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   5297:          table if specified limit is bigger than source rows count
                   5298: 
                   5299:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   5300:          added ( new feature: #858 )
                   5301: 
                   5302: 2013-04-29  moko
                   5303: 
                   5304:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   5305:          $.ipresolve(0|1|2) added (closes issue #891)
                   5306: 
                   5307:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   5308: 
                   5309: 2013-04-24  moko
                   5310: 
                   5311:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5312:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5313:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   5314:          memcached_quit (refs #893)
                   5315: 
                   5316: 2013-04-22  moko
                   5317: 
                   5318:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   5319:          slashes in file path (fixes bug #872)
                   5320: 
                   5321:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   5322:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   5323:          #739)
                   5324: 
                   5325:        * tests/results/266.processed: $.max_params added (feature #915)
                   5326: 
                   5327:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   5328:          option added to file::load (closes issue #867)
                   5329: 
                   5330: 2013-04-20  misha
                   5331: 
                   5332:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   5333:          commited
                   5334: 
                   5335: 2013-03-15  misha
                   5336: 
                   5337:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   5338:          multiple empty strings while ::sql. uae String::Empty instead
                   5339: 
                   5340: 2013-03-14  misha
                   5341: 
                   5342:        * src/classes/reflection.C: - for user classes
                   5343:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   5344:          with $.call_type if they available ( new feature: #915 )
                   5345: 
                   5346:        * src/classes/file.C: - ^file:delete[] now supports an option
                   5347:          $.exception(false) that suppress any exception while deleting
                   5348:          file ( new feature: #916 )
                   5349: 
                   5350:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   5351:          work :)
                   5352: 
                   5353: 2013-03-12  misha
                   5354: 
                   5355:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   5356:          set default name for the file
                   5357: 
                   5358: 2013-03-11  misha
                   5359: 
                   5360:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   5361:          also available in $f.cookies
                   5362: 
                   5363:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   5364:          moved to a separate method
                   5365: 
                   5366: 2013-03-10  moko
                   5367: 
                   5368:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   5369:          added
                   5370: 
                   5371:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   5372:          removed (declared by autoconf)
                   5373: 
                   5374:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   5375:          uint32_t define
                   5376: 
                   5377: 2013-03-10  misha
                   5378: 
                   5379:        * src/classes/file.C: ^file:delete and ^file:move now support
                   5380:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   5381: 
                   5382:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   5383:          empty dirs is added
                   5384: 
                   5385: 2013-03-10  moko
                   5386: 
                   5387:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   5388:          but default check removed from ^int/double/bool.int/double/bool
                   5389:          for string.int/double/bool compatibility (related to issue #913)
                   5390: 
                   5391:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   5392:          internally throws exception if default is present (closes issue
                   5393:          #913)
                   5394: 
                   5395: 2013-03-09  misha
                   5396: 
                   5397:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   5398:          optimisations ( #845 )
                   5399: 
                   5400:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   5401: 
                   5402: 2013-03-08  moko
                   5403: 
                   5404:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   5405:          creates correct table (fixes issue #910)
                   5406: 
                   5407:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   5408:          use outside of 'connect' operator (fixes issue #911)
                   5409: 
                   5410:        * tests/results/: 096.processed, 122.processed: test results
                   5411:          updated as doubles now printed with 15 significant digits, not 5
                   5412:          (fixes issue #882)
                   5413: 
                   5414:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   5415:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   5416: 
                   5417: 2013-02-21  moko
                   5418: 
                   5419:        * src/classes/table.C: _locate_name_value does not check arguments
                   5420:          count, so we check it in advance (fixes issue #905)
                   5421: 
                   5422: 2012-10-23  moko
                   5423: 
                   5424:        * buildall: old shell for and echo compatibility (for six)
                   5425: 
                   5426: 2012-10-19  moko
                   5427: 
                   5428:        * buildall: --strip added --disable-safe-mode listed in usage
                   5429: 
                   5430: 2012-10-17  misha
                   5431: 
                   5432:        * src/classes/op.C: - apply-taint should not throw "outside
                   5433:          connect" exception with sql lang now
                   5434: 
                   5435: 2012-10-17  moko
                   5436: 
                   5437:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   5438:          each request (for apache module)
                   5439: 
                   5440: 2012-09-26  moko
                   5441: 
                   5442:        * src/doc/doxygen.cfg: png -> svg
                   5443: 
                   5444: 2012-09-25  moko
                   5445: 
                   5446:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   5447:          test added
                   5448: 
                   5449:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   5450:          double use when key is long
                   5451: 
                   5452: 2012-09-16  moko
                   5453: 
                   5454:        * src/classes/math.C: Format -> Method Encode -> Format
                   5455: 
                   5456:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   5457:          added
                   5458: 
                   5459: 2012-09-14  moko
                   5460: 
                   5461:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   5462:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   5463:          implementation added
                   5464: 
                   5465: 2012-09-12  moko
                   5466: 
                   5467:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   5468:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   5469:          targets.dox and string.dox slightly actualized
                   5470: 
                   5471: 2012-08-31  moko
                   5472: 
                   5473:        * ChangeLog: now generated with patched cvs2cl.pl
                   5474: 
                   5475: 2012-07-29  moko
                   5476: 
                   5477:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   5478:          result should be pushed after VMethodFrame destructor is called,
                   5479:          as it deletes junctions from stack params (fixes issue #868)
                   5480: 
                   5481: 2012-07-23  moko
                   5482: 
                   5483:        * INSTALL, README: buildall script usage documented, other outdated
                   5484:          info updated.
                   5485: 
                   5486:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   5487: 
                   5488: 2012-07-21  moko
                   5489: 
                   5490:        * buildall: glib does not compile when threads are disabled...
                   5491: 
                   5492:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   5493: 
                   5494:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   5495:          unref, can't unref nested objects)
                   5496: 
                   5497:        * src/types/pa_vmail.C: another check added
                   5498: 
                   5499: 2012-07-19  moko
                   5500: 
                   5501:        * buildall: usage added
                   5502: 
                   5503:        * buildall: new buildall script that unites buildall-with-xml,
                   5504:          buildall-without-xml, --with-apache and --with-mailreceive
                   5505: 
                   5506:        * configure.in: support for static gmime and dynamic glib linking.
                   5507:          fixes for FreeBSD
                   5508: 
                   5509: 2012-07-17  moko
                   5510: 
                   5511:        * configure.in: --with-mailreceive replaced
                   5512:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   5513:          removed
                   5514: 
                   5515: 2012-07-16  moko
                   5516: 
                   5517:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   5518:          capitalized, content now decoded and text content converted to
                   5519:          $request:charset.  all properties are accessed by functions, this
                   5520:          ready for dynamic load.
                   5521: 
                   5522: 2012-06-28  moko
                   5523: 
1.116     moko     5524:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   5525:          32 bit
1.95      moko     5526: 
                   5527: 2012-06-27  moko
                   5528: 
                   5529:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   5530:          passive ftp
                   5531: 
                   5532:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   5533: 
                   5534:        * configure.in: 3.4.2 RC -> 3.4.2
                   5535: 
                   5536: 2012-06-22  moko
                   5537: 
                   5538:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   5539:          #815)
                   5540: 
                   5541:        * tests/: 284.html, results/284.processed: output options test
                   5542:          (feature #265)
                   5543: 
                   5544: 2012-06-22  misha
                   5545: 
                   5546:        * tests/215.html: - little changes
                   5547: 
                   5548: 2012-06-21  moko
                   5549: 
                   5550:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   5551:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   5552:          feature #265)
                   5553: 
                   5554:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   5555:          breaks long .*, default 10M restored. (issue #216)
                   5556: 
                   5557:        * tests/: 283.html, results/283.processed: test for issue #815
                   5558:          added
                   5559: 
                   5560:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   5561:          again, cstrm not required.
                   5562: 
                   5563:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   5564:          Win32 and broken FreeBSD (issue #45)
                   5565: 
                   5566:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   5567: 
                   5568:        * src/main/pa_string.C: warnings war
                   5569: 
                   5570:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   5571:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   5572:          main/pa_socks.C, targets/apache/pa_threads.C,
                   5573:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5574:          types/pa_vstatus.C: compilation under cygwin fixed
                   5575: 
                   5576: 2012-06-19  moko
                   5577: 
                   5578:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   5579:          Windows fixed
                   5580: 
                   5581:        * parser3.sln: removed antique pcre_ctype
                   5582: 
                   5583:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   5584: 
                   5585:        * src/include/pa_config_fixed.h: undefined reference to
                   5586:          __imp__pcre_* fix for Windows
                   5587: 
                   5588:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     5589:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   5590:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   5591:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   5592:          define fixed
1.95      moko     5593: 
                   5594: 2012-06-18  moko
                   5595: 
                   5596:        * src/classes/memcached.C: flush -> clear
                   5597: 
                   5598:        * src/classes/memcached.C: memcached does not support quotes even
                   5599:          in server name
                   5600: 
                   5601:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5602:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   5603:          called on open to check servers existance.  $.key(true) syntax
                   5604:          now supported
                   5605: 
                   5606: 2012-06-17  moko
                   5607: 
                   5608:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   5609:          cleanup
                   5610: 
                   5611:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   5612:          tests/results/282.processed: encloser at the EOF bug fixed,
                   5613:          incorrectly enclosed data now processed more logicaly (fixes
                   5614:          #339)
                   5615: 
                   5616: 2012-06-15  moko
                   5617: 
                   5618:        * buildall-without-xml: sync with buildall-with-xml
                   5619: 
                   5620:        * buildall-with-xml: download auto-detected between fetch and curl
                   5621: 
                   5622:        * configure.in: --with-gc and --with-pcre now also processed
                   5623:          correctly
                   5624: 
1.116     moko     5625:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   5626:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   5627:          should be run on rol1 using automake / aclocal (GNU automake)
                   5628:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     5629: 
                   5630:        * configure.in: new PARSER_VERSION logic
                   5631: 
                   5632:        * src/include/pa_version.h: new pa_version.h logic
                   5633: 
                   5634:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5635:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5636:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   5637:          feols_normalized -> fis_text_content set_binary added
                   5638: 
                   5639:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   5640: 
                   5641: 2012-06-15  misha
                   5642: 
                   5643:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5644:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5645:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   5646:          ^file::create[text;content] EOLs in content now is normalized. (
                   5647:          new feature: #815 )
                   5648: 
                   5649: 2012-06-15  moko
                   5650: 
                   5651:        * configure.in: --disable-version-update added to disable version
                   5652:          update with host information (for debian package) whitespace
                   5653:          optimized
                   5654: 
                   5655:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   5656:          libtool
                   5657: 
                   5658:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   5659:          it.
                   5660: 
                   5661: 2012-06-14  moko
                   5662: 
                   5663:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   5664:          tests/results/281.processed: "hash flocked" error removed for
                   5665:          safe operations like ^h._count[] ( new feature: #335 )
                   5666: 
1.116     moko     5667:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     5668: 
                   5669:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   5670: 
                   5671:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   5672:          xml compilation check added
                   5673: 
                   5674:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   5675:          replaced with --with-gc and --with-pcre test for pcre linking
                   5676:          added
                   5677: 
                   5678: 2012-06-13  moko
                   5679: 
                   5680:        * configure.in: apxs2 check optimized
                   5681: 
                   5682:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   5683:          .la, includes optimized
                   5684: 
                   5685:        * buildall-with-xml: --with-pic looks better for -fPIC
                   5686: 
                   5687:        * configure.in: switched to convenience library in static linking
                   5688: 
                   5689:        * src/targets/apache/Makefile.am: switched to convenience library
                   5690:          usage to avoid libtool warnings
                   5691: 
                   5692:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   5693:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   5694:          smtp/Makefile.am: switched to convenience library usage
                   5695: 
                   5696:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   5697: 
                   5698:        * src/targets/apache/Makefile.am: updated for libtool usage
                   5699: 
                   5700:        * buildall-without-xml: --with-included-ltdl added
                   5701: 
                   5702:        * buildall-without-xml: sync with buildall-with-xml
                   5703: 
                   5704:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   5705:          -fPIC for x64 $download added for wget success check added
                   5706: 
                   5707:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   5708: 
                   5709:        * configure.in: disable-static returned
                   5710: 
                   5711:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   5712:          LIBTOOLFLAGS
                   5713: 
                   5714: 2012-06-12  moko
                   5715: 
                   5716:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   5717:          compatible with LIBTOOLFLAGS for unknown reasons
                   5718: 
                   5719:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   5720: 
                   5721:        * configure.in: static/dynamic -lstdc++ linking option removed
                   5722:          apxs2 check added
                   5723: 
                   5724:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   5725:          option removed
                   5726: 
                   5727: 2012-06-10  moko
                   5728: 
                   5729:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   5730:          added
                   5731: 
                   5732:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   5733: 
1.116     moko     5734:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   5735:          beauty
1.95      moko     5736: 
                   5737:        * depcomp: from libtool 2.4.2
                   5738: 
                   5739:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   5740: 
                   5741: 2012-06-09  moko
                   5742: 
1.116     moko     5743:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   5744:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     5745:          autogenerated files updated after libtool update
                   5746: 
1.116     moko     5747:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   5748:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     5749:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   5750:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   5751:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   5752:          config/compile, config/config.guess, config/config.sub,
                   5753:          config/depcomp, config/install-sh, config/ltmain.sh,
                   5754:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   5755:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   5756:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   5757:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   5758:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   5759:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   5760:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   5761:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   5762: 
                   5763:        * configure.in: preparation for new libtool
                   5764: 
                   5765:        * configure.in: Some beauty added :)
                   5766: 
                   5767:        * src/targets/apache/Makefile.am: := -> =
                   5768: 
                   5769:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   5770:          again. :)
                   5771: 
                   5772:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   5773:          previously was taken from pcre_internal.h. :)
                   5774: 
                   5775:        * src/lib/pcre/Makefile.am: config.h returned
                   5776: 
                   5777:        * src/lib/pcre/config.h: still need this. :)
                   5778: 
                   5779:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   5780: 
                   5781:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   5782:          removed
                   5783: 
                   5784:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   5785:          now in parser tree, no need to copy
                   5786: 
                   5787:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   5788:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   5789:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   5790:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   5791:          extracts now used old trash removed
                   5792: 
                   5793:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   5794:          (debian/patches/104_automake.patch) + all charsets are copied
                   5795: 
                   5796:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   5797:          extra arguments now supported
                   5798: 
                   5799: 2012-06-08  misha
                   5800: 
                   5801:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   5802:          the 2nd option in ^table.hash[] could be hash or table so
                   5803:          .as_hash will throw an exception when table option is specified
                   5804: 
                   5805:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5806:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   5807:          classes/table.C, classes/void.C, classes/xdoc.C,
                   5808:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   5809:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   5810:          and improved (whitespaces are allowed as empty options) -
                   5811:          MethodParams::as_table is added - above methods are used for
                   5812:          parsing methods' options ( new feature: #9 )
                   5813: 
                   5814:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   5815:          to vclass. now class fields can be accessible as a hash:
                   5816:          $h[^hash::create[$asd:CLASS]]
                   5817: 
                   5818:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   5819:          have get_fields method so their fields can be accessed with
                   5820:          ^reflection:fields[...] & ^reflection:field[...]
                   5821: 
                   5822: 2012-06-06  misha
                   5823: 
                   5824:        * tests/280.html: - tests for
                   5825:          ^reflection:method[obj-or-class;method],
                   5826:          ^reflection:field[obj-or-class;field] and
                   5827:          ^reflection:fields[obj-or-class] are added
                   5828: 
                   5829: 2012-06-05  misha
                   5830: 
                   5831:        * src/classes/reflection.C: - ^reflection:method[class or
                   5832:          object;method name] and ^reflection:field[class or object;field
                   5833:          name] are added
                   5834: 
                   5835:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   5836:          is used
                   5837: 
                   5838:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   5839: 
                   5840: 2012-06-05  moko
                   5841: 
1.116     moko     5842:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     5843: 
                   5844:        * src/classes/memcached.C: flish ttl fixed
                   5845: 
                   5846: 2012-06-04  moko
                   5847: 
                   5848:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   5849:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   5850:          option (new feature #833)
                   5851: 
                   5852: 2012-06-04  misha
                   5853: 
                   5854:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   5855:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   5856: 
                   5857: 2012-06-03  misha
                   5858: 
                   5859:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   5860:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   5861: 
                   5862: 2012-05-30  misha
                   5863: 
                   5864:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   5865:          incomplete class into a scope while @USE is found
                   5866: 
                   5867:        * src/main/compile.y: - add incomplete class into a scope while
                   5868:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   5869: 
                   5870: 2012-05-30  moko
                   5871: 
                   5872:        * src/types/pa_vclass.C, tests/278.html,
                   5873:          tests/results/278.processed: removed "property has no getter
                   5874:          method" exception when GET_DEFAULT present (fixes #269)
                   5875: 
                   5876:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   5877:          $._default
                   5878: 
                   5879: 2012-05-29  moko
                   5880: 
                   5881:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   5882:          uninitialized values usage (new feature: #154)
                   5883: 
                   5884: 2012-05-28  moko
                   5885: 
                   5886:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   5887:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   5888:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   5889:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   5890:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   5891:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   5892:          tests/results/277.processed, src/types/pa_vtable.h,
                   5893:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   5894:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   5895:          feature #803)
                   5896: 
                   5897:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   5898:          tests/results/277.processed: json numbers are now treated as
                   5899:          double ( new feature: #834 )
                   5900: 
                   5901:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   5902:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   5903:          added for out of range checks, zero division in vint/vdouble
                   5904:          check added ( fixes #832 )
                   5905: 
                   5906:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   5907:          ( fixes #832 )
                   5908: 
                   5909: 2012-05-28  misha
                   5910: 
                   5911:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   5912:          configure
                   5913: 
                   5914:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   5915:          added - tests for unsupported values for options $.file, $.table
                   5916:          and $.date are added
                   5917: 
                   5918:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   5919:          accepts "stat" $.file[] option's value in addition to existed
                   5920:          "text" and "base64" ( new feature: #835 )
                   5921: 
                   5922:        * tests/276.html: - test for
                   5923:          ^reflection:delete[$object-or-class;field-name]
                   5924: 
                   5925:        * src/classes/reflection.C: -
                   5926:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   5927:          feature: #268 )
                   5928: 
                   5929: 2012-05-27  misha
                   5930: 
                   5931:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   5932: 
                   5933: 2012-05-24  misha
                   5934: 
                   5935:        * src/include/pa_common.h: - method lastposafter was removed
                   5936: 
                   5937:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   5938:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   5939:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   5940:          work as *nix commands
                   5941: 
                   5942:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   5943: 
                   5944:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   5945:          rskipchars were added
                   5946: 
                   5947:        * tests/270.html: - more tests for ^file:find[]
                   5948: 
                   5949:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   5950: 
                   5951:        * src/include/pa_version.h: - must be "win32" here. it is
                   5952:          auto-generated on *nix
                   5953: 
                   5954: 2012-05-24  moko
                   5955: 
                   5956:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   5957:          throws overflow exception ( new feature: #830 )
                   5958: 
                   5959:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   5960:          uint32 support and overflow added ( new feature: #830 )
                   5961: 
                   5962: 2012-05-23  moko
                   5963: 
                   5964:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   5965:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   5966:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   5967:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5968:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5969:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   5970:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   5971:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5972:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   5973:          "return string as-is" removed from as_expr_result. ( new feature:
                   5974:          #831 )
                   5975: 
                   5976:        * tests/results/244.processed: test changed after bug #782 fix
                   5977:          commited
                   5978: 
                   5979:        * tests/results/229.processed: test results for bug #782 commited
                   5980: 
                   5981:        * tests/: 254.html, results/254.processed: uid now just compared,
                   5982:          not printed. :)
                   5983: 
                   5984: 2012-05-20  moko
                   5985: 
                   5986:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   5987:          feature: #341 )
                   5988: 
                   5989:        * tests/: 254.html, results/254.processed: test for
                   5990:          ^reflection:uid[] added
                   5991: 
                   5992:        * tests/: 254.html, results/254.processed: test for
                   5993:          ^reflection:uid[$obj] added
                   5994: 
                   5995: 2012-05-17  misha
                   5996: 
                   5997:        * src/main/untaint.C: - do not replace ' char by _26 while
                   5998:          exploding filespec-tainting ( new feature: #829 )
                   5999: 
                   6000: 2012-05-12  moko
                   6001: 
                   6002:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   6003:          not.
                   6004: 
                   6005: 2012-05-08  moko
                   6006: 
                   6007:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   6008: 
                   6009:        * tests/229.html: test for bug #782
                   6010: 
                   6011:        * tests/results/259.processed, src/main/pa_request.C,
                   6012:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   6013:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   6014:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   6015:          string; defined locals are empty strings; $STRICT-VARS(true)
                   6016:          added
                   6017: 
                   6018: 2012-04-27  moko
                   6019: 
1.116     moko     6020:        * src/targets/apache/Makefile.am:
1.95      moko     6021:          ../../lib/memcached/libmemcached.a added
                   6022: 
                   6023: 2012-04-27  misha
                   6024: 
                   6025:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   6026:          ( #827 )
                   6027: 
                   6028: 2012-04-25  moko
                   6029: 
                   6030:        * src/: classes/json.C, classes/memcached.C,
                   6031:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   6032:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   6033:          implemented.
                   6034: 
                   6035:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   6036: 
                   6037: 2012-04-23  moko
                   6038: 
                   6039:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6040:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6041:          types/pa_vmemcached.h: open allows options hash for new
                   6042:          memcached(options) function
                   6043: 
                   6044:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   6045:          not appended
                   6046: 
                   6047: 2012-04-21  moko
                   6048: 
                   6049:        * src/classes/curl.C: '' added. :)
                   6050: 
                   6051:        * src/classes/classes.vcproj: new curl.h location
                   6052: 
                   6053:        * src/classes/curl.C: verbose output redirection from stderr to
                   6054:          file curl option added
                   6055: 
                   6056: 2012-04-20  moko
                   6057: 
                   6058:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   6059:          contains what we need from curl, #ifdef HAVE_CURL removed
                   6060: 
1.116     moko     6061:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     6062:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     6063:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   6064:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     6065:          configure option
                   6066: 
                   6067: 2012-04-19  moko
                   6068: 
                   6069:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   6070:          classes/string.C, lib/gc/include/gc_allocator.h,
                   6071:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   6072:          options from sql_result_string removed. (closes issue #468)
                   6073: 
                   6074:        * src/types/pa_vmemcached.C: empty string fix
                   6075: 
                   6076:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   6077:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   6078:          pa_vmemcached.C
                   6079: 
                   6080: 2012-04-18  moko
                   6081: 
                   6082:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   6083:          apache2-mpm-prefork" error displayed in threaded mpm.
                   6084: 
                   6085:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6086:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   6087:          installed (issue #354)
                   6088: 
                   6089: 2012-04-16  moko
                   6090: 
                   6091:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   6092:          memcached_result_free removed
                   6093: 
                   6094: 2012-04-14  moko
                   6095: 
                   6096:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   6097: 
                   6098:        * src/types/pa_vmemcached.C: check_key added and used
                   6099: 
                   6100: 2012-04-13  moko
                   6101: 
                   6102:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   6103:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   6104:          Serialization_data now added and used, VString now serialized
                   6105:          with languages into memcached.
                   6106: 
                   6107: 2012-03-28  moko
                   6108: 
                   6109:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   6110:          lib/memcached/pa_memcached.h: result lengths added
                   6111: 
                   6112: 2012-03-27  moko
                   6113: 
                   6114:        * src/types/pa_vmemcached.C: strdup added
                   6115: 
                   6116: 2012-03-24  moko
                   6117: 
                   6118:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6119:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6120:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   6121: 
                   6122: 2012-03-20  moko
                   6123: 
1.116     moko     6124:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     6125: 
                   6126:        * src/targets/cgi/Makefile.am: cleanup
                   6127: 
                   6128:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   6129:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   6130: 
                   6131:        * src/: classes/Makefile.am, classes/memcached.C,
                   6132:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   6133:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   6134:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   6135: 
                   6136: 2012-03-16  moko
                   6137: 
                   6138:        * src/main/execute.C: ident now works under Linux + ident displays
                   6139:          filenames (closes issue #818)
                   6140: 
1.116     moko     6141:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     6142:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   6143:          pa_vmethod_frame_local.h removed
                   6144: 
                   6145:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   6146:          classes/classes.h, classes/curl.C, classes/date.C,
                   6147:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6148:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   6149:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   6150:          classes/memory.C, classes/op.C, classes/reflection.C,
                   6151:          classes/regex.C, classes/response.C, classes/string.C,
                   6152:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   6153:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   6154:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6155:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6156:          include/pa_dictionary.h, include/pa_dir.h,
                   6157:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6158:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   6159:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   6160:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   6161:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6162:          include/pa_sapi.h, include/pa_socks.h,
                   6163:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6164:          include/pa_stack.h, include/pa_string.h,
                   6165:          include/pa_stylesheet_connection.h,
                   6166:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6167:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6168:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6169:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6170:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   6171:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   6172:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   6173:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   6174:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6175:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6176:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6177:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   6178:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   6179:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   6180:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   6181:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   6182:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   6183:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   6184:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   6185:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   6186:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6187:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6188:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   6189:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   6190:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6191:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6192:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   6193:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6194:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   6195:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   6196:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6197:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   6198:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   6199:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6200:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   6201:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   6202:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   6203:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6204:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6205:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6206:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   6207:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   6208:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6209:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6210:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   6211:          ident now works under Linux + ident displays filenames (closes
                   6212:          issue #818) Copyright updated
                   6213: 
                   6214: 2012-03-13  moko
                   6215: 
                   6216:        * src/main/pa_string.C: compilation fix for feature #741
                   6217: 
                   6218: 2012-03-09  misha
                   6219: 
                   6220:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   6221: 
                   6222:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   6223:          now detects invalid base64 chars in the middle of encoded stricg
                   6224:          ( new feature: #55 )
                   6225: 
                   6226:        * src/include/pa_exception.h: - new exception type for base64
                   6227:          decoding is added
                   6228: 
                   6229: 2012-03-06  misha
                   6230: 
                   6231:        * tests/274.html: - tests for ^date::today[] and
                   6232:          ^date.sql-string[datetime|date|time] are added
                   6233: 
                   6234:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   6235:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   6236:          strings "datetime", "date" or "time" - comments tidying up
                   6237: 
                   6238:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   6239:          date and time
                   6240: 
                   6241: 2012-03-03  misha
                   6242: 
                   6243:        * tests/193.html: - tests for
                   6244:          ^string:base64[encoded;$.strict(true)] are added
                   6245: 
                   6246:        * tests/results/auto.p: - try-catch operator is added
                   6247: 
                   6248:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   6249:          main/pa_common.C: - $.strict(true|false) option is added to
                   6250:          base64 decode methods ( new feature: #55 )
                   6251: 
                   6252:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   6253:          ( new feature: #819 )
                   6254: 
                   6255: 2012-02-28  moko
                   6256: 
                   6257:        * src/classes/hash.C: ident test
                   6258: 
                   6259: 2012-02-27  misha
                   6260: 
                   6261:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   6262: 
                   6263: 2012-01-08  misha
                   6264: 
                   6265:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   6266: 
                   6267:        * src/: classes/string.C, include/pa_dictionary.h,
                   6268:          main/pa_dictionary.C, main/pa_string.C: -
                   6269:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   6270:          ^string.replace[one subst here] is slightly optimized
                   6271: 
                   6272: 2011-12-07  misha
                   6273: 
                   6274:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   6275:          named table with one empty column ( bugfix: #63 )
                   6276: 
                   6277: 2011-11-30  misha
                   6278: 
                   6279:        * src/classes/json.C: - it's possible to set user's method for
                   6280:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   6281:          #763 )
                   6282: 
                   6283:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   6284: 
                   6285: 2011-11-23  misha
                   6286: 
                   6287:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6288:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   6289:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   6290:          ^file::create[mode;filename;content[;options]] now accepts binary
                   6291:          mode and file-content - new constructor's format:
                   6292:          ^file::create[string-or-file-content[;$.name[filename]
                   6293:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   6294:          feature: #65 )
                   6295: 
                   6296:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   6297:          mime_type_of(const String*) is added
                   6298: 
                   6299:        * src/include/pa_exception.h: - new exception constant
                   6300:          FILE_NAME_MUST_BE_SPECIFIED is added
                   6301: 
                   6302:        * src/classes/table.C: - bug with negative offset transformed into
                   6303:          a feature. it means pointing to a row from the end of the table (
                   6304:          new feature: #810 )
                   6305: 
                   6306: 2011-11-19  misha
                   6307: 
                   6308:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   6309:          â ìåòîäå _select ( new feature: #810 )
                   6310: 
                   6311:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   6312:          options were specified together is simplified
                   6313: 
                   6314: 2011-11-12  misha
                   6315: 
                   6316:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   6317:          HTTP content-disposition header (a part of bug #361 )
                   6318: 
                   6319:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   6320:          checks for ancestors' classes as well ( new feature: #456 )
                   6321: 
                   6322:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   6323:          "without cycle" now have types "parser.break" and
                   6324:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   6325:          )
                   6326: 
                   6327: 2011-11-11  misha
                   6328: 
                   6329:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   6330:          237.processed: - since bug #361 was fixed the content of filename
                   6331:          in HTTP headers is quoted
                   6332: 
                   6333:        * tests/results/270.processed: - result for test 270
                   6334: 
                   6335:        * tests/: 065.html, results/065.processed: - more tests for
                   6336:          ^file:basename[] & Co were added
                   6337: 
                   6338:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   6339: 
                   6340:        * tests/270.html: - tests for ^file:find[] are added
                   6341: 
                   6342:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   6343:          using option $.charset. option $.engoding is still supported but
                   6344:          these options can not be specified together
                   6345: 
                   6346:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   6347:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   6348: 
                   6349: 2011-10-11  misha
                   6350: 
                   6351:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   6352:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   6353:          #622)
                   6354: 
                   6355: 2011-09-30  misha
                   6356: 
                   6357:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   6358:          exception "saving stat-ed file" ( bugfix: #395 )
                   6359: 
                   6360: 2011-05-30  misha
                   6361: 
                   6362:        * src/classes/string.C: - fixed bug which was added with
                   6363:          params.as_hash into string:sql
                   6364: 
                   6365: 2011-05-29  misha
                   6366: 
                   6367:        * src/types/pa_value.C: - filename in content-disposition header
                   6368:          must be quoted ( bugfix: #361 )
                   6369: 
                   6370: 2011-05-27  misha
                   6371: 
                   6372:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   6373:          created file
                   6374: 
                   6375:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   6376:          usage
                   6377: 
                   6378:        * src/include/pa_exception.h: - one more string for exception was
                   6379:          added
                   6380: 
                   6381: 2011-05-25  misha
                   6382: 
                   6383:        * tests/269.html: - tests for checking input params in some dom
                   6384:          methods
                   6385: 
                   6386:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   6387:          was added. it isn't possible not wo create xdoc with invalid
                   6388:          tagName. ( bugfix: #160 )
                   6389: 
                   6390:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   6391:          string "data must be string" was mover from pa_exception.h to
                   6392:          pa_xml_exception.h
                   6393: 
                   6394:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   6395:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   6396: 
                   6397:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   6398: 
                   6399:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   6400:          options - XML-related exception's strings were added
                   6401: 
                   6402:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   6403:          output_options were removed)
                   6404: 
                   6405: 2011-05-19  misha
                   6406: 
                   6407:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   6408:          params.as_hash is used more while parsing methods hash-options
                   6409: 
                   6410: 2011-05-18  misha
                   6411: 
                   6412:        * operators.txt: - info about json-serialization of xdoc was added
                   6413: 
                   6414:        * tests/256.html: - tests for json-serialization xdoc were added
                   6415: 
                   6416:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   6417: 
                   6418:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6419:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   6420:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   6421:          specified in $.xdoc[] ( new feature: #265 )
                   6422: 
                   6423: 2011-05-15  misha
                   6424: 
                   6425:        * tests/268.html: - tests for ^table.count[with options] were added
                   6426: 
                   6427:        * src/classes/table.C: - method ^table.count[] now can accept
                   6428:          options ( new feature: #93 ): ^table.count[column] returns number
                   6429:          of columns for named table; ^table.count[cells] returns number of
                   6430:          cells in the current row; ^table.count[] & ^table.count[rows]
                   6431:          return number of rows in a table.
                   6432: 
                   6433:        * tests/267.html: - test for checking switch/case in boolean mode
                   6434:          was added
                   6435: 
                   6436:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   6437:          compared as bool values, not as double values: new feature: #351
                   6438: 
                   6439: 2011-05-06  misha
                   6440: 
                   6441:        * tests/242.html: - EOL before EOF was added
                   6442: 
                   6443:        * tests/169.html: - tests for splitting empty string and void were
                   6444:          added
                   6445: 
                   6446:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   6447:          returned table with one empty cell)
                   6448: 
                   6449: 2011-04-03  misha
                   6450: 
                   6451:        * src/include/pa_version.h, configure.in: - version in head was
                   6452:          changed to 3.4.2b
                   6453: 
                   6454: 2011-03-30  misha
                   6455: 
                   6456:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   6457:          as well ( new feature #294 )
                   6458: 
                   6459: 2011-03-29  misha
                   6460: 
                   6461:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   6462:          limited to approx. 6 MB. previous limits were too big for real
                   6463:          life. bugfix: #216
                   6464: 
                   6465: 2011-03-04  moko
                   6466: 
                   6467:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   6468:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   6469: 
                   6470:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   6471:          vlalek@
                   6472: 
                   6473: 2011-02-22  misha
                   6474: 
                   6475:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   6476:          be under #ifdef XML or parser can't be compiled without xml
                   6477:          support
                   6478: 
                   6479: 2011-02-21  misha
                   6480: 
1.116     moko     6481:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     6482:          ApacheModuleParser3.vcproj was removed
                   6483: 
                   6484:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   6485:          removed)
                   6486: 
                   6487: 2011-02-20  misha
                   6488: 
                   6489:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   6490:          $.overridden in ^reflection:method_info[...] were added
                   6491: 
                   6492:        * src/classes/reflection.C: - beautifying result of
                   6493:          ^reflection:method_info[] ($.overridden/inherited)
                   6494: 
                   6495: 2011-02-18  misha
                   6496: 
                   6497:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   6498:          and pa_isalnum instead of isalpha and isalnum - bug with
                   6499:          redundand quoting lowercased latin chars while building email
                   6500:          body was fixed
                   6501: 
                   6502:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   6503:          added (they check for latin chars only)
                   6504: 
                   6505: 2011-02-16  misha
                   6506: 
                   6507:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   6508:          string size for transcoding gave too small value (should ever
                   6509:          look for availability char in dest charset inspite of the char
                   6510:          size)
                   6511: 
                   6512: 2011-02-04  moko
                   6513: 
                   6514:        * tests/223.html: header values now not url-encoded (issue #195)
                   6515: 
                   6516: 2011-02-01  misha
                   6517: 
                   6518:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   6519: 
                   6520: 2011-01-31  misha
                   6521: 
                   6522:        * src/main/pa_request.C: - throw exception if param file_name in
                   6523:          use_file is empty
                   6524: 
                   6525: 2011-01-08  moko
                   6526: 
                   6527:        * src/classes/curl.C: compilations errors fixed
                   6528: 
                   6529: 2010-12-29  moko
                   6530: 
                   6531:        * tests/: 265.html, results/265.processed: test for issue #200
                   6532:          added
                   6533: 
                   6534:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   6535:          #200)
                   6536: 
                   6537:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   6538: 
                   6539:        * tests/results/223.processed: header values now not url-encoded
                   6540:          (issue #195)
                   6541: 
                   6542:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   6543:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   6544:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   6545: 
                   6546: 2010-12-18  misha
                   6547: 
                   6548:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   6549:          => pa-include
                   6550: 
                   6551: 2010-11-28  moko
                   6552: 
                   6553:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   6554: 
                   6555:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   6556:          -> pa
                   6557: 
                   6558:        * configure.in: apr -> pa
                   6559: 
                   6560:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   6561: 
                   6562:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   6563:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   6564: 
                   6565:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   6566:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   6567:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   6568:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   6569:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   6570:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   6571:          module apr name conflict resolved)
                   6572: 
                   6573: 2010-11-27  misha
                   6574: 
                   6575:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   6576:          libbz2
                   6577: 
                   6578: 2010-11-26  misha
                   6579: 
                   6580:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   6581:          warnings removed
                   6582: 
                   6583: 2010-11-25  moko
                   6584: 
                   6585:        * operators.txt: $.indent(true)
                   6586: 
                   6587:        * operators.txt: another bugfix. :)
                   6588: 
                   6589:        * operators.txt: bugfix. :)
                   6590: 
                   6591:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   6592: 
                   6593: 2010-11-24  moko
                   6594: 
1.116     moko     6595:        * configure: apxs support
1.95      moko     6596: 
                   6597:        * configure.in: apxs support -Bstatic gc removed for OS X
                   6598: 
                   6599:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   6600: 
                   6601:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   6602:          THREAD_LOCAL usage
                   6603: 
                   6604:        * src/: classes/curl.C, include/pa_config_includes.h,
                   6605:          main/pa_globals.C: THREAD_LOCAL defined and used
                   6606: 
                   6607: 2010-11-23  moko
                   6608: 
                   6609:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   6610:          should be passed to pa_sleep, and only fractional part (bugfix:
                   6611:          #188)
                   6612: 
                   6613:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   6614: 
                   6615:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6616:          GC_dont_gc=1, as in cgi version
                   6617: 
                   6618:        * src/targets/apache/mod_parser3.c: warning war
                   6619: 
                   6620:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6621:          pa_httpd.h: version removed, some trash removed
                   6622: 
                   6623:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   6624:          to show it), warning war
                   6625: 
                   6626:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6627:          pa_httpd.h: parser_status_allowed removed + merge config
                   6628:          functions removed (override is the default) + beauty
                   6629: 
                   6630:        * src/: include/pa_request.h, main/pa_request.C,
                   6631:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   6632:          hide $status used in apache module removed
                   6633: 
                   6634: 2010-11-18  moko
                   6635: 
                   6636:        * operators.txt: $.table[compact] added for ^json:string[]
                   6637: 
                   6638: 2010-11-16  moko
                   6639: 
                   6640:        * src/targets/apache/mod_parser3.c: some cleanup done
                   6641: 
                   6642:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   6643:          is hashcode; second, info.fragment_begin is original, not
                   6644:          resulting length
                   6645: 
                   6646:        * src/classes/file.C: new feature: $.stdin now untainted
                   6647: 
                   6648:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   6649: 
                   6650:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   6651: 
                   6652:        * src/classes/op.C: ^apply-taint[] method added
                   6653: 
                   6654:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   6655:          added; $.stdin untaint test added
                   6656: 
                   6657: 2010-11-15  moko
                   6658: 
                   6659:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   6660:          removed
                   6661: 
                   6662:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6663:          pa_httpd.h: 2x2 calculated under apache2. :)
                   6664: 
                   6665: 2010-11-13  moko
                   6666: 
                   6667:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   6668:          with apache 2.x includes
                   6669: 
                   6670:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   6671:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   6672:          united apache 1.3 / apache 2.x DSO module
                   6673: 
                   6674: 2010-11-09  moko
                   6675: 
                   6676:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   6677:          syntax
                   6678: 
                   6679:        * tests/: 263.html, results/263.processed: test from method[*args]
                   6680:          added
                   6681: 
                   6682:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   6683:          number of params can now be passed to a method declared with *arg
                   6684: 
                   6685: 2010-11-06  moko
                   6686: 
                   6687:        * src/classes/table.C: formating fixed. :)
                   6688: 
                   6689:        * src/classes/table.C: closes #4: ^table.select now supports
                   6690:          $.limit(), $.offset, $.reverse() options
                   6691: 
                   6692:        * tests/: 262.html, results/262.processed: test for ^table:select
                   6693:          with options added (feature #4)
                   6694: 
                   6695:        * src/include/pa_array.h: remove function added
                   6696: 
                   6697:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   6698:          object in get_element/put_element, using static one.
                   6699: 
                   6700: 2010-11-04  moko
                   6701: 
                   6702:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   6703:          options is passed
                   6704: 
                   6705:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   6706:          now tested; k and p in handler now tested.
                   6707: 
                   6708:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   6709:          $.table[compact] feature added
                   6710: 
                   6711:        * src/classes/json.C: key is now passed to handler in
                   6712:          value_json_string; ^json:string result now process tainting
                   6713:          inside and returns clean string, related to issue #153
                   6714: 
                   6715:        * src/main/untaint.C: bugfix: charset can be null (in
                   6716:          ^string:save[] as example), thus check is added
                   6717: 
                   6718: 2010-10-31  moko
                   6719: 
                   6720:        * src/classes/string.C: error message changed (fixes issue #149)
                   6721: 
                   6722: 2010-10-29  moko
                   6723: 
                   6724:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   6725:          port is not default (fixes issue #155); exception on invalid port
                   6726:          added.
                   6727: 
                   6728:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   6729:          "Accept: */*" to be passed
                   6730: 
                   6731: 2010-10-28  moko
                   6732: 
                   6733:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   6734:          exception on unknown charset even if response_charset was
                   6735:          specified
                   6736: 
                   6737: 2010-10-27  moko
                   6738: 
                   6739:        * src/classes/string.C: ^string.append removed for void
                   6740:          compatibility
                   6741: 
                   6742: 2010-10-26  moko
                   6743: 
                   6744:        * src/classes/json.C: libjson supports array at top level, we too
                   6745:          (GPF fixed)
                   6746: 
                   6747: 2010-10-25  moko
                   6748: 
                   6749:        * tests/: 253.html, results/253.processed: libjson supports array
                   6750:          at top level, parser now supports it as well.
                   6751: 
                   6752:        * tests/261.html, tests/results/261.processed,
                   6753:          src/types/pa_vstring.h: empty string is now void compatible
                   6754:          (allows $empty.key)
                   6755: 
                   6756: 2010-10-22  misha
                   6757: 
                   6758:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   6759:          while adding additional expires checkout)
                   6760: 
                   6761:        * tests/030.html: - test for session cookie was added
                   6762: 
                   6763: 2010-10-21  moko
                   6764: 
                   6765:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   6766:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   6767:          string (feature #111)
                   6768: 
                   6769:        * tests/: 261.html, results/261.processed: checks void from string
                   6770:          inheritance (feature #111)
                   6771: 
                   6772:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   6773:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   6774:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   6775:          now true by default
                   6776: 
                   6777: 2010-10-17  moko
                   6778: 
                   6779:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   6780:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   6781:          (bugfix: #128)
                   6782: 
                   6783:        * tests/: 223.html, results/223.processed: binary file upload test
                   6784:          added, GPF (issue #128) also checked in this test
                   6785: 
                   6786: 2010-10-13  misha
                   6787: 
                   6788:        * tests/260.html: - test for math:convert
                   6789: 
                   6790:        * src/classes/math.C: - error in math:convert was fixed
                   6791: 
                   6792:        * operators.txt: - info about
                   6793:          ^math:convert[number](from-base;to-base) was added
                   6794: 
                   6795:        * src/classes/math.C: - method
                   6796:          ^math:convert[number](from-base;to-base) for converting number
                   6797:          represention from one base to another was added ( new feature:
                   6798:          #23 )
                   6799: 
                   6800: 2010-10-13  moko
                   6801: 
                   6802:        * src/main/compile.tab.C: [] now is empty string, not void
                   6803: 
                   6804:        * src/main/compile.y: [] now is empty string, not void
                   6805: 
                   6806:        * src/types/pa_vvoid.h: void now passed as parameter
                   6807: 
                   6808:        * tests/: 259.html, results/259.processed: to test difference
                   6809:          between void and empty string (see ticket #111)
                   6810: 
                   6811:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   6812:          void
                   6813: 
                   6814:        * tests/256.html: $s[$void] is no longer empty string
                   6815: 
                   6816:        * tests/254.html: empty string is no longer void
                   6817: 
                   6818: 2010-10-12  misha
                   6819: 
                   6820:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   6821:          converted to date during cookies set up ( bugfix: #104 )
                   6822: 
                   6823:        * tests/041.html: - more tests for ^table.locate were added
                   6824: 
                   6825:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   6826:          work ( bugfix: #129 ) - exception comment for incorrect options
                   6827:          ^table.locate[field;value;options] was fixed
                   6828: 
                   6829: 2010-10-10  moko
                   6830: 
                   6831:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   6832:          another object feature returned
                   6833: 
                   6834:        * tests/results/258.processed: test result updated as constructor
                   6835:          returning another object feature returned
                   6836: 
                   6837:        * tests/: 258.html, results/258.processed: test for constructor
                   6838:          returning another object
                   6839: 
                   6840: 2010-10-08  misha
                   6841: 
                   6842:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   6843:          options shouldn't cause exceptions any longer
                   6844: 
                   6845: 2010-10-06  moko
                   6846: 
                   6847:        * src/classes/: hash.C, table.C: length from sql server is now
                   6848:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   6849: 
                   6850: 2010-10-02  misha
                   6851: 
                   6852:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   6853:          usable to delete cache file.
                   6854: 
                   6855: 2010-10-02  moko
                   6856: 
                   6857:        * tests/: 253.html, results/253.processed: hook_key added for key
                   6858:          checking
                   6859: 
                   6860:        * src/classes/json.C: null key bug fixed
                   6861: 
                   6862: 2010-09-29  misha
                   6863: 
                   6864:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   6865: 
                   6866: 2010-09-25  moko
                   6867: 
                   6868:        * src/classes/json.C: small fixed
                   6869: 
                   6870:        * tests/results/: 253.processed, 255.processed: just updated
                   6871: 
                   6872:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   6873:          results/255.processed: charset transcode test added for
                   6874:          json:parse
                   6875: 
                   6876: 2010-09-24  moko
                   6877: 
                   6878:        * src/types/pa_value.h: warning war :)
                   6879: 
                   6880:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   6881:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   6882:          ^json:string
                   6883: 
                   6884: 2010-09-22  moko
                   6885: 
                   6886:        * src/main/pa_charset.C: parser charset tables declare only
                   6887:          white-space before 0x20, thus adding the missing chars
                   6888: 
                   6889:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   6890:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   6891: 
                   6892: 2010-09-21  misha
                   6893: 
                   6894:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   6895:          want to compile grammar if they are absent)
                   6896: 
                   6897:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   6898: 
                   6899:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   6900: 
                   6901:        * src/main/main.vcproj: - path to bison is changed
                   6902: 
                   6903: 2010-09-21  moko
                   6904: 
1.116     moko     6905:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   6906:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   6907:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     6908: 
                   6909: 2010-09-20  misha
                   6910: 
                   6911:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   6912: 
                   6913:        * src/classes/json.C: - add EOL while json-serializing hash
                   6914: 
                   6915:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   6916:          compilers don't like 'ES'.
                   6917: 
                   6918: 2010-09-17  misha
                   6919: 
                   6920:        * operators.txt: - info about json class was added
                   6921: 
                   6922:        * src/classes/json.C: - ^json:string[object]
                   6923: 
                   6924:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   6925:          preventing infinite recursion while executing json:string was
                   6926:          added
                   6927: 
                   6928:        * src/include/pa_string.h: - method append_quoted was added
                   6929: 
                   6930:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   6931:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   6932:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   6933:          was added to Value & Co
                   6934: 
                   6935:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   6936:          were used
                   6937: 
                   6938:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   6939:          were added
                   6940: 
                   6941: 2010-09-10  moko
                   6942: 
                   6943:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6944:          die_or_abort (backport from 3.4.1)
                   6945: 
                   6946:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6947:          die_or_abort (bugfix: #106)
                   6948: 
                   6949: 2010-09-09  moko
                   6950: 
                   6951:        * src/classes/json.C: warning war. :)
                   6952: 
                   6953: 2010-09-08  misha
                   6954: 
                   6955:        * src/lib/json/Makefile.am: - additional include directories were
                   6956:          added (for pa_memory.h and gc.h)
                   6957: 
                   6958:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   6959:          compile as C++ instead default - additional include directory was
                   6960:          added (for gc.h)
                   6961: 
                   6962:        * src/types/pa_vform.C: - little code reformating
                   6963: 
                   6964:        * src/classes/file.C: - $.content-type option now can be specified
                   6965:          in ^file::create ( new feature: #102 )
                   6966: 
                   6967: 2010-09-08  moko
                   6968: 
                   6969:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   6970:          pa_malloc/pa_free
                   6971: 
                   6972: 2010-09-07  moko
                   6973: 
                   6974:        * tests/results/254.processed: VStateless_class:put_element
                   6975:          exception was fixed
                   6976: 
                   6977:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   6978:          VStateless_class:put_element barks self.type, not this.type
                   6979:          (bugfix: #105)
                   6980: 
                   6981: 2010-09-06  moko
                   6982: 
                   6983:        * src/classes/reflection.C: bugfix: new String() is required for
                   6984:          exception handling
                   6985: 
                   6986:        * tests/: 254.html, results/254.processed: test modified
                   6987: 
                   6988: 2010-09-05  moko
                   6989: 
                   6990:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   6991:          added
                   6992: 
                   6993:        * src/: classes/reflection.C, include/pa_request.h:
                   6994:          ^reflection:copy implemented (new feature: #100)
                   6995: 
                   6996: 2010-09-03  moko
                   6997: 
                   6998:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   6999: 
                   7000:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   7001:          option testing added
                   7002: 
                   7003: 2010-09-02  moko
                   7004: 
                   7005:        * src/classes/json.C: $.distinct[first|last|all] added
                   7006: 
                   7007: 2010-09-01  moko
                   7008: 
                   7009:        * tests/results/253.processed: json test result
                   7010: 
                   7011:        * tests/: 253.html, 253_json.txt: json test added
                   7012: 
                   7013:        * src/classes/json.C: json.C update to actual version + hash key
                   7014:          creation bugfix
                   7015: 
                   7016: 2010-08-31  misha
                   7017: 
                   7018:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   7019:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   7020:          src/lib/Makefile.am, src/classes/Makefile.am,
                   7021:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   7022:          json library was added
                   7023: 
                   7024: 2010-08-30  moko
                   7025: 
                   7026:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   7027:          types/pa_vobject.C: cosmetic optimization in
                   7028:          request:execute_method usage
                   7029: 
                   7030:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   7031:          optimization, just to decrease number of lines. :)
                   7032: 
                   7033: 2010-08-27  misha
                   7034: 
                   7035:        * src/classes/op.C: - taint[json] was added
                   7036: 
                   7037:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   7038:          were added
                   7039: 
                   7040:        * src/main/pa_exec.C: - warning fix was rolled back.
                   7041: 
                   7042:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   7043:          include/pa_string.h: - taint[json] was added - escaping was
                   7044:          slightly modified
                   7045: 
                   7046: 2010-08-25  misha
                   7047: 
                   7048:        * src/classes/file.C: - typo in file:sql exception was fixed
                   7049: 
                   7050:        * src/main/pa_exec.C: - warning about declared and not used
                   7051:          variable forced_allow was removed
                   7052: 
                   7053: 2010-08-14  misha
                   7054: 
                   7055:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   7056:          were removed
                   7057: 
                   7058: 2010-08-11  moko
                   7059: 
                   7060:        * tests/: 249.html, results/249.processed: default setter and
                   7061:          anti-recursive default getter test added
                   7062: 
                   7063:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   7064:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   7065:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   7066:          types/pa_vstateless_class.h: default setter support +
                   7067:          anti-recursive default getter support ( new feature: #13 )
                   7068: 
                   7069:        * src/include/pa_hash.h: optimization: threshold member removed
                   7070:          from hash, reducing sizeof(hash)
                   7071: 
                   7072: 2010-08-10  misha
                   7073: 
                   7074:        * tests/196.html: - junction-method was added to the test
                   7075: 
                   7076:        * tests/248.html: - ups. typo :)
                   7077: 
                   7078:        * tests/248.html: - test for checking .match with 4 params
                   7079: 
                   7080:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   7081:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   7082:          $request:charset during loading if the BOM code is detected"
                   7083: 
                   7084:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   7085:          $request:charset during loading if the BOM code is detected ( new
                   7086:          feature: #98 )
                   7087: 
                   7088: 2010-08-05  misha
                   7089: 
                   7090:        * src/classes/image.C: - ^image.replace now can accept only 2
                   7091:          params. in this case the whole image is affected ( new feature:
                   7092:          #95 )
                   7093: 
                   7094: 2010-08-04  misha
                   7095: 
                   7096:        * tests/246.html: - test tor ^hash._at[] was added
                   7097: 
                   7098:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   7099:          #53 )
                   7100: 
                   7101:        * src/include/pa_hash.h: - methods for accessing the first and the
                   7102:          last values of ordered hash were added (first_value and
                   7103:          last_value)
                   7104: 
                   7105:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   7106:          (similar to others file's methods):
                   7107:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   7108:          #68 )
                   7109: 
                   7110:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   7111: 
                   7112: 2010-08-01  moko
                   7113: 
                   7114:        * src/classes/op.C: to correctly process $result[] in code, called
                   7115:          from ^process
                   7116: 
                   7117:        * tests/245.html: $result in ^process[] test added
                   7118: 
                   7119:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   7120:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   7121:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   7122:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   7123:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   7124:          removed, construct(class,method) added
                   7125: 
                   7126:        * tests/results/: 192.processed, 244.processed: request::construct
                   7127:          added
                   7128: 
                   7129:        * tests/: 244.html, 245.html, results/244.processed,
                   7130:          results/245.processed: object creation exceptions and ^process
                   7131:          tests added
                   7132: 
                   7133: 2010-07-28  misha
                   7134: 
                   7135:        * tests/make_tests.cmd: - win32 EOLs
                   7136: 
                   7137:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   7138:          tests on Win32 were added (The system timezone should be GMT+3)
                   7139: 
                   7140: 2010-07-26  misha
                   7141: 
                   7142:        * tests/: 212.html, results/212.processed: - sizes were removed
                   7143:          mecause they could be different on different OSs
                   7144: 
                   7145:        * tests/065.html: - make it "win32 friendly"
                   7146: 
                   7147: 2010-07-25  misha
                   7148: 
                   7149:        * src/main/compile.y: - all EOLs between methods are removed during
                   7150:          compilation ( new feature: #47 )
                   7151: 
                   7152:        * tests/results/149.processed: - prepare tests to trim trailing
                   7153:          methods' EOLs
                   7154: 
                   7155:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   7156: 
                   7157:        * tests/: results/006.processed, results/014.processed, 006.html,
                   7158:          014.html, 022.html: - prepare tests to trim trailing methods'
                   7159:          EOLs
                   7160: 
                   7161:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   7162:          results/071.processed, results/022.processed: - prepare tests to
                   7163:          trim trailing methods' EOLs
                   7164: 
                   7165:        * tests/: results/073.processed, results/109.processed,
                   7166:          results/142.processed, results/144.processed,
                   7167:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   7168:          144.html: - prepare tests to trim trailing methods' EOLs
                   7169: 
                   7170:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   7171:          149.html, 152.html, results/096.processed, results/107.processed,
                   7172:          results/109.processed, results/142.processed,
                   7173:          results/144.processed: - prepare tests to trim trailing methods'
                   7174:          EOLs
                   7175: 
                   7176: 2010-07-24  moko
                   7177: 
                   7178:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   7179:          the hash order in this test
                   7180: 
                   7181:        * tests/014.html: to check hash order, hash no is longer sorted
                   7182:          before print
                   7183: 
                   7184:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   7185:          (bugfix: #54)
                   7186: 
                   7187: 2010-07-23  moko
                   7188: 
                   7189:        * tests/results/224.processed: @auto[] is no longer inherited
                   7190: 
                   7191:        * src/types/pa_vstateless_class.C, tests/227.html,
                   7192:          tests/results/227.processed: @auto[] is no longer inherited
                   7193:          (bugfix: #57)
                   7194: 
                   7195: 2010-07-22  misha
                   7196: 
                   7197:        * src/classes/table.C: - don't skip comment lines during
                   7198:          table::load if encloser or separator is set as '#' ( new feature:
                   7199:          #30 )
                   7200: 
                   7201:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   7202:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   7203:          #12 )
                   7204: 
                   7205:        * src/classes/file.C: - set PARSER_VARSION env before external
                   7206:          script executing
                   7207: 
                   7208: 2010-07-13  misha
                   7209: 
                   7210:        * tests/058.html: - test for suppressing @border was added - test
                   7211:          for user attribute was added
                   7212: 
                   7213:        * tests/results/186.processed: unescaping from \uXXXX
                   7214: 
                   7215:        * tests/186.html: unescaping from \uXXXX
                   7216: 
                   7217:        * tests/: 239.html, results/239.processed: method call type
                   7218: 
                   7219:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   7220:          $junction_method.CLASS_NAME (+CLASS)
                   7221: 
                   7222: 2010-07-07  misha
                   7223: 
                   7224:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   7225:          *nix
                   7226: 
                   7227: 2010-07-05  misha
                   7228: 
                   7229:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   7230:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   7231:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   7232:          comment strings "options must be hash", "options must be hash,
                   7233:          not code" and "called with invalid option" were replaced by
                   7234:          constatns - exception comment string "invalid option passed" was
                   7235:          replaced by "called with invalid option" (now in different
                   7236:          methods are the same exception comment string)
                   7237: 
                   7238:        * src/include/pa_exception.h: - more exception strings were defined
                   7239: 
                   7240:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   7241:          types/pa_vstateless_class.h: - now we can define possible
                   7242:          method's call type ( new feature: #5 )   1.
                   7243:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   7244:          methods   2. @static:method[params] (only static keyword could be
                   7245:          used here) -- for specified methods
                   7246: 
                   7247:        * src/main/pa_common.C: - junction points should not be deleted on
                   7248:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   7249:          cleanup
                   7250: 
                   7251: 2010-07-03  misha
                   7252: 
                   7253:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   7254:          results/158.processed, results/160.processed,
                   7255:          results/161.processed, results/162.processed,
                   7256:          results/163.processed: - prepare tests to trim trailing methods'
                   7257:          EOLs
                   7258: 
                   7259:        * tests/results/169.processed: - prepare tests to trim trailing
                   7260:          methods' EOLs
                   7261: 
                   7262:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   7263:          trim trailing methods' EOLs
                   7264: 
                   7265:        * tests/: results/170.processed, results/167.processed,
                   7266:          results/168.processed, results/169.processed, 167.html, 168.html,
                   7267:          169.html: - prepare tests to trim trailing methods' EOLs
                   7268: 
                   7269:        * tests/: results/170.processed, results/171.processed,
                   7270:          results/172.processed, results/173.processed,
                   7271:          results/174.processed, results/175.processed, 170.html, 171.html,
                   7272:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   7273:          trailing methods' EOLs
                   7274: 
                   7275:        * tests/: results/176.processed, results/180.processed,
                   7276:          results/184.processed, results/185.processed,
                   7277:          results/191.processed, results/192.processed,
                   7278:          results/196.processed, results/197.processed,
                   7279:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   7280:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   7281:          to trim trailing methods' EOLs
                   7282: 
                   7283:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   7284:          results/199.processed, results/208.processed,
                   7285:          results/209.processed, results/213.processed,
                   7286:          results/214.processed: - prepare tests to trim trailing methods'
                   7287:          EOLs
                   7288: 
                   7289: 2010-06-29  misha
                   7290: 
                   7291:        * tests/: 220.html, 218.html, results/218.processed,
                   7292:          results/215.processed, results/217.processed, 215.html, 217.html:
                   7293:          - prepare tests to trim trailing methods' EOLs
                   7294: 
                   7295:        * tests/: results/224.processed, 224.html, 223.html,
                   7296:          results/223.processed, results/220.processed: - prepare tests to
                   7297:          trim trailing methods' EOLs
                   7298: 
                   7299:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   7300:          trim trailing methods' EOLs
                   7301: 
                   7302:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   7303:          trailing methods' EOLs
                   7304: 
                   7305:        * tests/: 232.html, 235.html, results/232.processed,
                   7306:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   7307:          results/226.processed, results/227.processed,
                   7308:          results/228.processed, results/230.processed: - prepare tests to
                   7309:          trim trailing methods' EOLs
                   7310: 
                   7311: 2010-06-16  moko
                   7312: 
                   7313:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   7314:          ^if
                   7315: 
                   7316:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   7317: 
                   7318: 2010-06-03  misha
                   7319: 
                   7320:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   7321:          instead of memcopy for overlaped regions
                   7322: 
                   7323: 2010-05-25  misha
                   7324: 
                   7325:        * src/main/pa_common.C: - wanring about unused vars was removed
                   7326: 
                   7327:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   7328:          get_method_filename was moved to execute.C
                   7329: 
                   7330: 2010-05-23  misha
                   7331: 
                   7332:        * src/main/pa_request.C: - more accurate detection of method's file
                   7333: 
                   7334: 2010-05-22  misha
                   7335: 
                   7336:        * src/classes/reflection.C: - bugfix: core during detection of
                   7337:          .file if filespec isn't detected successfully
                   7338: 
                   7339: 2010-05-20  misha
                   7340: 
                   7341:        * src/main/pa_request.C: - fix in get_method_filename
                   7342: 
                   7343:        * src/include/pa_request.h: - new feature: #24 -- searching
                   7344:          included file in @USE/^use is changed. if its filespec doesn't
                   7345:          start from '/' it will be searched in caller file directory
                   7346: 
                   7347:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   7348:          where the method is defined
                   7349: 
                   7350:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   7351:          classes/op.C: - new feature: #24 -- searching included file in
                   7352:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   7353:          will be searched in caller file directory
                   7354: 
                   7355:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   7356:          is moved to pa_common.h
                   7357: 
                   7358: 2010-05-18  misha
                   7359: 
                   7360:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   7361:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   7362:          cookie parser decode \uXXXX as well as %uXXXX
                   7363: 
                   7364: 2010-05-17  misha
                   7365: 
                   7366:        * src/classes/curl.C: beauty: - unused param is removed in method
                   7367:          _curl_version_action - some spaces were removed or replaced by
                   7368:          tabs
                   7369: 
                   7370:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   7371:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   7372: 
                   7373: 2010-05-16  misha
                   7374: 
                   7375:        * src/classes/curl.C: new: #61 more curl options were added
                   7376:          (contributed by Sumo)
                   7377: 
                   7378: 2010-04-29  pretender
                   7379: 
                   7380:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   7381:          now empty string.
                   7382: 
                   7383:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   7384:          string type.
                   7385: 
                   7386: 2010-04-28  pretender
                   7387: 
                   7388:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   7389:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   7390:          macrodefinition removed
                   7391: 
                   7392: 2010-04-19  pretender
                   7393: 
                   7394:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   7395:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   7396: 
                   7397:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   7398:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   7399: 
                   7400:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   7401:          variable" exception in grpunlim version.
                   7402: 
                   7403: 2010-04-05  misha
                   7404: 
                   7405:        * src/classes/string.C: - new feature: 4th param was added to
                   7406:          match. if specified its value is returned in case of nothing was
                   7407:          found
                   7408: 
                   7409: 2010-04-01  misha
                   7410: 
                   7411:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   7412:          multiple execution of /a/b/auto.p
                   7413: 
                   7414: 2010-03-19  misha
                   7415: 
                   7416:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   7417: 
                   7418:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   7419: 
                   7420: 2010-01-27  misha
                   7421: 
                   7422:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   7423:          trying to open file by path /existing-file/non-exixting-file
                   7424: 
                   7425: 2010-01-26  misha
                   7426: 
                   7427:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   7428:          was added (returns file)
                   7429: 
                   7430: 2009-12-22  misha
                   7431: 
                   7432:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   7433:          now parser doesn't have class curl if it was built without it
                   7434: 
                   7435: 2009-12-15  misha
                   7436: 
                   7437:        * configure.in: - little cheat with curl include dir was added
                   7438: 
                   7439: 2009-12-05  misha
                   7440: 
                   7441:        * src/classes/curl.C: - some fixes
                   7442: 
                   7443: 2009-12-04  misha
                   7444: 
                   7445:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   7446:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   7447:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   7448:          class was added
                   7449: 
                   7450:        * src/include/pa_hash.h: - hash-iterator was added
                   7451: 
                   7452:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   7453:          was added to pcre
                   7454: 
                   7455: 2009-11-27  misha
                   7456: 
                   7457:        * src/classes/image.C: - don't add @border attribute to output of
                   7458:          ^image.html[] if it was specified by user with empty value
                   7459: 
                   7460:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   7461:          root element and we are trying to access .documentElement
                   7462: 
                   7463: 2009-11-11  misha
                   7464: 
                   7465:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   7466:          instead of number of items in first row for named tables
                   7467: 
                   7468: 2009-11-10  misha
                   7469: 
                   7470:        * operators.txt: - info about hash-options in ^file::create was
                   7471:          added
                   7472: 
                   7473:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   7474:          added
                   7475: 
                   7476: 2009-11-09  misha
                   7477: 
                   7478:        * buildall-with-xml: - moving to libxml 2.7.6
                   7479: 
                   7480:        * tests/236.html: - tests for comparations cords with functions
                   7481:          were added
                   7482: 
                   7483:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   7484:          added
                   7485: 
                   7486:        * src/main/pa_http.C: - little optimisation
                   7487: 
                   7488:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   7489:          GPF mallocs + stringstream (table.save)
                   7490: 
                   7491:        * src/classes/file.C: - file::create now accepts 4th param: options
                   7492:          with $.charset
                   7493: 
                   7494:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   7495:          bug in cord (comparation cords with functions was buggy)
                   7496: 
                   7497: 2009-11-06  misha
                   7498: 
                   7499:        * src/main/pa_string.C: - bugfix: calculation string.length
                   7500:          sometimes was buggy
                   7501: 
                   7502:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   7503:          destroyed if exception occured during match/replace
                   7504: 
                   7505:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   7506:          lengthUTF8Char was added
                   7507: 
                   7508:        * src/classes/op.C: - clean tainting lang was added for user's
                   7509:          usage
                   7510: 
                   7511:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   7512:          fixed: checkouts are required after GC_MALLOC
                   7513: 
                   7514:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   7515: 
                   7516:        * operators.txt: - actually, there is no ^untaint[xml] in
                   7517:          file::create
                   7518: 
                   7519: 2009-10-15  misha
                   7520: 
                   7521:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   7522:          were added
                   7523: 
                   7524:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   7525:          were added
                   7526: 
                   7527:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   7528:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   7529:          hacking: for dealing with transcoding+^taint[uri]
                   7530:          transcode_and_untaint was replaced by untaint_and_transcode
                   7531: 
                   7532: 2009-10-13  misha
                   7533: 
                   7534:        * tests/: 121.html, results/121.processed: - test transcoding +
                   7535:          url-escaping now
                   7536: 
                   7537:        * tests/results/auto.p: - more helpers' methods were added
                   7538: 
                   7539:        * src/main/pa_globals.C: - die instead of abort
                   7540: 
                   7541: 2009-10-06  misha
                   7542: 
                   7543:        * src/main/pa_common.C: - don't allocate memory during
                   7544:          capitalization if input string is already capitalized
                   7545: 
                   7546:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   7547: 
                   7548:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   7549:          use format function because it calls malloc
                   7550: 
                   7551:        * src/include/pa_common.h: - more capitalized headers were added
                   7552: 
                   7553:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   7554:          file writing
                   7555: 
                   7556: 2009-10-05  misha
                   7557: 
                   7558:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   7559: 
                   7560: 2009-10-03  misha
                   7561: 
                   7562:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   7563:          ^img.text[] & ^img.length[] can work in utf-8 now
                   7564: 
                   7565:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   7566:          UTF8_string_iterator was added
                   7567: 
                   7568:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   7569:          length
                   7570: 
                   7571:        * src/classes/mail.C: - check from before get message.cstr
                   7572: 
                   7573: 2009-10-02  misha
                   7574: 
                   7575:        * tests/233.html: - test for image.font, image.length, image.text
                   7576:          with text in utf-8 were added
                   7577: 
                   7578:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   7579: 
                   7580:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   7581:          version for freebsd 4 was added
                   7582: 
                   7583: 2009-10-01  misha
                   7584: 
                   7585:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   7586:          terminator) - read_pipe were slightly optimized
                   7587: 
                   7588: 2009-09-28  misha
                   7589: 
                   7590:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   7591:          removed
                   7592: 
                   7593:        * src/types/pa_vmail.C: - forgot about space after ':'
                   7594: 
                   7595:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   7596:          body - small simplifications
                   7597: 
                   7598:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   7599:          inout params like pa_base64
                   7600: 
                   7601:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   7602:          option $.debug-print(1) was added to mail:send - changes for
                   7603:          using uue_encode which uses less memory
                   7604: 
                   7605:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   7606: 
                   7607:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   7608:          memory now
                   7609: 
                   7610: 2009-09-26  misha
                   7611: 
                   7612:        * src/types/pa_vmail.C: - default encoding now is base64
                   7613: 
                   7614:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   7615: 
                   7616: 2009-09-25  misha
                   7617: 
                   7618:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   7619:          sending mail as well
                   7620: 
                   7621:        * buildall-with-xml: - catalog package was removed from libxml
                   7622: 
                   7623:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   7624:          win32 absolute path
                   7625: 
                   7626:        * src/include/pa_common.h: - one more capitalized header was added
                   7627: 
                   7628: 2009-09-22  misha
                   7629: 
                   7630:        * INSTALL: - comment about building just httpd binary while
                   7631:          building apache module was added
                   7632: 
                   7633: 2009-09-21  misha
                   7634: 
                   7635:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   7636:          libxml 2.7.4 and libxslt 1.1.25
                   7637: 
                   7638: 2009-09-19  misha
                   7639: 
                   7640:        * tests/231.html: - test for encoding cookie in win-1251
                   7641: 
                   7642: 2009-09-18  misha
                   7643: 
                   7644:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   7645:          object] were added
                   7646: 
                   7647:        * operators.txt: - info about method ^reflection:fields[class or
                   7648:          object] was added
                   7649: 
                   7650:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   7651:          object] was added
                   7652: 
                   7653:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   7654:          methods get_fields were added
                   7655: 
                   7656:        * tests/232.html: - tests for @GET[name]
                   7657: 
                   7658:        * src/classes/table.C: - some changes in handling hash-options for
                   7659:          creare, join and locate
                   7660: 
                   7661:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   7662:          defined with option: the type of requested value
                   7663: 
                   7664: 2009-09-17  misha
                   7665: 
                   7666:        * tests/212.html: - tests for .pattern and .options were added
                   7667: 
                   7668:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   7669:          $regex.options were added
                   7670: 
                   7671: 2009-09-11  misha
                   7672: 
                   7673:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   7674:          rewrited. it checks not just one case of sending cookies during
                   7675:          file::load[http], but also sending headers and fields (including
                   7676:          files)
                   7677: 
                   7678: 2009-09-10  misha
                   7679: 
                   7680:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   7681:          was removed => now parser can open files with Russian 'r' in
                   7682:          filename
                   7683: 
                   7684:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   7685:          while escaping cookies but now source charset
                   7686: 
                   7687:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   7688:          ^tainted[uri] so it was possible to make request with incorrect
                   7689:          http header
                   7690: 
                   7691:        * src/main/pa_http.C: - capitalization of http headers during
                   7692:          file::load[http was slightly changes - bugfix: all headers which
                   7693:          parser sends during file::load[http should be transcoded and only
                   7694:          then escaped
                   7695: 
                   7696:        * src/main/untaint.C: - a bit more comments were added
                   7697: 
                   7698:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   7699:          warnings)
                   7700: 
                   7701:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   7702:          headers during file::load[http were added
                   7703: 
                   7704: 2009-09-08  misha
                   7705: 
                   7706:        * operators.txt: - changes in file.save and string.save were added
                   7707: 
                   7708:        * tests/: 230.html, 230.txt: - tests for checking options in
                   7709:          file.save and string.save were added
                   7710: 
                   7711:        * src/main/pa_request.C: - http headers names, which are passed to
                   7712:          SAPI::add_header_attribute are lowercased now (it'll be
                   7713:          capitalized in that method)
                   7714: 
                   7715:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   7716:          classes/string.C: - file_write accepts Request_charsets and asked
                   7717:          charset and cound transcode content before writing - string.save
                   7718:          and file.save have option $.charset now
                   7719: 
                   7720:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   7721:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   7722:          charset and cound transcode content before writing
                   7723: 
                   7724:        * src/include/pa_exception.h: - new exception comment string was
                   7725:          defined
                   7726: 
                   7727: 2009-09-07  misha
                   7728: 
                   7729:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   7730:          sub-pattern\s
                   7731: 
                   7732: 2009-09-04  misha
                   7733: 
                   7734:        * src/main/pa_http.C: - capitalization of http headers during
                   7735:          file::load[http was implemented
                   7736: 
                   7737: 2009-09-03  misha
                   7738: 
                   7739:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   7740:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   7741:          types/pa_vmail.C, targets/cgi/parser3.C,
                   7742:          targets/isapi/parser3isapi.C: - back to storing response http
                   7743:          headers in lowercase - capitalize them during output
                   7744: 
                   7745: 2009-08-31  misha
                   7746: 
                   7747:        * src/classes/table.C: - allow call with any brackets (it could be
                   7748:          useful in methods with explict result declaration)
                   7749: 
                   7750:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   7751:          correctly if $request:charset==koi8-r
                   7752: 
                   7753: 2009-08-30  misha
                   7754: 
                   7755:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   7756:          changed: content-type => Content-type and so on
                   7757: 
                   7758:        * src/classes/file.C, src/include/pa_common.h,
                   7759:          src/include/pa_request.h, src/main/pa_http.C,
                   7760:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   7761:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   7762:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   7763:          tests/results/002.processed, tests/results/003.processed,
                   7764:          tests/results/004.processed, tests/results/005.processed,
                   7765:          tests/results/006.processed, tests/results/007.processed,
                   7766:          tests/results/008.processed, tests/results/009.processed,
                   7767:          tests/results/010.processed, tests/results/011.processed,
                   7768:          tests/results/012.processed, tests/results/013.processed,
                   7769:          tests/results/014.processed, tests/results/015.processed,
                   7770:          tests/results/016.processed, tests/results/017.processed,
                   7771:          tests/results/018.processed, tests/results/019.processed,
                   7772:          tests/results/020.processed, tests/results/021.processed,
                   7773:          tests/results/022.processed, tests/results/023.processed,
                   7774:          tests/results/024.processed, tests/results/025.processed,
                   7775:          tests/results/026.processed, tests/results/027.processed,
                   7776:          tests/results/028.processed, tests/results/029.processed,
                   7777:          tests/results/030.processed, tests/results/031.processed,
                   7778:          tests/results/032.processed, tests/results/033.processed,
                   7779:          tests/results/034.processed, tests/results/035.processed,
                   7780:          tests/results/036.processed, tests/results/037.processed,
                   7781:          tests/results/038.processed, tests/results/039.processed,
                   7782:          tests/results/040.processed, tests/results/041.processed,
                   7783:          tests/results/042.processed, tests/results/043.processed,
                   7784:          tests/results/044.processed, tests/results/045.processed,
                   7785:          tests/results/046.processed, tests/results/047.processed,
                   7786:          tests/results/048.processed, tests/results/049.processed,
                   7787:          tests/results/050.processed, tests/results/051.processed,
                   7788:          tests/results/052.processed, tests/results/053.processed,
                   7789:          tests/results/054.processed, tests/results/055.processed,
                   7790:          tests/results/056.processed, tests/results/057.processed,
                   7791:          tests/results/058.processed, tests/results/059.processed,
                   7792:          tests/results/060.processed, tests/results/061.processed,
                   7793:          tests/results/062.processed, tests/results/063.processed,
                   7794:          tests/results/064.processed, tests/results/065.processed,
                   7795:          tests/results/066.processed, tests/results/067.processed,
                   7796:          tests/results/068.processed, tests/results/069.processed,
                   7797:          tests/results/070.processed, tests/results/071.processed,
                   7798:          tests/results/072.processed, tests/results/073.processed,
                   7799:          tests/results/074.processed, tests/results/075.processed,
                   7800:          tests/results/076.processed, tests/results/077.processed,
                   7801:          tests/results/078.processed, tests/results/079.processed,
                   7802:          tests/results/080.processed, tests/results/081.processed,
                   7803:          tests/results/082.processed, tests/results/083.processed,
                   7804:          tests/results/084.processed, tests/results/085.processed,
                   7805:          tests/results/086.processed, tests/results/087.processed,
                   7806:          tests/results/088.processed, tests/results/089.processed,
                   7807:          tests/results/090.processed, tests/results/091.processed,
                   7808:          tests/results/092.processed, tests/results/093.processed,
                   7809:          tests/results/094.processed, tests/results/095.processed,
                   7810:          tests/results/096.processed, tests/results/097.processed,
                   7811:          tests/results/098.processed, tests/results/099.processed,
                   7812:          tests/results/100.processed, tests/results/101.processed,
                   7813:          tests/results/102.processed, tests/results/103.processed,
                   7814:          tests/results/104.processed, tests/results/105.processed,
                   7815:          tests/results/106.processed, tests/results/107.processed,
                   7816:          tests/results/108.processed, tests/results/109.processed,
                   7817:          tests/results/110.processed, tests/results/111.processed,
                   7818:          tests/results/112.processed, tests/results/113.processed,
                   7819:          tests/results/114.processed, tests/results/115.processed,
                   7820:          tests/results/116.processed, tests/results/117.processed,
                   7821:          tests/results/118.processed, tests/results/119.processed,
                   7822:          tests/results/120.processed, tests/results/121.processed,
                   7823:          tests/results/122.processed, tests/results/123.processed,
                   7824:          tests/results/124.processed, tests/results/125.processed,
                   7825:          tests/results/126.processed, tests/results/127.processed,
                   7826:          tests/results/128.processed, tests/results/129.processed,
                   7827:          tests/results/130.processed, tests/results/131.processed,
                   7828:          tests/results/132.processed, tests/results/133.processed,
                   7829:          tests/results/134.processed, tests/results/135.processed,
                   7830:          tests/results/136.processed, tests/results/138.processed,
                   7831:          tests/results/139.processed, tests/results/140.processed,
                   7832:          tests/results/141.processed, tests/results/142.processed,
                   7833:          tests/results/143.processed, tests/results/144.processed,
                   7834:          tests/results/145.processed, tests/results/146.processed,
                   7835:          tests/results/147.processed, tests/results/148.processed,
                   7836:          tests/results/149.processed, tests/results/150.processed,
                   7837:          tests/results/151.processed, tests/results/152.processed,
                   7838:          tests/results/153.processed, tests/results/154.processed,
                   7839:          tests/results/155.processed, tests/results/156.processed,
                   7840:          tests/results/157.processed, tests/results/158.processed,
                   7841:          tests/results/159.processed, tests/results/160.processed,
                   7842:          tests/results/161.processed, tests/results/162.processed,
                   7843:          tests/results/163.processed, tests/results/164.processed,
                   7844:          tests/results/165.processed, tests/results/166.processed,
                   7845:          tests/results/167.processed, tests/results/168.processed,
                   7846:          tests/results/169.processed, tests/results/170.processed,
                   7847:          tests/results/171.processed, tests/results/172.processed,
                   7848:          tests/results/173.processed, tests/results/174.processed,
                   7849:          tests/results/175.processed, tests/results/176.processed,
                   7850:          tests/results/177.processed, tests/results/178.processed,
                   7851:          tests/results/179.processed, tests/results/180.processed,
                   7852:          tests/results/181.processed, tests/results/182.processed,
                   7853:          tests/results/183.processed, tests/results/184.processed,
                   7854:          tests/results/185.processed, tests/results/186.processed,
                   7855:          tests/results/187.processed, tests/results/188.processed,
                   7856:          tests/results/189.processed, tests/results/190.processed,
                   7857:          tests/results/191.processed, tests/results/192.processed,
                   7858:          tests/results/193.processed, tests/results/194.processed,
                   7859:          tests/results/195.processed, tests/results/196.processed,
                   7860:          tests/results/197.processed, tests/results/198.processed,
                   7861:          tests/results/199.processed, tests/results/200.processed,
                   7862:          tests/results/201.processed, tests/results/202.processed,
                   7863:          tests/results/203.processed, tests/results/204.processed,
                   7864:          tests/results/205.processed, tests/results/206.processed,
                   7865:          tests/results/207.processed, tests/results/208.processed,
                   7866:          tests/results/209.processed, tests/results/210.processed,
                   7867:          tests/results/211.processed, tests/results/212.processed,
                   7868:          tests/results/213.processed, tests/results/214.processed,
                   7869:          tests/results/215.processed, tests/results/216.processed,
                   7870:          tests/results/217.processed, tests/results/218.processed,
                   7871:          tests/results/219.processed, tests/results/220.processed,
                   7872:          tests/results/221.processed, tests/results/222.processed,
                   7873:          tests/results/223.processed, tests/results/224.processed,
                   7874:          tests/results/225.processed, tests/results/226.processed,
                   7875:          tests/results/227.processed, tests/results/228.processed,
                   7876:          tests/results/229.processed: - http headers were changed:
                   7877:          content-type => Content-type and so on
                   7878: 
                   7879: 2009-08-27  misha
                   7880: 
                   7881:        * src/: main/pa_random.C, include/pa_random.h,
                   7882:          targets/cgi/parser3.C: - year was updated :)
                   7883: 
                   7884: 2009-08-26  misha
                   7885: 
                   7886:        * tests/: 224.html, 224.p: - test for creating of parser object
                   7887:          using constructor without params - little bugfix in test
                   7888: 
                   7889:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   7890:          checking existed class while processing partial option
                   7891: 
                   7892:        * src/classes/reflection.C: - bugfix: core when creating object
                   7893:          with reflection and constructor doesn't have params
                   7894: 
                   7895: 2009-08-24  misha
                   7896: 
                   7897:        * tests/229.html: - tests for checking the number of parameters
                   7898:          were added
                   7899: 
                   7900:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   7901:          number of method's parameters wasn't checked correctly (the bug
                   7902:          was introduced in 3.4.0)
                   7903: 
                   7904: 2009-08-22  misha
                   7905: 
                   7906:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   7907:          transcoded, but tainted pieces are escaped only when
                   7908:          content-type==url-encoding
                   7909: 
                   7910:        * tests/228.html: - test for checking
                   7911:          ^file::load[http://...;$.body[]]
                   7912: 
                   7913:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   7914:          post charset was too early (charsets is empty at this moment)
                   7915: 
                   7916: 2009-08-21  misha
                   7917: 
                   7918:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   7919:          main/untaint.C: - some fixes with transcode+untaint
                   7920: 
                   7921: 2009-08-15  misha
                   7922: 
                   7923:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   7924:          was increaced to 100 (was 50)
                   7925: 
                   7926:        * tests/227.html: - test for checking overriding properties in
                   7927:          static classes was added
                   7928: 
                   7929:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   7930: 
                   7931:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   7932:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   7933:          autouse was implemented
                   7934: 
                   7935: 2009-08-14  misha
                   7936: 
                   7937:        * src/classes/reflection.C: - outdated checkout was removed
                   7938: 
                   7939:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   7940:          added.
                   7941: 
                   7942:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   7943:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   7944: 
                   7945:        * src/types/pa_vclass.C: - exception if base on sytem class
                   7946: 
                   7947: 2009-08-12  misha
                   7948: 
                   7949:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7950:          pa_vstateless_class.h: - little optimisation
                   7951: 
                   7952: 2009-08-11  misha
                   7953: 
                   7954:        * tests/224.html: - method_params => method_info - checking for
                   7955:          $.inherited
                   7956: 
                   7957:        * src/classes/reflection.C, operators.txt: - method method_params
                   7958:          was renamed to method_info and now it returns class name, if
                   7959:          method was defined in ancestor
                   7960: 
                   7961:        * tests/225.html: - tests for cheching properties in hierarhical
                   7962:          classes were added
                   7963: 
                   7964:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   7965:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7966:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   7967:          with properties in new classes implementation were fixed
                   7968: 
                   7969: 2009-08-10  misha
                   7970: 
                   7971:        * src/main/execute.C: - now constructor shouldn't be defined in
                   7972:          class. it could be defined in parent.
                   7973: 
                   7974: 2009-08-09  misha
                   7975: 
                   7976:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   7977:          base's methods
                   7978: 
                   7979: 2009-08-08  misha
                   7980: 
                   7981:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   7982:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   7983:          classes/image.C, classes/mail.C, classes/op.C,
                   7984:          classes/reflection.C, classes/regex.C, classes/string.C,
                   7985:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   7986:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   7987:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   7988:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   7989:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7990:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7991:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   7992:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7993:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   7994:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   7995:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   7996:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   7997:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   7998:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7999:          types/pa_vresponse.C, types/pa_vresponse.h,
                   8000:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8001:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   8002:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   8003:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   8004:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   8005:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   8006:          implementation
                   8007: 
                   8008:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   8009:          USE_MUNMAP is used. so it is disabled as a workaround.
                   8010: 
                   8011: 2009-08-05  misha
                   8012: 
                   8013:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   8014:          parameter was removed
                   8015: 
                   8016:        * src/main/pa_http.C: - bugfix: error was during detecting
                   8017:          content-type of file which was loaded by http
                   8018: 
                   8019: 2009-08-01  misha
                   8020: 
                   8021:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   8022:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   8023:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   8024:          can't be disabled with defines any longer
                   8025: 
                   8026: 2009-07-29  misha
                   8027: 
                   8028:        * src/classes/reflection.C, tests/results/224.processed: - for
                   8029:          native methods with any call type now returned empty call_type
                   8030:          value
                   8031: 
                   8032:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   8033:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   8034:          main/pa_request.C: - break in cycles was optimized
                   8035: 
                   8036:        * INSTALL: - more defines were described
                   8037: 
                   8038: 2009-07-28  misha
                   8039: 
                   8040:        * operators.txt: - some changes in information about reflection
                   8041:          class
                   8042: 
                   8043:        * tests/: 224.html, 224.p: - tests for reflection class
                   8044: 
                   8045:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   8046:          was added, refactoring
                   8047: 
                   8048: 2009-07-26  misha
                   8049: 
                   8050:        * src/classes/classes.vcproj: - reflection class wass added to
                   8051:          project
                   8052: 
                   8053:        * operators.txt: - information about reflection class was added
                   8054: 
                   8055:        * src/classes/reflection.C: - class was redesigned
                   8056: 
                   8057: 2009-07-24  misha
                   8058: 
                   8059:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   8060:          added
                   8061: 
                   8062:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   8063:          in classes was added
                   8064: 
                   8065: 2009-07-22  misha
                   8066: 
                   8067:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   8068:          over-optimized. it failed if $object1.$object2.field
                   8069: 
                   8070: 2009-07-16  misha
                   8071: 
                   8072:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   8073:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   8074:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   8075:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   8076:          one more arg: length of cord
                   8077: 
                   8078: 2009-07-15  misha
                   8079: 
                   8080:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   8081:          tainted in ^file::load[http://...;$.cookies[]]
                   8082: 
                   8083:        * src/classes/: op.C, regex.C, string.C: - new string with
                   8084:          exception was used
                   8085: 
                   8086:        * src/include/pa_exception.h: - new string with exception was added
                   8087: 
                   8088:        * tests/223.html: - test for checking cookie-encoding during
                   8089:          ^file::load[http was added
                   8090: 
                   8091:        * tests/: 221.html, 222.html: - tests for checking type of
                   8092:          $table.fields.field were added
                   8093: 
                   8094:        * src/types/pa_vtable.C: - not used var decl was removed
                   8095: 
                   8096:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   8097:          it improves speed of match with brackets in pattern
                   8098: 
                   8099:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   8100:          outside
                   8101: 
                   8102: 2009-07-14  misha
                   8103: 
                   8104:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   8105:          column is empty (sometime returned void) - $table.fields was
                   8106:          added for nameless tables
                   8107: 
                   8108:        * src/targets/cgi/getopt.c: - one warning resolved
                   8109: 
                   8110:        * src/main/pa_string.C: - potentian bug fixed
                   8111: 
                   8112:        * src/classes/op.C: - small optimization in taint/untaint
                   8113: 
                   8114: 2009-07-13  misha
                   8115: 
                   8116:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   8117:          added
                   8118: 
                   8119:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   8120:          souldn't add the attribut to output
                   8121: 
                   8122: 2009-07-11  misha
                   8123: 
                   8124:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8125:          stack size was increaced to 2MB (default=1MB)
                   8126: 
                   8127: 2009-07-08  misha
                   8128: 
                   8129:        * src/main/pa_string.C: - link to UTF-8 description was added
                   8130: 
                   8131:        * src/include/pa_hash.h: - hash keeps element's order in more
                   8132:          places (ex: ._keys[])
                   8133: 
                   8134:        * tests/220.html: - test for checking order of elements in hash in
                   8135:          foreach was added
                   8136: 
                   8137:        * tests/172.html: - small changes in printing hash
                   8138: 
                   8139:        * tests/129.html: - small changes in printing hash
                   8140: 
                   8141:        * src/: include/pa_common.h, include/pa_hash.h,
                   8142:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   8143:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   8144: 
                   8145:        * tests/014.html: - small changes in printing hash
                   8146: 
                   8147: 2009-07-07  misha
                   8148: 
                   8149:        * src/classes/op.C: - new taint language "parser-code" was added
                   8150: 
                   8151:        * tests/219.html: - test for auto untaint parser code in process
                   8152:          was added
                   8153: 
                   8154:        * src/classes/op.C: - tainted pieces in body of process are
                   8155:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   8156: 
                   8157:        * src/: include/pa_string.h, main/untaint.C: - new language
                   8158:          L_PARSER_CODE for auto-untaint in process was added
                   8159: 
                   8160:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8161:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   8162:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   8163:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   8164:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   8165:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   8166:          code cleanup
                   8167: 
                   8168: 2009-07-06  misha
                   8169: 
                   8170:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   8171:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   8172:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   8173: 
                   8174:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   8175:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   8176:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   8177:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   8178:          should be used
                   8179: 
                   8180:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   8181:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   8182:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   8183:          untaint_cstr[m] should be used
                   8184: 
                   8185:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   8186:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   8187: 
                   8188:        * tests/218.html: - test for checking automatic file-spec-taint was
                   8189:          added
                   8190: 
                   8191:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   8192:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   8193:          classes/file.C, classes/hash.C, classes/image.C,
                   8194:          classes/string.C, classes/table.C, classes/void.C,
                   8195:          classes/xdoc.C: - optimizations and simplification of
                   8196:          string.cstr(...)
                   8197: 
                   8198:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   8199:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   8200:          - optimizations and simplification of string.cstr(...)
                   8201: 
                   8202: 2009-07-04  misha
                   8203: 
                   8204:        * tests/217.html: - test for recursion detection was added
                   8205: 
                   8206:        * src/: types/types.vcproj, main/main.vcproj,
                   8207:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   8208:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   8209:          from .vcproj
                   8210: 
                   8211:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   8212: 
                   8213:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   8214:          uploading files and case-insensitive http-method were added
                   8215: 
                   8216:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   8217:          tainted pattern in ^file:list[] was added
                   8218: 
                   8219: 2009-07-03  misha
                   8220: 
                   8221:        * src/: classes/classes.vcproj, main/main.vcproj,
                   8222:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   8223:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   8224:          for dynamic_cast) - little options changes
                   8225: 
                   8226:        * src/main/pa_http.C: - file::load[http works now with uploading
                   8227:          files _and_ changing $.charset
                   8228: 
                   8229: 2009-06-29  misha
                   8230: 
                   8231:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   8232:          while creating pattern
                   8233: 
                   8234: 2009-06-25  misha
                   8235: 
                   8236:        * src/classes/image.C, operators.txt: - options' names for
                   8237:          ^image.font were changed to $.space, $.width and $spacing -
                   8238:          default space width now == gif's width
                   8239: 
                   8240: 2009-06-24  misha
                   8241: 
                   8242:        * tests/215.html: - tests for $file.mode were added
                   8243: 
                   8244:        * operators.txt: - added info about $file.mode and changes in
                   8245:          ^image.font[
                   8246: 
                   8247:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   8248:          param now could be omited - third param now could be hash (with
                   8249:          all widths options: $.space-width, $.letter-width) - it's
                   8250:          possible to specify tracking ($.letter-space)
                   8251: 
                   8252:        * src/classes/file.C: - file objects now could have mode field
                   8253:          (text|binary)
                   8254: 
                   8255:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   8256: 
                   8257: 2009-06-23  misha
                   8258: 
                   8259:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8260:          trim can work with utf-8 chars now
                   8261: 
                   8262: 2009-06-20  misha
                   8263: 
                   8264:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   8265:          was implemented
                   8266: 
                   8267:        * src/classes/table.C: - string length cacheing was implemented
                   8268: 
                   8269:        * src/include/pa_string.h: - string length cacheing was implemented
                   8270: 
                   8271: 2009-06-17  misha
                   8272: 
                   8273:        * src/main/execute.C: - value param was removed from
                   8274:          WContext::WContext
                   8275: 
                   8276:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   8277:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   8278:          - field wcontext was removed from VCodeFrame (using fparent
                   8279:          instead)
                   8280: 
                   8281:        * tests/214.html: - test with hash copying
                   8282: 
                   8283: 2009-06-16  misha
                   8284: 
                   8285:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   8286:          strings doesn't work in expression anymore
                   8287: 
                   8288:        * src/main/execute.C: - less calls for get_constructing() - little
                   8289:          refactoring
                   8290: 
                   8291:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   8292:          include/pa_request.h: - less calls for get_constructing()
                   8293: 
                   8294:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   8295:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   8296: 
                   8297: 2009-06-14  misha
                   8298: 
                   8299:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8300:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   8301:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   8302:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   8303:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   8304:          storing object's fields only for parser objects
                   8305: 
                   8306: 2009-06-13  misha
                   8307: 
                   8308:        * buildall-with-xml, buildall-without-xml: - new option was added
                   8309:          for building GC (it slightly reduces memory usage)
                   8310: 
                   8311:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   8312:          single string write
                   8313: 
                   8314:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   8315:          - optimization of single string write
                   8316: 
                   8317:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   8318:          - bytecode optimization of ^class:constructor
                   8319: 
                   8320: 2009-06-09  misha
                   8321: 
                   8322:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   8323:          main (better compatibility)
                   8324: 
                   8325: 2009-06-08  misha
                   8326: 
                   8327:        * src/main/compile.y: - I've forgot to commit it :(
                   8328: 
                   8329: 2009-06-07  misha
                   8330: 
                   8331:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   8332:          WITH_READ and WITH_ROOT
                   8333: 
                   8334:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8335:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   8336:          WITH_ROOT - little refactoring
                   8337: 
                   8338: 2009-06-06  misha
                   8339: 
                   8340:        * tests/213.html: - tests for 3rd match string-param were added
                   8341: 
                   8342:        * src/classes/string.C: - 3rd match param could be string now
                   8343: 
                   8344:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   8345:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   8346:          GET_OBJECT_ELEMENT
                   8347: 
                   8348: 2009-06-05  misha
                   8349: 
                   8350:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   8351:          if $.body was specified
                   8352: 
                   8353: 2009-06-04  misha
                   8354: 
                   8355:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   8356: 
                   8357:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   8358: 
                   8359:        * src/main/execute.C: - little refactoring - optimizing
                   8360:          write_assign_lang in taint/untaint
                   8361: 
                   8362:        * src/include/pa_opcode.h: - little refactoring
                   8363: 
                   8364:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   8365:          main/compile_tools.h, main/execute.C: - optimizations for
                   8366:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   8367:          were added
                   8368: 
                   8369: 2009-06-03  misha
                   8370: 
                   8371:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   8372: 
                   8373: 2009-06-02  misha
                   8374: 
                   8375:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   8376:          include/pa_opcode.h: - refactoring in last optimizations
                   8377:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   8378:          now but code is much easy and it is ready for further
                   8379:          improvements.
                   8380: 
                   8381: 2009-05-27  misha
                   8382: 
                   8383:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   8384:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   8385:          changed in destructing junctions
                   8386: 
                   8387:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   8388:          String:Body
                   8389: 
                   8390: 2009-05-26  misha
                   8391: 
                   8392:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   8393:          one method detect_charset was deleted - bug was fixed in this
                   8394:          method (error while detecting charset in content_type withot last
                   8395:          ';')
                   8396: 
                   8397:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   8398:          once
                   8399: 
                   8400: 2009-05-25  misha
                   8401: 
                   8402:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   8403:          optimizing of helper_length
                   8404: 
                   8405: 2009-05-24  misha
                   8406: 
                   8407:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   8408:          were added - little refactoring
                   8409: 
                   8410:        * src/main/execute.C: - core while printing in debug log
                   8411:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   8412:          optimisations were added
                   8413: 
                   8414:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   8415:          were added
                   8416: 
                   8417: 2009-05-23  misha
                   8418: 
                   8419:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   8420:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   8421:          CORD_cat optimization
                   8422: 
                   8423:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   8424:          - call constr optimisation under separate define now
                   8425: 
                   8426:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   8427:          in $b should be string, not void
                   8428: 
                   8429:        * src/main/compile.y: - little fix for rem-cut optimisation
                   8430: 
                   8431:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   8432:          main/compile_tools.h, main/execute.C: - optimisations for
                   8433:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   8434: 
                   8435:        * INSTALL: - description of some #defined were added
                   8436: 
                   8437:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   8438:          before 1st access (memory usage is reduced if don't access to
                   8439:          .text field)
                   8440: 
                   8441:        * src/include/pa_array.h: - array grows step now not static (it
                   8442:          reduces numbers of reallocs)
                   8443: 
                   8444: 2009-05-20  misha
                   8445: 
                   8446:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   8447:          $.b(2), $c[d] and $.e[f] was added
                   8448: 
                   8449:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8450:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   8451:          $.e[f] was added
                   8452: 
                   8453:        * src/main/execute.C: - debug printing moved in defines
                   8454: 
                   8455:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   8456:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   8457:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   8458: 
                   8459: 2009-05-19  misha
                   8460: 
                   8461:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8462:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   8463: 
                   8464:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   8465:          ^a.$b optimisation)
                   8466: 
                   8467:        * src/main/compile.y: - compiler now generate new opcodes:
                   8468:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   8469:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   8470:          of params }
                   8471: 
                   8472:        * src/main/execute.C: - code for handle new opcodes
                   8473:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   8474: 
                   8475:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   8476:          added for LA2V and LA2S
                   8477: 
                   8478:        * src/include/pa_opcode.h: - new defines which can be used for
                   8479:          disable some bytecode optimisation and new opcodes were added
                   8480: 
                   8481: 2009-05-17  misha
                   8482: 
                   8483:        * src/lib/cord/cordxtra.c: - bugfix.
                   8484: 
                   8485:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   8486: 
                   8487:        * operators.txt: - info about regex class was added
                   8488: 
                   8489:        * tests/212.html: - tests for regex class were added
                   8490: 
                   8491: 2009-05-16  misha
                   8492: 
                   8493:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   8494:          gc7.1
                   8495: 
                   8496:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   8497:          was added
                   8498: 
                   8499:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   8500:          param) should work
                   8501: 
                   8502: 2009-05-15  misha
                   8503: 
                   8504:        * src/classes/table.C: - automatically disable stringstream usage
                   8505:          on freebsd4
                   8506: 
                   8507:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   8508:          scope
                   8509: 
                   8510:        * tests/211.html: - test with different types of access to hash was
                   8511:          added
                   8512: 
                   8513:        * tests/210.html: - test which checks for loosing tainting in
                   8514:          hash's keys was added
                   8515: 
                   8516:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   8517: 
                   8518:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   8519: 
                   8520:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   8521: 
                   8522:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   8523:          optimisations for increacing version number more dramatically :)
                   8524: 
                   8525:        * src/classes/date.C: - little refactoring: use constructor which
                   8526:          accepts formated string
                   8527: 
                   8528:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   8529:          which can print formatted string was added
                   8530: 
                   8531: 2009-05-14  misha
                   8532: 
                   8533:        * src/include/pa_string.h: - type was fixed
                   8534: 
                   8535:        * src/: classes/hashfile.C, classes/op.C,
                   8536:          include/pa_cache_managers.h, include/pa_charset.h,
                   8537:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   8538:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   8539:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   8540:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   8541:          main/pa_charsets.C, main/pa_string.C,
                   8542:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   8543:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8544:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   8545:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   8546:          (seaches should be faster now)
                   8547: 
                   8548:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8549:          classes/string.C, classes/table.C, include/pa_string.h,
                   8550:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   8551:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   8552:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   8553:          types/pa_vrequest.C: - String constructors don't have that stupid
                   8554:          true/false param which means 'tainted'. they accept lang instead.
                   8555: 
                   8556:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   8557:          with OPTIMIZE_RESULT
                   8558: 
                   8559:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   8560:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   8561: 
                   8562: 2009-05-13  misha
                   8563: 
                   8564:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   8565:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   8566:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8567:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   8568:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   8569:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   8570:          include/pa_string.h, classes/date.C, classes/file.C,
                   8571:          classes/hash.C, classes/image.C, classes/string.C,
                   8572:          classes/table.C, classes/xdoc.C: - result optimisation -
                   8573:          helper_length parameter removed from string constructors
                   8574: 
                   8575: 2009-05-11  misha
                   8576: 
                   8577:        * tests/209.html: - tests for ^hash::create[hash] were added
                   8578: 
                   8579:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   8580:          ^memory:compact[] were added
                   8581: 
                   8582:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   8583:          log10 were added
                   8584: 
                   8585:        * tests/206.html: - test for try with finally was added
                   8586: 
                   8587: 2009-05-10  misha
                   8588: 
                   8589:        * tests/205.html: - test for ^file::create[...] was added
                   8590: 
                   8591:        * tests/204.html: - test for ^response:clear[] was added
                   8592: 
                   8593:        * tests/038.html: - tests for trigonometric functions were added
                   8594: 
                   8595:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   8596:          added - more tests for .add, .sub, .union, .intersects and
                   8597:          .intersections
                   8598: 
                   8599:        * tests/065.html: - test for ^file:dirname was added
                   8600: 
                   8601:        * tests/030.html: - test for $cookie:fields was added
                   8602: 
                   8603:        * tests/203.html: - test for ^h._keys[column name] was added
                   8604: 
                   8605:        * tests/201.html: - tests for .trim were added
                   8606: 
                   8607:        * tests/202.html: - tests for last-day,
                   8608:          date:calendar[type](YYYY;MM;DD) were added
                   8609: 
                   8610:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   8611:          .offset[type](N) were added
                   8612: 
                   8613:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   8614:          and .pos[c](N) were added
                   8615: 
                   8616:        * tests/141.html: - test for math:sha1 was added
                   8617: 
                   8618:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   8619: 
                   8620: 2009-05-09  misha
                   8621: 
                   8622:        * src/main/compile.y: - rollback
                   8623: 
                   8624: 2009-05-05  misha
                   8625: 
                   8626:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   8627:          replaced by is_empty()
                   8628: 
                   8629:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   8630:          optimisation: somewhere length() was replaced by is_empty()
                   8631: 
                   8632:        * src/classes/table.C: - little optimisation: somewhere length()
                   8633:          was replaced by is_empty()
                   8634: 
                   8635:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   8636:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   8637:          optimisation: somewhere length() was replaced by is_empty()
                   8638: 
                   8639: 2009-05-04  misha
                   8640: 
                   8641:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8642:          types/pa_vstateless_class.h, main/execute.C,
                   8643:          include/pa_request.h, classes/hash.C, classes/op.C,
                   8644:          classes/table.C: - more optimisations were added: some operators
                   8645:          don't switch write context anylonger
                   8646: 
                   8647: 2009-05-01  misha
                   8648: 
                   8649:        * src/main/compile.y: - slightly more opcode optimisations for
                   8650:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   8651: 
                   8652:        * src/main/execute.C: - simplifying process for getters
                   8653: 
                   8654: 2009-04-30  misha
                   8655: 
                   8656:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   8657: 
                   8658:        * tests/results/199.processed: - test for checking $result into
                   8659:          ^rem was added
                   8660: 
                   8661:        * tests/199.html: - test for checking $result into ^rem was added
                   8662: 
                   8663:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   8664:          some OS it returns list in different order)
                   8665: 
                   8666:        * src/: include/pa_array.h, include/pa_request.h,
                   8667:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   8668:          changes in stack impl - get_element() optimisation: 3rd param
                   8669:          removed - bugfix: problems with reading empty input param -
                   8670:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   8671: 
                   8672:        * tests/results/198.processed: - test for reading empty local var
                   8673:          was added
                   8674: 
                   8675:        * tests/198.html: - test for reading empty local var was added
                   8676: 
                   8677: 2009-04-29  misha
                   8678: 
                   8679:        * src/main/compile.y: - bugfix: couldn't compile because
                   8680:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   8681: 
                   8682:        * src/: include/pa_array.h, include/pa_opcode.h,
                   8683:          include/pa_request.h, main/compile.y, main/execute.C,
                   8684:          main/pa_request.C, types/pa_vmethod_frame.C,
                   8685:          types/pa_vmethod_frame.h: - we can work without opcode
                   8686:          OP_STORE_PARAM, so it was removed
                   8687: 
                   8688: 2009-04-28  misha
                   8689: 
                   8690:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   8691:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   8692:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   8693:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   8694:          4.
                   8695:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   8696: 
                   8697:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   8698: 
                   8699:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   8700:          is_empty()
                   8701: 
                   8702: 2009-04-27  misha
                   8703: 
                   8704:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   8705: 
                   8706: 2009-04-24  misha
                   8707: 
                   8708:        * src/classes/string.C: - ups. typo fixed
                   8709: 
                   8710:        * src/main/execute.C: - more replacements '*new VBool' to
                   8711:          'VBool::get' - checks for ^break[], ^continue[] and
                   8712:          parser.interrupted were optimised
                   8713: 
                   8714:        * src/classes/string.C: - number of params.count() calls was
                   8715:          slightly reduced
                   8716: 
                   8717: 2009-04-23  misha
                   8718: 
                   8719:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8720:          make it x64 friendly
                   8721: 
                   8722:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8723:          parser is x64 friendly now
                   8724: 
                   8725: 2009-04-22  misha
                   8726: 
                   8727:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   8728:          exceeding record size was added
                   8729: 
                   8730:        * src/classes/file.C: - use vregex object instead of direct calls
                   8731:          methods from pcre lib
                   8732: 
                   8733:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   8734:          classes/string.C: - use vregex object instead of direct calls
                   8735:          methods from pcre lib
                   8736: 
                   8737:        * src/: include/pa_common.h, main/pa_common.C: - method
                   8738:          print_pcre_exec_error_text was moved to class vregex
                   8739: 
                   8740:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   8741:          was added
                   8742: 
                   8743:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   8744:          - class vregex was added
                   8745: 
                   8746: 2009-04-21  misha
                   8747: 
                   8748:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   8749: 
                   8750:        * src/: types/pa_junction.h, types/pa_value.C,
                   8751:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   8752:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   8753:          junction-optimisation (destructors)
                   8754: 
                   8755:        * src/include/pa_array.h: - free under if now
                   8756: 
                   8757: 2009-04-19  misha
                   8758: 
                   8759:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   8760: 
                   8761: 2009-04-18  misha
                   8762: 
                   8763:        * src/include/pa_version.h:
                   8764:          :q :
                   8765: 
                   8766:          CV:
                   8767:          ----------------------------------------------------------------------
                   8768: 
                   8769:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   8770:          refactoring
                   8771: 
                   8772:        * src/: include/pa_array.h, include/pa_hash.h,
                   8773:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   8774: 
                   8775:        * src/include/pa_memory.h: - define for using destructors was added
                   8776: 
                   8777:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8778:          main/execute.C: - some junctions will be cached now
                   8779: 
                   8780:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   8781: 
                   8782:        * src/include/pa_array.h: - inline was added to destructor
                   8783: 
                   8784:        * src/types/pa_method.h: - comment was changed
                   8785: 
                   8786: 2009-04-17  misha
                   8787: 
                   8788:        * src/: include/pa_array.h, include/pa_hash.h,
                   8789:          types/pa_vmethod_frame.h: - destructors were added
                   8790: 
                   8791:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   8792:          renamed to always_use_result
                   8793: 
                   8794:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   8795:          compiler: full backward compatibility is better
                   8796: 
                   8797:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   8798:          result in var's hash
                   8799: 
                   8800:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8801:          optimisation in method_frame
                   8802: 
                   8803:        * src/include/pa_array.h: - optimisation in array (allocate
                   8804:          elements only when needed)
                   8805: 
                   8806:        * src/types/pa_vresponse.C: - check for $response:headers field
                   8807:          before looking at custom fields
                   8808: 
                   8809:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   8810:          not needed to check existance var with name 'result' in var's
                   8811:          hash
                   8812: 
                   8813:        * src/main/compile.y: - compiler was changed: now it detects
                   8814:          writings to $result and set flag writo_to_result in method
                   8815: 
                   8816:        * src/classes/string.C: - little optimisation: no needed to write
                   8817:          number with lang
                   8818: 
                   8819:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   8820:          used for read utf8-strings were renamed - is_escaped was renamed
                   8821:          to isEscaped (to the same name convention)
                   8822: 
                   8823:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   8824:          write_to_result added. compiler get this info from code.
                   8825: 
                   8826: 2009-04-16  misha
                   8827: 
                   8828:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   8829:          String only before 1st write
                   8830: 
                   8831:        * src/include/pa_string.h: - not needed template removed
                   8832: 
                   8833:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   8834:          types/pa_vjunction.C, types/pa_vproperty.C,
                   8835:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   8836:          main/pa_request.C, classes/bool.C, classes/double.C,
                   8837:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   8838:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   8839:          bool objects)
                   8840: 
                   8841: 2009-04-15  misha
                   8842: 
                   8843:        * src/lib/cord/cordxtra.c: - more optimisation
                   8844: 
                   8845:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   8846:          optimisation
                   8847: 
                   8848:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   8849:          then get and can sometime be used)
                   8850: 
                   8851:        * src/main/pa_string.C: - String::length optimisation
                   8852: 
                   8853:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   8854:          these methods read different strings
                   8855: 
                   8856:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8857:          fresult_initial_void removed + some optimisation - if $result
                   8858:          defined we don't write to context anymore
                   8859: 
                   8860:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   8861:          need just skip char)
                   8862: 
                   8863:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8864:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   8865:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   8866: 
                   8867:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   8868:          instance
                   8869: 
                   8870: 2009-04-11  misha
                   8871: 
                   8872:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   8873: 
                   8874:        * tests/197.html: - test for parser://test in xml was added
                   8875: 
                   8876:        * src/classes/string.C: - small optimisation
                   8877: 
                   8878:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   8879:          optimisation
                   8880: 
                   8881: 2009-04-10  misha
                   8882: 
                   8883:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   8884:          to pcre-7.8
                   8885: 
                   8886:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   8887: 
                   8888:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   8889:          added
                   8890: 
                   8891:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   8892:          $request:CLASS_NAME were added
                   8893: 
                   8894:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   8895:          were added
                   8896: 
                   8897:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   8898:          $env:CLASS_NAME were added
                   8899: 
                   8900:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   8901:          '@todo' now
                   8902: 
                   8903:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   8904:          compirer
                   8905: 
                   8906:        * src/main/pa_string.C: - little code cleanup
                   8907: 
                   8908:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   8909:          during PCRE compile/execute
                   8910: 
                   8911:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   8912:          normalizing todo-comments: '@todo' now
                   8913: 
                   8914:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   8915: 
                   8916:        * src/main/pa_charset.C: - type changed for making compiler happy
                   8917: 
                   8918: 2009-03-10  misha
                   8919: 
                   8920:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   8921:          in main()
                   8922: 
                   8923: 2009-02-01  misha
                   8924: 
                   8925:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   8926:          boundary
                   8927: 
                   8928: 2009-01-25  misha
                   8929: 
                   8930:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   8931: 
                   8932:        * src/classes/file.C: - more changes for parsing different number
                   8933:          of params for file::load
                   8934: 
                   8935:        * tests/193.html: - tests for exception while base64-decode binary
                   8936:          to string was added
                   8937: 
                   8938:        * tests/192.html: - tests for file::load with different number of
                   8939:          options
                   8940: 
                   8941:        * src/classes/math.C: - ups. forgot '+1'
                   8942: 
                   8943:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   8944:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   8945:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   8946:          (new option $.encode[multipart-form/data] should be specified) -
                   8947:          $.method[] option for file::load now is not case-sensitive
                   8948: 
                   8949:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   8950:          new taint language L_FILE_POST was added
                   8951: 
                   8952:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   8953:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   8954:          stuff was moved to separate files
                   8955: 
                   8956: 2009-01-23  misha
                   8957: 
                   8958:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   8959:          spaces to tabs were converted
                   8960: 
                   8961: 2009-01-12  misha
                   8962: 
                   8963:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   8964:          now
                   8965: 
                   8966:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   8967:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   8968:          their names
                   8969: 
                   8970:        * src/main/pa_common.C: - changes in formating
                   8971: 
                   8972:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   8973:          their names
                   8974: 
                   8975:        * src/include/pa_http.h: - some spaces were converted to tabs
                   8976: 
                   8977:        * src/include/pa_common.h: - some constants changed their names
                   8978: 
                   8979:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   8980:          little code rewriting
                   8981: 
                   8982:        * src/types/pa_vfile.C: - little code rewriting
                   8983: 
                   8984:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   8985:          types/pa_value.h: - some formating changes
                   8986: 
                   8987:        * src/include/pa_common.h: - some formating spaces transformed to
                   8988:          tabs
                   8989: 
                   8990:        * src/classes/string.C: - exception while base64-decode binary to a
                   8991:          string
                   8992: 
                   8993: 2009-01-11  misha
                   8994: 
                   8995:        * configure.in: - version changed to 3.3.1b
                   8996: 
                   8997: 2008-09-05  misha
                   8998: 
                   8999:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   9000:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   9001: 
                   9002: 2008-09-04  misha
                   9003: 
                   9004:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   9005:          anymore
                   9006: 
                   9007:        * src/classes/op.C: - exception with 'invalid taint language' not
                   9008:          typeless anylonger
                   9009: 
                   9010:        * src/classes/image.C: - some exceptions while operations with
                   9011:          image not typeless anymore
                   9012: 
                   9013:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   9014:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   9015:          operations with files not typeless anymore
                   9016: 
                   9017:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   9018:          types/pa_vdate.h: - exceptions while checking date range not
                   9019:          typeless anymore
                   9020: 
                   9021:        * src/include/pa_exception.h: - exception type string for invalid
                   9022:          date range was added
                   9023: 
                   9024: 2008-09-03  misha
                   9025: 
                   9026:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   9027:          operations not typeless anymore
                   9028: 
                   9029:        * src/include/pa_exception.h: - exception type for pce operations
                   9030:          was added
                   9031: 
                   9032:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   9033:          and .CLASS_NAME insite classes
                   9034: 
                   9035:        * src/classes/table.C: - don't save table header whiile
                   9036:          ^table.save[append;filename] if file exists
                   9037: 
                   9038: 2008-09-02  misha
                   9039: 
                   9040:        * src/main/compile.y, src/main/compile_tools.h,
                   9041:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   9042:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   9043:          renamed to partial and it login changed: we must mark class as
                   9044:          partial for allow their modifications in future.
                   9045: 
                   9046: 2008-08-29  misha
                   9047: 
                   9048:        * tests/results/022.processed: - testing taint[regex] in mask for
                   9049:          file:list
                   9050: 
                   9051:        * tests/022.html: - testing taint[regex] in mask for file:list
                   9052: 
                   9053:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   9054:          for file:list was added
                   9055: 
                   9056:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   9057:          file:list
                   9058: 
                   9059: 2008-08-26  misha
                   9060: 
                   9061:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   9062:          last derived object
                   9063: 
                   9064:        * src/classes/image.C: - many strings "image.format" replaced by
                   9065:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   9066:          understand some more exif tags
                   9067: 
                   9068:        * src/include/pa_exception.h: - string "image.format" was added
                   9069: 
                   9070: 2008-08-21  misha
                   9071: 
                   9072:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   9073:          pcre_exec text error
                   9074: 
                   9075:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   9076:          added
                   9077: 
                   9078:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   9079:          text error was added
                   9080: 
                   9081: 2008-08-19  misha
                   9082: 
                   9083:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   9084:          namespace while debug execution as well
                   9085: 
                   9086:        * tests/: 015.html, results/015.processed: - test for escaping some
                   9087:          parser chars was added
                   9088: 
                   9089: 2008-08-18  misha
                   9090: 
                   9091:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   9092:          $caller.self.field + default getter in one class was added
                   9093: 
                   9094:        * tests/: 189.html, results/189.processed: - test for
                   9095:          ^date::create[date object]
                   9096: 
                   9097:        * tests/: 188.html, results/188.processed: - tests for match with
                   9098:          UTF-8 strings
                   9099: 
                   9100:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   9101:          ^string.match[]
                   9102: 
                   9103:        * ChangeLog: - parser 3.3.0 beta13
                   9104: 
                   9105: 2008-08-15  misha
                   9106: 
1.116     moko     9107:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   9108:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   9109:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   9110:          dftables.c: - old PCRE files removed
1.95      moko     9111: 
                   9112:        * src/lib/pcre/config.h: - configuration for PCRE library
                   9113: 
                   9114:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9115:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   9116: 
                   9117:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   9118:          library and set flag UTF8 if $request:charset is UTF-8
                   9119: 
                   9120:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   9121:          include/pa_config_fixed.h: - moved to new PCRE library
                   9122: 
                   9123:        * src/: main/main.vcproj, types/types.vcproj,
                   9124:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   9125:          win32\pcre instead of parser3\src\lib\pcre
                   9126: 
                   9127:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   9128:          main/compile.C, main/compile.y, main/compile_tools.C,
                   9129:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   9130:          opcodes were moved to separate namespace
                   9131: 
                   9132: 2008-08-14  misha
                   9133: 
                   9134:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   9135: 
                   9136:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   9137:          tainting
                   9138: 
                   9139: 2008-08-11  misha
                   9140: 
                   9141:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   9142:          $caller.self, $caller.self.field and $caller.self.field[value]
                   9143:          were added
                   9144: 
                   9145:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   9146:          runtime as well (for $caller.self)
                   9147: 
                   9148: 2008-07-25  misha
                   9149: 
                   9150:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   9151:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   9152:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   9153:          tests with international characters
                   9154: 
                   9155: 2008-07-23  misha
                   9156: 
                   9157:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   9158:          file::load[...;http://
                   9159: 
                   9160:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   9161:          now everywhere in separate namespace
                   9162: 
                   9163:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   9164:          for vars
                   9165: 
                   9166:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   9167:          can be escaped by '^'
                   9168: 
                   9169: 2008-07-22  misha
                   9170: 
                   9171:        * src/classes/string.C, tests/186.html: - names changes:
                   9172:          escape=>js-escape, unescape=>js-unescape
                   9173: 
                   9174: 2008-07-21  misha
                   9175: 
                   9176:        * tests/results/186.processed: - test for string escape/unescape
                   9177: 
                   9178:        * tests/186.html: - test for string escape/unescape
                   9179: 
                   9180:        * src/classes/string.C: - string has escape and unescape methods
                   9181:          now
                   9182: 
                   9183:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   9184:          added
                   9185: 
                   9186:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   9187:          method-layers added (with different params)
                   9188: 
                   9189: 2008-07-18  misha
                   9190: 
                   9191:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   9192:          was added
                   9193: 
                   9194:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   9195: 
                   9196:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   9197:          ^string.pos[substr](offset) -- 2nd param accepted now
                   9198: 
                   9199:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   9200:          strings
                   9201: 
                   9202: 2008-07-17  misha
                   9203: 
                   9204:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9205:          helper length added for mid for small optimisation
                   9206: 
                   9207: 2008-07-16  misha
                   9208: 
                   9209:        * tests/: 185.html, results/185.processed: - tests for
                   9210:          length/left/right/mid/pos with utf-8 strings
                   9211: 
                   9212:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   9213:          utf-8 strings
                   9214: 
                   9215:        * src/main/untaint.C: - comments removed
                   9216: 
                   9217:        * src/: include/pa_string.h, main/pa_string.C,
                   9218:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   9219:          with pos/mid for strings in utf-8 were added
                   9220: 
                   9221: 2008-07-15  misha
                   9222: 
                   9223:        * tests/: 184.html, results/184.processed: - test for case body as
                   9224:          expression: $var(^switch(1){^case(1)(true)..})
                   9225: 
                   9226:        * src/classes/op.C: - case body can be expression now:
                   9227:          $var(^switch(1){^case(1)(true)..})
                   9228: 
                   9229:        * tests/: results/183.processed, 183.html: - added test for testing
                   9230:          new cookie encoding (%uXXXX)
                   9231: 
                   9232:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   9233:          decoding for backward compatibility they decoded from %XX in
                   9234:          request:charset too
                   9235: 
                   9236:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   9237:          - cookie class now decode cookies before first access after last
                   9238:          request:charset changing (as form class).
                   9239: 
                   9240:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   9241:          as %uXXXX - before transcode calculate required space for dest
                   9242:          string. it reduce mem usage for transcode
                   9243: 
                   9244:        * src/include/pa_charset.h: - added method escape for escaping
                   9245:          cookies as %uXXXX
                   9246: 
                   9247:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   9248:          was added. will used for escaping cookies as %uXXXX
                   9249: 
                   9250:        * src/include/pa_common.h: - escape method has new option for skip
                   9251:          converting '+' to a space char
                   9252: 
                   9253:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   9254:          transcode - escape method has new option for skip converting '+'
                   9255:          to a space char
                   9256: 
                   9257: 2008-07-08  misha
                   9258: 
                   9259:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   9260:          (no UE if more then 1 case matches anylonger) - optimization:
                   9261:          doing searching.as_string() || searching.as_double() only once
                   9262: 
                   9263: 2008-07-04  misha
                   9264: 
                   9265:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   9266:          now ^date::create[date object] works
                   9267: 
                   9268:        * src/classes/string.C: - left and right added as aliases for start
                   9269:          and end in ^string.trim[]
                   9270: 
                   9271: 2008-07-03  misha
                   9272: 
                   9273:        * src/classes/file.C: - allow $.limit for file::sql as well
                   9274: 
                   9275:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   9276:          send limit=1 to query for use sql specifics authomatically
                   9277: 
                   9278:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   9279:          if $.limit value if empty. autoconvert it as everywere
                   9280: 
                   9281: 2008-07-02  misha
                   9282: 
                   9283:        * configure.in: - time to change version number to 3.3.0 %-)
                   9284: 
                   9285:        * src/include/pa_version.h: - time to change version number to
                   9286:          3.3.0 %-)
                   9287: 
                   9288: 2008-06-26  misha
                   9289: 
                   9290:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   9291:          $.limit(0) fixes
                   9292: 
                   9293:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   9294:          - $.limit(0) fixes
                   9295: 
                   9296:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   9297:          new API)
                   9298: 
                   9299:        * src/: include/pa_sql_driver_manager.h,
                   9300:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   9301:          classes/op.C: - document_root added
                   9302: 
                   9303:        * src/main/compile.tab.C: - error message was changed
                   9304: 
                   9305: 2008-06-25  misha
                   9306: 
                   9307:        * src/main/compile.y: - error message was changed
                   9308: 
                   9309: 2008-06-24  misha
                   9310: 
                   9311:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   9312: 
                   9313:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   9314:          tests for @OPTIONS\nappend
                   9315: 
                   9316:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   9317: 
                   9318:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   9319: 
                   9320:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   9321: 
                   9322:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   9323:          compile.y
                   9324: 
                   9325: 2008-06-17  misha
                   9326: 
                   9327:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   9328:          compilation: ^if(default){true. it's incorrect. must be
                   9329:          exception}
                   9330: 
                   9331: 2008-06-16  misha
                   9332: 
                   9333:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   9334:          checking external reference loading with 'http://localhost'
                   9335:          prefix while creating xdoc
                   9336: 
                   9337:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   9338:          ^math:long2ip[] and ^math:ip2long[]
                   9339: 
                   9340:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   9341:          added which use scalar stateless class method when user object
                   9342:          used in scalar context - use get_scalar_value when user object
                   9343:          requested in scalar context
                   9344: 
                   9345:        * src/main/pa_common.C: - size must be int but not size_t or we
                   9346:          can't compare with 0 sprintf result
                   9347: 
                   9348:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9349:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   9350:          with internal switch between local/global vars
                   9351: 
                   9352:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   9353:          specified
                   9354: 
                   9355:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   9356:          pa_vstateless_object.h: - stateless class and object now has
                   9357:          private scalar field and getter/setter for working with it
                   9358: 
                   9359:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   9360:          moved to inet static class
                   9361: 
                   9362:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   9363:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   9364: 
                   9365:        * tests/: 180.html, results/180.processed: - tests for
                   9366:          ^math:long2ip(long) and ^math:ip2long[IP]
                   9367: 
                   9368:        * src/classes/math.C: - ^math:ip2long[IP] added
                   9369: 
                   9370: 2008-06-11  misha
                   9371: 
                   9372:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   9373:          need cut BOM code and remove DOS newline chars. but don't
                   9374:          transcode it anyway.
                   9375: 
                   9376:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   9377:          main/pa_http.C: - option for disable transcoding while file_read
                   9378:          and file_read_text added
                   9379: 
                   9380: 2008-06-10  misha
                   9381: 
                   9382:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   9383:          classes in 1 file
                   9384: 
                   9385:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   9386:          classes now.
                   9387: 
                   9388:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   9389:          classes now. internals.
                   9390: 
                   9391:        * src/main/pa_request.C: - compile return list of classes now. try
                   9392:          call @conf and @auto for each returned class
                   9393: 
                   9394:        * src/include/pa_request.h: - compile return list of classes now
                   9395: 
                   9396:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   9397:          return list of classes when compile buf)
                   9398: 
                   9399: 2008-06-07  misha
                   9400: 
                   9401:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   9402:          param -- form
                   9403: 
                   9404:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   9405:          3rd param: form. needed for get post_charset
                   9406: 
                   9407:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   9408:          added
                   9409: 
                   9410:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   9411:          types/pa_vform.C, types/pa_vform.h: - some polish
                   9412: 
                   9413: 2008-06-06  misha
                   9414: 
                   9415:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   9416:          charset and decode chars from it but not from response:charset
                   9417: 
                   9418:        * src/main/pa_http.C: - detect_charset moved out of here
                   9419: 
                   9420:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   9421:          methods moved here - unescape_chars accepn one charset now
                   9422: 
                   9423:        * src/main/pa_http.C: - new constants used - don't allow
                   9424:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   9425:          charset info while ^file::load[;http://;$.method[POST]] - option
                   9426:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   9427:          disabling charset during post
                   9428: 
                   9429:        * src/types/pa_vform.C: - new constants used
                   9430: 
                   9431:        * src/include/pa_common.h: - some constants were added
                   9432: 
                   9433:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   9434:          instead of StrEqNc
                   9435: 
                   9436:        * src/main/pa_common.C: - new method for caseless search
                   9437:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   9438: 
                   9439:        * src/include/pa_common.h: - new method for caseless search
                   9440:          c-substring in c-string
                   9441: 
                   9442: 2008-06-05  misha
                   9443: 
                   9444:        * tests/results/178.processed: - test for testing default getter
                   9445: 
                   9446:        * tests/178.html: - test for testing default getter
                   9447: 
                   9448:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   9449:          for test for testing default getter
                   9450: 
                   9451:        * src/main/execute.C: - default getter soul
                   9452: 
                   9453:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   9454:          requested objects' field not found
                   9455: 
                   9456:        * src/types/pa_vclass.C: - register default getter if defined - get
                   9457:          default getter if requested field not found
                   9458: 
                   9459:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   9460:          added
                   9461: 
                   9462:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9463:          pointer to default getter and methods for get/set it were added
                   9464: 
                   9465:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   9466:          auto_name field (for default getter)
                   9467: 
                   9468: 2008-06-04  misha
                   9469: 
                   9470:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   9471:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   9472:          it to libxml "as is"
                   9473: 
                   9474: 2008-06-03  misha
                   9475: 
                   9476:        * src/main/pa_common.C: - use store_Char instead of
                   9477:          transcodeCharFromUTF8
                   9478: 
                   9479:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   9480:          store_Char added, transcodeCharFromUTF8 -- removed
                   9481: 
                   9482: 2008-06-02  misha
                   9483: 
                   9484:        * tests/: results/177.processed, 177.html: - test for checking
                   9485:          .[acm]date after local ^file::load[] was added
                   9486: 
                   9487:        * tests/: results/176.processed, 176.html: - test for checking
                   9488:          @OPTION\locals + @method[vars][locals] added
                   9489: 
                   9490:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   9491: 
                   9492: 2008-05-30  misha
                   9493: 
                   9494:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   9495:          @OPTION\nlocals + @method[vars][;locals;] were added
                   9496: 
                   9497:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   9498:          moved to separate method op_code - switch from VMethodFrame to
                   9499:          VMethodFrameGlobal + VMethodFrameLocal
                   9500: 
                   9501:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   9502:          was moved to separate method op_code
                   9503: 
                   9504:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   9505:          VMethodFrame now
                   9506: 
                   9507:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   9508:          all_vars_local as well
                   9509: 
                   9510:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   9511:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   9512:          VMethodFrame were added: one (global) works as VMethodFrame
                   9513:          before and second (local) write all vars in self vars scope
                   9514: 
                   9515:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   9516: 
                   9517: 2008-05-29  misha
                   9518: 
                   9519:        * tests/: 129.html, results/129.processed: - more tests for
                   9520:          ^table.hash[]
                   9521: 
                   9522:        * src/classes/hash.C: - ^hash::sql has a new option:
                   9523:          $.type[hash|string|table] as ^table.hash[] one.
                   9524: 
                   9525:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   9526:          executed anyway after try or catch section
                   9527: 
                   9528: 2008-05-27  misha
                   9529: 
                   9530:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   9531:          must not fail if $.distinct(1) wasn't specified
                   9532: 
                   9533: 2008-05-26  misha
                   9534: 
                   9535:        * src/classes/op.C: - allow ^throw[my type]
                   9536: 
                   9537: 2008-05-22  misha
                   9538: 
                   9539:        * configure.in, configure: - version number updated to 3.2.4b
                   9540: 
                   9541:        * src/classes/: op.C, string.C: - trim format string before
                   9542:          eval/format
                   9543: 
                   9544:        * tests/: results/175.processed, 175.html: - more tests for
                   9545:          different format strings in .format[]
                   9546: 
                   9547:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   9548:          as well (not only %XX)
                   9549: 
                   9550:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   9551:          charset specified - checks for format before print number
                   9552:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   9553:          (instead of tabs) removed
                   9554: 
                   9555:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   9556:          charset specified
                   9557: 
                   9558:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   9559:          char in requested charset from utf code was added
                   9560: 
                   9561: 2008-05-19  misha
                   9562: 
                   9563:        * tests/: 174.html, results/174.processed: - test for
                   9564:          ^hashfile.cleanup[] added
                   9565: 
                   9566:        * src/classes/hashfile.C: - optimization: don't create any key or
                   9567:          value variable if it's name weren't specified
                   9568:          (^hf.foreach[;v]{...})
                   9569: 
                   9570: 2008-05-16  misha
                   9571: 
                   9572:        * src/classes/hash.C: - optimization: don't create any key variable
                   9573:          if variable name wasn't specified (^h.foreach[;v]{...})
                   9574: 
                   9575: 2008-05-15  misha
                   9576: 
                   9577:        * src/classes/op.C: - small changes
                   9578: 
                   9579:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   9580: 
                   9581:        * src/classes/hash.C: - calculate var_context once before foreach
                   9582: 
                   9583: 2008-05-14  misha
                   9584: 
                   9585:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   9586:          ^hashfile.foreach[;]{} fixed
                   9587: 
                   9588:        * src/classes/: hash.C, table.C: - little optimisation
                   9589: 
                   9590:        * src/classes/file.C: - bugfix: double absolute path while loading
                   9591:          file
                   9592: 
                   9593:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   9594:          were added
                   9595: 
                   9596:        * buildall-with-xml: - moving to libxslt 1.1.24
                   9597: 
                   9598: 2008-04-30  misha
                   9599: 
                   9600:        * src/classes/file.C: - stat file while loading (local only) so
                   9601:          .adate, .mdate and .cdate available without additional ::stat
                   9602: 
                   9603: 2008-04-28  misha
                   9604: 
                   9605:        * src/classes/file.C: - $.name and $.content-type available for
                   9606:          stated file
                   9607: 
                   9608: 2008-04-14  misha
                   9609: 
                   9610:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   9611: 
                   9612:        * src/include/pa_version.h: - new version number in head
                   9613: 
                   9614: 2008-04-10  misha
                   9615: 
                   9616:        * tests/: 080.html, results/080.processed: - cut '0' from
                   9617:          exponential part because of on diff OS it differ (20 or 020 for
                   9618:          ex)
                   9619: 
                   9620:        * tests/: 119.html, results/119.processed: - check for encoding
                   9621:          while creating xdoc
                   9622: 
                   9623: 2008-04-09  misha
                   9624: 
                   9625:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   9626: 
                   9627:        * src/main/pa_common.C: - comment added
                   9628: 
                   9629:        * src/classes/date.C: - little refactoring
                   9630: 
                   9631: 2008-04-07  misha
                   9632: 
                   9633:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   9634:          style of ^table.save[]: prepare one big string and sabe it at
                   9635:          once. it's safe on freebsd 4.x but use much more memory.
                   9636: 
                   9637:        * buildall-with-xml, buildall-without-xml: - option
                   9638:          --disable-stringstream added (under comment. use it on freebsd
                   9639:          4.x)
                   9640: 
                   9641: 2008-02-22  misha
                   9642: 
                   9643:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   9644:          specified together in file::load[;http] - get back transcoding
                   9645:          $.body[] in file::load[;http]
                   9646: 
                   9647: 2008-02-21  misha
                   9648: 
                   9649:        * src/classes/date.C: - ^date.gmt-string[] was added
                   9650: 
                   9651:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   9652:          moved to pa_common.h
                   9653: 
                   9654:        * src/include/pa_common.h: - method for output date in RFC 822
                   9655:          format moved here from pa_value.C
                   9656: 
                   9657:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   9658:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   9659: 
                   9660: 2008-02-20  misha
                   9661: 
                   9662:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   9663:          specified charset while ^file::load[...;http://...] (L_URI
                   9664:          instead of L_HTTP_HEADER) - $.cookies param available in
                   9665:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   9666:          response yet) (cookies not transcoded as common $cookies)
                   9667: 
                   9668: 2008-02-19  misha
                   9669: 
                   9670:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   9671:          $response:field values because in this case
                   9672:          $response:locateion[http://...] don't works.
                   9673: 
                   9674: 2008-02-15  misha
                   9675: 
                   9676:        * src/classes/op.C: - little refactoring
                   9677: 
                   9678:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   9679: 
                   9680:        * src/main/pa_request.C: - force taint values of $response:field
                   9681: 
                   9682: 2008-02-14  misha
                   9683: 
                   9684:        * src/main/pa_request.C: - $response:field transcoded to
                   9685:          $response:charset before escaping now
                   9686: 
                   9687:        * src/main/pa_http.C: - some outdated comments removed
                   9688: 
                   9689:        * src/classes/date.C: - lastdat -> last-day
                   9690: 
                   9691:        * src/classes/date.C: - ^date:lastday(year;month) and
                   9692:          ^date.lastday[] were added - little code refactoring - comments
                   9693:          changes
                   9694: 
                   9695:        * tests/: 159.html, results/159.processed: - test for number of
                   9696:          days in February
                   9697: 
                   9698:        * src/types/pa_value.C: - fixes in code formatting
                   9699: 
                   9700:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   9701:          and comments
                   9702: 
                   9703: 2008-02-13  misha
                   9704: 
                   9705:        * src/main/pa_common.C: - bugfix for february at leap year
                   9706: 
                   9707: 2008-01-28  misha
                   9708: 
                   9709:        * tests/: 160.html, results/160.processed: - more test for cache
                   9710:          added
                   9711: 
                   9712:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   9713:          unhandled exception
                   9714: 
                   9715: 2008-01-25  misha
                   9716: 
                   9717:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   9718:          bug when hashfile became inavailable after memory:compact)
                   9719: 
                   9720:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   9721: 
                   9722: 2008-01-22  misha
                   9723: 
                   9724:        * src/classes/table.C: - little refactiring and exception texts
                   9725:          changes in method ^table.hash[]
                   9726: 
                   9727:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   9728: 
                   9729: 2008-01-21  misha
                   9730: 
                   9731:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   9732:          file::exec/cgi
                   9733: 
                   9734:        * src/classes/file.C: - bugfix: core while processing headers if
                   9735:          executed cgi script don't return content
                   9736: 
                   9737: 2008-01-18  misha
                   9738: 
                   9739:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   9740: 
                   9741:        * src/include/pa_version.h, configure.in: - version number updated
                   9742:          to '3.2.3b'
                   9743: 
                   9744: 2007-12-28  misha
                   9745: 
                   9746:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   9747:          hash.contains
                   9748: 
                   9749: 2007-12-27  misha
                   9750: 
                   9751:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9752:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   9753:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   9754:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   9755:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9756:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   9757:          src/targets/cgi/parser3.vcproj,
                   9758:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   9759:          back to VS2003 because of Apache 1.3 module can't work if it was
                   9760:          built in VS 2005.  with cgi all file so VS2003 project files can
                   9761:          be easy converted to the new format.
                   9762: 
                   9763: 2007-12-04  misha
                   9764: 
                   9765:        * src/types/pa_vcode_frame.h: - changes in comment
                   9766: 
                   9767: 2007-11-29  misha
                   9768: 
                   9769:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   9770:          intercept strings any longer
                   9771: 
                   9772:        * tests/: 173.html, results/173.processed: - tests for
                   9773:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   9774:          but not in main code frame
                   9775: 
                   9776:        * tests/: 172.html, results/172.processed: - more tests for pass
                   9777:          objects from code frames
                   9778: 
                   9779: 2007-11-27  misha
                   9780: 
                   9781:        * tests/: 152.html, results/152.processed: - tests for converting
                   9782:          strings 'true'/'false' to bool were added
                   9783: 
                   9784:        * tests/152.html: - added checks for converting strings
                   9785:          'true'/'false' to bool
                   9786: 
                   9787:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   9788:          not only strings with numbers but with values 'true'/'false' as
                   9789:          well
                   9790: 
                   9791:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   9792:          for parser3.log increased
                   9793: 
                   9794:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   9795: 
                   9796:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   9797: 
                   9798:        * src/include/pa_types.h: - constant with buffer size for
                   9799:          parser3.log added
                   9800: 
                   9801: 2007-11-16  misha
                   9802: 
                   9803:        * tests/cat.sh: - script for tests for file::exec/cgi
                   9804: 
                   9805:        * tests/171.html: - tests for file::exec/cgi
                   9806: 
                   9807:        * tests/results/171.processed: - tests results for file::exec/cgi
                   9808: 
                   9809: 2007-11-15  misha
                   9810: 
                   9811:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   9812: 
                   9813:        * src/classes/file.C: - .body must be set before analyzing cgi
                   9814:          headers
                   9815: 
                   9816:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   9817:          only if exec/cgi return anything.
                   9818: 
                   9819: 2007-11-14  misha
                   9820: 
                   9821:        * operators.txt: - info about new text|binary option for
                   9822:          file::exec/cgi was added
                   9823: 
                   9824:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   9825:          ^file:exec[[text|binary];script;...]
                   9826: 
                   9827:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   9828:          classes/string.C, classes/table.C: - more text strings moved to
                   9829:          the one place
                   9830: 
                   9831: 2007-11-09  misha
                   9832: 
                   9833:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   9834: 
                   9835:        * ChangeLog: - $request:argv [patch from Sumo]
                   9836: 
                   9837:        * operators.txt: - $request:argv
                   9838: 
                   9839:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   9840:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   9841: 
                   9842: 2007-10-25  misha
                   9843: 
                   9844:        * buildall-with-xml, buildall-without-xml: - options preparations
                   9845:          for ./configure rewrited
                   9846: 
                   9847:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   9848:          error occure in unhandled_exception finally fixed
                   9849: 
                   9850: 2007-10-23  misha
                   9851: 
                   9852:        * tests/: 170.html, results/170.processed: - test for
                   9853:          @method[][result]
                   9854: 
                   9855:        * operators.txt: - added info about node.prefix and
                   9856:          node.namespaceURI
                   9857: 
                   9858:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   9859: 
                   9860:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   9861:          added for node and attribute
                   9862: 
                   9863: 2007-10-22  misha
                   9864: 
                   9865:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   9866: 
                   9867:        * src/main/pa_request.C: - added const content-transfer-encoding
                   9868: 
                   9869:        * src/include/pa_request.h: - added const content-transfer-encoding
                   9870:          - ups. constants must be in lowercase (for search)
                   9871: 
                   9872:        * src/types/pa_vmail.C: - more constants used -
                   9873:          content-transfer-encoding: 8bit added
                   9874: 
                   9875:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   9876: 
                   9877:        * src/include/pa_request.h: - more constants
                   9878: 
                   9879:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   9880:          ommit anymore if $.content-disposition was specified - little
                   9881:          refactoring
                   9882: 
                   9883:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   9884: 
                   9885: 2007-10-17  misha
                   9886: 
                   9887:        * operators.txt: - info about
                   9888:          table::create[nameless]{data}[>options<] was added
                   9889: 
                   9890:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   9891:          compile method don't put this method in methods table anymore.
                   9892:          in other case the parser coredumped if @unhandled_exception
                   9893:          method can't be compiled because of parser.compile error.
                   9894: 
                   9895:        * src/main/execute.C: - little code reformating
                   9896: 
                   9897:        * src/main/pa_request.C: - little code reformating - comment
                   9898:          changed
                   9899: 
                   9900: 2007-10-16  misha
                   9901: 
                   9902:        * tests/: 035.html, results/035.processed: - tests
                   9903:          table::create[]{}[options] added
                   9904: 
                   9905:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   9906:          options (only $.seperator[] yet)
                   9907: 
                   9908: 2007-10-10  misha
                   9909: 
                   9910:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   9911:          some code changes
                   9912: 
                   9913: 2007-10-02  misha
                   9914: 
                   9915:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   9916:          then three time as much. but base64 encoding method still use
                   9917:          less memory anyway.
                   9918: 
                   9919: 2007-09-17  misha
                   9920: 
                   9921:        * operators.txt: - added info about $cookie:fields
                   9922: 
                   9923:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   9924: 
                   9925:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   9926:          common
                   9927: 
                   9928:        * src/include/pa_common.h: - some stuff for use with .for_each
                   9929:          moved here
                   9930: 
                   9931:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   9932: 
                   9933: 2007-09-14  misha
                   9934: 
                   9935:        * buildall-with-xml: - new xml libs again =)
                   9936: 
                   9937: 2007-08-28  misha
                   9938: 
                   9939:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   9940:          ^string.split[...][v][column name] were added
                   9941: 
                   9942:        * tests/: 168.html, 169.html, results/168.processed,
                   9943:          results/169.processed: - tests for ^table.columns[[column name]]
                   9944:          and ^string.split[...][v][column name] were added
                   9945: 
                   9946:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   9947:          was added
                   9948: 
                   9949:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   9950:          name]]
                   9951: 
                   9952:        * src/include/pa_exception.h: - error text message for
                   9953:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   9954: 
                   9955: 2007-08-27  misha
                   9956: 
                   9957:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   9958:          body ^taint[sql][something] outside of connect
                   9959: 
                   9960:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   9961:          outside of connect
                   9962: 
                   9963:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   9964:          added (commented by default)
                   9965: 
                   9966: 2007-08-20  misha
                   9967: 
                   9968:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   9969:          was added
                   9970: 
                   9971:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   9972:          duplicated exception text strings were removed
                   9973: 
                   9974:        * src/include/pa_exception.h: - more exception text strings moved
                   9975:          here
                   9976: 
                   9977:        * src/classes/table.C: - some duplicate exceptions' text strings
                   9978:          removed
                   9979: 
                   9980:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   9981:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   9982:          removed
                   9983: 
                   9984:        * src/include/pa_exception.h: - some exception text strings movet
                   9985:          to pa_exception
                   9986: 
                   9987:        * tests/: 149.html, results/149.processed: - test for
                   9988:          ^xnode.hasAttributes[] was added - some code changes
                   9989: 
                   9990:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   9991:          added
                   9992: 
                   9993: 2007-08-17  misha
                   9994: 
                   9995:        * tests/: results/006.processed, results/059.processed, 006.html,
                   9996:          059.html: - more tests for match
                   9997: 
                   9998:        * tests/: 129.html, results/129.processed: - tests for
                   9999:          ^table.hash[...][$.type[string|hash|table]] added
                   10000: 
                   10001:        * src/targets/cgi/parser3.C: - little syntax changes
                   10002: 
                   10003:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   10004:          syntax changes
                   10005: 
                   10006:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   10007:          messages in parser3.log switched off by default. If someone
                   10008:          really still need it: use $SIGPIPE(1)
                   10009: 
                   10010: 2007-08-08  misha
                   10011: 
                   10012:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   10013:          files by default since now
                   10014: 
                   10015: 2007-08-07  misha
                   10016: 
                   10017:        * buildall-without-xml: - some option syntax changes
                   10018: 
                   10019:        * buildall-with-xml: - compile libxml2 without http support - some
                   10020:          option syntax changes
                   10021: 
                   10022:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   10023: 
                   10024: 2007-08-06  misha
                   10025: 
                   10026:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   10027: 
                   10028:        * tests/: 160.html, results/160.processed: - cache test was
                   10029:          rewrited
                   10030: 
                   10031: 2007-07-06  misha
                   10032: 
                   10033:        * tests/: 153.html, results/153.processed: - added test for
                   10034:          ^math:sha1[string]
                   10035: 
                   10036:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   10037:          transcoded
                   10038: 
                   10039:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   10040:          were added
                   10041: 
                   10042: 2007-06-28  misha
                   10043: 
                   10044:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   10045:          some incorrect chars
                   10046: 
                   10047: 2007-06-19  misha
                   10048: 
                   10049:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   10050:          were moved on top because of gcc 4 had a problems during
                   10051:          building.
                   10052: 
                   10053: 2007-06-18  misha
                   10054: 
                   10055:        * tests/results/019.processed: - new image commited
                   10056: 
                   10057: 2007-06-09  misha
                   10058: 
                   10059:        * src/classes/: op.C, table.C: - in while and table.select method
                   10060:          as_expression used now
                   10061: 
                   10062:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   10063: 
                   10064: 2007-06-08  misha
                   10065: 
                   10066:        * tests/: 166.html, results/166.processed: - test for
                   10067:          ^match[...][n]
                   10068: 
                   10069:        * tests/: 165.html, results/165.processed: - tests for loops
                   10070: 
                   10071:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   10072:          because of no speed/memory optimisation but some proglems with
                   10073:          long cycles occure
                   10074: 
                   10075: 2007-06-06  misha
                   10076: 
                   10077:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   10078:          ^table.select(true) and ^table.select(1) didn't works because of
                   10079:          awaiting junction-param only. fixed.
                   10080: 
                   10081: 2007-05-24  misha
                   10082: 
                   10083:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   10084:          with 0.5 secs interval
                   10085: 
                   10086:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   10087:          locking system now on unix
                   10088: 
                   10089:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   10090:          system locks which wait till other threads release it but try get
                   10091:          lock, if fail wait 1 sec and make 10 attempts.
                   10092: 
                   10093:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   10094:          were added
                   10095: 
                   10096:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   10097:          opening files
                   10098: 
                   10099:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   10100:          after our classes on unix it can't be build
                   10101: 
                   10102:        * src/types/pa_vhashfile.C: - not needed code removed
                   10103: 
                   10104: 2007-05-23  misha
                   10105: 
                   10106:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   10107:          include/pa_common.h: - cosmetic changes
                   10108: 
                   10109: 2007-05-18  misha
                   10110: 
                   10111:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   10112:          often. it's give some speed increasing
                   10113: 
                   10114:        * tests/results/160.processed: - returned time corrected
                   10115: 
                   10116:        * tests/160.html: - time increased because on unix 1 mean nothing
                   10117:          :(
                   10118: 
                   10119:        * operators.txt: - added info about ^hash.contain[key]
                   10120: 
                   10121:        * src/classes/hash.C: - added ^hash.contain[key]
                   10122: 
                   10123:        * src/include/pa_hash.h: - added method for checking key exists in
                   10124:          hash
                   10125: 
                   10126: 2007-05-07  misha
                   10127: 
                   10128:        * src/include/pa_string.h: - was compilation error during build on
                   10129:          freebsd4
                   10130: 
                   10131: 2007-05-03  misha
                   10132: 
                   10133:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   10134:          for ^table.hash[]
                   10135: 
                   10136:        * src/classes/file.C: - comment removed
                   10137: 
                   10138: 2007-04-26  misha
                   10139: 
                   10140:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   10141:          real files doesn't opened in place anymore
                   10142: 
                   10143: 2007-04-24  misha
                   10144: 
                   10145:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   10146: 
                   10147:        * src/include/pa_exception.h: "static" removed
                   10148: 
                   10149: 2007-04-23  misha
                   10150: 
                   10151:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   10152: 
                   10153:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   10154:          ^math:log(N)) - ^math:lg(N)
                   10155: 
                   10156:        * tests/: 097.html, results/097.processed: - charsets converstion
                   10157:          during ^file::load[text;http://...] added
                   10158: 
                   10159:        * tests/: 164.html, results/164.processed: - check for set expires
                   10160:          as a date
                   10161: 
                   10162:        * tests/: 164.html, results/164.processed: - test for hashfile
                   10163: 
                   10164:        * src/classes/hashfile.C: - little comment changes
                   10165: 
                   10166:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   10167:          access
                   10168: 
                   10169:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   10170:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   10171:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   10172:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   10173:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   10174:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10175:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   10176:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   10177:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   10178:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   10179:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10180:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10181:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   10182:          "parser.runtime" strings were removed
                   10183: 
                   10184:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   10185:          now.
                   10186: 
                   10187:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   10188: 
                   10189:        * src/include/pa_exception.h: - string constant with
                   10190:          "parser.runtime" text was added
                   10191: 
                   10192: 2007-04-20  misha
                   10193: 
                   10194:        * operators.txt: - some comments changing
                   10195: 
                   10196:        * operators.txt: - added info about .^hashfile.release[],
                   10197:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   10198: 
                   10199:        * configure: =cheching for unsetenv
                   10200: 
                   10201:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   10202:          ^hashfile.release[] were added
                   10203: 
                   10204:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   10205:          ^string.match[][] understand new option now: return number of
                   10206:          matches but not table wit results
                   10207: 
                   10208:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   10209:          reopen now
                   10210: 
                   10211:        * src/classes/op.C: - bug. must be false
                   10212: 
                   10213:        * configure.in: - checking for unsetenv was added
                   10214: 
                   10215:        * src/types/pa_vform.C: - some comments
                   10216: 
                   10217: 2007-04-18  misha
                   10218: 
                   10219:        * buildall-with-xml: moving to libxml2-2.6.28
                   10220: 
                   10221:        * buildall-with-xml, buildall-without-xml: added commented lines
                   10222:          with --disable-safe-mode option
                   10223: 
                   10224:        * operators.txt: - info about $form:files
                   10225: 
                   10226: 2007-04-17  misha
                   10227: 
                   10228:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   10229:          $form:files was added
                   10230: 
                   10231:        * tests/: 163.html, results/163.processed: removing auto format
                   10232: 
                   10233:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   10234: 
                   10235: 2007-04-16  misha
                   10236: 
                   10237:        * tests/: 163.html, results/163.processed: - test for .int[],
                   10238:          floor, round, ceiling and .format[]
                   10239: 
                   10240:        * src/classes/file.C: - little optimization for getting args in
                   10241:          exec/cgi
                   10242: 
                   10243: 2007-04-13  misha
                   10244: 
                   10245:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   10246:          specified now as s table with one column
                   10247: 
                   10248: 2007-03-27  misha
                   10249: 
                   10250:        * tests/: 162.html, results/162.processed: - test for
                   10251:          ^table.select(^condition[$t])
                   10252: 
                   10253:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   10254: 
                   10255:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   10256: 
                   10257:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   10258:          161_windows1251.txt: - added test for
                   10259:          ^file::load[text;/local/file.txt;$.charset[...]]
                   10260: 
                   10261:        * tests/: results/013.processed, 013.html: - added test for
                   10262:          checking $._default value while hash modifications
                   10263: 
                   10264:        * tests/: 160.html, results/160.processed: - add test for
                   10265:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   10266: 
                   10267: 2007-03-22  misha
                   10268: 
                   10269:        * src/include/pa_common.h: - "charset" string defined for
                   10270:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   10271: 
                   10272:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   10273:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   10274:          added - not needed transcodes were removed from
                   10275:          ^file::load[...;http://...]
                   10276: 
                   10277:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   10278:          added
                   10279: 
                   10280:        * src/classes/date.C: - date.week was fixed
                   10281: 
                   10282:        * operators.txt: - added info about date.weekyear
                   10283: 
                   10284:        * tests/: 159.html, results/159.processed: - tests for date.week
                   10285:          and date.weekyear added
                   10286: 
                   10287: 2007-03-15  misha
                   10288: 
                   10289:        * src/classes/table.C: - enclose column numbers for nameless tables
                   10290:          as well
                   10291: 
                   10292: 2007-03-14  misha
                   10293: 
                   10294:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   10295: 
                   10296:        * src/classes/table.C: - table.save optimization: now required much
                   10297:          less memory
                   10298: 
                   10299: 2007-03-13  misha
                   10300: 
                   10301:        * tests/results/: 158.processed, 158.processes: - tests for
                   10302:          table.save/table.load
                   10303: 
                   10304:        * tests/: 158.html, results/158.processes: - tests for
                   10305:          table.save/table.load
                   10306: 
                   10307:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   10308: 
                   10309:        * buildall-with-xml: - pattern needed now for building
                   10310: 
                   10311:        * tests/results/097.processed: - added test results for xdoc::load
                   10312:          & xdoc::load[http://...]
                   10313: 
                   10314:        * tests/097.html: - added test for xdoc::load
                   10315: 
                   10316: 2007-03-12  misha
                   10317: 
                   10318:        * tests/: 107.html, results/107.processed: - added test for xpath
                   10319:          '//man'
                   10320: 
                   10321: 2007-03-01  misha
                   10322: 
                   10323:        * tests/: 097.html, results/097.processed: - added test for
                   10324:          creating xdoc from file
                   10325: 
                   10326:        * tests/: results/157.processed, 157.html: - added test for
                   10327:          file:move
                   10328: 
                   10329: 2007-02-28  misha
                   10330: 
                   10331:        * src/classes/xdoc.C: - another attempt
                   10332: 
                   10333:        * src/classes/xdoc.C: - roll back last changes for a while
                   10334: 
                   10335:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   10336: 
                   10337:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   10338: 
                   10339:        * tests/results/099.processed: - ever send content-disposition to
                   10340:          client with file
                   10341: 
                   10342:        * tests/157.html: + test for file:copy
                   10343: 
                   10344: 2007-02-26  misha
                   10345: 
                   10346:        * src/classes/file.C: - some similar strings moved to #define
                   10347:          instead of to be copy/pasted many times
                   10348: 
                   10349:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   10350:          #define
                   10351: 
                   10352: 2007-02-20  misha
                   10353: 
                   10354:        * configure.in: - added some strings for sqlite detection
                   10355: 
                   10356: 2007-02-19  misha
                   10357: 
                   10358:        * operators.txt: - some comments changes
                   10359: 
                   10360:        * buildall-with-xml, buildall-without-xml: - some modifications
                   10361: 
                   10362: 2007-02-17  misha
                   10363: 
                   10364:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   10365: 
                   10366:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   10367:          change console behaviour
                   10368: 
                   10369: 2007-02-12  misha
                   10370: 
                   10371:        * src/targets/cgi/parser3.C: - don't print headers if
                   10372:          $console:line[data] was used during cgi execution.
                   10373: 
                   10374:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   10375:          marked as 'true' if class was used.
                   10376: 
                   10377:        * tests/: 152.html, results/152.processed: - more types was added
                   10378:          to test 152
                   10379: 
                   10380:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   10381:          adding 'bool' (^if($image){} caused exception)
                   10382: 
                   10383: 2007-02-09  misha
                   10384: 
                   10385:        * tests/: 152.html, results/152.processed: - test alightly updated
                   10386: 
                   10387:        * tests/: 152.html, results/152.processed: - test rewrited
                   10388: 
                   10389:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   10390:          bugfix. I broke xdoc & xnode in expression
                   10391: 
                   10392: 2007-02-08  misha
                   10393: 
                   10394:        * tests/: 152.html, results/152.processed: - add test for checking
                   10395:          'def' for void, string, bool, int & double
                   10396: 
                   10397: 2007-02-07  misha
                   10398: 
                   10399:        * operators.txt: - ^file:base64[filespec]  was added
                   10400: 
                   10401:        * tests/results/153.processed: - result test for
                   10402:          ^file:base64[filespec]  was updated
                   10403: 
                   10404:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   10405: 
                   10406:        * src/types/pa_vconsole.h: - little optimization
                   10407: 
                   10408:        * src/classes/file.C: - ^file:base64[filespec]
                   10409: 
                   10410:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   10411: 
                   10412:        * src/include/pa_common.h: - declarations for
                   10413:          ^file:base64[filespec]
                   10414: 
                   10415:        * src/types/pa_vcookie.C: - little optimization
                   10416: 
                   10417: 2007-02-06  misha
                   10418: 
                   10419:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   10420:          were temporary commented
                   10421: 
                   10422:        * src/types/pa_vbool.h: - bugfix
                   10423: 
                   10424:        * tests/156.html: - added test for bool cookie
                   10425: 
                   10426:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   10427: 
                   10428:        * tests/: 155.html, results/155.processed: - added test for check
                   10429:          $.encloser[] option for table save/load
                   10430: 
                   10431:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   10432: 
                   10433: 2007-02-05  misha
                   10434: 
                   10435:        * tests/results/152.processed: - newline at the end was missed
                   10436: 
                   10437:        * tests/results/141.processed: - math:md5 must be lowercased
                   10438: 
                   10439:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   10440: 
                   10441: 2007-02-03  misha
                   10442: 
                   10443:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   10444:          test for bool added and some content length fixes
                   10445: 
                   10446:        * tests/152.html: - test for bool added
                   10447: 
                   10448:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   10449: 
                   10450:        * operators.txt: - info bool class was added
                   10451: 
1.116     moko     10452:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     10453:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   10454:          classes/string.C, classes/void.C, classes/xnode.C,
                   10455:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   10456:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   10457:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   10458:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10459:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   10460:          types/types.vcproj: - bool class was added
                   10461: 
                   10462:        * src/main/pa_request.C: - fix
                   10463: 
                   10464: 2007-01-18  misha
                   10465: 
                   10466:        * src/: main/pa_string.C, classes/string.C: - return table during
                   10467:          ^string.match[][] even if no matched found.
                   10468: 
                   10469: 2006-12-20  misha
                   10470: 
                   10471:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   10472:          http://www.parser.ru/forum/?id=55598 ]
                   10473: 
                   10474: 2006-12-19  misha
                   10475: 
                   10476:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   10477:          details: http://www.parser.ru/forum/?id=52359
                   10478: 
                   10479:        * src/main/pa_request.C: - always set content-disposition for
                   10480:          $response:body[hash here]. more details:
                   10481:          http://www.parser.ru/forum/?id=52130
                   10482: 
                   10483: 2006-12-07  misha
                   10484: 
                   10485:        * operators.txt: - added info about bool params in cookie set
                   10486: 
                   10487:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   10488:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   10489:          ]
                   10490: 
                   10491:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   10492:          was added
                   10493: 
                   10494: 2006-12-02  misha
                   10495: 
                   10496:        * src/classes/file.C: - file_block_read used instead of native read
                   10497: 
                   10498:        * src/main/pa_common.C: - added file_block_read with read error
                   10499:          detection - file_block_read used instead of native read
                   10500: 
                   10501:        * src/include/pa_common.h: - added file_block_read declaration
                   10502: 
                   10503: 2006-12-01  misha
                   10504: 
                   10505:        * operators.txt: - info about $var.CLASS_NAME was added
                   10506: 
                   10507:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10508:          $var.CLASS_NAME added
                   10509: 
                   10510:        * operators.txt: - added info about ^file:copy[]
                   10511: 
                   10512:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   10513: 
                   10514: 2006-11-20  misha
                   10515: 
                   10516:        * src/classes/date.C: - bug fix :)
                   10517: 
                   10518: 2006-11-17  misha
                   10519: 
                   10520:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   10521:          to static
                   10522: 
                   10523:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   10524:          small changes in crc32 calculation
                   10525: 
                   10526:        * src/classes/date.C: - not needed code was removed
                   10527: 
                   10528: 2006-11-16  misha
                   10529: 
                   10530:        * src/types/pa_vmail.C: - fix missed brakes
                   10531: 
                   10532:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   10533:          multipart/related instead of multipart/mixed if file have
                   10534:          $.content-id[]
                   10535: 
                   10536: 2006-11-15  misha
                   10537: 
                   10538:        * src/types/pa_vdouble.h: abs -> fabs
                   10539: 
                   10540: 2006-11-14  misha
                   10541: 
                   10542:        * operators.txt: - added info about ^file.md5[] and
                   10543:          ^file:md5[file-name]
                   10544: 
                   10545:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   10546:          added
                   10547: 
                   10548:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   10549:          FILE_BUFFER_SIZE
                   10550: 
                   10551:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   10552: 
                   10553:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   10554:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   10555: 
                   10556:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   10557:          values was fixed
                   10558: 
                   10559: 2006-11-13  misha
                   10560: 
                   10561:        * operators.txt: - added info about ^math:crc32[string],
                   10562:          ^file:crc32[file-name] & ^file.crc32[]
                   10563: 
                   10564:        * src/classes/math.C: - added ^math:crc32[string]
                   10565: 
                   10566:        * src/classes/file.C: - some comments were changed - added
                   10567:          ^file:crc32[file-name] and ^file.crc32[]
                   10568: 
                   10569:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   10570:          crc32 calculation added
                   10571: 
                   10572: 2006-11-03  misha
                   10573: 
                   10574:        * src/include/pa_array.h: - not needed variable removed
                   10575: 
                   10576:        * tests/: 150.html, 151.html, results/150.processed,
                   10577:          results/151.processed: - 2 tests were added
                   10578: 
                   10579:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   10580:          with $.reverse(1) were fixed
                   10581: 
                   10582:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   10583:          query converted to $.charset during ^file::load[http://...]
                   10584: 
                   10585: 2006-11-02  misha
                   10586: 
                   10587:        * src/include/pa_table.h: ups. forget '=' char
                   10588: 
                   10589:        * src/include/pa_table.h: - one more fix in
                   10590:          .locate[...][$.reverse(1)]
                   10591: 
                   10592: 2006-11-01  misha
                   10593: 
                   10594:        * src/classes/math.C: - bug fix, details:
                   10595:          http://www.parser.ru/forum/?id=53360
                   10596: 
                   10597:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   10598:          false for all records )[$.reverse(1)]
                   10599: 
                   10600:        * src/main/pa_http.C: - second param for this mid method is length
                   10601:          but not end_index so this method has error and can't detect
                   10602:          charsets in next content-types: Content-type: text/html;
                   10603:          charset="windows-1251" Content-type: text/html;
                   10604:          charset="windows-1251"; Content-type: text/html;
                   10605:          charset=windows-1251;
                   10606: 
                   10607:          only Content-type: text/html; charset=windows-1251 was fine
                   10608: 
                   10609: 2006-10-31  misha
                   10610: 
                   10611:        * src/classes/file.C: - empty args in file::exec removed now
                   10612: 
                   10613: 2006-09-03  paf
                   10614: 
                   10615:        * src/classes/file.C: proper tainting of
                   10616:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   10617: 
                   10618: 2006-06-09  paf
                   10619: 
                   10620:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   10621: 
                   10622:        * src/classes/table.C: formatting
                   10623: 
                   10624:        * src/classes/table.C: incorporated patch from misha: Sent:
                   10625:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   10626:          ignoring string options for ^table.save[]
                   10627: 
                   10628:        * src/classes/hash.C: incorporated patch from misha Sent:
                   10629:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   10630:          $hash._default disappear while
                   10631: 
                   10632:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   10633:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   10634: 
                   10635:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   10636:          PM Subject: patch for base64 in ^mail:send[] %-)
                   10637: 
                   10638: 2006-04-09  paf
                   10639: 
                   10640:        * src/main/compile.tab.C: ` change compiled
                   10641: 
                   10642:        * gnu.vcproj, operators.txt, parser3.sln,
                   10643:          src/classes/classes.vcproj, src/classes/file.C,
                   10644:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   10645:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10646:          src/classes/xnode.C, src/include/pa_array.h,
                   10647:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10648:          src/include/pa_memory.h, src/include/pa_request.h,
                   10649:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10650:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10651:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10652:          src/lib/pcre/pcre_dftables.vcproj,
                   10653:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10654:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10655:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10656:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10657:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10658:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10659:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10660:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10661:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10662:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10663:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10664:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10665:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   10666:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10667:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10668:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   10669:          ^menu, ^hash/hashfile.foreach
                   10670: 
                   10671:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10672:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10673:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10674:          src/classes/xnode.C, src/include/pa_array.h,
                   10675:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10676:          src/include/pa_memory.h, src/include/pa_request.h,
                   10677:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10678:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10679:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10680:          src/lib/pcre/pcre_dftables.vcproj,
                   10681:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10682:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10683:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10684:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10685:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10686:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10687:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10688:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10689:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10690:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10691:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10692:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10693:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10694:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10695:          tests/descript.ion: ! switched to VS2005 (projects and
                   10696:          object<info explicitly typed>.for_each(, info)) +
                   10697:          $response:field[] setting void means removing + grammar $name`
                   10698:          name stops now, for mysql `$field` + started ^break[]
                   10699:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   10700:          foreach) + all log messages += [uri=, method=, cl=]
                   10701: 
                   10702:        * buildall-with-xml: merged . ftp paths update
                   10703: 
                   10704:        * buildall-with-xml: . ftp paths update
                   10705: 
                   10706: 2006-03-04  paf
                   10707: 
                   10708:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   10709:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   10710: 
                   10711:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   10712:          Igor Zinkovsky for detailed report]
                   10713: 
                   10714: 2006-03-01  paf
                   10715: 
                   10716:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10717:          \n to ' ' in
                   10718: 
                   10719: 2006-02-18  paf
                   10720: 
                   10721:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10722:          \n to ' ' in
                   10723: 
                   10724:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   10725: 
                   10726: 2006-02-03  paf
                   10727: 
                   10728:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   10729:          base64
                   10730: 
                   10731:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   10732: 
                   10733: 2006-01-20  paf
                   10734: 
                   10735:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10736:          economy fix
                   10737: 
                   10738:        * src/classes/: table.C: merged from HEAD ! bugfix
                   10739:          ^table.save[$.encloser-s now handled properly
                   10740: 
                   10741:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   10742:          handled properly
                   10743: 
                   10744: 2006-01-19  paf
                   10745: 
                   10746:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   10747:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   10748:          helps a lot in our case: after transform we want
                   10749:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   10750: 
                   10751:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10752:          economy fix
                   10753: 
                   10754:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   10755:          activates merging of free memory blocks which helps a lot in our
                   10756:          case: after transform we want CORD(main.result)->cstr[big
                   10757:          malloc]->transcode[big malloc]
                   10758: 
                   10759: 2006-01-17  paf
                   10760: 
                   10761:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   10762:          before reading them. got rid of reallocs = became quicker and
                   10763:          less fragmentated
                   10764: 
                   10765: 2005-12-29  paf
                   10766: 
1.116     moko     10767:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   10768:          configure, configure.in, src/include/pa_version.h,
                   10769:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     10770:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   10771:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   10772:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   10773:          src/lib/ltdl/missing: . merged from 3.2.1
                   10774: 
1.116     moko     10775:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   10776:          packaged when 'make dist', so do configure companion files in
                   10777:          src/lib/ltdl
                   10778: 
                   10779:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   10780:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   10781:          missing: . now config_auto.h is created with configure [were
                   10782:          constant]
1.95      moko     10783: 
                   10784:        * INSTALL: . references to documentation and some clarification
                   10785: 
                   10786:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   10787:          indication
                   10788: 
1.116     moko     10789:        * Makefile.am: . dist+=buildall*
1.95      moko     10790: 
                   10791: 2005-12-28  paf
                   10792: 
                   10793:        * configure: . 3.2.1
                   10794: 
                   10795:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   10796:          simplify build process, see INSTALL
                   10797: 
                   10798: 2005-12-26  paf
                   10799: 
                   10800:        * configure: ver
                   10801: 
                   10802:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   10803:          version
                   10804: 
                   10805: 2005-12-21  paf
                   10806: 
                   10807:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   10808:          compiled with bison 1.875b, it reports unexpected token names
                   10809: 
                   10810: 2005-12-19  paf
                   10811: 
                   10812:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   10813:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   10814: 
                   10815:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   10816:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   10817:          src/main/main.vcproj, src/main/pa_globals.C,
                   10818:          src/targets/cgi/parser3.vcproj,
                   10819:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   10820:          configure, configure.in, src/include/pa_version.h: . killing
                   10821:          gdome [what a relief]
                   10822: 
                   10823:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   10824:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   10825:          run_parser.sh, results/001.processed, results/002.processed,
                   10826:          results/003.processed, results/004.processed,
                   10827:          results/005.processed, results/006.processed,
                   10828:          results/008.processed, results/009.processed,
                   10829:          results/010.processed, results/011.processed,
                   10830:          results/012.processed, results/013.processed,
                   10831:          results/014.processed, results/015.processed,
                   10832:          results/016.processed, results/017.processed,
                   10833:          results/018.processed, results/020.processed,
                   10834:          results/021.processed, results/022.processed,
                   10835:          results/023.processed, results/024.processed,
                   10836:          results/025.processed, results/026.processed,
                   10837:          results/027.processed, results/028.processed,
                   10838:          results/029.processed, results/030.processed,
                   10839:          results/031.processed, results/032.processed,
                   10840:          results/033.processed, results/034.processed,
                   10841:          results/035.processed, results/036.processed,
                   10842:          results/037.processed, results/038.processed,
                   10843:          results/039.processed, results/040.processed,
                   10844:          results/041.processed, results/042.processed,
                   10845:          results/043.processed, results/044.processed,
                   10846:          results/045.processed, results/046.processed,
                   10847:          results/047.processed, results/048.processed,
                   10848:          results/049.processed, results/050.processed,
                   10849:          results/051.processed, results/052.processed,
                   10850:          results/053.processed, results/054.processed,
                   10851:          results/055.processed, results/056.processed,
                   10852:          results/057.processed, results/058.processed,
                   10853:          results/059.processed, results/060.processed,
                   10854:          results/061.processed, results/062.processed,
                   10855:          results/063.processed, results/064.processed,
                   10856:          results/065.processed, results/066.processed,
                   10857:          results/067.processed, results/068.processed,
                   10858:          results/069.processed, results/070.processed,
                   10859:          results/071.processed, results/072.processed,
                   10860:          results/073.processed, results/074.processed,
                   10861:          results/075.processed, results/076.processed,
                   10862:          results/077.processed, results/078.processed,
                   10863:          results/079.processed, results/080.processed,
                   10864:          results/081.processed, results/082.processed,
                   10865:          results/083.processed, results/084.processed,
                   10866:          results/085.processed, results/086.processed,
                   10867:          results/087.processed, results/088.processed,
                   10868:          results/089.processed, results/090.processed,
                   10869:          results/091.processed, results/092.processed,
                   10870:          results/093.processed, results/094.processed,
                   10871:          results/095.processed, results/096.processed,
                   10872:          results/097.processed, results/099.processed,
                   10873:          results/100.processed, results/101.processed,
                   10874:          results/102.processed, results/104.processed,
                   10875:          results/105.processed, results/106.processed,
                   10876:          results/107.processed, results/108.processed,
                   10877:          results/109.processed, results/110.processed,
                   10878:          results/111.processed, results/112.processed,
                   10879:          results/113.processed, results/114.processed,
                   10880:          results/115.processed, results/117.processed,
                   10881:          results/119.processed, results/120.processed,
                   10882:          results/121.processed, results/122.processed,
                   10883:          results/123.processed, results/124.processed,
                   10884:          results/125.processed, results/126.processed,
                   10885:          results/127.processed, results/128.processed,
                   10886:          results/129.processed, results/130.processed,
                   10887:          results/131.processed, results/132.processed,
                   10888:          results/133.processed, results/134.processed,
                   10889:          results/135.processed, results/136.processed,
                   10890:          results/138.processed, results/139.processed,
                   10891:          results/140.processed, results/141.processed,
                   10892:          results/142.processed, results/143.processed,
                   10893:          results/144.processed, results/145.processed,
                   10894:          results/146.processed, results/147.processed,
                   10895:          results/148.processed, results/149.processed, results/auto.p: .
                   10896:          now works if we turn off default auto.p
                   10897: 
1.116     moko     10898:        * configure: . makes
1.95      moko     10899: 
                   10900:        * src/types/pa_vxnode.C: . less warnings
                   10901: 
                   10902:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   10903:          tests/145.html, tests/149.html, tests/descript.ion,
                   10904:          tests/outputs/d.cmd, tests/results/142.processed,
                   10905:          tests/results/143.processed, tests/results/144.processed,
                   10906:          tests/results/145.processed, tests/results/146.processed,
                   10907:          tests/results/147.processed, tests/results/148.processed,
                   10908:          tests/results/149.processed: . removed .nodeValue from all node
                   10909:          types other than 5 (grabbed piece from gdome)
                   10910: 
                   10911:        * tests/: 137.html, results/137.processed: . not handled this case
                   10912:          yet. code does not hang from inserting parent into child,
                   10913:          considering thing minor issue -- nodes are removed from source
                   10914:          anyway, don't know why shold that be an error after all
                   10915: 
                   10916:        * src/targets/cgi/parser3.C: . style
                   10917: 
                   10918:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   10919:          xdoc too [were barking "not element"]
                   10920: 
                   10921: 2005-12-16  paf
                   10922: 
                   10923:        * tests/: 146.html, 147.html, 148.html: . more tests
                   10924: 
                   10925:        * src/classes/xnode.C: . also bark on possible errors
                   10926: 
                   10927:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   10928:          props
                   10929: 
                   10930:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   10931:          main/compile.y: merged from HEAD ! fixed overoptimized
                   10932:          ^call(false) case. (confused it with ^call[] case)
                   10933: 
                   10934:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   10935:          ^call(false) case. (confused it with ^call[] case)
                   10936: 
                   10937:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   10938: 
                   10939:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   10940:          results/001.processed, results/002.processed,
                   10941:          results/003.processed, results/004.processed,
                   10942:          results/005.processed, results/006.processed,
                   10943:          results/008.processed, results/009.processed,
                   10944:          results/010.processed, results/011.processed,
                   10945:          results/012.processed, results/013.processed,
                   10946:          results/014.processed, results/015.processed,
                   10947:          results/016.processed, results/017.processed,
                   10948:          results/018.processed, results/019.processed,
                   10949:          results/020.processed, results/021.processed,
                   10950:          results/022.processed, results/023.processed,
                   10951:          results/024.processed, results/025.processed,
                   10952:          results/026.processed, results/027.processed,
                   10953:          results/028.processed, results/029.processed,
                   10954:          results/030.processed, results/031.processed,
                   10955:          results/032.processed, results/033.processed,
                   10956:          results/034.processed, results/035.processed,
                   10957:          results/036.processed, results/037.processed,
                   10958:          results/038.processed, results/039.processed,
                   10959:          results/040.processed, results/041.processed,
                   10960:          results/042.processed, results/043.processed,
                   10961:          results/044.processed, results/045.processed,
                   10962:          results/046.processed, results/047.processed,
                   10963:          results/048.processed, results/049.processed,
                   10964:          results/050.processed, results/051.processed,
                   10965:          results/052.processed, results/053.processed,
                   10966:          results/054.processed, results/055.processed,
                   10967:          results/056.processed, results/057.processed,
                   10968:          results/058.processed, results/059.processed,
                   10969:          results/060.processed, results/061.processed,
                   10970:          results/062.processed, results/063.processed,
                   10971:          results/064.processed, results/065.processed,
                   10972:          results/066.processed, results/067.processed,
                   10973:          results/068.processed, results/069.processed,
                   10974:          results/070.processed, results/071.processed,
                   10975:          results/072.processed, results/073.processed,
                   10976:          results/074.processed, results/075.processed,
                   10977:          results/076.processed, results/077.processed,
                   10978:          results/078.processed, results/079.processed,
                   10979:          results/080.processed, results/081.processed,
                   10980:          results/082.processed, results/083.processed,
                   10981:          results/084.processed, results/085.processed,
                   10982:          results/086.processed, results/087.processed,
                   10983:          results/088.processed, results/089.processed,
                   10984:          results/090.processed, results/091.processed,
                   10985:          results/092.processed, results/093.processed,
                   10986:          results/094.processed, results/095.processed,
                   10987:          results/096.processed, results/097.processed,
                   10988:          results/099.processed, results/101.processed,
                   10989:          results/102.processed, results/104.processed,
                   10990:          results/105.processed, results/106.processed,
                   10991:          results/107.processed, results/108.processed,
                   10992:          results/109.processed, results/110.processed,
                   10993:          results/111.processed, results/112.processed,
                   10994:          results/113.processed, results/114.processed,
                   10995:          results/115.processed, results/116.processed,
                   10996:          results/117.processed, results/118.processed,
                   10997:          results/119.processed, results/120.processed,
                   10998:          results/121.processed, results/122.processed,
                   10999:          results/123.processed, results/124.processed,
                   11000:          results/125.processed, results/126.processed,
                   11001:          results/127.processed, results/128.processed,
                   11002:          results/129.processed, results/130.processed,
                   11003:          results/131.processed, results/132.processed,
                   11004:          results/133.processed, results/134.processed,
                   11005:          results/135.processed, results/136.processed,
                   11006:          results/137.processed, results/138.processed,
                   11007:          results/139.processed, results/140.processed,
                   11008:          results/141.processed: . refreshed old tests, made them work
                   11009:          without auto.p (in utf8) . things noted: . gif got encoded
                   11010:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   11011:          some strange year)
                   11012: 
                   11013:        * INSTALL: . revived linux libgc fix
                   11014: 
                   11015:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   11016:          glib/gdome in INSTALL and patches]
                   11017: 
                   11018:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11019:          include/pa_charset.h, include/pa_config_includes.h,
                   11020:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   11021:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   11022:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   11023:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   11024:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   11025:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   11026:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11027:          types/pa_vxnode.h: . started killing gdome
                   11028: 
                   11029: 2005-12-13  paf
                   11030: 
                   11031:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   11032:          @unhandled_exception thrown another exception, print correct
                   11033:          origin (earlier code in catch of exception inside of
                   11034:          @unhandled_exception grabbed parent_frame(original_exception)
                   11035:          origin and printed it, instead of true origin)
                   11036: 
                   11037:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   11038:          another exception, print correct origin (earlier code in catch of
                   11039:          exception inside of @unhandled_exception grabbed
                   11040:          parent_frame(original_exception) origin and printed it, instead
                   11041:          of true origin)
                   11042: 
                   11043: 2005-12-09  paf
                   11044: 
                   11045:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   11046:          detection problem, due to change in gc6.4 code
                   11047: 
                   11048:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   11049:          ignored in ^string.matched :(
                   11050: 
                   11051:        * src/main/pa_string.C: ! regex tainting were ignored in
                   11052:          ^string.matched :(
                   11053: 
                   11054:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   11055:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   11056:          src/main/compile.y, src/main/compile_tools.h,
                   11057:          src/main/pa_charset.C, src/main/pa_common.C,
                   11058:          src/main/pa_globals.C, src/main/pa_string.C,
                   11059:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   11060:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   11061: 
                   11062: 2005-12-08  paf
                   11063: 
                   11064:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   11065:          500 chars now handled OK [were wrapped on 500th char according to
                   11066:          rfc, but sendmail failed to unwrap it properly]
                   11067: 
                   11068:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   11069:          handled OK [were wrapped on 500th char according to rfc, but
                   11070:          sendmail failed to unwrap it properly]
                   11071: 
                   11072:        * src/targets/isapi/parser3isapi.C: . less warnings
                   11073: 
                   11074:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   11075:          since 3.1.5
                   11076: 
                   11077:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   11078:          link fixes
                   11079: 
                   11080:        * src/: classes/date.C, include/pa_config_fixed.h,
                   11081:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   11082:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   11083:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   11084: 
                   11085:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   11086:          [in current storage scheme there's no place for them. someday we
                   11087:          can add third CORD to store origins and special version of parser
                   11088:          which stores origins there [separate binary]]
                   11089: 
                   11090: 2005-12-07  paf
                   11091: 
                   11092:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   11093: 
                   11094:        * src/include/pa_version.h: makefiles
                   11095: 
                   11096:        * src/include/pa_version.h: . not beta
                   11097: 
                   11098:        * configure, configure.in, src/include/pa_version.h: not beta
                   11099: 
                   11100: 2005-12-06  paf
                   11101: 
                   11102:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   11103:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   11104:          decided to undo the change ^call[$void] passes void. now it will
                   11105:          pass empty string again.
                   11106: 
                   11107:        * src/main/: compile.tab.C, compile.y: . version readded
                   11108: 
                   11109:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   11110:          = ^switch[void] problem
                   11111: 
                   11112: 2005-12-01  paf
                   11113: 
                   11114:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   11115:          caused ^case[string] to be coerced to double since searching
                   11116:          value were not string (it was vvoid)
                   11117: 
                   11118:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   11119:          ^case[string] to be coerced to double since searching value were
                   11120:          not string (it was vvoid)
                   11121: 
                   11122:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   11123:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   11124: 
                   11125: 2005-11-30  paf
                   11126: 
                   11127:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   11128:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   11129: 
                   11130:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   11131:          putenv("TZ="), on unix works only putenv("TZ")
                   11132: 
                   11133:        * INSTALL: . xml libs versions updated
                   11134: 
                   11135:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   11136:          claims that fixed a lot there // 20040920 for now both
                   11137:          workarounds needed. wait for new libxml/xsl versions
                   11138: 
                   11139: 2005-11-28  paf
                   11140: 
                   11141:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   11142:          columns==0
                   11143: 
                   11144:        * src/classes/table.C: ! nameless table has columns==0
                   11145: 
                   11146:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   11147:          earlier [was totally wrong]
                   11148: 
                   11149:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   11150:          wrong]
                   11151: 
                   11152: 2005-11-25  paf
                   11153: 
                   11154:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   11155:          undoing for now...
                   11156: 
                   11157:        * src/include/pa_version.h: -this reduces speed(table::load),
                   11158:          strange. undoing
                   11159: 
                   11160:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   11161: 
                   11162:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   11163: 
                   11164:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   11165:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   11166:          this speeds things up and saves memory a LOT! (not noticed
                   11167:          negative effect on syntetic tests, future will tell...)
                   11168: 
                   11169:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   11170:          changed gc_malloc implementation, which obscured profiling
                   11171: 
                   11172:        * src/classes/table.C: merged from HEAD: + optimized
                   11173:          table::load/sql, now row ArrayString-s allocated with
                   11174:          columns.count() elements and don't always grow from
                   11175:          count=3[realloc,realloc]
                   11176: 
                   11177:        * src/classes/table.C: + optimized table::load/sql, now row
                   11178:          ArrayString-s allocated with columns.count() elements and don't
                   11179:          always grow from count=3[realloc,realloc]
                   11180: 
                   11181:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   11182:          buffer after save
                   11183: 
                   11184:        * src/classes/table.C: . ^table.save unused buffer after save
                   11185: 
                   11186: 2005-11-24  paf
                   11187: 
                   11188:        * configure.in: . merged glib2-config patch
                   11189: 
                   11190:        * configure.in: + trying to find glib2-config
                   11191: 
                   11192:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   11193:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   11194:          file/dir_readable to simple file/dir_exist, this would help in
                   11195:          situations "class not found because .p file has bad rights" << in
                   11196:          that case error would be explicit "access denied to 'this' file"
                   11197: 
1.116     moko     11198:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     11199: 
                   11200:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   11201:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   11202:          to simple file/dir_exist, this would help in situations "class
                   11203:          not found because .p file has bad rights" << in that case error
                   11204:          would be explicit "access denied to 'this' file"
                   11205: 
                   11206:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   11207:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   11208:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   11209:          ^file::exec/cgi[script;$.charset[changed]
                   11210:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   11211:          encoded in $.charset charset
                   11212: 
                   11213:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   11214:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   11215:          encoded in $.charset charset
                   11216: 
                   11217:        * src/: include/Makefile.am, include/pa_common.h,
                   11218:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   11219:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   11220:          separate file [preparation for
                   11221:          ^file::cgi[script;$.form[$.field1[]
                   11222: 
                   11223: 2005-11-22  paf
                   11224: 
                   11225:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   11226: 
                   11227:        * acinclude.m4, configure.in: . merged underquting fixes
                   11228: 
1.116     moko     11229:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     11230: 
                   11231:        * src/classes/op.C: . overmerged a little
                   11232: 
                   11233:        * src/main/compile.tab.C: Makefile
                   11234: 
                   11235:        * src/main/: pa_common.C: . less gcc warnings
                   11236: 
                   11237:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   11238:          now reports original exception if we have no old cache
                   11239: 
                   11240:        * src/classes/op.C: + $exception.handled[cache] now reports
                   11241:          original exception if we have no old cache
                   11242: 
                   11243:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   11244:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   11245:          \^$.[]|()?*+{}
                   11246: 
                   11247:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   11248:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   11249: 
                   11250:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   11251:          getenv-ed variable, which does not work both on win32&unix.
                   11252:          copied old TZ value now
                   11253: 
                   11254:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   11255:          stored pointer to getenv-ed variable, which does not work both on
                   11256:          win32&unix. copied old TZ value now
                   11257: 
                   11258:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   11259:          getenv-ed variable, which does not work both on win32&unix.
                   11260:          copied old TZ value now
                   11261: 
                   11262:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   11263:          access to internal hash
                   11264: 
                   11265:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   11266:          hash
                   11267: 
                   11268:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   11269:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   11270:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   11271:          very large block" messages to only important onces
                   11272: 
                   11273:        * src/targets/isapi/parser3isapi.C: +
                   11274:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   11275:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   11276:          very large block" messages to only important onces
                   11277: 
                   11278:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   11279:          ^string/int/double:sql{}[$.default[({param style})] ]
                   11280: 
                   11281:        * src/classes/string.C: + removed limitation on
                   11282:          ^string/int/double:sql{}[$.default[({param style})] ]
                   11283: 
                   11284:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   11285:          with ?params or $.form option" limitation
                   11286: 
                   11287:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   11288:          $.form option" limitation
                   11289: 
                   11290:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   11291:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   11292:          ^file::base64[encoded] decode
                   11293: 
                   11294:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   11295:          main/pa_common.C: + ^file.base64[] encode +
                   11296:          ^file::base64[encoded] decode
                   11297: 
                   11298:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   11299:          ^string:base64[encoded] decode
                   11300: 
                   11301:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   11302:          ^string:base64[in] encode + ^string.base64[] decode
                   11303: 
                   11304: 2005-11-21  paf
                   11305: 
                   11306:        * src/classes/file.C: + merged from HEAD:
                   11307:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11308: 
                   11309:        * src/classes/file.C: +
                   11310:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11311: 
                   11312:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   11313:          differes from :download, it does not return content-disposition
                   11314:          at all now [previusely it returned valueless content-disposition]
                   11315: 
                   11316:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   11317:          :download, it does not return content-disposition at all now
                   11318:          [previusely it returned valueless content-disposition]
                   11319: 
                   11320:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   11321:          literals, reverted to just vvod, recreating empty array with each
                   11322:          void_value token. that's absolutely needed, since that array
                   11323:          grows
                   11324: 
                   11325:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11326:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11327:          types/pa_vmethod_frame.h: + merged: expression literals:
                   11328:          true/false. ^format[$.indent(true)]
                   11329: 
                   11330:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11331:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11332:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   11333:          ^format[$.indent(true)]
                   11334: 
                   11335:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11336:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11337:          i386-pc-win32)"
                   11338: 
                   11339:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11340:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11341:          i386-pc-win32)"
                   11342: 
                   11343: 2005-11-18  paf
                   11344: 
                   11345:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   11346:          null}[$.default(123)] will now return default value
                   11347: 
                   11348:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   11349:          expiration time
                   11350: 
                   11351:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   11352:          time
                   11353: 
                   11354:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   11355:          failed << Exception.problem_source pointed to local var!
                   11356: 
                   11357:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   11358:          Exception.problem_source pointed to local var!
                   11359: 
                   11360:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   11361:          now loads VFile.ptr!=0, so such files can be saved now
                   11362: 
                   11363:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   11364:          loads VFile.ptr!=0, so such files can be saved now
                   11365: 
                   11366:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   11367:          only . and .. now removed from list [were removed all .*]
                   11368: 
                   11369:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   11370:          .. now removed from list [were removed all .*]
                   11371: 
                   11372:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   11373:          open error now checked, were not :( [stole that piece from apache
                   11374:          1.3 sources]
                   11375: 
                   11376:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   11377:          checked, were not :( [stole that piece from apache 1.3 sources]
                   11378: 
                   11379:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   11380:          untainting of @main result if returned by $result or
                   11381:          $response:body
                   11382: 
                   11383:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   11384:          result if returned by $result or $response:body
                   11385: 
                   11386:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   11387:          issue: now tries to guess content-length and allocates one big
                   11388:          piece if possible [regretfully gc_realloc works as malloc+free,
                   11389:          leaving lots of holes behind]
                   11390: 
                   11391:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   11392:          fixed file load memory issue: now tries to guess content-length
                   11393:          and allocates one big piece if possible [regretfully gc_realloc
                   11394:          works as malloc+free, leaving lots of holes behind]
                   11395: 
                   11396: 2005-11-16  paf
                   11397: 
                   11398:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   11399:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   11400:          table::save with enclosers now doubles them: "->"" !
                   11401:          table::save/load do not remove elements from options hash
                   11402: 
                   11403:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   11404:          [were overoptimized ^if(double_literal), compiler confused
                   11405:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11406: 
                   11407:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   11408:          [were overoptimized ^if(double_literal), compiler confused
                   11409:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11410: 
                   11411:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   11412:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   11413:          "->"" ! table::save/load do not remove elements from options hash
                   11414: 
                   11415: 2005-11-03  paf
                   11416: 
1.116     moko     11417:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   11418:          compilation, not all makefiles liked that
1.95      moko     11419: 
                   11420: 2005-08-30  paf
                   11421: 
                   11422:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   11423: 
                   11424:        * src/classes/op.C: . speedup check of [DEFAULT]
                   11425: 
                   11426: 2005-08-26  paf
                   11427: 
                   11428:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   11429: 
                   11430:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   11431: 
                   11432:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   11433:          complains about bad!=nameless
                   11434: 
                   11435:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   11436:          about bad!=nameless
                   11437: 
                   11438:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   11439:          optional options were allowed to be empty. were checked
                   11440:          if(is_string), changed to !defined||is_string to allow void
                   11441: 
                   11442:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   11443:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   11444:          options were allowed to be empty. were checked if(is_string),
                   11445:          changed to !defined||is_string to allow void
                   11446: 
                   11447:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   11448:          as_junction where they needed as_int/double, so failed with
                   11449:          recent "(const) now no junction" optimization
                   11450: 
                   11451:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   11452:          merged ! many classes/*  used as_junction where they needed
                   11453:          as_int/double, so failed with recent "(const) now no junction"
                   11454:          optimization
                   11455: 
                   11456:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   11457:          classes/op.C, classes/string.C, classes/table.C,
                   11458:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   11459:          used as_junction where they needed as_int/double, so failed with
                   11460:          recent "(const) now no junction" optimization
                   11461: 
                   11462: 2005-08-24  paf
                   11463: 
                   11464:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   11465:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   11466:          stripped it
                   11467: 
                   11468: 2005-08-09  paf
                   11469: 
                   11470:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11471:          not cleared
                   11472: 
                   11473:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11474:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11475:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11476:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11477:          classes/response.C, classes/string.C, classes/table.C,
                   11478:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11479:          include/pa_array.h, include/pa_cache_managers.h,
                   11480:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11481:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11482:          include/pa_dictionary.h, include/pa_dir.h,
                   11483:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11484:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11485:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11486:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11487:          include/pa_sapi.h, include/pa_socks.h,
                   11488:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11489:          include/pa_stack.h, include/pa_string.h,
                   11490:          include/pa_stylesheet_connection.h,
                   11491:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11492:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11493:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11494:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11495:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11496:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11497:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11498:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11499:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11500:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11501:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11502:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11503:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11504:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11505:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11506:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11507:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11508:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   11509:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   11510:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11511:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11512:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11513:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11514:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   11515:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11516:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   11517:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   11518:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11519:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11520:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11521:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11522:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11523:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11524:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11525:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11526:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11527:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11528:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   11529: 
                   11530:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11531:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   11532:          speedup consequent checks in vmethod_frame
                   11533: 
                   11534:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11535:          not cleared
                   11536: 
                   11537:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   11538:          params: 50 max (were 10)
                   11539: 
                   11540:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   11541:          params: 50 max (were 10)
                   11542: 
                   11543:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11544:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   11545:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   11546:          empty string) ! simplified (double) speedup consequent checks in
                   11547:          vmethod_frame
                   11548: 
                   11549:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   11550:          optimized constants in expressions vstring->vdouble + optimized
                   11551:          ^call(vdouble), no junction creation, no calls later
                   11552: 
                   11553: 2005-08-08  paf
                   11554: 
                   11555:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   11556:          compile_tools.h: merged + optimized constants in expressions
                   11557:          vstring->vdouble + optimized ^call(vdouble), no junction
                   11558:          creation, no calls later
                   11559: 
                   11560:        * src/types/pa_vdouble.h: merged . double values without fractional
                   11561:          part now default printed as %.0f instead of %g
                   11562: 
                   11563:        * src/types/pa_vdouble.h: . double values without fractional part
                   11564:          now default printed as %.0f instead of %g
                   11565: 
                   11566:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   11567:          cause an exception
                   11568: 
                   11569:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   11570:          exception
                   11571: 
                   11572:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   11573:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11574:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11575:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11576:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   11577:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11578:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11579:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11580:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11581:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11582:          merged VJunction(new Junction) optimization from 3.1.4
                   11583: 
                   11584:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   11585:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   11586:          Junction(params)) to new VJunction(params), thousands of mallocs
                   11587:          removed
                   11588: 
                   11589: 2005-08-05  paf
                   11590: 
                   11591:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   11592:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   11593:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   11594:          creation, no calls later
                   11595: 
                   11596:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11597:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11598:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11599:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11600:          classes/response.C, classes/string.C, classes/table.C,
                   11601:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11602:          include/pa_array.h, include/pa_cache_managers.h,
                   11603:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11604:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11605:          include/pa_dictionary.h, include/pa_dir.h,
                   11606:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11607:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11608:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11609:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11610:          include/pa_sapi.h, include/pa_socks.h,
                   11611:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11612:          include/pa_stack.h, include/pa_string.h,
                   11613:          include/pa_stylesheet_connection.h,
                   11614:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11615:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11616:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11617:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11618:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11619:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   11620:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11621:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11622:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11623:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11624:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   11625:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11626:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11627:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11628:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11629:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11630:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11631:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11632:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11633:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11634:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11635:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11636:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11637:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   11638:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11639:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11640:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   11641:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11642:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11643:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11644:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11645:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11646:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11647:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11648:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11649:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11650:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   11651: 
                   11652:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   11653:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   11654:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11655:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   11656:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11657:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   11658:          optimized constants in expressions vstring->vdouble
                   11659: 
                   11660: 2005-07-29  paf
                   11661: 
                   11662:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   11663: 
                   11664:        * src/types/pa_vclass.C: + property getter can now be overridden
                   11665: 
                   11666:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   11667:          bug fix: static parent fields were not replaced in case
                   11668:          $derived:field[put] + property setter can now be overridden
                   11669: 
                   11670: 2005-07-28  paf
                   11671: 
                   11672:        * configure, configure.in, src/classes/classes.h,
                   11673:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   11674:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   11675:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11676:          src/classes/xnode.h, src/include/pa_hash.h,
                   11677:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     11678:          src/types/Makefile.am, src/types/pa_method.h,
                   11679:          src/types/pa_value.h, src/types/pa_vclass.C,
                   11680:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   11681:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   11682:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   11683:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   11684:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   11685:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11686:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   11687:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   11688:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   11689:          src/types/pa_vstateless_class.h,
1.95      moko     11690:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   11691:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11692:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   11693:          dynamic_fields_join
                   11694: 
                   11695:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   11696:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   11697:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11698:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11699:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11700:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11701:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11702:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11703:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   11704:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   11705:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   11706:          restored its checks in vobject.put_element->static fields |
                   11707:          dynamic properties
                   11708: 
                   11709: 2005-07-27  paf
                   11710: 
                   11711:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   11712:          is some old code containing @set_name $name
                   11713: 
                   11714:        * src/types/pa_vobject.h: . fixed warning
                   11715: 
                   11716:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     11717:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     11718: 
                   11719:        * src/: classes/xnode.C, include/pa_hash.h,
                   11720:          types/pa_vstateless_class.C: ! new asserts were all false.
                   11721:          regretfully reverted them all to checks
                   11722: 
                   11723:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11724:          classes/op.C, main/execute.C, types/pa_method.h,
                   11725:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11726:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11727:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11728:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11729:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11730:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11731:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11732:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11733:          joined_dynamic_fields: removed unused param from put_method
                   11734:          (returned to 3 params)
                   11735: 
                   11736:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   11737:          joined_dynamic_fields: dynamic get/set works with overriding
                   11738:          props [alpha2]
                   11739: 
                   11740:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   11741:          works [alfa]
                   11742: 
                   11743:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11744:          classes/op.C, include/pa_hash.h, main/execute.C,
                   11745:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11746:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11747:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11748:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11749:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11750:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11751:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11752:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11753:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11754:          joined_dynamic_fields: just compiled
                   11755: 
                   11756:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11757:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11758:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   11759:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   11760:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   11761: 
                   11762:        * src/types/pa_vobject.C: . object setters [only started, does not
                   11763:          work yet]
                   11764: 
                   11765:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   11766:          object setters [only started, does not work yet]
                   11767: 
                   11768: 2005-07-26  paf
                   11769: 
                   11770:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   11771:          works [alpha2]. for classes. todo: for objects
                   11772: 
                   11773:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   11774:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11775:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11776:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11777:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11778:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11779:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11780:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11781:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11782:          properties: set works [alpha1]
                   11783: 
                   11784: 2005-07-25  paf
                   11785: 
                   11786:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   11787:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   11788:          properties: started, get works [alpha1, other approach]
                   11789: 
                   11790:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   11791:          properties: started, get works [alpha2]
                   11792: 
                   11793:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   11794:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   11795: 
                   11796: 2005-07-15  paf
                   11797: 
                   11798:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   11799:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   11800:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11801:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11802:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11803:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   11804:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11805:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11806:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11807:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11808:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   11809:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   11810:          [getters work but think of changing them too to precaching]
                   11811: 
                   11812: 2005-07-08  paf
                   11813: 
                   11814:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   11815:          gpf
                   11816: 
                   11817: 2005-06-28  paf
                   11818: 
                   11819:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   11820:          in passing empty strings to file::exec/cgi environment
                   11821: 
                   11822: 2005-06-06  paf
                   11823: 
                   11824:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   11825:          ^table:sql ^hash:sql now DO process $.bind option
                   11826: 
                   11827: 2005-05-24  paf
                   11828: 
                   11829:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   11830:          $.limit] now work again [support was broken in 3.1.4]
                   11831: 
                   11832:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   11833:          ALL_INTERIOR_POINTERS
                   11834: 
                   11835: 2005-05-12  paf
                   11836: 
                   11837:        * configure: 3.1.5beta
                   11838: 
                   11839:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   11840: 
                   11841:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   11842:          $.limit] now work again [support was broken in 3.1.4]
                   11843: 
                   11844:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   11845:          line-width  [was refusing to fill if line-width >1, thanks to
                   11846:          Seras <seras@pinxit.lt> for repro case
                   11847: 
                   11848: 2005-04-25  paf
                   11849: 
                   11850:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   11851:          correctly
                   11852: 
                   11853: 2005-04-19  paf
                   11854: 
                   11855:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   11856:          in VString violating invariant!!
                   11857: 
                   11858:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   11859:          getenv("TZ")==null
                   11860: 
                   11861: 2005-04-08  paf
                   11862: 
                   11863:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   11864:          bugfix: when there is no char in charset one byte produces 6
                   11865:          (&#255; <<max). increased buffer size!
                   11866: 
                   11867: 2005-03-23  paf
                   11868: 
                   11869:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   11870:          ^date.sql-string now takes TZ into account
                   11871: 
                   11872: 2005-03-16  paf
                   11873: 
                   11874:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   11875:          gcc 3.4
                   11876: 
                   11877:        * src/types/pa_vhash.C: . warning about eof eol
                   11878: 
                   11879: 2005-02-17  paf
                   11880: 
                   11881:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   11882:          seconds)
                   11883: 
                   11884: 2005-02-02  paf
                   11885: 
                   11886:        * src/classes/xnode.C: beauty: removed needless includes
                   11887: 
                   11888: 2005-01-31  paf
                   11889: 
                   11890:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   11891:          $.partNoNumber now alias to $.part1
                   11892: 
                   11893:        * src/types/pa_vmail.C: change: incoming letter part contains
                   11894:          "content-disposition" header with any value? now considering that
                   11895:          part to be "file#" [for text/plain text/html were $.text#
                   11896:          $.html#]
                   11897: 
                   11898:        * INSTALL: updatet to latest working versions available
                   11899: 
                   11900: 2005-01-20  paf
                   11901: 
                   11902:        * configure.in, src/include/pa_version.h: version
                   11903: 
                   11904: 2005-01-19  paf
                   11905: 
1.116     moko     11906:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   11907:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   11908:          couple warnings in parser3.C
1.95      moko     11909: 
                   11910: 2004-12-23  paf
                   11911: 
                   11912:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   11913: 
                   11914:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   11915:          dir to directory of script (when shbang used), not to directory
                   11916:          of its interpreter
                   11917: 
                   11918:        * src/include/pa_version.h: compiled on win32...
                   11919: 
                   11920:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   11921:          we need more hspace
                   11922: 
                   11923:        * configure, configure.in, src/include/pa_version.h: configured
                   11924:          host to pa_version. will be displayed everywhere
                   11925: 
                   11926:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   11927:          exception from being logged by setting $exception.handled(1)
                   11928: 
                   11929:        * operators.txt, src/classes/file.C: change:
                   11930:          ^file::sql{query}[[options]] options: $.name[file name]
                   11931:          $.content-type[application/what]
                   11932: 
                   11933:        * src/: include/pa_common.h, main/pa_common.C,
                   11934:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   11935:          new file
                   11936: 
                   11937:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   11938:          bugfix: table->hash now regards _default
                   11939: 
                   11940:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   11941:          created by accessing $name_of_method it acquired bad self=closest
                   11942:          methodframe; instead of proper self (current class)
                   11943: 
                   11944:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   11945:          hashfile produced bad cord
                   11946: 
                   11947: 2004-12-10  paf
                   11948: 
                   11949:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   11950:          subsequent failures though defined in .h
                   11951: 
                   11952:        * src/main/pa_common.C: comment on volatile
                   11953: 
                   11954:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   11955:          alarm function were not used since the beginning due to stupid
                   11956:          error [setsigjmp were not checked in configure.in]
                   11957: 
                   11958:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   11959:          unix too
                   11960: 
                   11961:        * src/main/pa_common.C: http: exception status of send/recv errors
                   11962:          change to most probable http.timeout
                   11963: 
                   11964:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   11965:          works [setsockopt on send/receive]
                   11966: 
                   11967: 2004-12-08  paf
                   11968: 
                   11969:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   11970:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   11971:          proper charset
                   11972: 
                   11973: 2004-11-24  paf
                   11974: 
                   11975:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   11976: 
                   11977:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   11978:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   11979: 
                   11980: 2004-11-12  paf
                   11981: 
                   11982:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   11983:          [since 3.0.4]
                   11984: 
                   11985: 2004-11-09  paf
                   11986: 
                   11987:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   11988:          writes basics to c:\parser3.log
                   11989: 
                   11990: 2004-10-21  paf
                   11991: 
                   11992:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   11993:          tainted strings [were returning clean onces]
                   11994: 
                   11995: 2004-10-15  paf
                   11996: 
                   11997:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   11998:          cycles(i=1; i=2), which was wrong, now does ONE
                   11999: 
                   12000: 2004-10-12  paf
                   12001: 
                   12002:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   12003: 
                   12004: 2004-10-07  paf
                   12005: 
                   12006:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   12007:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   12008:          release asserts
                   12009: 
                   12010:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   12011:          String.dump() to stdout in detailed form  [were String.v() in
                   12012:          short form]
                   12013: 
                   12014:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   12015:          \t\r\n as @#| and truncates long char sequences less
                   12016: 
                   12017: 2004-10-06  paf
                   12018: 
                   12019:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   12020:          win32 beauty: socket errors properly decoded
                   12021: 
                   12022: 2004-10-05  paf
                   12023: 
                   12024:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   12025:          request::configure_user/admin done always, even if no
                   12026:          file-to-process useful in @unhandled_exception [say, if they
                   12027:          would want to mail by SMTP something]
                   12028: 
                   12029:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   12030:          now performed prior to file loading [and @auto executing] thus
                   12031:          making $cookie:value available in @auto and in
                   12032:          @unhandled_exception when IIS is configured to run interpreter
                   12033:          even if no file exist
                   12034: 
                   12035: 2004-09-20  paf
                   12036: 
                   12037:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   12038:          somewhere where it should have called xmlMalloc and it calls
                   12039:          xmlFree when it should have not called it.  inserted two
                   12040:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   12041:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   12042:          author would fix all that.  until that day: we have SLOW garbage
                   12043:          collecting when many xml objects are alive hint: do
                   12044:          ^memory:compact[] before xdoc::create
                   12045: 
                   12046: 2004-09-17  paf
                   12047: 
                   12048:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   12049:          error from 3.0.8 version]
                   12050: 
                   12051: 2004-09-14  paf
                   12052: 
                   12053:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   12054:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   12055:          modified inside
                   12056: 
                   12057: 2004-09-13  paf
                   12058: 
                   12059:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   12060:          [were as octal]
                   12061: 
                   12062:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   12063:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   12064:          safety-check
                   12065: 
                   12066:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   12067:          [not something obscure from sdbm lib]
                   12068: 
                   12069:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   12070:          = strerror now returnes something and we can properly report that
                   12071:          to client
                   12072: 
                   12073:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   12074:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   12075: 
                   12076:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   12077:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   12078:          not be unnecessary optimized away [ruining javascript]
                   12079: 
                   12080:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   12081:          [tainted as-is]
                   12082: 
                   12083:        * src/classes/mail.C: bugfix: typo error
                   12084: 
                   12085: 2004-09-09  paf
                   12086: 
                   12087:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   12088:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   12089:          (bloody yandex.server)
                   12090: 
                   12091: 2004-09-06  paf
                   12092: 
                   12093:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   12094:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   12095:          encoded
                   12096: 
                   12097: 2004-09-01  paf
                   12098: 
                   12099:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   12100:          multipart/related outlook express have no problems showing
                   12101:          unrelated attachments.  todo: someday figure out a way of
                   12102:          multipart/mixed    multipart/related       text/html
                   12103:          image/xxx application/octet-stream << true attachments
                   12104: 
                   12105:        * src/types/pa_vmail.C: new:
                   12106:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   12107:          empty mail header fields removed from letter
                   12108: 
                   12109:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   12110:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   12111:          ^mail:send[    $.file[       $.any[header]
                   12112: 
                   12113: 2004-08-30  paf
                   12114: 
                   12115:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   12116:          warnings
                   12117: 
                   12118:        * src/main/pa_common.C: beauty: do not bother with charset
                   12119:          detection when ^file::load[binary
                   12120: 
                   12121: 2004-08-27  paf
                   12122: 
                   12123:        * src/main/pa_common.C: hack: for yandex.server http server
                   12124: 
                   12125: 2004-08-18  paf
                   12126: 
                   12127:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   12128:          possibly-chunked response
                   12129: 
                   12130: 2004-08-17  paf
                   12131: 
                   12132:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   12133:          $f.content-type now = that of http response
                   12134: 
                   12135:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   12136:          $f.content-type now = that of http response
                   12137: 
                   12138: 2004-07-30  paf
                   12139: 
                   12140:        * src/: include/pa_request.h, main/pa_request.C,
                   12141:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   12142:          win32: system&parser exceptions in release mode reported properly
                   12143:          parser exception in exception handler WERE mistakenly reported as
                   12144:          system exception, without details [in apache & isapi] +some
                   12145:          beauty in exception text
                   12146: 
                   12147:        * src/: include/pa_exception.h, main/pa_request.C,
                   12148:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   12149:          release mode reported properly parser exception in exception
                   12150:          handler WERE mistakenly reported as system exception, without
                   12151:          details
                   12152: 
                   12153:        * src/main/execute.C: beauty: simplified system exception handling
                   12154: 
                   12155: 2004-07-29  paf
                   12156: 
                   12157:        * src/classes/table.C: bugfix:
                   12158:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   12159:          were ignored, and \t used unconditionally]
                   12160: 
                   12161:        * src/types/Makefile.am: added vhash.c
                   12162: 
                   12163: 2004-07-28  paf
                   12164: 
                   12165:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   12166:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   12167:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   12168:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   12169:          failed on russian letters
                   12170: 
                   12171:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   12172:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   12173:          letters
                   12174: 
                   12175:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   12176:          as 'currentDirectory' parameter to CreateProcess
                   12177: 
                   12178: 2004-07-27  paf
                   12179: 
                   12180:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   12181:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   12182:          from release somewhere [to help searching for unhandled system
                   12183:          exceptions]
                   12184: 
                   12185:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   12186:          TZ shift
                   12187: 
                   12188:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   12189:          but also in ctor
                   12190: 
                   12191: 2004-07-26  paf
                   12192: 
                   12193:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   12194:          src/main/pa_request.C, src/types/pa_vfile.h,
                   12195:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12196:          src/types/types.vcproj: new: $response:body/download[
                   12197:          $.file[name on disk]    $.name[of file for user]
                   12198:          $.mdate[date of last-modified. default from directory] ]
                   12199: 
                   12200:        * src/classes/file.C: moving file:send somewhere else..
                   12201: 
                   12202:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   12203:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   12204:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   12205:          $response:download[ $.filename[filename] $.option[] ,, ]
                   12206: 
                   12207:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   12208: 
                   12209: 2004-07-21  paf
                   12210: 
                   12211:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   12212:          to several lines
                   12213: 
                   12214:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   12215: 
                   12216:          note: ms outlook[!express] shows only first 255 characters of
                   12217:          subject
                   12218: 
                   12219: 2004-07-15  paf
                   12220: 
                   12221:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   12222:          off]
                   12223: 
                   12224: 2004-07-14  paf
                   12225: 
                   12226:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   12227:          according to lang  [were: as-is]
                   12228: 
                   12229: 2004-07-07  paf
                   12230: 
                   12231:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   12232:          checked that
                   12233: 
                   12234:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   12235:          now untainted according to their languages.  were: as-is.
                   12236:          EVERYWHERE
                   12237: 
                   12238:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   12239:          environment string now untainted according to their languages.
                   12240:          were: as-is. EVERYWHERE
                   12241: 
                   12242:        * src/main/pa_exec.C: bufix: on unix environment string now
                   12243:          untainted according to their languages.  were: as-is. on win32:
                   12244:          ok
                   12245: 
                   12246:        * parser3.vssscc: ...would not go unnoticed
                   12247: 
                   12248:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   12249:          fails. in case on input appears nonutf, those bytes will be
                   12250:          printed in %HH form. that can be easily decoded/recovered.
                   12251: 
                   12252:          this form is quite noticable, and hopefully would not go noticed
                   12253: 
                   12254: 2004-07-06  paf
                   12255: 
                   12256:        * src/main/pa_exec.C: bufix: on unix environment string now
                   12257:          untainted according to their languages.  were: as-is. on win32:
                   12258:          ok
                   12259: 
                   12260: 2004-07-01  paf
                   12261: 
                   12262:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   12263:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   12264:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12265:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   12266:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   12267:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   12268:          option: global optimization ON
                   12269: 
                   12270:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   12271:          to do xdoc::create{invalid chars} standard disables chars less
                   12272:          then \x20, except tab, cr, lf.
                   12273: 
                   12274:          changed tainting so that those become '!'
                   12275: 
                   12276: 2004-06-25  paf
                   12277: 
                   12278:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   12279:          int on odd address [prev bugfix failed due to superwize
                   12280:          optimizer, which turned memcpy into same 'ld' asm command]
                   12281: 
                   12282:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   12283:          int on odd address
                   12284: 
                   12285: 2004-06-22  paf
                   12286: 
                   12287:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   12288: 
                   12289:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   12290:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12291:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   12292:          paf(:a)}[                $.bind[                         $.a[2]
                   12293:                 ]       ] output variables work.  todo: check in out
                   12294:          variables
                   12295: 
                   12296: 2004-06-18  paf
                   12297: 
                   12298:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   12299:          classes/table.C, classes/void.C, include/pa_globals.h,
                   12300:          include/pa_sql_connection.h, main/compile.tab.C,
                   12301:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   12302:                      $.bind[                         $.a[2]          ]
                   12303:          ] input variables work.  todo:output
                   12304: 
                   12305:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   12306:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   12307:          /_bug.html?404;http://hpsv/test/
                   12308:          --------------------------------------------------------------------------------
                   12309:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   12310:          --------------------------------------------------------------------------------
                   12311:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   12312: 
                   12313: 2004-06-16  paf
                   12314: 
                   12315:        * src/targets/cgi/parser3.C: new: iis specific
                   12316:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   12317:          $request:query
                   12318:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   12319:          $form:fields IIS-STATUS="404"
                   12320:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   12321: 
                   12322:          todo: isapi too
                   12323: 
                   12324: 2004-05-26  paf
                   12325: 
                   12326:        * src/include/pa_version.h: 3.1.3
                   12327: 
                   12328:        * operators.txt: beauty: removed outdated level 'table'
                   12329: 
                   12330:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   12331: 
                   12332:        * src/main/pa_string.C: beauty: removed 3 warnings
                   12333: 
                   12334:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   12335:          classes/op.C: beauty: removed outdated level 'table'
                   12336: 
                   12337: 2004-05-25  paf
                   12338: 
                   12339:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   12340:          implementation. mistery: how anything worked
                   12341: 
                   12342:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   12343:          changed, it is now safe to use url if pointers to it are stored
                   12344:          to gc mem
                   12345: 
                   12346:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   12347:          unknown errors reported and not cause SIGSEGV now
                   12348: 
                   12349: 2004-05-24  paf
                   12350: 
                   12351:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12352:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   12353:          less memory: CORD_chars_block originally intended to ...  it was
                   12354:          good that CORD_chars_block were not used: it consumes more memory
                   12355:          [and, might be slow too] undoing that. [and removed that func so
                   12356:          that it would not confuse parser developer in future]
                   12357: 
                   12358:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   12359:          less memory: CORD_chars_block originally intended to
                   12360:          speedup/reduce mem usage were forgotten, and were used stupid
                   12361:          CORD_chars
                   12362: 
                   12363:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   12364: 
                   12365:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   12366:          BIGENDIAN processors space-conserving mech failed, causing
                   12367:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   12368:          (1|2|3));
                   12369: 
                   12370: 2004-05-14  paf
                   12371: 
                   12372:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   12373:          bugfix: void now has vfile value, and $response:body[] works OK
                   12374: 
                   12375: 2004-05-12  paf
                   12376: 
                   12377:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   12378:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   12379:          sources to use is_defined() {return as_bool();} along VBool
                   12380: 
                   12381: 2004-05-11  paf
                   12382: 
                   12383:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   12384:          referencing to local objects
                   12385: 
                   12386:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   12387:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   12388:          left intact
                   12389: 
                   12390: 2004-04-15  paf
                   12391: 
                   12392:        * src/classes/date.C: merged: beauty: unused var removed
                   12393: 
                   12394:        * src/classes/date.C: beauty: unused var removed
                   12395: 
                   12396:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   12397:          provoked bug
                   12398: 
                   12399: 2004-04-09  paf
                   12400: 
                   12401:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   12402: 
                   12403:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   12404: 
                   12405: 2004-04-08  paf
                   12406: 
                   12407:        * src/classes/date.C: new: ^date::create[y-m-d
                   12408:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   12409: 
                   12410:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   12411: 
                   12412:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   12413:          to consult default catalog [usually, that file belongs to other
                   12414:          user/group]
                   12415: 
                   12416: 2004-04-06  paf
                   12417: 
                   12418:        * src/main/pa_common.C: beauty: gcc warning removed
                   12419: 
                   12420:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   12421:          accept that trick, trying other
                   12422: 
                   12423:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   12424:          explicit result problem
                   12425: 
                   12426:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   12427:          explicit result problem
                   12428: 
                   12429:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   12430:          explicit result problem
                   12431: 
                   12432:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   12433: 
                   12434:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   12435:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   12436:          failed
                   12437: 
                   12438:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12439:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12440:          gethostbyname failed with such 'domains'] now checked properly,
                   12441:          were: needless reverse/forward dns lookup
                   12442: 
                   12443:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   12444:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   12445:          gethostbyname failed with such 'domains'] now checked properly,
                   12446:          were: needless reverse/forward dns lookup
                   12447: 
                   12448:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   12449:          @method[][result] means "no string output here" moved to lexical
                   12450:          level [on grammar level it were too difficult]
                   12451: 
                   12452:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   12453:          src/main/compile.y, src/main/compile_tools.h,
                   12454:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   12455:          @method[][result] means "no string output here", implemented part
                   12456:          of that idea: compiler throws away string literal generation
                   12457:          code. and barks nonwhitespace chars
                   12458: 
                   12459:        * operators.txt: truth: removed comment about $ORIGIN
                   12460: 
                   12461: 2004-04-05  paf
                   12462: 
                   12463:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   12464:          src/include/pa_version.h, src/main/pa_common.C,
                   12465:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   12466: 
                   12467:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   12468:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   12469: 
                   12470:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   12471: 
                   12472:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   12473:          interfered with FAR console
                   12474: 
                   12475:        * configure, configure.in: 3.1.3
                   12476: 
                   12477:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   12478: 
                   12479:        * src/main/pa_common.C: removed warning
                   12480: 
                   12481:        * src/include/pa_version.h: 3.1.3
                   12482: 
                   12483: 2004-04-02  paf
                   12484: 
                   12485:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   12486: 
                   12487:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   12488:          allows to specify where to put parser log file
                   12489: 
                   12490: 2004-04-01  paf
                   12491: 
                   12492:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   12493:          without tab and enter were ignored
                   12494: 
                   12495:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   12496:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   12497:          main/pa_socks.C, targets/cgi/parser3.C,
                   12498:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   12499:          bugfix: sql connections now are disconnected
                   12500: 
                   12501: 2004-03-30  paf
                   12502: 
                   12503:        * src/classes/table.C: bugfix: table::load last line without tab
                   12504:          and enter were ignored
                   12505: 
                   12506:        * src/classes/table.C: bufix: if last table lines were commented,
                   12507:          gpfed
                   12508: 
                   12509:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   12510:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   12511:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   12512:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   12513:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   12514:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   12515:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   12516:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   12517:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   12518: 
                   12519: 2004-03-29  paf
                   12520: 
                   12521:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   12522:          causes gpf
                   12523: 
                   12524:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   12525:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   12526:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   12527:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   12528:          value.dox: translated to english
                   12529: 
                   12530: 2004-03-25  paf
                   12531: 
                   12532:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   12533:          parser3project dependency removed
                   12534: 
                   12535:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   12536:          bugfix: refused to compile without xml
                   12537: 
                   12538:        * src/types/pa_vform.C: beauty: removed warning
                   12539: 
                   12540:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   12541:          any folder [removed last ;) folder dependency]
                   12542: 
                   12543:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   12544:          folder [removed last ;) folder dependency]
                   12545: 
                   12546:        * src/include/pa_version.h: release
                   12547: 
                   12548:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   12549: 
                   12550:        * src/classes/table.C: beauty: comment& more meaningful error
                   12551:          message
                   12552: 
                   12553:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   12554:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   12555:          thing]
                   12556: 
                   12557: 2004-03-23  paf
                   12558: 
                   12559:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   12560:          and http status line parsing checked number of columns in table
                   12561:          [user reported an assert]
                   12562: 
                   12563:        * operators.txt: example: on hashfile
                   12564: 
                   12565:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   12566:          bugfix: junction reattach now actually reattaches a junction to
                   12567:          new wcontext [were only assigning it to junction, which caused
                   12568:          junction tracking to loose junction, and it's context were not
                   12569:          killed, and it tried to process in invalid context, gpf]
                   12570: 
                   12571:        * src/targets/cgi/parser3.C: debug helper added
                   12572: 
                   12573: 2004-03-19  paf
                   12574: 
                   12575:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   12576:          "type(type)" in braces
                   12577: 
                   12578: 2004-03-10  paf
                   12579: 
                   12580:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   12581:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12582:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   12583:          solution to search-in-namespaces problem:
                   12584:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   12585:          $nodes[^xdoc.select[//x:second]]
                   12586: 
                   12587:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   12588:          expression][[NAMESPACES HASH]] allows to search for info in
                   12589:          namespaces
                   12590: 
                   12591:          $nodes[^xdoc.select[//x:second][
                   12592:          $.x[http://pif.design.ru/] ]]
                   12593: 
                   12594: 2004-03-09  paf
                   12595: 
                   12596:        * operators.txt, src/main/pa_common.C: new:
                   12597:          ^file::load[...][options]         $.form[
                   12598:          !$.field1[string]
                   12599:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   12600:               ]         !$.body[string]
                   12601: 
                   12602:          GET ?here notGET(POST, HEAD, others) in content-type:
                   12603:          application/x-www-form-urlencoded
                   12604: 
                   12605:          todo: upload files ability
                   12606: 
                   12607:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   12608:          properly, done
                   12609: 
                   12610: 2004-03-05  paf
                   12611: 
                   12612:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   12613:          GET/POST $.form[$.fields started, not tested yet
                   12614:          todo:$.field[table] for multiple values
                   12615: 
                   12616:        * operators.txt: new: http:// options $.user $.password basic
                   12617:          authorization
                   12618: 
                   12619:        * src/main/pa_common.C: beauty: link to rtf added
                   12620: 
                   12621:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   12622:          new: http:// options $.user $.password basic authorization
                   12623: 
                   12624:        * src/main/pa_common.C: beauty: removed needless vars
                   12625: 
                   12626:        * operators.txt: new: pgsql option [like that recently added to
                   12627:          oracle driver]             ClientCharset=parser-charset <<
                   12628:          charset in which parser thinks client works
                   12629: 
                   12630:        * operators.txt: new: odbc option [like that recently added to
                   12631:          oracle driver]             ClientCharset=parser-charset <<
                   12632:          charset in which parser thinks client works
                   12633: 
                   12634:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   12635: 
                   12636:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   12637:          char!
                   12638: 
                   12639:        * etc/parser3.charsets/windows-1251.cfg: typo
                   12640: 
                   12641: 2004-03-04  paf
                   12642: 
                   12643:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   12644:          cached, sql transcoding now goes faster
                   12645: 
                   12646:        * operators.txt: new: mysql option [like that recently added to
                   12647:          oracle driver]             ClientCharset=parser-charset <<
                   12648:          charset in which parser thinks client works
                   12649: 
                   12650:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   12651:          typo error
                   12652: 
                   12653:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   12654:          chars commented
                   12655: 
                   12656: 2004-03-03  paf
                   12657: 
                   12658:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   12659:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   12660: 
                   12661: 2004-03-02  paf
                   12662: 
                   12663:        * operators.txt: new[update typo]:     !^void.left(n)
                   12664:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   12665:                nothing
                   12666: 
                   12667:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   12668:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   12669:                nothing
                   12670: 
                   12671:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   12672:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   12673:          row with columns:   first: data   second: file name   third:
                   12674:          content-type
                   12675: 
                   12676:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   12677:          ^connect gets properly escaped string, which can be passed to
                   12678:          request now this for mysql only. it's up to parser sql driver to
                   12679:          fix zeros properly
                   12680: 
                   12681:        * INSTALL: note: added on building apache with this option:
                   12682:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   12683: 
                   12684: 2004-03-01  paf
                   12685: 
                   12686:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   12687:          extension memory:compact befor processingrequest
                   12688: 
                   12689:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   12690:          call sole column of result
                   12691: 
                   12692:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   12693:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   12694:          pixel color
                   12695: 
                   12696:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   12697:          beauty: image -- less checks [were ugly impl]
                   12698: 
                   12699:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   12700:          negative values now considered bad
                   12701: 
                   12702:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   12703: 
                   12704:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   12705:          options now have unified defaults [after transform
                   12706:          indent/omit-xml-declaration/standalone 'default' erroreously
                   12707:          meant 'true']
                   12708: 
                   12709:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   12710:          added [on some platforms gethostbyname failed with such
                   12711:          'domains']
                   12712: 
                   12713:        * src/include/pa_config_auto.h.in: no select check, no define
                   12714: 
                   12715:        * src/classes/string.C: feature: ^string.trim both parameters may
                   12716:          be empty-strings, meaning kind=both chars=whitespaces
                   12717: 
                   12718:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   12719:          exist
                   12720: 
                   12721:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   12722:          exception if it is
                   12723: 
                   12724:        * src/classes/string.C: changed: ^string.trim [] << both,
                   12725:          whitespaces [start|both|end] << kind, whitespaces
                   12726:          [start|both|end;chars]  full
                   12727: 
                   12728: 2004-02-27  paf
                   12729: 
                   12730:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   12731:          method: ^string.trim[start|both|end[;chars]]        default
                   12732:          'chars' -- whitespace chars finished
                   12733: 
                   12734:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   12735:          src/main/pa_string.C: new method:
                   12736:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   12737:          whitespace chars   started, only start works
                   12738: 
                   12739:        * src/main/compile.C: bugfix: line numbers after
                   12740:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   12741:          signed
                   12742: 
                   12743:        * src/main/untaint.C: speed: there's no \n chars in output
                   12744:          [normally], so no need to optimize them they could be retrived
                   12745:          from databases, though. but 1. should be replaced 2. if not
                   12746:          optimized, no harm done
                   12747: 
                   12748:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   12749:          ^file::exec/cgi could return invalid status & zombie child can
                   12750:          remain for short period until process exists [very bad in
                   12751:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   12752: 
                   12753:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   12754:          malicious SMTP server to attack as by returning too long status
                   12755:          responses http://i2/tasks/edit/?id=4629448401140924947
                   12756: 
                   12757: 2004-02-26  paf
                   12758: 
                   12759:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   12760:          are         $.main[to what to rename @main]         $.file[file,
                   12761:          from which (user says) goes that CODE]         $.lineno(line
                   12762:          number in that file, where CODE starts. may be negative)
                   12763: 
                   12764:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12765:          src/main/compile.C, src/main/compile_tools.h,
                   12766:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   12767:          options] which are         $.main[to what to rename @main]
                   12768:          $.file[file, from which (user says) goes that CODE]
                   12769:          $.lineno(line number in that file, where CODE starts. may be
                   12770:          negative)
                   12771: 
                   12772: 2004-02-25  paf
                   12773: 
1.116     moko     12774:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   12775:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     12776: 
                   12777:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   12778:          produces hash of column=>1
                   12779: 
                   12780:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   12781:          with incomplete errno constants set
                   12782: 
                   12783: 2004-02-24  paf
                   12784: 
                   12785:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   12786:          "man select"
                   12787: 
                   12788:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   12789: 
                   12790:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   12791: 
                   12792:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   12793: 
1.116     moko     12794:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     12795: 
                   12796:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   12797:          unix: steps to work on unix [extracted 'to']
                   12798: 
                   12799:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   12800: 
                   12801:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   12802: 
1.116     moko     12803:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12804:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   12805:          unix [testing on solaris]
1.95      moko     12806: 
                   12807: 2004-02-20  paf
                   12808: 
                   12809:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   12810:          pointing that out
                   12811: 
                   12812:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   12813:          fixed again [same solution, mistanenly removed one line]
                   12814: 
                   12815: 2004-02-19  paf
                   12816: 
                   12817:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   12818:          date::create from bad datetime in spring daylightsaving hole now
                   12819:          OK for all platforms [on some platforms it failed]
                   12820: 
                   12821:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   12822:          in daylightsaving hole] now throws error
                   12823: 
                   12824:        * src/classes/date.C: comment: mistake fixed
                   12825: 
                   12826: 2004-02-18  paf
                   12827: 
                   12828:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   12829:          now renderes in $request:charset, but in header puts
                   12830:          $response:charset todo: make that default only so that coder
                   12831:          could override that
                   12832: 
                   12833:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   12834:          turns off omit-xml-declaration
                   12835: 
                   12836:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   12837:          /.xsl for sample
                   12838: 
                   12839: 2004-02-17  paf
                   12840: 
                   12841:        * src/classes/xdoc.C: beauty: needless helper class removed
                   12842: 
                   12843:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   12844:          copied extra time
                   12845: 
                   12846:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   12847:          part of libxml
                   12848: 
                   12849:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   12850:          libxml to do the work] <xsl:output        method="html"
                   12851:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   12852:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   12853:          />
                   12854: 
                   12855:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   12856: 
                   12857:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   12858:          caused assertion
                   12859: 
                   12860:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   12861:          could hang. now such add does nothing, sub clears $hash
                   12862: 
                   12863:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   12864:          not made quoted-printable
                   12865: 
                   12866:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   12867:          string invariant
                   12868: 
                   12869: 2004-02-16  paf
                   12870: 
                   12871:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   12872:          cleared [were not cleared properly]
                   12873: 
                   12874: 2004-02-13  paf
                   12875: 
1.116     moko     12876:        * src/include/pa_version.h: prerelease
1.95      moko     12877: 
                   12878:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   12879:          used, introducing dependencies timestamp check
                   12880: 
                   12881:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12882:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   12883:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   12884:          .xsl.stamp now not used, introducing dependencies timestamp check
                   12885: 
1.150     moko     12886:        * configure.in: auto.p: @conf made relative
1.95      moko     12887: 
                   12888: 2004-02-12  paf
                   12889: 
                   12890:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   12891:          ruined empty <input type=file> submits. parser thought there were
                   12892:          nameless empty file and $form:field got value of type 'file'
                   12893: 
                   12894:        * INSTALL: --without-threads
                   12895: 
                   12896:        * src/include/pa_sapi.h: 2004
                   12897: 
                   12898: 2004-02-11  paf
                   12899: 
                   12900:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12901:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12902:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12903:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12904:          classes/response.C, classes/string.C, classes/table.C,
                   12905:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12906:          include/pa_array.h, include/pa_cache_managers.h,
                   12907:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12908:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12909:          include/pa_dictionary.h, include/pa_dir.h,
                   12910:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12911:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12912:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12913:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12914:          include/pa_socks.h, include/pa_sql_connection.h,
                   12915:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   12916:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   12917:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12918:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12919:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12920:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12921:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12922:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12923:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12924:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12925:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12926:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12927:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12928:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12929:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12930:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   12931:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12932:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12933:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12934:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12935:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12936:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12937:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12938:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12939:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12940:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12941:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12942:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12943:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12944:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12945:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12946:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12947:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12948:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12949:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12950:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12951:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   12952: 
                   12953:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   12954:          debug version of gc.dll
                   12955: 
                   12956:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12957:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12958:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   12959:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   12960:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   12961:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   12962:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   12963:          processes
                   12964: 
                   12965:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   12966:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   12967:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   12968:          changes to reflect libxml xsl new folders
                   12969: 
                   12970:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12971:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12972:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   12973:          to reflect libxml xsl new folders
                   12974: 
                   12975:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12976:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12977:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   12978:          types/types.vcproj: started changes to reflect libxml xsl new
                   12979:          folders
                   12980: 
                   12981:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   12982:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12983:          src/main/compile.tab.C, src/main/main.vcproj,
                   12984:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   12985:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12986:          started changes to reflect libxml xsl new folders
                   12987: 
                   12988: 2004-02-10  paf
                   12989: 
                   12990:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   12991:          compile. recommened latest libxml up to date
                   12992: 
                   12993:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   12994:          pattern compilation errors", on which spent 4 hours worktime. use
                   12995:          versions higher than that. recommended now latest up to date
                   12996: 
                   12997: 2004-02-06  paf
                   12998: 
                   12999:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   13000:          beauty: unified destructing style
                   13001: 
                   13002:        * src/main/untaint.C: beauty: removed old def/ifdef
                   13003: 
                   13004:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   13005:          now
                   13006: 
                   13007: 2004-02-03  paf
                   13008: 
                   13009:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   13010:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   13011:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   13012:          then %ld/%lu
                   13013: 
                   13014:        * src/main/pa_common.C: typo: %l -> %u
                   13015: 
                   13016:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   13017:          in attributes or documents-results of transform now not &#04xx;
                   13018: 
                   13019:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   13020: 
                   13021:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   13022: 
                   13023:        * src/main/pa_charset.C: beauty: uncomment
                   13024:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   13025:          libraries
                   13026: 
                   13027: 2004-02-02  paf
                   13028: 
                   13029:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   13030:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   13031: 
                   13032:          $cookie:example[        $.value[]       $.expires[session]
                   13033:          $.path[/there/]         $.domain[test.com] ]
                   13034: 
                   13035:        * src/types/pa_vform.C: bugfix: empty values with
                   13036:          enctype=multipart/form-data now produce entries in $form:tables
                   13037:          <form method=post enctype=multipart/form-data> <input type=hidden
                   13038:          name=a> <input type=hidden name=b>
                   13039: 
                   13040:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   13041:          <hr> <pre>$request:body
                   13042: 
                   13043: 2004-01-30  paf
                   13044: 
                   13045:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   13046:          or documents-results of transform now not &#04xx;
                   13047: 
                   13048:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   13049:          produce exception.
                   13050: 
                   13051:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   13052:          bugfix: ^date::create[invalid fields now produce exception.
                   13053: 
                   13054:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   13055:          year] now produces exception. todo: check other fields
                   13056: 
                   13057: 2004-01-29  paf
                   13058: 
                   13059:        * src/include/pa_memory.h: typo error
                   13060: 
                   13061:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   13062:          more byte then specified, then zeroed it << useless and
                   13063:          potentially harmful(could gpf)
                   13064: 
                   13065: 2004-01-22  paf
                   13066: 
                   13067:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   13068: 
                   13069:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   13070:          optimization
                   13071: 
                   13072:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   13073:          [were bug: ^taint[1 & 2]="1 &2"
                   13074: 
                   13075:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   13076:          errors
                   13077: 
                   13078:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   13079:          overflow
                   13080: 
                   13081:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   13082:          error-reporting code * in parser-error reporting code [when no
                   13083:          @unhandled_exception defined]
                   13084: 
                   13085:          fixed in one place: my *snprintf override
                   13086: 
                   13087: 2004-01-13  paf
                   13088: 
                   13089:        * operators.txt: typo erro
                   13090: 
                   13091: 2003-12-25  paf
                   13092: 
                   13093:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   13094:          garbled  [pieces after zero bytes were removed]
                   13095: 
                   13096: 2003-12-22  paf
                   13097: 
1.116     moko     13098:        * src/include/Makefile.am: bugfix: removed from dist:
                   13099:          src/include/pa_config_auto.h which were configured for
1.95      moko     13100:          make-dist-platform and badly updated proper config file in target
                   13101:          [when .tar used for updating existing source tree]
                   13102: 
                   13103:        * ChangeLog, operators.txt, src/classes/op.C,
                   13104:          src/include/pa_sql_connection.h,
                   13105:          src/include/pa_sql_driver_manager.h,
                   13106:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   13107:          feature: sql introducing ability to transcode charsets
                   13108: 
                   13109: 2003-12-19  paf
                   13110: 
                   13111:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   13112:          error message
                   13113: 
                   13114:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   13115:          structure for libxml now allocated properly
                   13116: 
                   13117: 2003-12-17  paf
                   13118: 
                   13119:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   13120: 
                   13121:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   13122: 
                   13123:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   13124: 
                   13125:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   13126:          unreported xmlGenericErrors]
                   13127: 
                   13128: 2003-12-15  paf
                   13129: 
                   13130:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   13131:          works}
                   13132: 
                   13133: 2003-12-11  paf
                   13134: 
                   13135:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   13136:          id
                   13137:              !$status:tid thread id
                   13138: 
                   13139:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   13140:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   13141:          bugfix(solaris): removed dependency on object initialization
                   13142:          order [one more place]
                   13143: 
                   13144:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   13145:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   13146:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   13147:          understand that
                   13148: 
                   13149:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   13150:          classes/xdoc.C, include/pa_cache_managers.h,
                   13151:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13152:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   13153:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   13154:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   13155:          ctor call [relying on implicit String::Body(cstr) call]
                   13156: 
                   13157:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   13158:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   13159:          object initialization order [two places]
                   13160: 
                   13161: 2003-12-10  paf
                   13162: 
                   13163:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   13164:          << time now ok
                   13165: 
                   13166:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13167:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   13168:          operational
                   13169: 
                   13170:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   13171:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   13172:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   13173:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   13174:          back operational
                   13175: 
                   13176: 2003-12-02  paf
                   13177: 
                   13178:        * src/types/pa_vmail.C: bugfix:
                   13179:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   13180:          as-is forced]
                   13181: 
                   13182:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   13183:          exceptions out of libxml callbacks: reimplemented error handling
                   13184:          of http://localhost, parser://method and safemode check callbacks
                   13185: 
                   13186:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   13187:          [merged from HEAD]
                   13188: 
                   13189:        * src/classes/image.C: nothing: comment removed
                   13190: 
                   13191:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   13192:          addresses to int
                   13193: 
                   13194: 2003-12-01  paf
                   13195: 
                   13196:        * src/main/pa_xml_io.C: bugfix: typo
                   13197: 
                   13198:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   13199: 
                   13200:        * src/classes/xdoc.C: bugfix: typo
                   13201: 
                   13202:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   13203:          exception
                   13204: 
                   13205:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   13206: 
                   13207: 2003-11-28  paf
                   13208: 
                   13209:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   13210:          all xml documents read
                   13211: 
                   13212:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   13213: 
                   13214:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   13215:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   13216:          replaced original open mech of xdoc::create & co to use libxml
                   13217:          open, so that this would work for root document todo: safe mode
                   13218:          checks to libxml: ideally to some 1 point
                   13219: 
                   13220:        * src/main/pa_xml_io.C: comment
                   13221: 
                   13222:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   13223:          http://parser[abscent params]
                   13224: 
                   13225:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   13226:          works.  todo: maybe replace original open mech of xdoc::create &
                   13227:          co to use libxml open, so that this would work for root document
                   13228: 
                   13229:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   13230:          "parser://method/params/here"> <test>   &test^; </test> }]
                   13231: 
                   13232:          ^taint[^xdoc.string[]]
                   13233: 
                   13234:          @method[param] <!ENTITY test
                   13235:          "test-entity-value+$form:user+$param!">
                   13236: 
                   13237: 2003-11-27  paf
                   13238: 
                   13239:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   13240: 
                   13241:        * src/classes/date.C: bugfix: typo error
                   13242: 
                   13243: 2003-11-26  paf
                   13244: 
                   13245:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   13246:          src/main/Makefile.am, src/main/main.vcproj,
                   13247:          src/main/pa_globals.C, src/main/pa_request.C,
                   13248:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   13249:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   13250:          to pa_xml_io.C/h
                   13251: 
                   13252:        * src/types/pa_value.h: warnings: --
                   13253: 
                   13254: 2003-11-25  paf
                   13255: 
                   13256:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   13257:          whatever)
                   13258: 
                   13259:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   13260:          a, (c?x:y, z)
                   13261: 
                   13262:        * src/main/untaint.C: bugfix: consequences of not reading this
                   13263:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   13264:          <= 0 ==> none    */
                   13265: 
                   13266:        * src/include/pa_array.h: removed needless checks
                   13267: 
                   13268: 2003-11-24  paf
                   13269: 
                   13270:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   13271:          removed limit: now $form:xxx can be accessed anytime, even in
                   13272:          @auto/conf [and request/response:charset still can be changed
                   13273:          anytime]
                   13274: 
                   13275:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   13276:          now not transcodes response body
                   13277: 
                   13278:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   13279:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   13280:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   13281:          $xdoc.firstChild.firstChild.nodeValue[different]
                   13282:          ^taint[^xdoc.string[]]
                   13283: 
                   13284:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   13285:          workaround: static Hash::allocates -> static Hash_allocates
                   13286: 
                   13287: 2003-11-21  paf
                   13288: 
1.116     moko     13289:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   13290:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   13291:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     13292: 
                   13293:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   13294: 
                   13295:        * src/classes/mail.C: bugfix: typo
                   13296: 
                   13297:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     13298:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   13299:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   13300:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   13301:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     13302:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   13303: 
                   13304:        * src/main/pa_exec.C: bug in safe mode
                   13305: 
                   13306:        * src/include/Makefile.am: pa_xml_exception.h
                   13307: 
                   13308:        * src/targets/isapi/parser3isapi.C: more warnings --
                   13309: 
                   13310: 2003-11-20  paf
                   13311: 
                   13312:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   13313:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   13314:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   13315:          --
                   13316: 
                   13317:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   13318:          more warnings --
                   13319: 
                   13320:        * src/classes/xdoc.C: more warnings --
                   13321: 
                   13322:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   13323: 
                   13324:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   13325:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   13326: 
                   13327:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13328:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   13329:          classes/table.C, include/pa_cache_managers.h,
                   13330:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   13331:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   13332:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   13333:          --
                   13334: 
                   13335:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   13336:          can't report problem (undefined @unhandled_exception) problem
                   13337:          source string were not reported
                   13338: 
                   13339:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13340:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13341:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13342:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13343:          classes/response.C, classes/string.C, classes/table.C,
                   13344:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13345:          include/pa_array.h, include/pa_cache_managers.h,
                   13346:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13347:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13348:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13349:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   13350:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   13351:          include/pa_request.h, include/pa_request_charsets.h,
                   13352:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   13353:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13354:          include/pa_stack.h, include/pa_string.h,
                   13355:          include/pa_stylesheet_connection.h,
                   13356:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13357:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13358:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13359:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   13360:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13361:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   13362:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   13363:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   13364:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   13365:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13366:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13367:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   13368:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   13369:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   13370:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   13371:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   13372:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   13373:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13374:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13375:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13376:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13377:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   13378:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13379:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   13380:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13381:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13382:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13383:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13384:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13385:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13386:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13387:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13388:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13389:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   13390:          const IDENT
                   13391: 
                   13392:        * src/: include/pa_array.h, include/pa_pool.h,
                   13393:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   13394:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   13395:          types/pa_wcontext.h: more warnings --
                   13396: 
                   13397:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   13398:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   13399:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13400:          classes/memory.C, classes/op.C, classes/string.C,
                   13401:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   13402:          include/pa_config_includes.h, include/pa_operation.h,
                   13403:          include/pa_sql_connection.h, include/pa_table.h,
                   13404:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   13405:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   13406:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   13407:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   13408:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   13409:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   13410:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   13411:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   13412:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   13413:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   13414:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   13415:          types/pa_vmail.C, types/pa_vobject.C,
                   13416:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13417:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13418:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   13419:          on all projects (except libltdl=off & libsdbm=level3) found
                   13420:          several unitialized vars
                   13421: 
                   13422: 2003-11-19  paf
                   13423: 
                   13424:        * src/classes/op.C: more ansi C++ comp
                   13425: 
                   13426:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13427:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   13428:          $exception.handled[cache] meaning "get expired cache, if any.
                   13429:          else error"}
                   13430: 
                   13431:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   13432:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   13433:          ^cache[...]{body}{catch code with $exception.cache field}
                   13434: 
                   13435: 2003-11-12  paf
                   13436: 
                   13437:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   13438:          [copy/paste bug]
                   13439: 
                   13440: 2003-11-11  paf
                   13441: 
                   13442:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   13443:          failed]
                   13444: 
                   13445: 2003-11-10  paf
                   13446: 
                   13447:        * src/types/pa_vconsole.h: flush
                   13448: 
                   13449:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   13450:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   13451:          read/write  [for nntp]
                   13452: 
                   13453:        * operators.txt: mysql: transaction support: ?autocommit=0
                   13454: 
                   13455:        * operators.txt: comment: updated
                   13456: 
                   13457:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   13458:          serialize version and exipire now removes entries
                   13459: 
                   13460:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   13461:          dir, if could]
                   13462: 
                   13463:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   13464:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   13465:          removes files altogether [and dir, if could]
                   13466: 
                   13467:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   13468:          nonexistent pair. .c coded that that was error. fixed
                   13469: 
                   13470:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   13471:          file.access [regretfull can't split it to different exceptions
                   13472:          without modifying sdbm source wich would prefer not to]
                   13473: 
                   13474: 2003-11-07  paf
                   13475: 
                   13476:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13477:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13478:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   13479:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   13480:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   13481:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   13482:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   13483:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   13484:          destructing objects at request processing end
                   13485: 
                   13486: 2003-11-06  paf
                   13487: 
                   13488:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   13489:          updates
                   13490: 
                   13491:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   13492:          to include sdbm
                   13493: 
1.116     moko     13494:        * src/include/: pa_config_includes.h, pa_version.h: our
                   13495:          replacements of max& co only for cpp
1.95      moko     13496: 
                   13497:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   13498:          upper dir, .am updated
                   13499: 
                   13500:        * tests/todo.txt: hashfile: done
                   13501: 
                   13502:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   13503:          expiration [time in value. todo: move time to key]
                   13504: 
                   13505:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   13506: 
                   13507:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   13508:          to do that in foreach, no errors, but surely wrong]
                   13509: 
                   13510:        * operators.txt, src/types/pa_vhashfile.C,
                   13511:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   13512: 
                   13513:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   13514:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   13515:          foreach
                   13516: 
                   13517:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13518:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   13519: 
                   13520:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13521:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   13522: 
                   13523:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   13524:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13525:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   13526:          get/put [raw]
                   13527: 
                   13528:        * src/: classes/op.C, main/pa_os.C: just linked
                   13529: 
                   13530:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   13531:          XmlException changes
                   13532: 
                   13533:        * src/: include/pa_charset.h, include/pa_globals.h,
                   13534:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   13535:          XmlException changes
                   13536: 
                   13537:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   13538: 
                   13539:        * src/: include/pa_common.h, include/pa_exception.h,
                   13540:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   13541:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   13542:          main/pa_xml_exception.C: locking move to pa_os [along with
                   13543:          pa_sleep] apr-impl locking done
                   13544: 
                   13545:        * configure, configure.in, operators.txt, parser3.sln,
                   13546:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   13547:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   13548:          src/include/pa_exception.h, src/include/pa_globals.h,
                   13549:          src/include/pa_memory.h, src/include/pa_version.h,
                   13550:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   13551:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   13552:          src/main/compile.tab.C, src/main/main.vcproj,
                   13553:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   13554:          src/types/Makefile.am, src/types/pa_vhash.C,
                   13555:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   13556:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   13557:          again with sdbm from apache
                   13558: 
                   13559: 2003-11-05  paf
                   13560: 
                   13561:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13562:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   13563:          \parser3project dir anymore
                   13564: 
                   13565:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   13566:          thoughtlessly from xalan]
                   13567: 
                   13568:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   13569:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   13570:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   13571: 
                   13572:        * src/main/helpers/CaseFolding.txt:
                   13573:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   13574: 
                   13575: 2003-11-04  paf
                   13576: 
                   13577:        * operators.txt: comment: ^mail:send[$.options[
                   13578: 
                   13579:        * src/classes/table.C: compiled on unix
                   13580: 
1.116     moko     13581:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     13582: 
                   13583:        * src/classes/mail.C: compiled on unix
                   13584: 
                   13585:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   13586:          src/types/pa_vmail.h:     !^mail:send[
                   13587:                  $.options[unix: string to append to sendmail command
                   13588:          line]
                   13589: 
                   13590:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   13591:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   13592:          $.encloser["] <nothing> by default
                   13593: 
                   13594:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   13595:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   13596:          default
                   13597: 
                   13598: 2003-11-03  paf
                   13599: 
                   13600:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   13601:          ^table::load[; options:         !$.column-separator[^#09]
                   13602:          !$.column-encloser["]
                   13603: 
                   13604:        * operators.txt, src/include/pa_config_fixed.h,
                   13605:          src/types/pa_vrequest.C: $request:document-root
                   13606: 
                   13607:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   13608:          [already included into uri=xxx]
                   13609: 
                   13610:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   13611:          ^image.gif[filename] for $response:download
                   13612: 
                   13613:        * src/classes/date.C: minor precaution
                   13614: 
                   13615:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   13616:              !^date.unix-timestamp[]
                   13617: 
                   13618: 2003-10-30  paf
                   13619: 
                   13620:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   13621:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   13622: 
                   13623:        * src/classes/: date.C, image.C: improvement diagnostics:
                   13624:          $now[^date::create[$undefined]] now is error
                   13625: 
                   13626:        * src/main/pa_common.C: read errors would now be reported 'actually
                   13627:          read -1 bytes'
                   13628: 
                   13629: 2003-10-24  paf
                   13630: 
                   13631:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   13632:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   13633:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   13634:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   13635: 
                   13636: 2003-10-22  paf
                   13637: 
                   13638:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   13639: 
                   13640: 2003-10-21  paf
                   13641: 
                   13642:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13643:          fixed: string.match[g] without <'> option produced columns with
                   13644:          NULL's, which gpf'ed at table.save time
                   13645: 
                   13646:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   13647:          recoursion' message with intensive throw-catches fixed: incorrect
                   13648:          name and line (one name upper then needed) in error message about
                   13649:          problems inside try block
                   13650: 
                   13651: 2003-10-10  paf
                   13652: 
                   13653:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   13654:          check offset argument for validity did that in String::Body::pos
                   13655:          myself http://i2/tasks/edit/?id=4577425257580789777
                   13656: 
                   13657: 2003-10-07  paf
                   13658: 
                   13659:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   13660:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   13661: 
                   13662: 2003-10-03  paf
                   13663: 
                   13664:        * parser3.sln, src/include/pa_dictionary.h,
                   13665:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   13666:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   13667:          precalculating cstr&length
                   13668: 
                   13669: 2003-10-02  paf
                   13670: 
                   13671:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13672:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13673:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   13674:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   13675: 
                   13676: 2003-09-30  paf
                   13677: 
                   13678:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   13679:          occurrances after lang-mismatched
                   13680: 
                   13681: 2003-09-29  paf
                   13682: 
                   13683:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   13684:          helper
                   13685: 
                   13686:        * src/main/pa_string.C: string::serialize bug fix with
                   13687:          zero-terminator
                   13688: 
                   13689:        * src/classes/table.C: ^nameless_table.save column row now has no
                   13690:          \t at the end
                   13691: 
                   13692:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13693:          @postprocess  now takes $response:body/download
                   13694: 
                   13695:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   13696:          error message
                   13697: 
                   13698:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   13699: 
                   13700:        * src/classes/table.C: bugfix: flip: must produce nameless
                   13701:          http://i2/tasks/edit/?id=4573405524674081244
                   13702: 
                   13703:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   13704:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   13705: 
                   13706:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   13707:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   13708: 
                   13709: 2003-09-26  paf
                   13710: 
                   13711:        * src/main/untaint.C: removed needless field
                   13712: 
                   13713:        * src/main/untaint.C: removed needless const
                   13714: 
                   13715:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   13716:          String.for_each bug fixed [omited one-char cases]
                   13717: 
                   13718:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   13719:          runtime-executor stack were cleared... BADLY
                   13720: 
                   13721:        * src/main/pa_string.C: ^stirng.replace code used old
                   13722:          param-convention on langs.append, fixed that search fo the like,
                   13723:          found none
                   13724: 
                   13725:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   13726:          string::serialize/deserialize implemented Language enum assigned
                   13727:          meaningful letters [more convinient for debugging. read warning
                   13728:          before adding/changing anything]
                   13729: 
                   13730: 2003-09-25  paf
                   13731: 
                   13732:        * src/: include/pa_string.h, include/pa_version.h,
                   13733:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   13734:          differences on unix
                   13735: 
                   13736:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   13737:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   13738:          src/classes/xdoc.C, src/classes/xnode.C,
                   13739:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   13740:          src/include/pa_charsets.h, src/include/pa_common.h,
                   13741:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   13742:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   13743:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   13744:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   13745:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   13746:          src/main/compile_tools.h, src/main/pa_charset.C,
                   13747:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   13748:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13749:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   13750:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   13751:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   13752:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   13753:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   13754: 
                   13755:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   13756:          functions aligned to that of eeparser3 look
                   13757: 
                   13758:        * src/lib/cord/cordprnt.c: removed warnings
                   13759: 
                   13760: 2003-09-24  paf
                   13761: 
                   13762:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13763:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   13764:          include/pa_cache_managers.h, include/pa_charset.h,
                   13765:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   13766:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13767:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13768:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   13769:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   13770:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13771:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   13772:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   13773:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   13774:          types/pa_vxnode.C: v() functions of String::Body,
                   13775:          String::Languages and String itself StringBody->String::Body
                   13776: 
                   13777:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13778:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   13779:          never optimized anything.  todo: somehow speed up harder cases:
                   13780:          concatenationA+concatenationB when last block of A and first of B
                   13781:          contain same letters
                   13782: 
                   13783:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13784:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   13785:          blocks of same char [CORD_append_block]
                   13786: 
                   13787:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13788:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   13789:          save space by extending blocks when appending block with c ==
                   13790:          lastblock.c
                   13791: 
                   13792:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   13793:          working yet :( but more working &understood :)
                   13794: 
                   13795:        * src/: classes/table.C, include/pa_string.h,
                   13796:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   13797: 
                   13798: 2003-09-23  paf
                   13799: 
                   13800:        * src/main/untaint.C: $a[ok!] $a works!
                   13801: 
                   13802:        * src/main/untaint.C: something even more works :)
                   13803: 
                   13804:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13805:          something more works :)
                   13806: 
                   13807:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13808:          lib/cord/cordxtra.c: something already works :)
                   13809: 
                   13810:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   13811:          serialize&deserialize
                   13812: 
                   13813:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13814:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   13815:          main/untaint.C: main idea implemented, details left
                   13816: 
                   13817: 2003-09-22  paf
                   13818: 
                   13819:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   13820: 
                   13821:        * src/classes/xnode.C: copy/paste comment bugfix
                   13822: 
                   13823:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   13824:          allocator returns 0, just die.
                   13825:          http://i2/tasks/edit/?id=4570798492410259445
                   13826: 
                   13827:        * src/classes/xdoc.C: copy/paste comment bugfix
                   13828: 
                   13829:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   13830:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   13831:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   13832:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   13833: 
                   13834:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   13835:          chars due to bitwise operation signed-char error]
                   13836: 
                   13837: 2003-09-19  paf
                   13838: 
                   13839:        * src/types/pa_wcontext.C: output message: more practical
                   13840:          suggestion
                   13841: 
                   13842:        * src/main/pa_common.C, operators.txt: merged
                   13843:          $f[^file::load[binary;http://...]] $f.tables
                   13844: 
                   13845: 2003-09-02  paf
                   13846: 
                   13847:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   13848:          flush stdout without referencing 'stdout' symbol. to hell with
                   13849:          non-ansi libraries without 'stdout' symbol
                   13850: 
                   13851:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   13852:          unix (users reported problems with some old libc)
                   13853: 
                   13854:        * src/types/pa_vdate.h: forgot initializer
                   13855: 
                   13856: 2003-09-01  paf
                   13857: 
                   13858:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   13859:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   13860:          zone]
                   13861: 
                   13862:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   13863: 
                   13864: 2003-08-19  paf
                   13865: 
                   13866:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   13867:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   13868:          simplified a little
                   13869: 
                   13870:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   13871:          [lost fix from 3.0.8]
                   13872: 
                   13873:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   13874:          visible here }
                   13875: 
                   13876:          bug fix
                   13877: 
                   13878:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   13879: 
                   13880:        * src/main/compile.tab.C: initialized couple of variables about
                   13881:          which user reported runtime problems when parser were compiled
                   13882:          with VC7, warning level4.  study shows that later in bison
                   13883:          they've fixed that. would migrate to latest bison someday
                   13884: 
                   13885:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   13886:          recoding headers)
                   13887: 
                   13888:        * src/types/pa_vmail.C: works as before, same charset problems:
                   13889:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   13890:          anything for now
                   13891: 
                   13892:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   13893:          problems with body
                   13894: 
                   13895:        * src/types/pa_vmail.C: mail_receive just compiled
                   13896: 
                   13897: 2003-08-18  paf
                   13898: 
                   13899:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13900:          main/main.vcproj, types/types.vcproj: win32: continued process
                   13901:          detaching from \parser3project directory
                   13902: 
                   13903:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   13904:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   13905:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   13906:          src/lib/pcre/pcre_dftables.dsp,
                   13907:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   13908:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13909:          src/types/types.dsp: moved to MSVC 7
                   13910: 
                   13911:        * gnu.vcproj.vspscc, parser3.vssscc,
                   13912:          src/classes/classes.vcproj.vspscc,
                   13913:          src/lib/cord/cord.vcproj.vspscc,
                   13914:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   13915:          src/lib/md5/md5.vcproj.vspscc,
                   13916:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   13917:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   13918:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   13919:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   13920:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   13921:          moved to MSVC 7
                   13922: 
                   13923:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   13924:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   13925:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   13926:          src/lib/pcre/pcre_dftables.vcproj,
                   13927:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   13928:          src/targets/cgi/parser3.vcproj,
                   13929:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13930:          new VS project files
                   13931: 
                   13932:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   13933:          .NET to detect Jalindi Igloo capabilities.
                   13934: 
                   13935:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     13936:          src/classes/classes.awk, src/doc/footer.htm,
                   13937:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   13938:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     13939:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   13940:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   13941: 
                   13942: 2003-08-15  paf
                   13943: 
                   13944:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13945:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   13946: 
                   13947:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13948:          non-ascii <yyy> now encoded correctly
                   13949: 
                   13950: 2003-07-29  paf
                   13951: 
1.116     moko     13952:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   13953:          dist
1.95      moko     13954: 
                   13955:        * src/types/pa_vmail.C: just started --with-mail-receive
                   13956: 
                   13957: 2003-07-28  paf
                   13958: 
1.116     moko     13959:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   13960:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     13961: 
                   13962:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   13963: 
                   13964: 2003-07-25  paf
                   13965: 
                   13966:        * src/doc/footer.htm: year
                   13967: 
                   13968: 2003-07-24  paf
                   13969: 
                   13970:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   13971:          fix
                   13972: 
                   13973:        * src/include/pa_version.h: release
                   13974: 
1.116     moko     13975:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     13976: 
                   13977:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   13978:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   13979:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   13980:          getting rid of win32xml pseudo project
                   13981: 
                   13982:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   13983: 
1.116     moko     13984:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   13985:          configure.in, operators.txt, parser3.dsw,
1.95      moko     13986:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     13987:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     13988:          src/classes/classes.C, src/classes/classes.awk,
                   13989:          src/classes/classes.dsp, src/classes/classes.h,
                   13990:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13991:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13992:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13993:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13994:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13995:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13996:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   13997:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     13998:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   13999:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14000:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   14001:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   14002:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   14003:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14004:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14005:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   14006:          src/include/pa_operation.h, src/include/pa_pool.h,
                   14007:          src/include/pa_pragma_pack_begin.h,
1.95      moko     14008:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   14009:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   14010:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   14011:          src/include/pa_sql_connection.h,
                   14012:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   14013:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14014:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14015:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     14016:          src/include/pa_uue.h, src/lib/Makefile.am,
                   14017:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   14018:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   14019:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   14020:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     14021:          src/lib/cord/include/ec.h,
                   14022:          src/lib/cord/include/private/Makefile.am,
                   14023:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     14024:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   14025:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     14026:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     14027:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   14028:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14029:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   14030:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   14031:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14032:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   14033:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     14034:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   14035:          src/main/pa_request.C, src/main/pa_socks.C,
                   14036:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14037:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     14038:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   14039:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   14040:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   14041:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   14042:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14043:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   14044:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     14045:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   14046:          src/targets/isapi/parser3isapi.dsp,
                   14047:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     14048:          src/types/pa_junction.h, src/types/pa_method.h,
                   14049:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     14050:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14051:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14052:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14053:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14054:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14055:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14056:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14057:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   14058:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   14059:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   14060:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14061:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14062:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14063:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14064:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14065:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14066:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14067:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14068:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14069:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14070:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14071:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14072:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   14073:          HEAD
                   14074: 
                   14075:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   14076:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   14077:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   14078:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   14079:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   14080:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   14081:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   14082:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   14083:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   14084:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   14085:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   14086:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   14087:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   14088:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   14089:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   14090:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   14091:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   14092:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   14093:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   14094:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   14095:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14096:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   14097:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   14098:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   14099:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   14100:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   14101:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   14102:          outputs/create-dir, results/001.processed, results/002.processed,
                   14103:          results/003.processed, results/004.processed,
                   14104:          results/005.processed, results/006.processed,
                   14105:          results/007.processed, results/008.processed,
                   14106:          results/009.processed, results/010.processed,
                   14107:          results/011.processed, results/012.processed,
                   14108:          results/013.processed, results/014.processed,
                   14109:          results/015.processed, results/016.processed,
                   14110:          results/017.processed, results/018.processed,
                   14111:          results/019.processed, results/020.processed,
                   14112:          results/021.processed, results/022.processed,
                   14113:          results/023.processed, results/024.processed,
                   14114:          results/025.processed, results/026.processed,
                   14115:          results/027.processed, results/028.processed,
                   14116:          results/029.processed, results/030.processed,
                   14117:          results/031.processed, results/032.processed,
                   14118:          results/033.processed, results/034.processed,
                   14119:          results/035.processed, results/036.processed,
                   14120:          results/037.processed, results/038.processed,
                   14121:          results/039.processed, results/040.processed,
                   14122:          results/041.processed, results/042.processed,
                   14123:          results/043.processed, results/044.processed,
                   14124:          results/045.processed, results/046.processed,
                   14125:          results/047.processed, results/048.processed,
                   14126:          results/049.processed, results/050.processed,
                   14127:          results/051.processed, results/052.processed,
                   14128:          results/053.processed, results/054.processed,
                   14129:          results/055.processed, results/056.processed,
                   14130:          results/057.processed, results/058.processed,
                   14131:          results/059.processed, results/060.processed,
                   14132:          results/061.processed, results/062.processed,
                   14133:          results/063.processed, results/064.processed,
                   14134:          results/065.processed, results/066.processed,
                   14135:          results/067.processed, results/068.processed,
                   14136:          results/069.processed, results/070.processed,
                   14137:          results/071.processed, results/072.processed,
                   14138:          results/073.processed, results/074.processed,
                   14139:          results/075.processed, results/076.processed,
                   14140:          results/077.processed, results/078.processed,
                   14141:          results/079.processed, results/080.processed,
                   14142:          results/081.processed, results/082.processed,
                   14143:          results/083.processed, results/084.processed,
                   14144:          results/085.processed, results/086.processed,
                   14145:          results/087.processed, results/088.processed,
                   14146:          results/089.processed, results/090.processed,
                   14147:          results/091.processed, results/092.processed,
                   14148:          results/093.processed, results/094.processed,
                   14149:          results/095.processed, results/096.processed,
                   14150:          results/097.processed, results/098.processed,
                   14151:          results/099.processed, results/100.processed,
                   14152:          results/101.processed, results/102.processed,
                   14153:          results/103.processed, results/104.processed,
                   14154:          results/105.processed, results/106.processed,
                   14155:          results/107.processed, results/108.processed,
                   14156:          results/109.processed, results/110.processed,
                   14157:          results/111.processed, results/112.processed,
                   14158:          results/113.processed, results/114.processed,
                   14159:          results/115.processed, results/116.processed,
                   14160:          results/117.processed, results/118.processed,
                   14161:          results/119.processed, results/120.processed,
                   14162:          results/121.processed, results/122.processed,
                   14163:          results/123.processed, results/124.processed,
                   14164:          results/125.processed, results/126.processed,
                   14165:          results/127.processed, results/128.processed,
                   14166:          results/129.processed, results/130.processed,
                   14167:          results/131.processed, results/132.processed,
                   14168:          results/133.processed, results/134.processed,
                   14169:          results/135.processed, results/136.processed,
                   14170:          results/137.processed, results/138.processed,
                   14171:          results/139.processed, results/140.processed,
                   14172:          results/141.processed: merged(copied) to HEAD from template_gc
                   14173: 
                   14174:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   14175:          towards \parser3project not having to be in root
                   14176: 
                   14177:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   14178:          module compiled [were minor unnecessary changes in lib/md5
                   14179:          interface]
                   14180: 
                   14181:        * src/include/pa_version.h: release
                   14182: 
                   14183:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   14184: 
                   14185:        * src/classes/math.C: merged uuid bugfix
                   14186: 
                   14187:        * tests/: 141.html, results/141.processed: fixed bug with
                   14188:          too-small-a-buffer
                   14189: 
                   14190:        * src/classes/math.C: uuid bugfix
                   14191: 
                   14192:        * tests/: 141.html, Makefile, results/005.processed,
                   14193:          results/030.processed, results/075.processed,
                   14194:          results/078.processed: to reflect date format change (were -
                   14195:          become ' ')
                   14196: 
                   14197:        * src/classes/math.C: uuid bugfix
                   14198: 
                   14199:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   14200:          debug/release changes
                   14201: 
                   14202:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   14203: 
                   14204: 2003-07-23  paf
                   14205: 
                   14206:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14207:          renamed a little [to move to comman naming conv]
                   14208: 
1.116     moko     14209:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   14210:          build
1.95      moko     14211: 
                   14212:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   14213:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14214:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   14215:          stack top_index() fixed
                   14216: 
                   14217:        * src/main/pa_globals.C: minor style changes
                   14218: 
                   14219:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   14220:          closing/caching fixed [connections were not closed/put to cache]
                   14221: 
                   14222: 2003-07-22  paf
                   14223: 
                   14224:        * INSTALL: gc part updated stightly
                   14225: 
                   14226:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   14227:          new sapi interface
                   14228: 
                   14229:        * src/classes/file.C: comment on OS
                   14230: 
                   14231:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   14232:          one deeper in cord lib]
                   14233: 
                   14234:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   14235: 
                   14236:        * src/main/pa_memory.C: out of memory is no longer coredump
                   14237: 
                   14238:        * INSTALL: disable-threads adviced
                   14239: 
                   14240: 2003-07-21  paf
                   14241: 
1.116     moko     14242:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     14243: 
                   14244:        * src/classes/file.C: file::exec/cgi environment variables now must
                   14245:          be UPPERCASE and A-Z 0-9 _-
                   14246: 
                   14247:        * src/classes/file.C: env passing fixed
                   14248: 
                   14249:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   14250: 
                   14251:        * src/main/pa_common.C: http:// CRLF now
                   14252: 
                   14253: 2003-07-02  paf
                   14254: 
                   14255:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   14256:          fields to reflect their real meaning
                   14257: 
                   14258: 2003-06-27  paf
                   14259: 
                   14260:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   14261:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   14262:          file::exec/cgi .charset
                   14263: 
                   14264: 2003-06-26  paf
                   14265: 
                   14266:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   14267:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   14268:          src/classes/table.C: fixed several uninitialized local
                   14269:          structures.  notably ^hash.foreach now inserts delimiters
                   14270:          properly [were inserting it before first body]
                   14271: 
                   14272: 2003-06-24  paf
                   14273: 
                   14274:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   14275: 
                   14276: 2003-06-20  paf
                   14277: 
                   14278:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   14279:          src/main/pa_globals.C: introducing
                   14280:          $f[^file::load[binary;http://...]] $f.tables
                   14281: 
                   14282: 2003-06-06  paf
                   14283: 
                   14284:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   14285:          table. [were method lookup: inconsistent]
                   14286: 
                   14287: 2003-06-02  paf
                   14288: 
                   14289:        * src/include/pa_memory.h: empty string clone fixed to return
                   14290:          writable memory
                   14291: 
                   14292:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   14293:          were not appended] which violated string invariant
                   14294: 
                   14295: 2003-05-30  paf
                   14296: 
                   14297:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   14298:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   14299: 
                   14300:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   14301:          GMT  ; RFC 822, updated by RFC 1123
                   14302: 
                   14303:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   14304:          targets/isapi/parser3isapi.C: initialized request_info properly
                   14305: 
                   14306:        * src/classes/xnode.C: found minor bug, commended for future
                   14307: 
                   14308: 2003-05-28  paf
                   14309: 
                   14310:        * src/classes/form.C: request_info.content_length can't be <0,
                   14311:          size_t for some time
                   14312: 
                   14313: 2003-05-26  paf
                   14314: 
                   14315:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   14316:          forgotten <0 changed to !=STRING_NOT_FOUND
                   14317: 
                   14318:        * src/classes/math.C: merged ffffu from HEAD
                   14319: 
                   14320: 2003-05-11  paf
                   14321: 
                   14322:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   14323: 
                   14324:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   14325:          premature doc free.  transformed document had xmlDoc reference
                   14326:          stored to non-gc-memory (libgdome) added holding-reference
                   14327: 
                   14328: 2003-04-29  paf
                   14329: 
                   14330:        * src/main/pa_globals.C: started digging on double free.  on win32
                   14331:          found that that's perfectly normal.
                   14332: 
                   14333: 2003-04-25  paf
                   14334: 
                   14335:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   14336: 
                   14337:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   14338: 
                   14339:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   14340:          print anything.  changed to quicker and simplier code
                   14341: 
                   14342:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   14343:          strict a check]
                   14344: 
                   14345:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   14346: 
                   14347: 2003-04-24  paf
                   14348: 
                   14349:        * src/include/pa_table.h: too strict assert loosened
                   14350: 
                   14351:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   14352:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   14353:          report
                   14354: 
                   14355: 2003-04-21  paf
                   14356: 
1.116     moko     14357:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     14358: 
                   14359:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   14360:          memory
                   14361: 
                   14362:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   14363:          xmlMallocAtomic [author agreed to my suggestion], used that
                   14364: 
                   14365:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   14366: 
                   14367:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   14368:          types/pa_vmail.C: attributed_meaning_to_string added
                   14369:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   14370:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   14371:          made that param obligatory
                   14372: 
                   14373:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   14374:          fixed [assert helped]
                   14375: 
                   14376:        * src/include/pa_string.h: assert added [looking for bug]
                   14377: 
                   14378:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   14379:          names on Win32 considered disk-global
                   14380: 
                   14381:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   14382:          considered disk-global
                   14383: 
                   14384: 2003-04-18  paf
                   14385: 
                   14386:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   14387:          filenames
                   14388: 
                   14389:        * src/main/untaint.C: enabled '~' letter in filenames
                   14390: 
                   14391: 2003-04-16  paf
                   14392: 
                   14393:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   14394: 
                   14395:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   14396:          HEAD
                   14397: 
1.116     moko     14398:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     14399: 
                   14400: 2003-04-15  paf
                   14401: 
                   14402:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14403:          src/lib/md5/pa_md5c.c, tests/141.html,
                   14404:          tests/results/141.processed: merged from head ^math:uuid[]
                   14405:          ^math:uid64[] ^math:md5[string]
                   14406: 
                   14407:          test added: 141.html
                   14408: 
                   14409:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   14410: 
                   14411:        * src/classes/math.C: ^math:uuid[]
                   14412: 
                   14413:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   14414: 
                   14415:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14416:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   14417: 
                   14418:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   14419:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   14420:          ^file::load[mode;name;     $.offset     $.limit
                   14421: 
                   14422: 2003-04-14  paf
                   14423: 
                   14424:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14425:          started ^math:md5
                   14426: 
                   14427:        * src/classes/table.C, src/include/pa_array.h,
                   14428:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   14429:          tests/results/140.processed: table $.reverse option works in
                   14430:          create&co table $.distinct[tables] bug fix merged
                   14431: 
                   14432:        * src/: classes/table.C, include/pa_table.h: table
                   14433:          $.distinct[tables] bug fixed
                   14434: 
                   14435:        * src/classes/table.C: more warnings
                   14436: 
                   14437:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   14438:          removed checks in table::set_current, moved them back to
                   14439:          table::locate implemented table::create/join ñ $.reverse
                   14440: 
                   14441:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   14442:          removed checks in table::set_current, moved them back to
                   14443:          table::locate
                   14444: 
                   14445: 2003-04-11  paf
                   14446: 
                   14447:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14448:          src/include/pa_array.h, src/include/pa_common.h,
                   14449:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14450:          src/include/pa_table.h, src/main/pa_request.C,
                   14451:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14452:          src/main/pa_table.C: merged from HEAD from
                   14453:          before_append_array_limit_sense_change to
                   14454:          after_append_array_limit_sense_change
                   14455: 
                   14456:        * src/classes/table.C: typo
                   14457: 
                   14458:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   14459:          src/include/pa_array.h, src/include/pa_common.h,
                   14460:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   14461:          src/include/pa_table.h, src/main/pa_array.C,
                   14462:          src/main/pa_globals.C, src/main/pa_request.C,
                   14463:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14464:          src/main/pa_table.C: append_array_limit_sense_change locate
                   14465:          accepts options same as create new option: $.reverse(1)   [do not
                   14466:          work in table::create]
                   14467: 
                   14468:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   14469:          (stat xxx,
                   14470: 
                   14471:        * src/classes/: table.C: typo
                   14472: 
                   14473:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   14474:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   14475:          results/130.processed, results/131.processed,
                   14476:          results/132.processed, results/133.processed,
                   14477:          results/134.processed, results/135.processed,
                   14478:          results/136.processed, results/137.processed,
                   14479:          results/138.processed, results/139.processed: added few mustfail
                   14480:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   14481:          date/time 132.html mustfail: access to junction outside of
                   14482:          context 133.html mustfail: access to junction outside of context,
                   14483:          case version 134.html mustfail: hash: adding a key inside of
                   14484:          foreach 135.html mustfail: modifying system class 136.html
                   14485:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   14486:          appendChild without import 138.html mustfail: invalid encoding
                   14487:          inside of xml 139.html mustfail: bad XPath
                   14488: 
                   14489:        * operators.txt, src/classes/table.C, tests/084.html,
                   14490:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   14491:          tests/129.html, tests/results/125.processed,
                   14492:          tests/results/126.processed, tests/results/127.processed,
                   14493:          tests/results/128.processed, tests/results/129.processed: merged
                   14494:          from HEAD ^table.hash[key][$.distinct[tables]]
                   14495: 
                   14496:          maked appropriate tests [changed one old nonconforming]
                   14497: 
                   14498:        * operators.txt, src/classes/table.C:
                   14499:          ^table.hash[key][$.distinct[tables]]
                   14500: 
                   14501:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14502:          merged fix for found very old xml (dom) bug: were passing
                   14503:          domString objects and later ERROREOUSLY freed them
                   14504: 
                   14505:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   14506:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   14507:          libgdome bug can not be worked around
                   14508: 
                   14509: 2003-04-10  paf
                   14510: 
                   14511:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14512:          found very old xml (dom) bug: were passing domString objects and
                   14513:          later ERROREOUSLY freed them
                   14514: 
                   14515:        * src/doc/string.dox, src/include/pa_memory.h,
                   14516:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   14517:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   14518:          tests/123.html, tests/124.html, tests/results/001.processed,
                   14519:          tests/results/002.processed, tests/results/003.processed,
                   14520:          tests/results/004.processed, tests/results/005.processed,
                   14521:          tests/results/006.processed, tests/results/008.processed,
                   14522:          tests/results/009.processed, tests/results/010.processed,
                   14523:          tests/results/011.processed, tests/results/012.processed,
                   14524:          tests/results/013.processed, tests/results/014.processed,
                   14525:          tests/results/015.processed, tests/results/016.processed,
                   14526:          tests/results/017.processed, tests/results/018.processed,
                   14527:          tests/results/020.processed, tests/results/021.processed,
                   14528:          tests/results/022.processed, tests/results/023.processed,
                   14529:          tests/results/024.processed, tests/results/025.processed,
                   14530:          tests/results/026.processed, tests/results/027.processed,
                   14531:          tests/results/028.processed, tests/results/029.processed,
                   14532:          tests/results/030.processed, tests/results/031.processed,
                   14533:          tests/results/032.processed, tests/results/033.processed,
                   14534:          tests/results/034.processed, tests/results/035.processed,
                   14535:          tests/results/036.processed, tests/results/037.processed,
                   14536:          tests/results/038.processed, tests/results/039.processed,
                   14537:          tests/results/040.processed, tests/results/041.processed,
                   14538:          tests/results/042.processed, tests/results/043.processed,
                   14539:          tests/results/044.processed, tests/results/045.processed,
                   14540:          tests/results/046.processed, tests/results/047.processed,
                   14541:          tests/results/048.processed, tests/results/049.processed,
                   14542:          tests/results/050.processed, tests/results/051.processed,
                   14543:          tests/results/052.processed, tests/results/053.processed,
                   14544:          tests/results/054.processed, tests/results/055.processed,
                   14545:          tests/results/056.processed, tests/results/057.processed,
                   14546:          tests/results/058.processed, tests/results/059.processed,
                   14547:          tests/results/060.processed, tests/results/061.processed,
                   14548:          tests/results/062.processed, tests/results/063.processed,
                   14549:          tests/results/064.processed, tests/results/065.processed,
                   14550:          tests/results/066.processed, tests/results/067.processed,
                   14551:          tests/results/068.processed, tests/results/069.processed,
                   14552:          tests/results/070.processed, tests/results/071.processed,
                   14553:          tests/results/072.processed, tests/results/073.processed,
                   14554:          tests/results/074.processed, tests/results/075.processed,
                   14555:          tests/results/076.processed, tests/results/077.processed,
                   14556:          tests/results/078.processed, tests/results/079.processed,
                   14557:          tests/results/080.processed, tests/results/081.processed,
                   14558:          tests/results/082.processed, tests/results/083.processed,
                   14559:          tests/results/084.processed, tests/results/085.processed,
                   14560:          tests/results/086.processed, tests/results/087.processed,
                   14561:          tests/results/088.processed, tests/results/089.processed,
                   14562:          tests/results/090.processed, tests/results/091.processed,
                   14563:          tests/results/092.processed, tests/results/093.processed,
                   14564:          tests/results/094.processed, tests/results/095.processed,
                   14565:          tests/results/096.processed, tests/results/097.processed,
                   14566:          tests/results/101.processed, tests/results/102.processed,
                   14567:          tests/results/104.processed, tests/results/105.processed,
                   14568:          tests/results/106.processed, tests/results/107.processed,
                   14569:          tests/results/108.processed, tests/results/109.processed,
                   14570:          tests/results/110.processed, tests/results/111.processed,
                   14571:          tests/results/112.processed, tests/results/113.processed,
                   14572:          tests/results/114.processed, tests/results/115.processed,
                   14573:          tests/results/116.processed, tests/results/117.processed,
                   14574:          tests/results/118.processed, tests/results/119.processed,
                   14575:          tests/results/120.processed, tests/results/121.processed,
                   14576:          tests/results/122.processed, tests/results/123.processed,
                   14577:          tests/results/124.processed: new convention: char* never 0.
                   14578:          assert in cord on that
                   14579: 
                   14580:        * src/main/pa_charset.C: couple more asserts
                   14581: 
                   14582:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   14583:          speedup
                   14584: 
                   14585:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   14586:          added [may be those is the case now?]
                   14587: 
                   14588:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14589:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14590:          hope]
                   14591: 
                   14592:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14593:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14594:          hope]
                   14595: 
                   14596:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   14597: 
                   14598: 2003-04-09  paf
                   14599: 
                   14600:        * src/classes/date.C: merged ^date.roll changes
                   14601: 
                   14602:        * src/classes/date.C: ^date.roll bug fix
                   14603: 
                   14604:        * src/classes/date.C: ^date.roll now throws less errors: month
                   14605:          shifts handles end of month situation by reducing day number
                   14606:          hour-hole shift reduces hour to recover
                   14607: 
                   14608:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   14609:          Sort by function time
                   14610: 
                   14611:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   14612:          http://   $.charset[] param done
                   14613: 
                   14614:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   14615:          added [after volatile fix. passes on win&intel-solaris]
                   14616: 
                   14617: 2003-04-08  paf
                   14618: 
                   14619:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   14620:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   14621:          include/pa_common.h, include/pa_request_charsets.h,
                   14622:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14623:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   14624:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   14625:          types/pa_vresponse.C: started http://   $.charset[] param and
                   14626:          http response charset detection just compiled.  todo:test
                   14627: 
                   14628:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   14629: 
                   14630:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   14631:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   14632:          types/pa_vmail.C: changed transcode param converntion  along with
                   14633:          string creating convention -- all strings are zero-terminated,
                   14634:          this allowed to fix one remaining String("123", 2) case
                   14635: 
                   14636:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14637:          classes/op.C, classes/string.C, classes/table.C,
                   14638:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   14639:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   14640:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14641:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   14642:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   14643:          violated String::invariant. started fixing [not compiled now]
                   14644: 
                   14645:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14646:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   14647:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   14648:          improvements & optimizations
                   14649: 
                   14650:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   14651:          :(]
                   14652: 
                   14653:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   14654:          [for it's a pointer really]
                   14655: 
                   14656:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   14657:          'n' param. worked that around
                   14658: 
                   14659:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   14660:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   14661:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   14662:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   14663:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   14664: 
                   14665:          Thanks for the bug report and patch.
                   14666: 
                   14667:          I hadn't looked at this code in a while.  Reading it now, it
                   14668:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   14669:          comply with the invariant, though that may not matter a lot.  I
                   14670:          changed that, too.
                   14671: 
                   14672:          Hans
                   14673: 
                   14674: 2003-04-07  paf
                   14675: 
                   14676:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   14677:          merged from head:safe mode error message now includes numbers
                   14678: 
                   14679:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14680:          problem: as_double returns it's result in fp-register compiler
                   14681:          optimizes access to that register after b->as_double, and just
                   14682:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14683:          from memory.  _SAME_ double values do not match here.  when
                   14684:          forced to REload fp-register, values do match.
                   14685: 
                   14686:          tried to make them volatile.
                   14687: 
                   14688:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14689:          problem: as_double returns it's result in fp-register compiler
                   14690:          optimizes access to that register after b->as_double, and just
                   14691:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14692:          from memory.  _SAME_ double values do not match here.  when
                   14693:          forced to REload fp-register, values do match.
                   14694: 
                   14695:          tried to make them volatile.
                   14696: 
                   14697:        * src/types/pa_vobject.h: small style change
                   14698: 
                   14699:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   14700: 
                   14701:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   14702:          mode error message now includes numbers
                   14703: 
                   14704:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   14705:          now causes death
                   14706: 
                   14707: 2003-04-04  paf
                   14708: 
                   14709:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   14710:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   14711:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   14712:          Sent: Thursday, January 23, 2003 9:14 AM
                   14713: 
                   14714:          huge speedup on ^file::cgi with big result
                   14715: 
                   14716:        * src/classes/table.C: sort table with 0 rows bug fixed
                   14717: 
                   14718:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   14719:          fix http://i2/tasks/edit/?id=4493701604654042676
                   14720: 
                   14721:          @main[] $with_default[  $.a[1]  $._default[default from
                   14722:          with_default] ] ^show[$with_default]
                   14723: 
                   14724:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14725:          =$to_add_to.xxx=<br>
                   14726: 
                   14727:          ^show[$to_add_to]
                   14728: 
                   14729:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14730:          ^show[$cloned]
                   14731: 
                   14732:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14733: 
                   14734:          }  <hr>
                   14735: 
                   14736:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   14737:          http://i2/tasks/edit/?id=4493701604654042676
                   14738: 
                   14739:          @main[] $with_default[  $.a[1]  $._default[default from
                   14740:          with_default] ] ^show[$with_default]
                   14741: 
                   14742:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14743:          =$to_add_to.xxx=<br>
                   14744: 
                   14745:          ^show[$to_add_to]
                   14746: 
                   14747:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14748:          ^show[$cloned]
                   14749: 
                   14750:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14751: 
                   14752:          }  <hr>
                   14753: 
                   14754:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   14755:          http://i2/tasks/edit/?id=4507350336410850921
                   14756: 
                   14757:        * src/classes/xdoc.C: memory allocation func bugfix
                   14758:          http://i2/tasks/edit/?id=4499303470368629745
                   14759: 
                   14760:        * src/classes/math.C: allowed random 1...
                   14761: 
                   14762:        * src/classes/math.C: allowed random 0..
                   14763: 
                   14764:        * src/main/pa_globals.C: exif mem leak
                   14765:          http://i2/tasks/edit/?id=4480590323629807263
                   14766: 
                   14767:        * src/: classes/classes.dsp, main/main.dsp,
                   14768:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   14769:          fix http://i2/tasks/edit/?id=4493946731322521294
                   14770:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   14771: 
                   14772:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14773:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   14774:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   14775:          links to xml libs made relative, no need to unpack parser3project
                   14776:          to /parser3project.
                   14777: 
                   14778:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   14779:          column more precise - tab handling bug fixed
                   14780: 
                   14781:        * src/main/: compile.tab.C, compile.y: more understandable error
                   14782:          message in case @CLASS with more then one line inside
                   14783: 
                   14784:        * src/targets/cgi/parser3.C: more understandable error message in
                   14785:          case of errors in @unhandled_exception
                   14786: 
                   14787: 2003-04-03  paf
                   14788: 
                   14789:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   14790:          src/main/compile.tab.C, src/main/compile.y,
                   14791:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14792:          src/main/execute.C, src/main/pa_request.C: debug info format
                   14793:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   14794: 
                   14795:          higher limits:   file number (max: 255)   line number (max:
                   14796:          64535)   column number (max: 255)
                   14797: 
                   14798:        * src/classes/math.C: top limit
                   14799: 
                   14800:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   14801:          precise parse error position in case of
                   14802: 
                   14803:          ^bug ]
                   14804: 
                   14805:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   14806:          changed to realities, and passed [bug fixed]
                   14807: 
                   14808:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   14809:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   14810:          main/compile_tools.h, main/pa_request.C: introducing
                   14811:          ^process...[main-method-alias]
                   14812: 
                   14813:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   14814:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14815:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   14816:          params receive zero reference, but they are expected not to look
                   14817:          there]
                   14818: 
                   14819:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14820:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   14821:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14822:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14823:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14824:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14825:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   14826:          [methods without params receive zero reference, but they are
                   14827:          expected not to look there]
                   14828: 
                   14829:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14830:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   14831:          ^process...[filename] useful for better error reporting
                   14832:          [file/line/col]
                   14833: 
                   14834:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   14835:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   14836:          '%s', it 2. method undefined in case of ^void[]
                   14837: 
                   14838:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14839:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   14840:          handling done. now we have error columns todo: test it
                   14841: 
                   14842:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   14843:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   14844: 
                   14845:          this makes life easier: were: bad stack order -- were in
                   14846:          exception catch unwind order, which didn't match execution order
                   14847: 
                   14848:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   14849: 
                   14850:          @first[] ^throw[a;1]
                   14851: 
                   14852:          showed throw a first throw b try
                   14853: 
                   14854:          which is no good
                   14855: 
                   14856:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14857:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   14858:          trace reset after handled exception [old bug fixed]
                   14859: 
                   14860:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   14861:          fixed.  position reporting made precise [both, in parse erros and
                   14862:          runtime errors]
                   14863: 
                   14864: 2003-04-02  paf
                   14865: 
                   14866:        * src/: include/pa_operation.h, include/pa_request.h,
                   14867:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14868:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14869:          main/pa_exception.C, main/pa_request.C: debug info: started
                   14870:          using.  todo:complete
                   14871: 
                   14872:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   14873:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14874:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14875:          main/pa_request.C: prepared debug info todo:use it
                   14876: 
                   14877:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   14878:          return Operation class->union after switching from autoptrs.
                   14879: 
                   14880:        * tests/: Makefile, results/108.processed, results/117.processed:
                   14881:          meta considered OK [it's up to coder now to remove it not needed]
                   14882: 
                   14883:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   14884:          Dictionary constructor when moved to gc]
                   14885: 
                   14886:        * src/main/pa_common.C: uncommented http:// file loading
                   14887: 
                   14888:        * src/include/pa_array.h, src/main/execute.C,
                   14889:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   14890:          fix [gdGrowingBuf]
                   14891: 
                   14892:        * configure.in, src/lib/Makefile.am: removed patches
                   14893: 
                   14894:        * configure, src/include/pa_config_auto.h.in,
                   14895:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   14896: 
                   14897:        * src/main/pa_common.C: uncommented http:// file loading
                   14898: 
                   14899:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   14900:          xdoc::create/load
                   14901: 
                   14902:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   14903:          classes/string.C, classes/table.C, classes/void.C,
                   14904:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   14905:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   14906:          String::String(str,helper_length) are checked.  found/fixed one
                   14907:          place: $request:body now zero-terminated,
                   14908: 
                   14909:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   14910:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   14911:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   14912:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14913:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14914:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   14915:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14916:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   14917:          easily optimizable)
                   14918: 
                   14919:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   14920:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   14921: 
                   14922:        * src/: include/pa_array.h, include/pa_stack.h,
                   14923:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   14924:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   14925:          become assertion iterator in methodframe filler
                   14926: 
                   14927:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   14928:          targets/cgi/parser3.C: array::get/put inlined
                   14929: 
                   14930:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   14931:          gc_substitute_memory_management_functions +installed CORD_oom
                   14932:          function
                   14933: 
                   14934:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   14935:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14936:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   14937:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   14938:          assertions started configure.in --enable-assertions
                   14939: 
                   14940: 2003-04-01  paf
                   14941: 
                   14942:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   14943:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   14944:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   14945:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   14946:          gc misses that and collects valid memory fixed by remembering
                   14947:          xmlDoc from dom object in xdoc.  todo: do something with
                   14948:          premature free of xdoc with xnodes/node values referring into it
                   14949: 
                   14950:        * src/classes/: mail.C: typo fix
                   14951: 
                   14952:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   14953:          changes
                   14954: 
                   14955:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   14956:          main/pa_memory.C: moved memory debugging to global level: to
                   14957:          pa_gc_malloc
                   14958: 
                   14959:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   14960:          debugging showed no errors. todo: debug parser memory
                   14961: 
                   14962:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   14963:          configurations
                   14964: 
                   14965:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   14966:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   14967:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14968:          types/types.dsp: prepared xml-static configuration
                   14969: 
                   14970: 2003-03-31  paf
                   14971: 
                   14972:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   14973:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   14974:          xml lib memory debugging, simple checks failed: it seems that
                   14975:          library does realloc(bad ptr), and recording those ptrs in heap
                   14976:          [for debugging] was bad: heap situation changes = everything
                   14977:          works fine
                   14978: 
                   14979:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   14980:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   14981:          limit of 10 user-defined charsets]
                   14982: 
                   14983: 2003-03-28  paf
                   14984: 
                   14985:        * src/main/execute.C: execution stack copied to local register
                   14986:          variable, removed lots [~2e7) of memory accesses
                   14987: 
                   14988: 2003-03-27  paf
                   14989: 
                   14990:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   14991:          works in debug, but fails in release todo: fix that
                   14992: 
                   14993:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   14994:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   14995:          replacement from gc branch
                   14996: 
                   14997:        * src/main/pa_exec.C: introducing append_help_length [radical
                   14998:          improvement here]
                   14999: 
                   15000:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   15001:          'not recommened' in gc.h, on win32 noticed no difference]
                   15002: 
                   15003:        * src/include/pa_array.h: returned checked array get [were disabled
                   15004:          for debugging] result:not slower [don't understand that, it were
                   15005:          INLINED] todo: find out a way of inlining it!
                   15006: 
                   15007:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   15008:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   15009:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   15010:          convention changed: all resulting strings are zero-terminated
                   15011: 
                   15012:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15013:          classes/string.C, classes/table.C, classes/void.C,
                   15014:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   15015:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   15016:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   15017:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15018:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   15019:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   15020:          append_help_length [radical improvement here]
                   15021: 
                   15022:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   15023:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   15024:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   15025:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   15026:          even slower
                   15027: 
                   15028:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   15029:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   15030:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   15031:          clients of &get(): most to use non-ref version, some[in tight
                   15032:          places] to get_unchecked_ref
                   15033: 
                   15034:        * src/doc/memory.dox: forgot to add
                   15035: 
                   15036:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   15037:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   15038:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   15039:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   15040:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   15041:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   15042:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   15043:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   15044:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   15045:          func] other Array & removed
                   15046: 
                   15047: 2003-03-26  paf
                   15048: 
                   15049:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   15050:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   15051:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   15052:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15053:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   15054:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   15055:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15056:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   15057:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15058:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   15059:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   15060:          pre-evaluated .count() in some places
                   15061: 
                   15062:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15063:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   15064:          types/types.dsp: .dsp profiling updated
                   15065: 
                   15066:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   15067:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   15068:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   15069: 
                   15070:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   15071:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   15072:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   15073:          use lib/gc,lib/cord
                   15074: 
1.116     moko     15075:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   15076:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     15077:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   15078:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   15079:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15080:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     15081:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     15082:          src/lib/cord/include/Makefile.am,
1.116     moko     15083:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   15084:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   15085:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   15086:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   15087:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   15088:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   15089:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   15090:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   15091:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   15092:          funcs ported pa_exec
1.95      moko     15093: 
                   15094:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   15095: 
                   15096:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   15097:          bundled gc includes
                   15098: 
                   15099:        * src/: classes/op.C, include/pa_array.h,
                   15100:          include/pa_sql_connection.h, include/pa_string.h,
                   15101:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   15102:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   15103:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   15104:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   15105:          first real site (aval)]
                   15106: 
                   15107: 2003-03-25  paf
                   15108: 
                   15109:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   15110:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   15111:          process
                   15112: 
                   15113:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   15114:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   15115: 
                   15116:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   15117: 
                   15118:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   15119:          src/types/pa_value.h, src/types/pa_vfile.h,
                   15120:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15121:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   15122:          tests/results/121.processed: untaint.C L_URI
                   15123: 
                   15124:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   15125:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   15126:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   15127:          src/types/pa_vmemory.h: ^memory:compact[]
                   15128: 
                   15129:        * tests/results/109.processed: it was a bug in parser. updated 109
                   15130:          test result
                   15131: 
                   15132:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   15133: 
                   15134:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   15135:          tests/results/107.processed: fixed dom language [values are now
                   15136:          considered tainted.  it was a bug in parser. updated 107 test
                   15137:          result
                   15138: 
                   15139:        * src/classes/xdoc.C: fixed transform params
                   15140: 
                   15141:        * src/: include/pa_stylesheet_manager.h,
                   15142:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   15143: 
                   15144:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   15145:          overloads for structure handling
                   15146: 
                   15147:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   15148:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   15149:          StringBody(0) ambiguilty, introducting static
                   15150:          StringBody::Format(int)
                   15151: 
                   15152:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   15153:          linked
                   15154: 
                   15155:        * src/types/pa_vxdoc.C: vxdoc compiled
                   15156: 
                   15157:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   15158:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   15159:          finalizers isntalled
                   15160: 
                   15161:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   15162:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   15163:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15164:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   15165:          compiled todo: xnode.C / finalizers
                   15166: 
                   15167:        * src/doc/string.dox: updated: new string internals
                   15168: 
                   15169: 2003-03-24  paf
                   15170: 
                   15171:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15172:          include/pa_charset.h, include/pa_config_fixed.h,
                   15173:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   15174:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   15175:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   15176:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   15177:          types/pa_vxnode.h: started XML
                   15178: 
                   15179:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   15180: 
                   15181:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15182:          include/pa_string.h, main/pa_common.C,
                   15183:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   15184: 
                   15185:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15186:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   15187:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15188:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   15189:          for eq STRING_NOT_FOUND
                   15190: 
                   15191:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   15192:          optimize bit implemented
                   15193: 
                   15194:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15195:          String::ArrayFragment::append_positions fixed
                   15196: 
                   15197:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   15198:          String::this_starts fixed
                   15199: 
                   15200:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   15201: 
                   15202:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   15203:          hashcode implemented fully, including per-char callback [it can
                   15204:          be - substr CORD node]
                   15205: 
                   15206:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   15207:          rewritten to rewalloc with 100byte buf ahead
                   15208: 
                   15209:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   15210:          src/include/pa_string.h, src/main/compile.tab.C,
                   15211:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   15212:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   15213:          CORD_ec [bad] would rewrite as realloc now
                   15214: 
                   15215:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15216:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   15217:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15218:          include/pa_common.h, include/pa_request.h,
                   15219:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   15220:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   15221:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   15222:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   15223:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   15224:          types/pa_vstateless_class.h: 2*2 worked :)
                   15225: 
                   15226:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   15227:          src/include/pa_exec.h, src/include/pa_string.h,
                   15228:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   15229:          passed OK
                   15230: 
                   15231:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15232:          types/pa_value.C: all linked todo: debug
                   15233: 
                   15234:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   15235:          types/pa_vstateless_class.C: all compiled.  todo:link
                   15236: 
                   15237:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   15238: 
                   15239:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   15240: 
                   15241:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   15242: 
                   15243:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   15244: 
                   15245:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   15246:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   15247:          pa_vstateless_class.C, pa_vstateless_class.h:
                   15248:          pa_vstateless_class.C compiled
                   15249: 
                   15250:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   15251:          types/pa_vmath.C: pa_vmail.C compiled
                   15252: 
                   15253:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   15254: 
                   15255:        * src/types/pa_vform.C: pa_vform.C compiled
                   15256: 
                   15257:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   15258: 
                   15259:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   15260:          pa_vstateless_class.C: pa_vcookie.C compiled
                   15261: 
                   15262:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   15263:          types/pa_vhash.h: pa_value.C compiled
                   15264: 
                   15265:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   15266:          classes.lib main.lib compiled
                   15267: 
                   15268:        * src/classes/void.C: void.C compiled
                   15269: 
                   15270:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   15271:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   15272:          compiled
                   15273: 
                   15274:        * src/: classes/string.C, include/pa_request.h,
                   15275:          include/pa_string.h, main/pa_string.C: string.C compiled
                   15276: 
                   15277:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   15278:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   15279:          main/pa_request.C, main/pa_string.C: op.C compiled
                   15280: 
                   15281:        * src/classes/: math.C, op.C: math.C compiled
                   15282: 
                   15283:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   15284:          types/pa_vmail.h: mail.C compiled
                   15285: 
                   15286:        * src/classes/: int.C, table.C: int.C compiled
                   15287: 
                   15288:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   15289:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   15290:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   15291:          compiled
                   15292: 
                   15293:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15294:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   15295:          include/pa_sql_connection.h: hash.C compiled
                   15296: 
                   15297:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   15298:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   15299:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15300:          classes/math.C, classes/op.C, classes/response.C,
                   15301:          classes/string.C, classes/table.C, classes/void.C,
                   15302:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   15303:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15304:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   15305:          file.C table.C compiled
                   15306: 
                   15307:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   15308:          main/untaint.C: main.lib compiled
                   15309: 
                   15310: 2003-03-21  paf
                   15311: 
                   15312:        * src/: classes/op.C, include/pa_cache_managers.h,
                   15313:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15314:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   15315:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15316:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   15317:          compiled
                   15318: 
                   15319:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   15320:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   15321:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15322:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   15323:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   15324:          pa_request.C compiled
                   15325: 
                   15326:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   15327:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   15328:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   15329:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   15330:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15331:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   15332:          compiled
                   15333: 
                   15334:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   15335:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   15336:          on unix
                   15337: 
                   15338:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15339:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   15340:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   15341:          pa_charsets.C compiled
                   15342: 
                   15343:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   15344:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   15345:          main/compile.y, main/execute.C, main/pa_common.C,
                   15346:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   15347:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   15348:          types/pa_vmethod_frame.h: execute.C compiled
                   15349: 
                   15350:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15351:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15352:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15353:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   15354:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15355:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15356:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   15357:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   15358:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15359:          include/pa_stylesheet_connection.h,
                   15360:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15361:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15362:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15363:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15364:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   15365:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   15366:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15367:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   15368:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   15369:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15370:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15371:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15372:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15373:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15374:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15375:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15376:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15377:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15378:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15379:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15380:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15381:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15382:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15383:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15384:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   15385:          [C++ CORD wrapper]
                   15386: 
                   15387:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   15388: 
                   15389:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   15390:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   15391: 
                   15392:          command line, env values, input got transcoded before call
                   15393:          stdout, stderr got transcoded after call
                   15394: 
                   15395:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   15396:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   15397: 
                   15398:        * src/main/pa_common.C: } typo bug fix
                   15399: 
                   15400:        * src/main/pa_common.C: } typo bug fix
                   15401: 
                   15402: 2003-03-20  paf
                   15403: 
                   15404:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   15405:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   15406: 
                   15407:        * src/include/pa_string.h: more tests
                   15408: 
                   15409:        * src/main/pa_string.C: string.pos fixed
                   15410: 
1.116     moko     15411:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   15412:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   15413:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   15414:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   15415:          replaces
1.95      moko     15416: 
                   15417:        * src/: classes/image.C, include/pa_dictionary.h,
                   15418:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15419:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   15420:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   15421:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   15422: 
                   15423:        * src/include/pa_string.h: warning
                   15424: 
                   15425:        * src/include/pa_string.h: this_starts fixed
                   15426: 
                   15427:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   15428:          new String ctor & append params convention
                   15429: 
                   15430:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   15431:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   15432:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   15433:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   15434:          main/pa_exception.C, main/pa_exec.C,
                   15435:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15436:          main/pa_stylesheet_manager.C, main/untaint.C,
                   15437:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   15438:          types/pa_vmail.C: more tests OK
                   15439: 
                   15440:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   15441:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   15442:          gc/exit runned OK
                   15443: 
                   15444:        * src/types/pa_vmail.C: another naming problem: should not name
                   15445:          vars like that: unpredictable close caused problems with later
                   15446:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   15447:          descriptors missing on startup: stdin; Bad file number
                   15448: 
                   15449:          todo: find out why so many filters(stream) here. probably wrong?
                   15450: 
                   15451:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   15452:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   15453:          main/untaint.C: test compiled
                   15454: 
                   15455:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   15456:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   15457:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   15458:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   15459:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   15460:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15461:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   15462:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   15463:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   15464:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   15465: 
                   15466:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   15467:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   15468:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   15469:          src/include/pa_memory.h, src/include/pa_request.h,
                   15470:          src/include/pa_request_charsets.h,
                   15471:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   15472:          src/main/compile.tab.C, src/main/execute.C,
                   15473:          src/main/pa_charset.C, src/main/pa_common.C,
                   15474:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15475:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15476:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   15477:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   15478:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   15479:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15480:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   15481:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15482:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   15483:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   15484:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15485:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   15486:          pa_common.C [done, without http for now]
                   15487: 
                   15488: 2003-03-19  paf
                   15489: 
                   15490:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   15491:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   15492:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   15493:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   15494:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   15495:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   15496:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   15497:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   15498:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15499:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   15500:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   15501:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15502:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15503:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15504:          types/pa_wwrapper.h: started test
                   15505: 
1.116     moko     15506:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   15507:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     15508: 
                   15509:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   15510:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   15511:          it
                   15512: 
                   15513:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   15514:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   15515:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   15516:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   15517:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   15518:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   15519:          types/pa_vmethod_frame.h, types/types.dsp: string
                   15520:          reimplementation with cord+array<fragment>: 70%
                   15521: 
                   15522: 2003-03-18  paf
                   15523: 
                   15524:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15525:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   15526:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   15527:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   15528:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   15529:          can ignore lang in cmp and pos really,             but would
                   15530:          split properly!
                   15531: 
                   15532:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   15533:          cord part made parser/src/lib: it's not compiled into libgc by
                   15534:          default
                   15535: 
                   15536:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   15537:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15538:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15539:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15540:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15541:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15542:          src/classes/xnode.C, src/classes/xnode.h,
                   15543:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   15544:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15545:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   15546:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15547:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15548:          src/include/pa_memory.h, src/include/pa_pool.h,
                   15549:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   15550:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   15551:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15552:          src/include/pa_stylesheet_connection.h,
                   15553:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15554:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   15555:          src/main/compile.C, src/main/compile.tab.C,
                   15556:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15557:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   15558:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15559:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15560:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   15561:          src/main/pa_pool.C, src/main/pa_request.C,
                   15562:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15563:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   15564:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   15565:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   15566:          src/types/pa_junction.h, src/types/pa_method.h,
                   15567:          src/types/pa_value.C, src/types/pa_value.h,
                   15568:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15569:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15570:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15571:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15572:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15573:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15574:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15575:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   15576:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15577:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15578:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15579:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15580:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15581:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15582:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15583:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15584:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15585:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15586:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15587:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15588:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15589:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   15590:          gc: PA_Object done lots of replacements also
                   15591: 
                   15592:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   15593:          gc logging
                   15594: 
                   15595: 2003-03-17  paf
                   15596: 
                   15597:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15598:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   15599:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   15600:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15601:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   15602:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   15603:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   15604:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15605:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15606:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   15607:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   15608:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   15609:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   15610:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   15611:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15612:          types/pa_vxnode.h: libgc attempt
                   15613: 
                   15614: 2003-03-13  paf
                   15615: 
                   15616:        * src/: include/pa_sql_driver_manager.h,
                   15617:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   15618:          called
                   15619: 
                   15620:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   15621:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   15622:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   15623:          types/pa_value.h, types/pa_vobject.h,
                   15624:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   15625:          set_base, set_derived simplified [counter leaks fixed]
                   15626: 
                   15627:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   15628:          src/types/types.dsp: incorporated status class patch From:
                   15629:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   15630:          2003 8:14 AM
                   15631: 
                   15632:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   15633:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   15634:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   15635: 
                   15636: 2003-03-12  paf
                   15637: 
1.116     moko     15638:        * configure, configure.in, src/lib/ltdl/configure,
                   15639:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     15640:          lib/ltdl/Makefile now created by /configure.in only [were by
                   15641:          lib/ltdl/configure.in OVERWRITE]
                   15642: 
1.116     moko     15643:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   15644:          linkage fixed for g++ 3.2.2
1.95      moko     15645: 
                   15646:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   15647:          on using privately declared class [fixed]
                   15648: 
                   15649:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   15650:          3.2 rightliy complained on using privately declared class [fixed]
                   15651: 
                   15652:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   15653:          sigpipe before request constructor now causes death
                   15654: 
                   15655:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   15656:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   15657:          not cause exception in exception handler
                   15658: 
1.116     moko     15659:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   15660:          now default links libstdc++ statically.  that can be overriden by
                   15661:          --with-dynamic-stdcpp
1.95      moko     15662: 
                   15663: 2003-03-11  paf
                   15664: 
                   15665:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   15666:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   15667:          necessity of libstdc++
                   15668: 
                   15669:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15670: 
                   15671:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15672: 
                   15673: 2003-03-08  paf
                   15674: 
                   15675:        * tests/Makefile: make install & co
                   15676: 
                   15677:        * src/: include/pa_request.h, classes/op.C: removing
                   15678:          vclass,object.h -> pa_request.h dependency
                   15679: 
                   15680:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   15681:          main/pa_request.C: removing vform,response,cookie.h ->
                   15682:          pa_request.h dependency
                   15683: 
                   15684:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   15685:          dependency [testing...]
                   15686: 
                   15687:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   15688:          return 0; fixed
                   15689: 
                   15690:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   15691:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   15692: 
                   15693:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   15694: 
                   15695:        * src/main/pa_request.C: forgotten: ifdef XML
                   15696: 
                   15697:        * src/main/pa_request.C: forgotten: ifdef XML
                   15698: 
                   15699:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   15700:          win32 and run memleak tests again
                   15701: 
                   15702:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   15703:          old xml lib-- it's internal memory handling has faults
                   15704: 
                   15705:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   15706:          problems when transcode from charset A to A.
                   15707: 
                   15708:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   15709:          todo: still problems when transcode from charset A to A.
                   15710: 
                   15711:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   15712:          classes/table.C, include/pa_array.h,
                   15713:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   15714:          started full-scale-site-test [~ http://parser.ru sources]
                   15715: 
                   15716:          some fixes
                   15717: 
                   15718:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   15719:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15720:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   15721:          results/110.processed, results/111.processed,
                   15722:          results/112.processed, results/113.processed,
                   15723:          results/114.processed, results/115.processed,
                   15724:          results/116.processed, results/117.processed,
                   15725:          results/118.processed, results/119.processed,
                   15726:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   15727:          selectSingle 111 xdoc.create from tainted & 112
                   15728:          xdoc.create/output with russian attr value 113 xpath
                   15729:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   15730:          116 output media-type change 117 transform by dom stylesheet 118
                   15731:          empty transform result 119 dom setAttribute 120 nbsp letter
                   15732:          output
                   15733: 
                   15734:          =END OF PREPARED XML TESTS=
                   15735: 
                   15736: 2003-03-07  paf
                   15737: 
                   15738:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15739:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   15740:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   15741:          transform with params [bugs fixed]
                   15742: 
                   15743:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   15744:          from copy/paste bug
                   15745: 
                   15746:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15747:          src/include/pa_request.h, src/main/execute.C,
                   15748:          src/main/pa_charset.C, src/main/pa_exception.C,
                   15749:          src/main/pa_globals.C, src/main/pa_request.C,
                   15750:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15751:          src/types/pa_vxnode.C, tests/107.html,
                   15752:          tests/results/107.processed: xml: test: 107 bug fixes
                   15753: 
                   15754:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15755:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15756:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   15757: 
                   15758:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   15759:          string
                   15760: 
                   15761:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   15762:          mem alloc functions used for different cases [libxml, libxsl]
                   15763: 
                   15764:        * src/classes/classes.C: fixed: prevent system classes from
                   15765:          modification to lock ALL the classes, not only directly used
                   15766: 
                   15767:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   15768:          linked
                   15769: 
                   15770:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   15771: 
                   15772: 2003-03-06  paf
                   15773: 
                   15774:        * src/classes/xdoc.C: xdoc.C 50%
                   15775: 
                   15776:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   15777:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15778:          main/pa_globals.C, main/pa_request.C,
                   15779:          main/pa_stylesheet_manager.C: xnode.C compiled
                   15780: 
                   15781:        * src/: include/pa_stylesheet_connection.h,
                   15782:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   15783:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   15784: 
                   15785:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   15786:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   15787:          xml: stylesheet&manager STARTED
                   15788: 
                   15789:        * src/: include/pa_globals.h, main/pa_charset.C,
                   15790:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   15791: 
                   15792:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   15793:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   15794:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   15795:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   15796:          charsets
                   15797: 
                   15798:        * tests/023.html: in some cases it rounded up badly. postponing
                   15799:          solution of that problem, making more simple test
                   15800: 
                   15801:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   15802:          -kb now
                   15803: 
                   15804:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15805:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   15806:          moved to charsets.C
                   15807: 
                   15808: 2003-03-05  paf
                   15809: 
                   15810:        * src/classes/string.C, src/include/pa_string.h,
                   15811:          src/main/pa_string.C, tests/105.html,
                   15812:          tests/results/105.processed: String::match bug fixed
                   15813: 
                   15814:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   15815:          tests/results/104.processed: ^bpt operator added [does int3 in
                   15816:          debug build on win32]
                   15817: 
                   15818:        * tests/: 057.html, results/057.processed: test bug fixed
                   15819: 
1.116     moko     15820:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     15821: 
                   15822:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   15823:          missing
                   15824: 
1.116     moko     15825:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   15826:          forgotten files added to Makes
1.95      moko     15827: 
                   15828:        * ltmain.sh: ltmain.sh added
                   15829: 
                   15830:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15831:          change undone ;(
                   15832: 
                   15833:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15834:          made static
                   15835: 
                   15836:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     15837:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   15838:          todo:make linker happy
1.95      moko     15839: 
                   15840:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   15841:          env param made optional
                   15842: 
                   15843: 2003-03-04  paf
                   15844: 
                   15845:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   15846:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   15847: 
                   15848:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   15849:          results/103.processed: tests: 103 image.copy transparence test
                   15850: 
                   15851:        * src/main/execute.C, tests/101.html, tests/102.html,
                   15852:          tests/results/101.processed, tests/results/102.processed: tests:
                   15853:          101 method/variable name conflict test 102 form fields change
                   15854:          should not not change anything [bug fix]
                   15855: 
                   15856:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   15857:          results/099.processed, results/100.processed: tests: 57 date
                   15858:          create 2002: added 99,100 response:body/download
                   15859: 
                   15860:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   15861:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   15862: 
                   15863:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   15864:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   15865:          fixed]
                   15866: 
                   15867:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   15868:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   15869:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   15870:          image EXIF  [bug fixed]
                   15871: 
                   15872:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   15873:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   15874:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   15875:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   15876:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   15877:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   15878:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   15879:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   15880:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   15881:          tests/094.html, tests/095.html, tests/results/061.processed,
                   15882:          tests/results/062.processed, tests/results/063.processed,
                   15883:          tests/results/064.processed, tests/results/065.processed,
                   15884:          tests/results/066.processed, tests/results/067.processed,
                   15885:          tests/results/068.processed, tests/results/069.processed,
                   15886:          tests/results/070.processed, tests/results/071.processed,
                   15887:          tests/results/072.processed, tests/results/073.processed,
                   15888:          tests/results/074.processed, tests/results/075.processed,
                   15889:          tests/results/076.processed, tests/results/077.processed,
                   15890:          tests/results/078.processed, tests/results/080.processed,
                   15891:          tests/results/081.processed, tests/results/082.processed,
                   15892:          tests/results/083.processed, tests/results/084.processed,
                   15893:          tests/results/085.processed, tests/results/086.processed,
                   15894:          tests/results/087.processed, tests/results/088.processed,
                   15895:          tests/results/089.processed, tests/results/090.processed,
                   15896:          tests/results/091.processed, tests/results/092.processed,
                   15897:          tests/results/093.processed, tests/results/094.processed,
                   15898:          tests/results/095.processed, tests/079.html,
                   15899:          tests/results/079.processed: tests: 61 file::stat size 62
                   15900:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   15901:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   15902:          string.match simple on long 68 string.match normalized simple on
                   15903:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   15904:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   15905:          date arithmetics 75 response date values/attributes 76 string.pos
                   15906:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   15907:          with local 80 scientific numeric literal in string autoconvert 81
                   15908:          xor: logical and numerical 82 for delims 83 menu delims 84
                   15909:          table.hash distinct 85 long string  replace 86 throw+catch
                   15910:          current language preserve 87 bit shifts 88 junction tests +
                   15911:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   15912:          91 $caller test 92 junction is + def junction tests 93 $caller
                   15913:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   15914: 
                   15915:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   15916:          fixed] 60 string eq string [bug fixed]
                   15917: 
                   15918:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   15919:          058.html, 058_paf2000.png, 059.html, 060.html,
                   15920:          results/053.processed, results/054.processed,
                   15921:          results/055.processed, results/056.processed,
                   15922:          results/057.processed, results/058.processed,
                   15923:          results/059.processed, results/060.processed: test: 53
                   15924:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   15925:          date.create[string] 58 image.measure[png]
                   15926: 
                   15927:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   15928:          outputs/051.processed, results/052.processed: test: 52
                   15929:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   15930:          task: fix that
                   15931: 
                   15932: 2003-03-03  paf
                   15933: 
                   15934:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   15935:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   15936:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   15937:          outputs/049.processed, outputs/050.processed,
                   15938:          outputs/051.processed, results/001.processed,
                   15939:          results/002.processed, results/003.processed,
                   15940:          results/005.processed, results/006.processed,
                   15941:          results/008.processed, results/009.processed,
                   15942:          results/011.processed, results/012.processed,
                   15943:          results/013.processed, results/014.processed,
                   15944:          results/015.processed, results/016.processed,
                   15945:          results/017.processed, results/020.processed,
                   15946:          results/021.processed, results/022.processed,
                   15947:          results/024.processed, results/025.processed,
                   15948:          results/026.processed, results/027.processed,
                   15949:          results/028.processed, results/029.processed,
                   15950:          results/030.processed, results/031.processed,
                   15951:          results/049.processed, results/050.processed,
                   15952:          results/051.processed, results/043.processed,
                   15953:          results/044.processed, results/045.processed,
                   15954:          results/046.processed, results/047.processed,
                   15955:          results/048.processed: tests: 43,44,45 date rolls 46
                   15956:          autoevaluating junction 47 table.select 48 name with subvar 49
                   15957:          hash-creating switch 50 process 51 started parent/child, works as
                   15958:          it were but it were NOT GOOD, created separate task  to fix that
                   15959: 
                   15960:        * tests/: 042.html, results/042.processed: test: 42
                   15961:          exception.handled
                   15962: 
                   15963:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   15964:          expression
                   15965: 
                   15966:        * tests/: 040.html, results/040.processed: test: 39 method result
                   15967:          of type table 40 method param junction auto evaluate
                   15968: 
                   15969:        * tests/: 039.html, results/039.processed: test: 37 method result
                   15970:          of type table
                   15971: 
                   15972:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   15973:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   15974:          tests/038.html, tests/results/033.processed,
                   15975:          tests/results/034.processed, tests/results/035.processed,
                   15976:          tests/results/036.processed, tests/results/037.processed,
                   15977:          tests/results/038.processed: tests: 33 string.replace 34
                   15978:          string.upper 35 table created 36 local/global vars with juntions
                   15979:          37 table clone 38 math PI & number formatting
                   15980: 
                   15981:          math class registring typo fixed
                   15982: 
                   15983:        * src/classes/op.C, src/include/pa_request.h,
                   15984:          src/include/pa_string.h, src/main/execute.C,
                   15985:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   15986:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   15987:          tests/032.html, tests/results/032.processed: uchar changed to
                   15988:          String_UL in all places [was not everywhere] untaint test: 032
                   15989: 
                   15990:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   15991:          tests/results/004.processed, tests/parser-cygwin.sh,
                   15992:          tests/parser-unix.sh: removed -H command line key, now testing
                   15993:          using .sh file with SERVER_SOFTWARE=xxx
                   15994: 
                   15995: 2003-02-26  paf
                   15996: 
                   15997:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   15998:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   15999:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   16000:          tests/results/024.processed, tests/results/025.processed,
                   16001:          tests/results/026.processed, tests/results/027.processed,
                   16002:          tests/results/028.processed, tests/results/029.processed,
                   16003:          tests/results/030.processed, tests/results/031.processed: fixed
                   16004:          bug with name_cstr mutable CharPtr more tests
                   16005: 
                   16006:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   16007:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   16008:          << abort.  die now just exits
                   16009: 
                   16010:        * src/classes/classes.awk, src/classes/classes.h,
                   16011:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16012:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16013:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16014:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16015:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16016:          src/classes/xnode.C, src/include/pa_memory.h,
                   16017:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   16018:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   16019:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   16020:          tests/017.html, tests/018.html, tests/019.html,
                   16021:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   16022:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   16023:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   16024:          tests/results/015.processed, tests/results/016.processed,
                   16025:          tests/results/017.processed, tests/results/018.processed,
                   16026:          tests/results/019.processed, tests/results/020.processed,
                   16027:          tests/results/021.processed, tests/results/022.processed,
                   16028:          tests/results/023.processed: methoded_array now contains all Mxxx
                   16029:          classes SAPI::get_env now returns info on pool more tests
                   16030: 
                   16031:        * src/include/pa_array.h, src/include/pa_hash.h,
                   16032:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   16033:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   16034:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   16035:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   16036:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   16037:          tests/results/001.processed, tests/results/002.processed,
                   16038:          tests/results/003.processed, tests/results/004.processed,
                   16039:          tests/results/005.processed, tests/results/006.processed,
                   16040:          tests/results/007.processed, tests/results/008.processed,
                   16041:          tests/results/009.processed, tests/results/010.processed,
                   16042:          tests/results/011.processed, tests/results/012.processed,
                   16043:          tests/results/013.processed, tests/results/014.processed: hash
                   16044:          cloning fixed
                   16045: 
                   16046: 2003-02-25  paf
                   16047: 
                   16048:        * src/main/pa_common.C: typo fixed
                   16049: 
                   16050: 2003-02-24  paf
                   16051: 
                   16052:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   16053:          [one remained]
                   16054: 
                   16055:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   16056:          [should have been get_string(&pool)] todo: check other such calls
                   16057: 
                   16058:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   16059:          test10, bad lookups
                   16060: 
                   16061:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   16062:          object got destructed, and xxx points to sky
                   16063: 
                   16064:        * ChangeLog, src/classes/string.C: match bug fixed
                   16065: 
                   16066:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   16067:          $.charset[specified] now
                   16068: 
                   16069:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   16070:          which failed to handle sigsetjmp+throw: crashed inside of
                   16071:          pre-throw code.  rewritten simplier [though duplicating
                   16072:          closesocket code]
                   16073: 
                   16074:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   16075:          which failed to handle sigsetjmp+throw: crashed inside of
                   16076:          pre-throw code.  rewritten simplier [though duplicating
                   16077:          closesocket code]
                   16078: 
                   16079: 2003-02-21  paf
                   16080: 
                   16081:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   16082:          $cookie:name[$.expires[date << can be now]]
                   16083: 
                   16084:          written makefile with regression tests [raw]
                   16085: 
                   16086:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   16087:          tests' only [it's not forcing CGI mode now] now use -H to output
                   16088:          CGI header when parser used in command line [useful for tests
                   16089:          also]
                   16090: 
                   16091:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   16092:          switches on CGI mode, and is used in regression tests
                   16093: 
                   16094:        * src/: include/pa_request.h, main/pa_request.C,
                   16095:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   16096:          fixed
                   16097: 
                   16098:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   16099:          handling pa_*
                   16100: 
                   16101:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   16102:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   16103:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   16104:          memory handling files
                   16105: 
                   16106:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   16107: 
                   16108:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   16109:          compiles OK test to show benefits of free
                   16110: 
                   16111:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16112:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   16113:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16114:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   16115:          use pool [as the one in ^process]
                   16116: 
                   16117:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   16118:          -- some must use pool [as the one in ^process]
                   16119: 
                   16120: 2003-02-20  paf
                   16121: 
                   16122:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16123:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16124:          classes/math.C, classes/op.C, classes/response.C,
                   16125:          classes/string.C, classes/table.C, classes/void.C,
                   16126:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   16127:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   16128:          string cmp fixed
                   16129: 
                   16130:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   16131:          values passed OK now
                   16132: 
                   16133: 2003-02-19  paf
                   16134: 
                   16135:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   16136:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   16137:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   16138:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   16139:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   16140:          all remaning leaks resulted from pooled::malloc calls [excluding
                   16141:          in gd -- planning complete rewrite extremely ugly code]
                   16142: 
                   16143:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   16144:          files
                   16145: 
                   16146: 2003-02-17  paf
                   16147: 
                   16148:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16149:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16150:          classes/response.C, classes/string.C, classes/table.C,
                   16151:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   16152:          include/pa_stylesheet_connection.h,
                   16153:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   16154:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16155:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   16156:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   16157:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   16158:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   16159:          of unitialized simple-typed field
                   16160: 
                   16161:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   16162:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   16163:          simple-typed field fixed.  todo: find&kill all like that one
                   16164: 
                   16165:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16166:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   16167:          debug output fixed
                   16168: 
                   16169:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   16170:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   16171:          object_ptr from delete[them]
                   16172: 
                   16173:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   16174:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   16175:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   16176:          main/pa_charset.C, main/pa_common.C,
                   16177:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16178:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16179:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   16180:          calls
                   16181: 
                   16182:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   16183:          couple mem leaks rusulted from old pooled::malloc usage.
                   16184:          todo:find more like those
                   16185: 
                   16186:        * src/main/: compile.C, compile_tools.C: 2*2!
                   16187: 
                   16188:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   16189:          stackItem fixed [there were no string on stack before]
                   16190: 
                   16191:        * src/: main/execute.C, main/pa_request.C,
                   16192:          types/pa_vmethod_frame.C: first letters out OK
                   16193: 
                   16194:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   16195:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   16196:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   16197:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   16198:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   16199:          type not initialized with zeros :( while class fields of class
                   16200:          types initialized with default constructors.  learn C++
                   16201: 
                   16202:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   16203:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   16204:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   16205:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   16206:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   16207: 
                   16208: 2003-02-14  paf
                   16209: 
                   16210:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   16211:          13 link errors
                   16212: 
                   16213:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   16214:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16215:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16216:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   16217:          errors :)
                   16218: 
                   16219:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   16220:          classes/hash.C, classes/mail.C, classes/op.C,
                   16221:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   16222:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   16223:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   16224:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   16225: 
                   16226:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   16227:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   16228:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   16229:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   16230:          types/pa_vint.h, types/types.dsp: op compiled
                   16231: 
                   16232:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   16233:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   16234:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   16235: 
                   16236: 2003-02-07  paf
                   16237: 
                   16238:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   16239: 
                   16240: 2003-02-06  paf
                   16241: 
                   16242:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   16243:          mail compiled
                   16244: 
                   16245:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   16246:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   16247:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   16248: 
                   16249:        * src/classes/: file.C, form.C: form compiled
                   16250: 
                   16251:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   16252:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   16253:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   16254: 
                   16255:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   16256:          types/pa_vmath.h: math compiled [win32]
                   16257: 
                   16258:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   16259:          types/pa_vstring.h: hash compiled
                   16260: 
                   16261: 2003-02-04  paf
                   16262: 
                   16263:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   16264:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16265:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   16266:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   16267:          types/pa_vhash.h: hash 50% compiled
                   16268: 
                   16269:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16270:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   16271:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16272:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   16273:          main/pa_string.C: date compiled
                   16274: 
                   16275:        * src/classes/: classes.dsp, double.C: double compiled
                   16276: 
                   16277:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16278:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   16279:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16280:          classes/string.C, classes/table.C, classes/void.C,
                   16281:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   16282:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   16283:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   16284:          compiled
                   16285: 
                   16286:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16287:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16288:          classes/math.C, classes/op.C, classes/response.C,
                   16289:          classes/string.C, classes/table.C, classes/void.C,
                   16290:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16291:          types/pa_vvoid.h: void  compiled :)
                   16292: 
                   16293:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   16294:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16295:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16296:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   16297:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   16298:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   16299:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   16300:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   16301:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   16302:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   16303:          value_includes.h
                   16304: 
                   16305:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   16306:          trying to remove stupid value_includes.h
                   16307: 
                   16308:        * src/main/pa_exec.C: pa_exec compiled on win32
                   16309: 
                   16310:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   16311: 
                   16312:        * src/: include/pa_globals.h, include/pa_request.h,
                   16313:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   16314:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   16315:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   16316:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   16317:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   16318: 
                   16319:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   16320:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   16321:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   16322: 
                   16323:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   16324:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   16325:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   16326:          compiled
                   16327: 
                   16328:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   16329:          name conflicts)
                   16330: 
                   16331:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   16332:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   16333:          yelds "virtual memory exhausted" while trying to compile
                   16334:          execute.C [eating up to 127MB]
                   16335: 
                   16336: 2003-02-03  paf
                   16337: 
                   16338:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   16339:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   16340:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   16341:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16342:          types/pa_vint.h, types/pa_vjunction.h,
                   16343:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   16344:          started gcc compiling pa_common compiled
                   16345: 
                   16346:        * src/: include/pa_exception.h, include/pa_pool.h,
                   16347:          main/pa_exception.C: exception gcc change #1
                   16348: 
1.116     moko     16349:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   16350:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     16351: 
                   16352:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   16353: 
                   16354:        * src/types/pa_vtable.C: vtable compiled
                   16355: 
                   16356:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   16357: 
                   16358:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   16359:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   16360: 
                   16361:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   16362: 
                   16363:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   16364: 
                   16365:        * src/types/pa_vrequest.C: vrequest compiled
                   16366: 
                   16367:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   16368:          pa_vobject.C, pa_vobject.h: vobject compiled
                   16369: 
                   16370:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   16371:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16372:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   16373:          compiled
                   16374: 
                   16375:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   16376: 
                   16377:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   16378:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   16379:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   16380:          compiled
                   16381: 
                   16382:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16383:          main.lib - 0 error(s), 0 warning(s)
                   16384: 
                   16385:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16386:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   16387: 
                   16388: 2003-01-31  paf
                   16389: 
                   16390:        * src/: include/pa_array.h, include/pa_operation.h,
                   16391:          include/pa_request.h, main/execute.C, main/main.dsp,
                   16392:          types/pa_vjunction.h: started last file from main library:
                   16393:          execute
                   16394: 
                   16395:        * src/: include/pa_request.h, include/pa_sapi.h,
                   16396:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   16397:          main/pa_request.C, targets/cgi/parser3.C,
                   16398:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   16399:          types/pa_vhash.h: pa_request compiled
                   16400: 
                   16401:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   16402:          include/pa_globals.h, include/pa_request.h,
                   16403:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   16404:          main/execute.C, main/main.dsp, main/pa_common.C,
                   16405:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16406:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   16407:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   16408:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16409:          types/types.dsp: most pa_request compiled
                   16410: 
                   16411:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16412:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16413:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16414:          classes/op.C, classes/response.C, classes/string.C,
                   16415:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16416:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16417:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16418:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16419:          include/pa_dictionary.h, include/pa_dir.h,
                   16420:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16421:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   16422:          include/pa_pool.h, include/pa_request.h,
                   16423:          include/pa_request_charsets.h, include/pa_request_info.h,
                   16424:          include/pa_sapi.h, include/pa_socks.h,
                   16425:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16426:          include/pa_stack.h, include/pa_string.h,
                   16427:          include/pa_stylesheet_connection.h,
                   16428:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16429:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16430:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16431:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   16432:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   16433:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16434:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16435:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16436:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   16437:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16438:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16439:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16440:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16441:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16442:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   16443:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   16444:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16445:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16446:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16447:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   16448:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   16449:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16450:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16451:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16452:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16453:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16454:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16455:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16456:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16457:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16458:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16459:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16460:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16461:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16462:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16463:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16464:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   16465: 
                   16466:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   16467:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   16468:          src/include/pa_charsets.h, src/include/pa_common.h,
                   16469:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   16470:          src/include/pa_exec.h, src/include/pa_pool.h,
                   16471:          src/include/pa_request.h, src/include/pa_sapi.h,
                   16472:          src/include/pa_sql_connection.h,
                   16473:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16474:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   16475:          src/main/compile.tab.C, src/main/compile_tools.C,
                   16476:          src/main/compile_tools.h, src/main/main.dsp,
                   16477:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   16478:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   16479:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16480:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16481:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   16482:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   16483:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   16484:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16485:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16486:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   16487:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   16488:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   16489:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16490:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16491:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16492:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16493:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16494:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16495:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   16496:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   16497:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   16498:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   16499:          died, long live StringPtr
                   16500: 
                   16501: 2003-01-30  paf
                   16502: 
                   16503:        * src/: include/pa_charset.h, include/pa_request.h,
                   16504:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   16505:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   16506:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   16507: 
                   16508:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   16509:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   16510:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   16511:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16512:          types/types.dsp: vstateless_class compiled
                   16513: 
                   16514:        * src/main/compile.C: compile compiled
                   16515: 
                   16516:        * src/: include/pa_array.h, include/pa_operation.h,
                   16517:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   16518:          main/pa_table.C: compile_tools compiled
                   16519: 
                   16520:        * src/: include/pa_operation.h, main/compile.y,
                   16521:          main/compile_tools.C, main/compile_tools.h: started
                   16522:          compile_tools. vagues ideas of how to free compiled code
                   16523: 
                   16524:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   16525:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   16526:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   16527:          compiled
                   16528: 
                   16529: 2003-01-29  paf
                   16530: 
                   16531:        * src/: include/pa_globals.h, include/pa_request.h,
                   16532:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16533:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16534:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   16535:          compiled
                   16536: 
                   16537:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   16538:          now
                   16539: 
                   16540:        * src/: include/pa_array.h, include/pa_exception.h,
                   16541:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   16542: 
                   16543:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   16544:          compiled
                   16545: 
                   16546:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16547:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   16548:          types/pa_vfile.h: vfile compiled
                   16549: 
                   16550:        * src/: include/pa_common.h, include/pa_globals.h,
                   16551:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   16552:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16553:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   16554: 
                   16555:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   16556:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   16557:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16558:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16559:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   16560: 
                   16561:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   16562:          main/main.dsp, main/untaint.C: more compiled
                   16563: 
                   16564:        * src/: include/pa_charsets.h, include/pa_request.h,
                   16565:          include/pa_request_info.h, include/pa_string.h,
                   16566:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   16567:          types/pa_vresponse.h: vrequest compiled
                   16568: 
                   16569:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   16570:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   16571:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   16572: 
                   16573:        * src/: classes/classes.h, include/pa_charset.h,
                   16574:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   16575:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   16576:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   16577:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   16578:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   16579:          types/pa_vrequest.C, types/pa_vrequest.h,
                   16580:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   16581:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   16582: 
                   16583:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   16584:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16585:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   16586:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   16587:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16588:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   16589:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16590:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16591:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   16592: 
                   16593: 2003-01-28  paf
                   16594: 
                   16595:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   16596:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   16597:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   16598:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   16599:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   16600:          compile_tools
                   16601: 
                   16602:        * src/: include/pa_charset.h, include/pa_exception.h,
                   16603:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   16604:          untaint compiled
                   16605: 
                   16606:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   16607:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   16608:          more compiled.  struck with string::store_to needing to know
                   16609:          source/client charsets
                   16610: 
                   16611:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   16612:          types/pa_vfile.h: uue compiled
                   16613: 
                   16614:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   16615:          table compiled
                   16616: 
                   16617:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   16618:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   16619: 
                   16620:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16621:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   16622:          introduced]
                   16623: 
                   16624:        * src/: classes/date.C, include/pa_charset.h,
                   16625:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   16626:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   16627:          pa_charsets compiled
                   16628: 
                   16629:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   16630:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   16631: 
                   16632:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   16633:          common compiled
                   16634: 
                   16635:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   16636:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   16637: 
                   16638:        * src/: include/pa_array.h, include/pa_charset.h,
                   16639:          include/pa_charsets.h, include/pa_pool.h,
                   16640:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16641:          include/pa_stack.h, include/pa_string.h,
                   16642:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   16643:          sql_driver_manager compiled
                   16644: 
                   16645:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   16646:          letter i with two dots added to koi, all ukranian letters added
                   16647:          to win1251.
                   16648: 
                   16649:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   16650:          abscent from koi]
                   16651: 
                   16652: 2003-01-27  paf
                   16653: 
                   16654:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16655:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16656:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16657:          sql/pa_sql_driver.h: paused on sql_manager
                   16658: 
                   16659:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   16660:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16661:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   16662:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   16663: 
                   16664:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   16665:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16666:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   16667:          main/pa_table.C: table compiled
                   16668: 
                   16669:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   16670:          cache_managers compiled
                   16671: 
                   16672:        * src/: include/pa_array.h, include/pa_charset.h,
                   16673:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   16674: 
                   16675:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   16676: 
                   16677:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   16678:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16679:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   16680:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   16681:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   16682: 
                   16683: 2003-01-24  paf
                   16684: 
                   16685:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   16686:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   16687:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16688:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   16689:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   16690:          types/pa_vint.h, types/pa_vjunction.h,
                   16691:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16692:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   16693: 
                   16694:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   16695:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   16696:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   16697:          main/pa_string.C, main/pa_table.C: string compiled
                   16698: 
                   16699:        * src/: include/pa_array.h, include/pa_common.h,
                   16700:          include/pa_dictionary.h, include/pa_exception.h,
                   16701:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   16702:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   16703:          main/pa_string.C: dictionary compiled
                   16704: 
                   16705: 2003-01-23  paf
                   16706: 
                   16707:        * src/: include/pa_array.h, include/pa_common.h,
                   16708:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16709:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   16710:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   16711:          types/pa_value.h: resurrected pool in new sense: now it's
                   16712:          factory, producing&accounting memory chunks for read[autofree]
                   16713:          buffers
                   16714: 
                   16715:        * src/: include/pa_array.h, include/pa_exception.h,
                   16716:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   16717:          main/pa_exception.C, main/pa_table.C: table compiled
                   16718: 
                   16719:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   16720:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   16721:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   16722:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   16723:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   16724:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   16725:          main/pa_table.C: aint that easy
                   16726: 
                   16727:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   16728:          main/main.dsp: continued with Hash
                   16729: 
                   16730:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   16731:          stack] now. and exception can be reported OK now [can be reported
                   16732:          outside of pro c with that stack]
                   16733: 
                   16734: 2003-01-22  paf
                   16735: 
                   16736:        * src/: include/pa_array.h, include/pa_charset.h,
                   16737:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   16738:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   16739:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   16740:          base: contains references_count.  auto_ptr template calls
                   16741:          add_ref/release
                   16742: 
                   16743: 2003-01-21  paf
                   16744: 
                   16745:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16746:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16747:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16748:          classes/op.C, classes/response.C, classes/string.C,
                   16749:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16750:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16751:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16752:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16753:          include/pa_dictionary.h, include/pa_dir.h,
                   16754:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16755:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16756:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16757:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16758:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16759:          include/pa_stack.h, include/pa_string.h,
                   16760:          include/pa_stylesheet_connection.h,
                   16761:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16762:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16763:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16764:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   16765:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16766:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16767:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16768:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16769:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16770:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16771:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16772:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16773:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16774:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16775:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16776:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16777:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   16778:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16779:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16780:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16781:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16782:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16783:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16784:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16785:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16786:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16787:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16788:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16789:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16790:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16791:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16792:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16793:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   16794:          2002->2003
                   16795: 
                   16796: 2003-01-16  paf
                   16797: 
                   16798:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   16799:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   16800: 
                   16801:        * operators.txt, src/include/pa_config_fixed.h,
                   16802:          src/main/pa_common.C: http request now return status. and not
                   16803:          fail on status!=200
                   16804: 
                   16805: 2003-01-15  paf
                   16806: 
                   16807:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   16808: 
                   16809: 2003-01-14  paf
                   16810: 
                   16811:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   16812:          mkinstalldirs: removed some ancient files [they in / really]
                   16813: 
                   16814:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   16815:          regretfully needed patch in two places.  in config_fixed.h made
                   16816:          stubs for lib to compile in MSVC
                   16817: 
                   16818: 2003-01-13  paf
                   16819: 
                   16820:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   16821:          configure.in(libtool) hacks
                   16822: 
1.116     moko     16823:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     16824:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   16825:          ltdl.h: moved to latest libtool (1.4.3)
                   16826: 
                   16827: 2003-01-10  paf
                   16828: 
                   16829:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   16830: 
                   16831:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   16832:          patches.        libxml2 >= 2.5.1
                   16833:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   16834:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   16835:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16836: 
                   16837:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   16838:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   16839:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   16840:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16841: 
                   16842: 2003-01-09  paf
                   16843: 
                   16844:        * INSTALL: xml,xslt,gdome lib urls updated
                   16845: 
                   16846:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     16847:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     16848:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     16849:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   16850:          1.7.2
1.95      moko     16851: 
                   16852:        * depcomp: moving to automake 1.7.2
                   16853: 
                   16854: 2002-12-27  paf
                   16855: 
                   16856:        * src/include/pa_version.h: 0007
                   16857: 
                   16858:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   16859:          outdated parts, made links to language docs
                   16860: 
                   16861:        * src/include/pa_config_auto.h.in: comment
                   16862: 
                   16863: 2002-12-26  paf
                   16864: 
                   16865:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   16866:          not contain trailing / fixed.
                   16867: 
                   16868:        * INSTALL: changing SAFE_MODE politics
                   16869: 
                   16870:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   16871: 
                   16872:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   16873: 
                   16874: 2002-12-25  paf
                   16875: 
                   16876:        * src/main/pa_globals.C: optimized-xml
                   16877: 
                   16878:        * src/main/pa_globals.C: optimized-as-is
                   16879: 
                   16880: 2002-12-24  paf
                   16881: 
                   16882:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   16883:          fixed [were really called with zero size when .html?a=&b=]
                   16884: 
                   16885:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   16886:          with --with-sendmail
                   16887: 
                   16888:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   16889:          fixed]
                   16890: 
                   16891: 2002-12-23  paf
                   16892: 
                   16893:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   16894:          ignoring parameters & were storing only string with default
                   16895:          expires
                   16896: 
                   16897:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   16898:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   16899:          December 23, 2002 4:22 AM Subject: bug â
                   16900:          Charset::transcode_buf2xchar
                   16901: 
                   16902: 2002-12-20  paf
                   16903: 
                   16904:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   16905:          non-cgi [script] runs
                   16906: 
                   16907: 2002-12-19  paf
                   16908: 
                   16909:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16910:          [tested on elik]] moreover, it's not needed there [parser
                   16911:          registers charsets itself]
                   16912: 
                   16913:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16914:          [tested on elik]]
                   16915: 
                   16916:        * operators.txt, src/include/pa_globals.h,
                   16917:          src/include/pa_request.h, src/main/pa_globals.C,
                   16918:          src/main/pa_request.C: $response:download
                   16919: 
                   16920:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   16921:          compiler [win32]].
                   16922: 
                   16923: 2002-12-18  paf
                   16924: 
                   16925:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   16926: 
                   16927: 2002-12-17  paf
                   16928: 
                   16929:        * src/targets/cgi/parser3.C: merged die&iis changes
                   16930: 
                   16931:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   16932:          to exit(1) 2. more flexible iilegal call check
                   16933: 
                   16934: 2002-12-16  paf
                   16935: 
                   16936:        * ltmain.sh: some automakes silly insist on having this handy
                   16937: 
                   16938:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16939:          'p' bug fix
                   16940: 
                   16941: 2002-12-15  paf
                   16942: 
                   16943:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16944:          'p'
                   16945: 
                   16946:        * configure.in, src/include/pa_config_auto.h.in,
                   16947:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   16948:          from branch 6 to HEAD
                   16949: 
                   16950:        * src/main/compile.C: removed warning
                   16951: 
                   16952:        * src/main/pa_common.C: ftruncate having checked
                   16953: 
                   16954:        * configure.in, src/include/pa_version.h: new version
                   16955: 
                   16956: 2002-12-14  paf
                   16957: 
                   16958:        * src/classes/table.C: removed unnecessary code
                   16959: 
                   16960:        * src/sql/pa_sql_driver.h: exception type fixed
                   16961: 
                   16962: 2002-12-09  paf
                   16963: 
                   16964:        * src/types/pa_vvoid.h: $void.store[now] error
                   16965: 
                   16966:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16967: 
                   16968:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   16969:          tries to write core dump
                   16970: 
                   16971:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16972: 
                   16973:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16974:          classes/void.C, main/pa_sql_driver_manager.C,
                   16975:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16976:          handlers #2
                   16977: 
                   16978:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   16979:          exception handling mech in sql handlers
                   16980: 
                   16981:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   16982:          handlers
                   16983: 
                   16984:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16985:          classes/void.C, main/pa_sql_driver_manager.C,
                   16986:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16987:          handlers
                   16988: 
1.116     moko     16989:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   16990:          to write makefile which used libtool to install things, which is
                   16991:          not needed
1.95      moko     16992: 
                   16993: 2002-12-06  paf
                   16994: 
                   16995:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   16996:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   16997: 
                   16998: 2002-12-05  paf
                   16999: 
                   17000:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   17001:          cc/bcc OK now
                   17002: 
                   17003:        * src/main/untaint.C: mail header closed properly
                   17004: 
                   17005:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   17006:          header ',' allowed.  still bugs in smtp [only one receiptient
                   17007:          works, cc, bcc ignored now, and MAILED ;)]
                   17008: 
                   17009:          [strncpy killed, memnchr used]
                   17010: 
                   17011:        * src/main/pa_table.C: table-copy now current=0
                   17012: 
                   17013:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   17014:          lowlevel proc
                   17015: 
                   17016:        * src/targets/cgi/parser3.C: more checks on
                   17017:          http://domain/parser.cgi start [maybe some getenv returns "",
                   17018:          checked that now
                   17019: 
                   17020:        * src/targets/cgi/parser3.C: more checks on
                   17021:          http://domain/parser.cgi start [maybe some getenv returns "",
                   17022:          checked that now
                   17023: 
                   17024:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   17025:          out-of-mem errors reached log]
                   17026: 
                   17027:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   17028:          mail:send MIME-Version default
                   17029: 
                   17030:        * src/main/main.dsp: pa_version included into main.dsp
                   17031: 
                   17032: 2002-12-04  paf
                   17033: 
                   17034:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   17035: 
                   17036:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   17037:          lib/libltdl -> lib/ltdl Win32 changes. s
                   17038: 
                   17039:        * src/classes/classes.awk: more strict *.C$
                   17040: 
                   17041:        * gnu.dsp: restored
                   17042: 
1.116     moko     17043:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   17044:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   17045:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   17046:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   17047:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   17048:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   17049:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   17050:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   17051:          now created with /configure, not ltdl/configure, so it does have
                   17052:          no problems with automake.  ltdl/configure
                   17053:          AC_OUTPUT(Makefile<<removed)
1.95      moko     17054: 
                   17055: 2002-12-02  paf
                   17056: 
                   17057:        * operators.txt: removed outdated status:db
                   17058: 
                   17059:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   17060:          src/main/pa_common.C, src/main/pa_request.C,
                   17061:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   17062:          tainted parts becomes http-header
                   17063: 
                   17064: 2002-11-29  paf
                   17065: 
                   17066:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   17067:          dates now objects of type date
                   17068: 
                   17069:        * src/classes/image.C: file.seek removed [it were used in image.C
                   17070:          only, and for parser user this  means that jpeg image has bad
                   17071:          size in fragment's header] now used image.format
                   17072: 
                   17073:        * src/: include/pa_common.h, main/pa_common.C,
                   17074:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   17075:          now handled exactly like $response:header values.  e.g. can be
                   17076:          hash [can have subattributes] & contain date values.
                   17077: 
                   17078:        * src/main/pa_common.C: http:// param values lang forced URI
                   17079: 
                   17080:        * src/main/pa_common.C: http:// tainted partes now %xx
                   17081: 
                   17082: 2002-11-28  paf
                   17083: 
                   17084:        * operators.txt: http.timeout
                   17085: 
                   17086:        * src/classes/image.C: ^image.length now counts interchar space.
                   17087:          plus space after last char
                   17088: 
                   17089:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   17090: 
                   17091:        * src/classes/image.C: ^image.font width measurer now scans full
                   17092:          height [were -1]
                   17093: 
                   17094:        * configure.in: stopped double libltdl/Makefile generation
                   17095: 
                   17096:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   17097:          chars [one top horizontal line of 1pixel height were missing]
                   17098: 
                   17099:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   17100:          'false' to go into (Hash *) parameter
                   17101: 
                   17102: 2002-11-27  paf
                   17103: 
                   17104:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   17105:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   17106:          returns content-disposition: >>attachment<<
                   17107: 
                   17108:        * src/classes/image.C: ^image.font << bad font file-size now
                   17109:          properly reported
                   17110: 
                   17111: 2002-11-26  paf
                   17112: 
                   17113:        * src/main/pa_request.C: fixed lang in reponse header
                   17114: 
                   17115:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   17116: 
                   17117:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   17118:          made exception: http.status with source=bad status#
                   17119: 
                   17120: 2002-11-25  paf
                   17121: 
                   17122:        * configure.in, src/classes/image.C,
                   17123:          src/include/pa_config_auto.h.in,
                   17124:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     17125:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   17126:          const void related probs fixed
1.95      moko     17127: 
                   17128:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   17129: 
                   17130:          $file[^file::load[http://there]] $file.SERVER
                   17131: 
                   17132:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   17133:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   17134:          http options [invalid onces now reported] made default
                   17135:          user-agent: paf
                   17136: 
                   17137:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   17138:          src/classes/xdoc.C, src/include/pa_common.h,
                   17139:          src/include/pa_globals.h, src/main/pa_common.C,
                   17140:          src/main/pa_globals.C, src/main/pa_request.C,
                   17141:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   17142:          now understand http:// prefix and additional params, sample:
                   17143:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   17144:          $.USER-AGENT[parser3] ]]
                   17145: 
                   17146: 2002-11-22  paf
                   17147: 
                   17148:        * src/classes/image.C, src/include/pa_globals.h,
                   17149:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   17150:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   17151:          $image.exif.DateTime & co
                   17152: 
                   17153: 2002-11-21  paf
                   17154: 
                   17155:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   17156:          _PASS_APPENDED)
                   17157: 
                   17158:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   17159:          EXIF information [were big block and it's size were considered
                   17160:          negative :(]
                   17161: 
                   17162:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   17163:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   17164:          internals rewritten. no there's reader.seek, and all's ready for
                   17165:          EXIF extraction [now we fail to measure files with EXIF info]
                   17166: 
                   17167:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   17168:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   17169:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   17170: 
                   17171: 2002-11-20  paf
                   17172: 
                   17173:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   17174: 
                   17175:        * configure.in, src/include/pa_config_auto.h.in,
                   17176:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   17177:          comment
                   17178: 
                   17179:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   17180: 
                   17181:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17182:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   17183:          currently processed document SIGPIPE >> interrupts request
                   17184:          processing [exception = DB rollback]
                   17185: 
                   17186:        * src/main/pa_exec.C: comment
                   17187: 
                   17188:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   17189: 
                   17190:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   17191:          << disable HTTP-POST repassing
                   17192: 
                   17193:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   17194:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   17195:          pipe read errors now checked
                   17196: 
                   17197: 2002-11-19  paf
                   17198: 
                   17199:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   17200:          CGI: Illegal call
                   17201: 
                   17202: 2002-11-01  paf
                   17203: 
                   17204:        * src/main/execute.C: comment
                   17205: 
                   17206: 2002-10-31  paf
                   17207: 
                   17208:        * src/main/execute.C: found out why, checked that for now.  todo:
                   17209:          find out a way for that user could do that
                   17210: 
                   17211:        * src/types/pa_vstateless_object.h: object put replaces static
                   17212:          parent if any
                   17213: 
                   17214:        * src/types/pa_vobject.C: object put replaces static parent if any
                   17215: 
                   17216:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17217:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   17218:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17219:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17220:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17221:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17222:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17223:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17224:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17225:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17226:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17227:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17228:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   17229:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   17230:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17231:          types/pa_wwrapper.h: static fix merged
                   17232: 
                   17233:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   17234:          $virtual_fields in dynamic, but one can reach derived
                   17235:          static[class] variable from base
                   17236: 
                   17237:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17238:          types/pa_vobject.C, types/pa_vobject.h,
                   17239:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   17240:          statics, left $virtual_fields in dynamic
                   17241: 
                   17242:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   17243:          one can't remember derivates in base class: there's so many of
                   17244:          them.  also there can be no virtual method calls in static
                   17245:          classes
                   17246: 
                   17247:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17248:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   17249:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17250:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17251:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17252:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17253:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17254:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17255:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17256:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17257:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17258:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17259:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   17260:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   17261:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17262:          types/pa_wwrapper.h: static call $self fixed
                   17263: 
                   17264:        * src/main/execute.C: comment
                   17265: 
                   17266:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   17267:          ^process[$caller.self]{...} now compiles to last derived object
                   17268:          part of that 'self'
                   17269: 
                   17270: 2002-10-29  paf
                   17271: 
                   17272:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   17273:          re-passing [iis to blame]
                   17274: 
                   17275:        * src/classes/string.C: changed string.save to pass current sql
                   17276:          connection to cstr thus one can ^connect[some server]{
                   17277:          $s[insert into table x (x) values (^taint[sql]{value})]
                   17278:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   17279:          properly escaped.  [tried in mssql->mysql export->import of
                   17280:          binary data]
                   17281: 
                   17282: 2002-10-25  paf
                   17283: 
                   17284:        * src/types/pa_vresponse.C: case insensitive response user fields
                   17285:          get/put
                   17286: 
                   17287:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   17288:          types/pa_vresponse.C: saving for maybe-future
                   17289: 
                   17290: 2002-10-23  paf
                   17291: 
                   17292:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   17293:          ^table.hash(expr)...
                   17294: 
                   17295:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   17296: 
                   17297: 2002-10-22  paf
                   17298: 
                   17299:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   17300:          VForm::Append...(...Value)
                   17301: 
                   17302:        * src/main/execute.C: $.name outside of $name[...] checked
                   17303: 
                   17304:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   17305:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   17306: 
                   17307: 2002-10-21  paf
                   17308: 
                   17309:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   17310:          $form:qtail $form:imap.x/y
                   17311: 
                   17312:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   17313:          "?value&...", "...&value&...", "...&value"
                   17314: 
                   17315:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   17316: 
                   17317:        * operators.txt, src/classes/file.C: /some/page.html:
                   17318:          ^file:fullpath[a.gif] => /some/a.gif
                   17319: 
                   17320: 2002-10-17  paf
                   17321: 
                   17322:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   17323:          a little: logical not and bitwise negation precedence made
                   17324:          highest, << and >> bitshits precedence made equal [were << higher
                   17325:          than >>]
                   17326: 
                   17327:        * src/classes/op.C: exception handling fixed [were bad with
                   17328:          contexts]
                   17329: 
                   17330: 2002-10-16  paf
                   17331: 
                   17332:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17333:          main/pa_request.C: Request::self considered equal to
                   17334:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   17335:          VMethodFrame.self()
                   17336: 
                   17337:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   17338:          $hash in open field now gives old good error meesage
                   17339: 
                   17340: 2002-10-15  paf
                   17341: 
                   17342:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   17343:          use ^if($junction is junction){was and now true}
                   17344: 
                   17345:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   17346:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   17347:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   17348:          points to place where value left xml library and came to parser:
                   17349:          place of dom field extraction/call
                   17350: 
                   17351:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   17352:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17353:          types/pa_vmethod_frame.h: removed last pieces of old code
                   17354:          allowing $junction.xxx at compile time
                   17355: 
                   17356:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   17357:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   17358:          objects also considered [were only classes]
                   17359: 
                   17360:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   17361:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   17362:          with CLASS self.  [   (request&method_frame).self temporarily
                   17363:          changed   ]
                   17364: 
                   17365:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   17366:          no exception to native calls.  for&foreach changed to use
                   17367:          method_frame.caller for their var's name context
                   17368: 
                   17369:        * src/: main/execute.C, targets/cgi/parser3.C,
                   17370:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   17371:          compiling to system classes disabled
                   17372: 
                   17373:        * operators.txt, src/classes/op.C:
                   17374:          ^process[$caller.CLASS]{code-string} added
                   17375: 
                   17376:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   17377:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   17378:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   17379:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   17380:          src/types/types.dsp: removed $junction.get $junction.set[]
                   17381:          introducing $caller
                   17382: 
                   17383:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   17384:          find them lower by inheritance tree
                   17385: 
                   17386:        * src/types/pa_vjunction.C: ident
                   17387: 
                   17388: 2002-10-14  paf
                   17389: 
                   17390:        * src/classes/op.C: process compiles to code's class class
                   17391: 
                   17392:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17393:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   17394:          main/compile.y, main/execute.C, main/pa_request.C,
                   17395:          types/pa_vstateless_class.h: operators now main-class-methods
                   17396: 
                   17397:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   17398:          better stack trace [has "call" & co there]
                   17399: 
                   17400:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17401:          operators @auto now executed in MAIN context
                   17402: 
                   17403:        * src/main/execute.C: operator execution context now = MAIN, not
                   17404:          closest stack frame
                   17405: 
                   17406:          @touchit[] $i[after]
                   17407: 
                   17408:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   17409:          were 'after'
                   17410: 
                   17411:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   17412:          'after'
                   17413: 
                   17414:        * src/main/execute.C: comment
                   17415: 
                   17416:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   17417:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   17418:          action]
                   17419: 
                   17420:        * src/types/pa_vxnode.C: misreplace fixed
                   17421: 
                   17422:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17423:          src/types/pa_vstatus.C, operators.txt:
                   17424:          $status:rusage.tv_secs/usecs introduced
                   17425: 
                   17426: 2002-10-09  paf
                   17427: 
                   17428:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   17429:          on empty string [or uses (default)]
                   17430: 
                   17431: 2002-10-08  paf
                   17432: 
                   17433:        * src/main/untaint.C: mail header quoted printable changed after
                   17434:          RFC reread
                   17435: 
                   17436:        * operators.txt: plan on ^if(method
                   17437: 
                   17438:        * src/types/pa_vxnode.C: misreplace
                   17439: 
                   17440: 2002-09-24  paf
                   17441: 
1.116     moko     17442:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     17443: 
                   17444:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   17445:          mailreceive would compile on freebsd now
                   17446: 
                   17447:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   17448:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     17449:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   17450:          mailreceive would compile on freebsd now
1.95      moko     17451: 
                   17452:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   17453:          changed: now there are only few chars are untainted: * ? ' " < >
                   17454:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   17455:          one should use ^untaint[uri]{...} now]
                   17456: 
                   17457:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   17458:          $list.name, not tainted as filespec
                   17459: 
                   17460:          @russianindex[] #dir with files with russian-lang names
                   17461:          $where[dir]
                   17462: 
                   17463:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   17464:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   17465: 
                   17466: 2002-09-23  paf
                   17467: 
                   17468:        * src/types/pa_vdouble.h: double->int round added
                   17469: 
                   17470:        * src/classes/date.C: date bug fix, now
                   17471:          round(floatDays*secondsPerDay)
                   17472: 
                   17473:        * src/classes/date.C: date bug fix, now
                   17474:          round(floatDays*secondsPerDay)
                   17475: 
                   17476: 2002-09-20  paf
                   17477: 
                   17478:        * src/main/execute.C: code junction calls disabled [before: code
                   17479:          was compiled in such a way, that there were no code-junctions in
                   17480:          OP_CALL]
                   17481: 
                   17482:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   17483: 
                   17484:          @badjunctioncallinside[code] ^code[]
                   17485: 
                   17486:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   17487:          expanding to include ^junction.method
                   17488: 
                   17489:        * src/main/pa_common.C: -d "DIR/" now true
                   17490: 
                   17491:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   17492:          as internal xdoc encoding, and after decoding attributes set by
                   17493:          dom functions now encoded OK, not as digital entities
                   17494: 
                   17495:        * src/classes/xdoc.C: empty transform result, being taken as file
                   17496:          now returns empty file, not raises stupid error about "stat-ed
                   17497:          file"
                   17498: 
                   17499:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   17500:          allowed
                   17501: 
                   17502:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   17503:          write iterators now:
                   17504: 
                   17505:          ^user-foreach[key;value]{$key=$value<br>}
                   17506: 
                   17507:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17508:          $code.value($i*2)       $code }
                   17509: 
                   17510:        * src/main/compile_tools.h: mistype
                   17511: 
1.116     moko     17512:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   17513:          thus taking linking options configure changes into account [were:
                   17514:          ignoring]
1.95      moko     17515: 
                   17516:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   17517:          $junction.get/put(1) one can write iterators now:
                   17518: 
                   17519:          ^user-foreach[key;value]{$key=$value<br>}
                   17520: 
                   17521:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17522:          $code.value($i*2)       $code }
                   17523: 
                   17524:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17525:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17526:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   17527:          introducing $junction.get/put(1) one can write iterators now:
                   17528: 
                   17529:          ^user-foreach[key;value]{$key=$value<br>}
                   17530: 
                   17531:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17532:          $code.value($i*2)       $code }
                   17533: 
                   17534: 2002-09-19  paf
                   17535: 
1.116     moko     17536:        * Makefile.am: new: make commit
1.95      moko     17537: 
                   17538:        * aclocal.m4: forced to be older
                   17539: 
                   17540: 2002-09-18  paf
                   17541: 
                   17542:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   17543:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   17544: 
                   17545:        * src/: include/pa_common.h, include/pa_request.h,
                   17546:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   17547:          - now this - fatal error
                   17548: 
                   17549:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   17550:          that one can pass binary data there
                   17551: 
                   17552:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17553:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17554:          classes/op.C, classes/response.C, classes/string.C,
                   17555:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17556:          include/pa_request.h: pa_request contexts made privated, plus
                   17557:          get_{self/method_frame} to read.  Request_context_saver used in
                   17558:          ^try to save flang too.  [were not saved]
                   17559: 
                   17560:        * src/types/pa_vresponse.C: header value chains joined before
                   17561:          output, this should help $.subject[$var $var] from being
                   17562:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   17563: 
                   17564: 2002-09-17  paf
                   17565: 
                   17566:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   17567:          removed changes, operators executed with calling self.  lots of
                   17568:          code with ^include code relies on defined/defining self variables
                   17569: 
                   17570:          $a[1] ^include[print_a.p] print_a.p: $a
                   17571: 
                   17572:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   17573: 
                   17574:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   17575:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17576:          types/pa_vstateless_class.h: operators now executed with MAIN
                   17577:          self.  it's for ^include sake, too strong a change
                   17578: 
                   17579:        * src/classes/op.C: made place for ^process to compile it's code to
                   17580:          in case of no self
                   17581: 
                   17582:        * src/main/execute.C: found ancient param to Junction, removed.
                   17583:          allowed passing self to native_code_operators [for ^process to
                   17584:          work, she needs self]
                   17585: 
                   17586:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   17587:          types/pa_vstateless_class.h: found ancient param to Junction,
                   17588:          removed.  allowed passing self to native_code_operators [for
                   17589:          ^process to work, she needs self]
                   17590: 
                   17591:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   17592:          types/pa_value.h, types/pa_vmethod_frame.h,
                   17593:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   17594:          checked that in VMethodFrame get/put and $self.
                   17595: 
                   17596:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   17597:          copy options options checked, wrong option now fatal error
                   17598: 
                   17599:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   17600:          pieces boundaries]
                   17601: 
1.150     moko     17602:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17603:          .dll on cygwin, .so in other cases)
1.95      moko     17604: 
                   17605:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17606:          .dll on cygwin, .so in other cases)
                   17607: 
                   17608:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   17609:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   17610:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   17611:          record taken [were last]
                   17612: 
                   17613:        * src/: classes/hash.C, classes/table.C,
                   17614:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   17615:          now errors
                   17616: 
                   17617:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   17618: 
                   17619:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   17620:          ,2,3]
                   17621: 
                   17622: 2002-09-16  paf
                   17623: 
                   17624:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   17625:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   17626:          stdout to be binary.  now detected closest header break.
                   17627: 
                   17628:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   17629:          closed right
                   17630: 
                   17631: 2002-09-13  paf
                   17632: 
                   17633:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   17634:          src/main/compile_tools.h: (expression #comment)
                   17635: 
                   17636:          (multiline expression #comment  line2  #comment )
                   17637: 
                   17638:          (expression #comment with (brackets) comment) << OK
                   17639: 
                   17640:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   17641:          bitwise !|| numerical xor now [preparing for expression
                   17642:          #comments]
                   17643: 
                   17644:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   17645:          error
                   17646: 
                   17647:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   17648:          cheched in pa_socks.C
                   17649: 
1.116     moko     17650:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17651:          HAVE_WINSOCK_H created in configure.in
1.95      moko     17652: 
                   17653:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   17654:          cookie date now clean [were mistakenly tainted & that worked bad
                   17655:          with opera -- 'happily' that worked OK with msie]
                   17656: 
                   17657: 2002-09-12  paf
                   17658: 
                   17659:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   17660:          VClass get_element now first looks to fields, next to methods &
                   17661:          co todo: the rest reason: more speed
                   17662: 
                   17663:        * src/main/untaint.C: quoted printable encoding stops before
                   17664:          \s*<...>$
                   17665: 
                   17666:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   17667:          stops before <...>$
                   17668: 
                   17669: 2002-09-11  paf
                   17670: 
                   17671:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   17672:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   17673:          forgot to check users of those funcs. not all were using that
                   17674:          return value convention
                   17675: 
                   17676:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   17677:          windows-1254 added
                   17678: 
                   17679: 2002-09-10  paf
                   17680: 
                   17681:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   17682:          VCodeFrame parent param were specified badly
                   17683: 
                   17684:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   17685:          WWrapper which used in constructing objects(second param to sql
                   17686:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   17687:          code in hash to survivi
                   17688: 
                   17689:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   17690:          param to execute [stack said 'thanks']
                   17691: 
                   17692:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   17693:          types/pa_value.h, types/pa_vcode_frame.h,
                   17694:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17695:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   17696:          responsibility to wcontext
                   17697: 
                   17698:        * src/classes/file.C: decided not to log exec's with stderr, that
                   17699:          could be warnings, and it's up to scritper to log/show them
                   17700: 
                   17701:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   17702:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   17703:          double/string converstion, which were loosing time&precesion
                   17704: 
                   17705:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   17706:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   17707:          case of unfinished in buffer processing, causing accidental
                   17708:          transcode stop [in case that source enc != utf-8 & there is
                   17709:          incomplete utf-8 sequence at the end of 16000block iside of
                   17710:          libxml lib] tfm readed & code updated
                   17711: 
                   17712: 2002-09-04  paf
                   17713: 
                   17714:        * configure: makes with sjlj
                   17715: 
                   17716:        * INSTALL, src/include/pa_config_fixed.h,
                   17717:          src/include/pa_sql_connection.h,
                   17718:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   17719:          checked.  on win32 it made default
                   17720: 
                   17721:        * src/include/pa_config_auto.h.in: sjlj define
                   17722: 
                   17723:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   17724:          can not work with longjump/throw pair, and one must switch that
                   17725:          on there.  todo: detect that automatically]
                   17726: 
                   17727:        * src/types/pa_vxnode.C: removed too strong checks of
                   17728:          xnode.elements.  now, for instance, if element does not have any
                   17729:          attributes, $xnode.attributes is void, not error
                   17730: 
                   17731: 2002-09-02  paf
                   17732: 
                   17733:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   17734:          removed double_result, didn't help
                   17735: 
                   17736:        * src/main/execute.C: double_result made to move that var away from
                   17737:          hungry g++ optimizer (-O2), before: it were optimized and
                   17738:          comparison operators worked badly
                   17739: 
                   17740:        * src/types/pa_vdate.h: removed debug
                   17741: 
1.116     moko     17742:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     17743: 
                   17744:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   17745:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   17746:          unknown reason.
                   17747: 
                   17748: 2002-08-29  paf
                   17749: 
                   17750:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   17751:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   17752:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   17753:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   17754:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   17755:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   17756:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   17757:          [called less frequent, allowed to remove ugly
                   17758:          Junction.change_context-s from many places, switch,
                   17759:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   17760:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   17761:          [speed up]
                   17762: 
                   17763: 2002-08-28  paf
                   17764: 
                   17765:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   17766:          tainted
                   17767: 
                   17768:        * src/types/pa_vcookie.C: fixed cookie delete when
                   17769:          $cookie:name[$.value[]]
                   17770: 
                   17771:        * operators.txt, src/classes/string.C:
                   17772:          ^string.split[delim[;options]]
                   17773: 
                   17774: 2002-08-27  paf
                   17775: 
1.116     moko     17776:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     17777: 
                   17778:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   17779:          delimiter
                   17780: 
                   17781:        * INSTALL: recommended latest gmime 1.0.5
                   17782: 
                   17783: 2002-08-26  paf
                   17784: 
                   17785:        * configure, configure.in: apache13/hook added to make dist.
                   17786: 
                   17787: 2002-08-23  paf
                   17788: 
                   17789:        * src/: include/pa_common.h, main/pa_common.C,
                   17790:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   17791:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   17792:          whatever] it's error now
                   17793: 
                   17794: 2002-08-21  paf
                   17795: 
1.116     moko     17796:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     17797: 
                   17798:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17799:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   17800:          class".  compiled as if here they named base class
                   17801: 
                   17802:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   17803:          cloning constructor]
                   17804: 
                   17805:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   17806: 
1.150     moko     17807:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     17808:          $mail.received.file.value.content-type fixed
                   17809: 
                   17810: 2002-08-20  paf
                   17811: 
                   17812:        * src/classes/file.C: fixed language of file:file result
                   17813: 
                   17814:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   17815:          from 3.0.0005
                   17816: 
                   17817:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   17818: 
                   17819:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   17820:          3.0.0005
                   17821: 
                   17822:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   17823: 
                   17824: 2002-08-19  paf
                   17825: 
                   17826:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   17827:          work now
                   17828: 
                   17829:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   17830:          error in xnode, which were not catched in xdoc]
                   17831: 
                   17832:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   17833:          prepared:        // validate each document after load/create (?)
                   17834:                 //xmlDoValidityCheckingDefaultValue = 1;
                   17835: 
                   17836: 2002-08-15  paf
                   17837: 
                   17838:        * src/classes/classes.h: write to static var caused useless
                   17839:          Exception, introduced Methoded::put_element wich consumes those
                   17840: 
                   17841:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   17842:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   17843:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   17844:          $response:field[date] $response:field[$.xxx[date]]
                   17845: 
                   17846:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17847:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   17848:          ^hash::sql{bad}
                   17849: 
                   17850:        * operators.txt: $request:body unprecessed POST request body
                   17851: 
                   17852:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   17853: 
                   17854:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   17855:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   17856: 
                   17857:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   17858:          src/include/pa_request.h, src/main/pa_pool.C,
                   17859:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   17860:          $request:body r.post_data now const
                   17861: 
                   17862:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   17863:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   17864:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   17865:          types/pa_vtable.h: instead of type() checking everywhere used
                   17866:          Value.as now user descendants can be used in params.
                   17867: 
                   17868:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   17869:          ^if($xtable) now OK
                   17870: 
                   17871:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   17872:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   17873:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   17874: 
                   17875: 2002-08-14  paf
                   17876: 
                   17877:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   17878:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17879:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17880:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17881:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17882:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17883:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17884:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17885:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17886:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17887:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17888:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17889:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17890:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   17891:          & VClass
                   17892: 
                   17893:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   17894: 
                   17895:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   17896:          removed fixopt stupidity. on stupid linux use cd /document/root
                   17897:          ../cgi/parser3 script
                   17898: 
                   17899:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   17900:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   17901: 
                   17902:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   17903:          fixopt.h: fixopt now preprocesses command line params, splitting
                   17904:          them by space, excluding argv[0], argv[argc-1]
                   17905: 
                   17906:        * src/targets/cgi/parser3.C: -f config file
                   17907: 
                   17908:        * src/targets/cgi/parser3.C: fixed .log file dir
                   17909: 
                   17910: 2002-08-13  paf
                   17911: 
                   17912:        * src/types/pa_vobject.C: allow override parent variables, useful
                   17913:          for form descendants [in vobject too, were in vclass]
                   17914: 
                   17915:        * src/types/pa_vclass.C: allow override parent variables, useful
                   17916:          for form descendants
                   17917: 
                   17918:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   17919:          overwritten in derived(table)
                   17920: 
                   17921:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17922:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   17923:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17924:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17925:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17926:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17927:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17928:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17929:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17930:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17931:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17932:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17933:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17934:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17935:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   17936:          Value::get_element(..., bool looking_down) [needed to exclude
                   17937:          endless recoursion]
                   17938: 
                   17939:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   17940:          fix bug with put endless recoursion todo: check 'as'
                   17941: 
                   17942:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   17943:          reorganized modules todo: fix bug with put endless recoursion
                   17944:          todo: check 'as'
                   17945: 
                   17946:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   17947:          in derived(table)
                   17948: 
                   17949:        * src/types/pa_vobject.h: derived classes can have fields of their
                   17950:          own now
                   17951: 
                   17952:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   17953:          fixed error message on using non-created table
                   17954: 
                   17955:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   17956:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   17957:          main/compile.C, main/compile.tab.C, main/execute.C,
                   17958:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17959:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17960:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17961:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17962:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   17963:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17964:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17965:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17966:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17967:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17968:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17969:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17970:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   17971:          looking down/up tree todo: fix error message on non-constructed
                   17972:          parents
                   17973: 
                   17974: 2002-08-12  paf
                   17975: 
                   17976:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   17977:          derived OK
                   17978: 
                   17979:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   17980:          thorough testing
                   17981: 
                   17982:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   17983:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17984:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17985:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   17986:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   17987:          ^base:create[] dynamic call rewritten todo: thorough testing
                   17988: 
                   17989:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   17990:          now instantates base class, remembers it and saves child in
                   17991:          parent VObject.get_class now returns last child = downward
                   17992:          virtual calls OK
                   17993: 
                   17994:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17995:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17996:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   17997:          types/pa_vobject.h, types/pa_vresponse.h,
                   17998:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17999:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   18000:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   18001:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   18002:          instance]
                   18003: 
                   18004:        * src/main/pa_request.C: $response:body[file] content-type check
                   18005:          fixed [were bad when content-type is hash]
                   18006: 
                   18007: 2002-08-09  paf
                   18008: 
                   18009:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   18010:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   18011: 
                   18012: 2002-08-08  paf
                   18013: 
                   18014:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   18015:          src/main/pa_globals.C: year column in month calendar [week year]
                   18016: 
                   18017:        * src/main/execute.C: error reporting on object writes to MAIN
                   18018:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   18019: 
                   18020:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   18021:          $date.daylightsaving
                   18022: 
                   18023:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   18024:          use tainted data now. only she must specify the language.
                   18025: 
                   18026:          ^mail:send[     $.from[paf@mail.design.ru]
                   18027:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   18028:                $.text[^taint[uri][ìîñêâà]=] ]
                   18029: 
                   18030:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   18031:          now prints more precise origin
                   18032: 
                   18033:        * src/include/pa_string.h: String::first_char now not fails on
                   18034:          empty strings ^if(-f '') now ok and in 3 other places.
                   18035: 
                   18036:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   18037:          String::first_char now not fails on empty strings ^if(-f '') now
                   18038:          ok and in 3 other places.
                   18039: 
                   18040: 2002-08-07  paf
                   18041: 
                   18042:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   18043:          fixed
                   18044: 
                   18045:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   18046: 
                   18047:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   18048:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   18049:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   18050:          mistakenly not completely transparent to object writes.
                   18051:          $hash[^if(1){$hash}] now works
                   18052: 
                   18053:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   18054:          now erasing cache file [there were bad check on that]
                   18055: 
                   18056:        * src/: classes/classes.dsp, classes/table.C,
                   18057:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   18058:          all Debug dirs in .dsp now named 'Debug'
                   18059: 
1.116     moko     18060:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     18061: 
                   18062:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   18063: 
                   18064:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   18065: 
                   18066:        * src/types/pa_vmail.C: mail:send empty  email checked
                   18067: 
                   18068: 2002-08-06  paf
                   18069: 
                   18070:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18071:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18072:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   18073: 
                   18074:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   18075:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   18076:          #  $.default() }
                   18077: 
                   18078:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   18079: 
                   18080:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   18081:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   18082:          $file.content-type [instead of .mime-type] now works for
                   18083:          file::stat also
                   18084: 
                   18085:        * src/main/pa_request.C: case insensitive mime_type_of
                   18086: 
                   18087: 2002-08-05  paf
                   18088: 
                   18089:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   18090: 
                   18091:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   18092: 
                   18093:        * operators.txt: comment on date:calendar week column
                   18094: 
                   18095:        * src/main/pa_common.C: write checked
                   18096: 
                   18097:        * src/main/: pa_common.C: write checked
                   18098: 
                   18099:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   18100: 
                   18101:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   18102:          month calendar week column [ISO 8601 Week Numbers]
                   18103: 
                   18104: 2002-08-02  paf
                   18105: 
                   18106:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   18107:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   18108:          DEBUG*
                   18109: 
                   18110:        * configure, configure.in, src/include/pa_version.h: release
                   18111:          3_0_0005
                   18112: 
                   18113:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   18114:          multipart post fixed
                   18115: 
                   18116:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   18117:          response transcoded source->client only when text/* or simple
                   18118:          onoverridden $response:body
                   18119: 
                   18120: 2002-08-01  paf
                   18121: 
                   18122:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18123:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18124:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   18125:          classes/op.C, classes/response.C, classes/string.C,
                   18126:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18127:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   18128:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18129:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   18130:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   18131:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   18132:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18133:          include/pa_socks.h, include/pa_sql_connection.h,
                   18134:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   18135:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18136:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18137:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18138:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   18139:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   18140:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18141:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   18142:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   18143:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   18144:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   18145:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18146:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18147:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   18148:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   18149:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   18150:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18151:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18152:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   18153:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   18154:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18155:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   18156:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   18157:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   18158:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18159:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   18160:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18161:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18162:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18163:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18164:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18165:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18166:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18167:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     18168:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     18169: 
                   18170:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   18171:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   18172:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18173:          classes/math.C, classes/op.C, classes/response.C,
                   18174:          classes/string.C, classes/table.C, classes/void.C,
                   18175:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18176:          include/pa_array.h, include/pa_cache_managers.h,
                   18177:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18178:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18179:          include/pa_dictionary.h, include/pa_dir.h,
                   18180:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18181:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18182:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18183:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18184:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18185:          include/pa_stack.h, include/pa_string.h,
                   18186:          include/pa_stylesheet_connection.h,
                   18187:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18188:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18189:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   18190:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18191:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   18192:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18193:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   18194:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   18195:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18196:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   18197:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   18198:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18199:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18200:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   18201:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18202:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18203:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18204:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   18205:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18206:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   18207:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   18208:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18209:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   18210:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   18211:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18212:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18213:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18214:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18215:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18216:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   18217:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18218:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18219:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18220:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   18221:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   18222:          types/Makefile.am: ident.C* removed
                   18223: 
                   18224:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   18225:          file:find[/can/do/this/now.txt]
                   18226: 
                   18227:        * src/targets/cgi/parser3.C: usage to stdout now
                   18228: 
                   18229: 2002-07-31  paf
                   18230: 
                   18231:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   18232: 
                   18233:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   18234:          default "postmaster"
                   18235: 
                   18236:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   18237:          -f postmaster now default sendmail key word "postmaster"
                   18238:          replaced to $.from
                   18239: 
                   18240: 2002-07-30  paf
                   18241: 
1.116     moko     18242:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   18243:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     18244: 
                   18245:        * src/main/pa_charset.C: comment
                   18246: 
                   18247:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   18248:          table, &#decimal;
                   18249: 
                   18250:        * src/main/pa_request.C: comment
                   18251: 
                   18252:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   18253:          paragraf]
                   18254: 
                   18255: 2002-07-11  paf
                   18256: 
                   18257:        * src/main/pa_exec.C: build command line badly added params twice
                   18258:          [and first time without ' ']. double wrong. fixed.
                   18259: 
                   18260:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   18261:          wich parser did not provide = reported badly.  fixed that.
                   18262: 
                   18263:        * src/classes/mail.C: $MAIL[ # xxx ]
                   18264: 
                   18265:          now ok
                   18266: 
                   18267:        * operators.txt: plan: sql detailed exception
                   18268: 
                   18269: 2002-07-01  paf
                   18270: 
                   18271:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   18272:          [MForm.configure_admin were called when request.main_class ==0
                   18273: 
                   18274:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   18275: 
                   18276:        * src/classes/form.C: content_length type fix
                   18277: 
                   18278: 2002-06-30  paf
                   18279: 
                   18280:        * src/classes/mail.C: merged from 4
                   18281: 
                   18282:        * src/classes/mail.C: restored $MAIL
                   18283: 
                   18284: 2002-06-28  paf
                   18285: 
                   18286:        * configure, configure.in: removed paths.h
                   18287: 
1.116     moko     18288:        * configure, src/include/pa_version.h,
1.95      moko     18289:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   18290:          merged, makes updated
                   18291: 
                   18292:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   18293:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18294:          src/include/pa_pool.h, src/include/pa_version.h,
                   18295:          src/main/pa_charset.C, src/main/pa_pool.C,
                   18296:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   18297:          src/types/pa_vmail.C: merged latest updates to head
                   18298: 
                   18299: 2002-06-27  paf
                   18300: 
                   18301:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   18302:          not error now
                   18303: 
                   18304:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   18305:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   18306:          src/main/pa_charset.C, src/main/pa_pool.C:
                   18307:          ^xdoc::create[[uri]]... base uri for document being created,
                   18308:          imports and other relative file names would be relative to this
                   18309:          uri default uri=path_translated
                   18310: 
                   18311:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   18312: 
                   18313: 2002-06-26  paf
                   18314: 
                   18315:        * configure, configure.in, src/include/pa_version.h:
                   18316:          release_3_0_0004
                   18317: 
                   18318:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   18319:          0 now
                   18320: 
                   18321:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   18322: 
                   18323: 2002-06-25  paf
                   18324: 
                   18325:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   18326:          considered bad number now
                   18327: 
                   18328:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   18329:          now
                   18330: 
                   18331:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   18332:          name: optimize
                   18333: 
                   18334:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   18335:          library configured
                   18336: 
                   18337:        * src/main/pa_request.C: configure_admin forced if no @conf
                   18338: 
1.150     moko     18339:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   18340:          ^math:crypt updated to generate random salt when needed and to
                   18341:          call system crypt() if not $apr1$ prefix
1.95      moko     18342: 
                   18343: 2002-06-24  paf
                   18344: 
                   18345:        * INSTALL: --with-static/shared-mailreceive described
                   18346: 
                   18347:        * src/include/pa_config_fixed.h: ssize_t fixed
                   18348: 
1.116     moko     18349:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18350:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     18351:          src/types/pa_vmail.C: $mail:received makes update
                   18352: 
                   18353:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   18354:          WITH_MAILRECEIVE
                   18355: 
                   18356:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   18357: 
                   18358:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   18359:          option, for $mail:receive
                   18360: 
                   18361:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   18362:          introducting $message:received ^mail:send rewritten with backward
                   18363:          comp
                   18364: 
                   18365:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18366:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18367:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   18368:          now
                   18369: 
                   18370:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   18371:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18372:          src/include/pa_request.h, src/include/pa_string.h,
                   18373:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   18374:          src/main/pa_globals.C, src/main/pa_request.C,
                   18375:          src/main/pa_string.C, src/main/pa_uue.C,
                   18376:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   18377:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   18378:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   18379:          uue to separate file introducting $message:received ^mail:send
                   18380:          rewritten with backward comp
                   18381: 
                   18382: 2002-06-21  paf
                   18383: 
1.116     moko     18384:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   18385:          co changes
1.95      moko     18386: 
1.116     moko     18387:        * configure, configure.in, src/lib/md5/Makefile.am,
                   18388:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   18389:          restructure .in and .am files appropriate changes
1.95      moko     18390: 
                   18391:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   18392:          pcre to libs/ added libs/md5 which is linked to non-apache
                   18393:          targets ^math:crypt[password;$apr1$salt]
                   18394: 
                   18395:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   18396:          src/Makefile.am, src/classes/Makefile.am,
                   18397:          src/classes/classes.dsp, src/classes/math.C,
                   18398:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     18399:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   18400:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   18401:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   18402:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   18403:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   18404:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   18405:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   18406:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     18407:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   18408:          src/lib/pcre/pcre_parser_ctype.dsp,
                   18409:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   18410:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   18411:          src/main/compile.tab.C, src/main/main.dsp,
                   18412:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   18413:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   18414:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   18415:          to libs/ added libs/md5 which is linked to non-apache targets
                   18416:          ^math:crypt[password;$apr1$salt]
                   18417: 
                   18418: 2002-06-20  paf
                   18419: 
1.150     moko     18420:        * INSTALL, configure, configure.in, operators.txt,
                   18421:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   18422:          src/include/pa_globals.h, src/include/pa_request.h,
                   18423:          src/main/execute.C, src/main/pa_request.C,
                   18424:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18425:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   18426:          file:justname&co & @auto/conf[filespec
1.95      moko     18427: 
                   18428:        * operators.txt, src/classes/file.C:
                   18429:          !^file:dirname[/a/some.tar.gz]=/a
                   18430:              !^file:dirname[/a/b/]=/a
                   18431:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   18432:              !^file:justname[/a/some.tar.gz]=some.tar
                   18433:              !^file:justext[/a/some.tar.gz]=gz
                   18434: 
                   18435:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18436:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   18437:          @conf/auto[filespec]
                   18438: 
1.116     moko     18439:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     18440: 
1.150     moko     18441:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     18442:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   18443:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   18444: 
                   18445: 2002-06-18  paf
                   18446: 
                   18447:        * configure, configure.in, src/include/pa_version.h: version to
                   18448:          configure.in
                   18449: 
                   18450:        * INSTALL: reflected .conf.dist dir change
                   18451: 
1.150     moko     18452:        * Makefile.am, configure, configure.in,
1.116     moko     18453:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     18454:          .in & *.am updated
                   18455: 
                   18456:        * src/classes/file.C: strncasecmp
                   18457: 
                   18458:        * src/classes/file.C: strcasecmp
                   18459: 
1.150     moko     18460:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     18461: 
                   18462:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   18463:          insensitive check now
                   18464: 
                   18465:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   18466: 
                   18467:        * configure, configure.in, src/include/pa_pool.h,
                   18468:          src/include/pa_types.h: pack configure.in detection simplified.
                   18469:          figured out that gcc on sparc not that stupid as thought
                   18470:          previously: on sparc: when it sees packed class it modifies it's
                   18471:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   18472:          operations [st, lduh] so packed must be all parts of packed
                   18473:          class, i.e. it's parents&fields(classes).  for now it's only
                   18474:          String that packed and what was wrong is that it's parent -
                   18475:          Pooled, were not packed. fixed that.
                   18476: 
                   18477: 2002-06-14  paf
                   18478: 
                   18479:        * operators.txt: more precise xml-to-text options
                   18480: 
                   18481:        * operators.txt, src/types/pa_vxnode.C: xnode
                   18482:          attribute_node.name/value xnode pi.node.data
                   18483: 
                   18484: 2002-06-12  paf
                   18485: 
1.116     moko     18486:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   18487:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     18488: 
                   18489:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   18490:          src/include/pa_globals.h, src/include/pa_request.h,
                   18491:          src/main/compile.tab.C, src/main/pa_globals.C,
                   18492:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   18493:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   18494: 
                   18495:        * src/classes/mail.C: sendmail -ti [default now]
                   18496: 
                   18497:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   18498:          to be strings. for convinient #ing
                   18499: 
                   18500:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   18501:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   18502: 
                   18503:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   18504:          main/pa_globals.C, main/pa_request.C: @conf
                   18505: 
                   18506: 2002-06-11  paf
                   18507: 
                   18508:        * src/classes/file.C: check simplified
                   18509: 
                   18510:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   18511:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   18512:          valid prefix
                   18513: 
                   18514:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   18515:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   18516:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   18517: 
                   18518: 2002-06-10  paf
                   18519: 
                   18520:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   18521:          src/main/pa_common.C: lock failures reported now
                   18522: 
                   18523:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   18524:          string->double @ compile time were not-enough-checking...
                   18525: 
                   18526:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   18527:          autoconvert now ignored
                   18528: 
                   18529:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   18530:          check
                   18531: 
                   18532:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   18533:          $response:body content-type:name
                   18534: 
                   18535:        * configure, configure.in: hpux check, nsl link, no socket
                   18536: 
                   18537:        * operators.txt: old merge conflict removed
                   18538: 
                   18539:        * configure, configure.in: pack even address access on sparc&co
                   18540:          arch checked in configure
                   18541: 
                   18542:        * configure, src/include/pa_version.h: makes
                   18543: 
                   18544:        * configure, configure.in, src/include/pa_version.h: makes
                   18545: 
                   18546:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   18547:          with charset even when all letters were 7bit one
                   18548: 
                   18549:        * src/main/pa_common.C: merged fixed -d (bug)
                   18550: 
                   18551:        * src/main/pa_common.C: fixed -d (bug)
                   18552: 
                   18553: 2002-06-03  paf
                   18554: 
                   18555:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   18556:          src/classes/classes.dsp, src/main/compile.tab.C,
                   18557:          src/main/main.dsp, src/main/pa_globals.C,
                   18558:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   18559:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   18560:          .dsp-s along with reorganized cvs modules dirs structure
                   18561: 
                   18562:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18563:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   18564:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   18565:          modules
                   18566: 
                   18567: 2002-05-28  paf
                   18568: 
                   18569:        * src/targets/cgi/parser3.C: info.uri now ""
                   18570: 
                   18571: 2002-05-17  paf
                   18572: 
                   18573:        * src/classes/: table.C: ^table.save << checked empty
                   18574:          pre/match/post columns
                   18575: 
                   18576: 2002-05-16  paf
                   18577: 
                   18578:        * src/classes/image.C: image::measure can png now
                   18579: 
                   18580: 2002-05-15  paf
                   18581: 
                   18582:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   18583:          added
                   18584: 
                   18585:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   18586: 
                   18587:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   18588:          %H[:%M[:%S]]]]]] [-%m now
                   18589: 
                   18590: 2002-05-14  paf
                   18591: 
                   18592:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   18593: 
                   18594: 2002-05-07  paf
                   18595: 
                   18596:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   18597:          src/include/pa_globals.h, src/include/pa_request.h,
                   18598:          src/include/pa_table.h, src/main/compile.tab.C,
                   18599:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   18600:          src/main/pa_request.C, src/main/pa_table.C,
                   18601:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   18602:          src/targets/isapi/parser3isapi.dsp,
                   18603:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   18604:          name2number field now &.  main_method_name now on Request pool
                   18605:          rather on global_pool [Junction+VJunction created on same pool as
                   18606:          name = were created on global pool, causing mem leaks]
                   18607: 
                   18608:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   18609:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   18610:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   18611:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   18612:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18613:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   18614:          field now &.  main_method_name now on Request pool rather on
                   18615:          global_pool [Junction+VJunction created on same pool as name =
                   18616:          were created on global pool, causing mem leaks]
                   18617: 
                   18618: 2002-05-06  paf
                   18619: 
                   18620:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18621:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18622:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18623: 
                   18624:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18625:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18626:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18627: 
                   18628: 2002-04-30  paf
                   18629: 
                   18630:        * configure, src/include/pa_version.h: version now not b
                   18631: 
                   18632:        * src/targets/cgi/parser3.C: request.uri now never 0
                   18633: 
                   18634: 2002-04-29  paf
                   18635: 
                   18636:        * configure.in: removed b
                   18637: 
                   18638:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   18639:          Exception::comment/type checked in (), no there's no empty
                   18640:          type/comment by default
                   18641: 
                   18642:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   18643:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   18644:          src/doc/value.dox, src/include/pa_exception.h,
                   18645:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   18646:          0001
                   18647: 
                   18648: 2002-04-26  paf
                   18649: 
                   18650:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   18651:          size reduced
                   18652: 
                   18653: 2002-04-25  paf
                   18654: 
                   18655:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   18656:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   18657:          now that took into account
                   18658: 
                   18659:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   18660:          01:03:04]
                   18661: 
                   18662:        * ChangeLog, operators.txt, src/classes/date.C:
                   18663:          ^date::create[2002-12-33 01:03:04]
                   18664: 
                   18665:        * ChangeLog: updated changelog
                   18666: 
                   18667:        * src/classes/table.C: removed restriction on column count to
                   18668:          ^table.hash to work, now must be >0 [were >1]
                   18669: 
                   18670: 2002-04-24  paf
                   18671: 
                   18672:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18673:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18674:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   18675:          targets
                   18676: 
                   18677: 2002-04-23  paf
                   18678: 
                   18679:        * operators.txt, src/classes/string.C:
                   18680:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   18681:          "junction used outside of context"]
                   18682: 
                   18683: 2002-04-22  paf
                   18684: 
                   18685:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   18686:          src/main/pa_string.C, src/types/pa_vstring.C,
                   18687:          src/types/pa_vstring.h: ^string.optimize[]
                   18688: 
                   18689:        * src/: include/pa_globals.h, include/pa_table.h,
                   18690:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   18691:          table template
                   18692: 
                   18693:        * src/classes/: string.C: optimize removed from string
                   18694:          .left/right/pos
                   18695: 
                   18696:        * src/main/execute.C: rolled back to
                   18697:          before_killing_userjunction_contexts
                   18698: 
                   18699:        * src/main/execute.C: user junctions context killed
                   18700: 
                   18701:        * src/main/execute.C: junctions to local contexts got
                   18702:          cleanized&checked later
                   18703: 
                   18704: 2002-04-19  paf
                   18705: 
                   18706:        * src/: classes/string.C, include/pa_request.h,
                   18707:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   18708:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   18709:          prior to .left .right .mid .pos .match when that is profitable,
                   18710:          and always before .replace when $ORIGINS(1) optimization disabled
                   18711:          economy from not wasting mem on lots of strings which occur by
                   18712:          lots of String:mid calls to get parts of source string between
                   18713:          found_occurances
                   18714: 
                   18715:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   18716:          ^file:list
                   18717: 
                   18718:        * src/: include/pa_globals.h, include/pa_table.h,
                   18719:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   18720:          globalized, not created @ each ^match anymore economy:
                   18721:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   18722: 
                   18723:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   18724:          removed from each String::match replace iteration, and made
                   18725:          stacked sizeof(VTable)=12bytes economy on each replace code
                   18726: 
                   18727:        * src/doc/footer.htm: 2001,
                   18728: 
                   18729:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18730:          string.match[]['] option enables generation of $match.prematch
                   18731:          .match .postmatch columns
                   18732: 
                   18733:        * src/main/pa_string.C: String::match options analized without
                   18734:          cstr-ing them now
                   18735: 
                   18736:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   18737:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   18738:          config updated to doxygen 1.2.15, created helper which fixes
                   18739:          minor bugs in chm project files & htm tree.  changed extension to
                   18740:          .htm
                   18741: 
                   18742: 2002-04-18  paf
                   18743: 
                   18744:        * src/doc/doxygen.cfg: .chi generation disabled
                   18745: 
                   18746:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   18747:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   18748:          fields&methods
                   18749: 
                   18750:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   18751:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   18752:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   18753:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   18754:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   18755:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   18756:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18757:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   18758:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   18759:          VStateless_class to VObject
                   18760: 
                   18761:        * src/: main/pa_request.C, types/pa_valiased.h,
                   18762:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18763:          types/pa_vstring.h: VStateless_string_object speicalized light
                   18764:          version of VStateless_object
                   18765: 
                   18766:        * src/classes/op.C: ^throw comment param made optional
                   18767: 
                   18768:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   18769:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   18770:          and implemented down in VClass, fclass_alias removed,
                   18771: 
                   18772:        * src/types/pa_value.C: forced to cut that from .h because of
                   18773:          VStateless_class usage [undefined in .h]
                   18774: 
                   18775:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18776:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18777:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   18778:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   18779:          on each CALL]
                   18780: 
                   18781:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   18782:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   18783:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   18784:          classes/response.C, classes/string.C, classes/table.C,
                   18785:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   18786:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   18787:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   18788:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   18789:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18790:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   18791:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   18792:          removed Value::fname
                   18793: 
                   18794: 2002-04-17  paf
                   18795: 
                   18796:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18797:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   18798:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   18799:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   18800:          state, PTHROW freshen to throw & co
                   18801: 
                   18802:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   18803: 
                   18804:        * src/classes/op.C: taint local result var bug fixed
                   18805: 
                   18806: 2002-04-16  paf
                   18807: 
                   18808:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   18809:          Attic asm.txt as most interesting
                   18810: 
                   18811:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   18812:          check, preventing content-length: 0 from appearing
                   18813: 
                   18814:        * src/main/execute.C: $result in @main now taken into account as in
                   18815:          usual functions
                   18816: 
                   18817:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   18818:          & @unhandled_exception now taken into account as in usual
                   18819:          functions
                   18820: 
                   18821:        * src/doc/postbuild.txt: instructions on post .html build
                   18822: 
                   18823:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   18824: 
                   18825:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   18826:          tainted
                   18827: 
                   18828:        * src/main/pa_request.C: uri in error log
                   18829: 
                   18830:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   18831:          cheched date:create(days) param for validity [later were assumed
                   18832:          valid and crashed on invalid onces]
                   18833: 
                   18834:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18835:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   18836:          and used that for removing VString wrapper
                   18837: 
                   18838:        * src/classes/op.C: exception2vhash file now tainted
                   18839: 
                   18840:        * src/classes/op.C: _process pseudo origin copied from local var to
                   18841:          heap
                   18842: 
                   18843:        * src/classes/op.C: extra check on empty file in origin in _execute
                   18844: 
                   18845: 2002-04-15  paf
                   18846: 
                   18847:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   18848: 
                   18849:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   18850:          functions
                   18851: 
                   18852:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   18853:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   18854:          started dual write_xxx_lang functions, if checked & works
                   18855: 
                   18856:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   18857:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   18858:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   18859:          unnecessary VString shells
                   18860: 
                   18861:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   18862:          prev changes]
                   18863: 
                   18864:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18865:          classes/table.C, include/pa_request.h, main/execute.C,
                   18866:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18867:          StringOrValue wcontext result, now ready for dual writes
                   18868: 
                   18869:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   18870:          checked that
                   18871: 
                   18872:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18873:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   18874:          changed to OP_WRITE_VALUE in var get cases
                   18875: 
                   18876:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   18877:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   18878:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18879:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   18880:          switch in hash constructor fixed [were problems with using of
                   18881:          stacked wwrapper after it's death]
                   18882: 
                   18883: 2002-04-12  paf
                   18884: 
                   18885:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   18886: 
                   18887: 2002-04-11  paf
                   18888: 
                   18889:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   18890:          Request::process_internal codeFrame & wwrapper stacked [not
                   18891:          wasting  heap anymore]
                   18892: 
                   18893: 2002-04-10  paf
                   18894: 
                   18895:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   18896:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   18897:          classes/string.C, classes/table.C, classes/void.C,
                   18898:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   18899:          main/pa_string.C: killed Request::process() wrapping
                   18900:          VString(String) in case we need only String
                   18901: 
                   18902:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18903:          killed 8 bytes from String.head
                   18904: 
                   18905: 2002-04-09  paf
                   18906: 
                   18907:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   18908:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   18909:          local*/char b[...];      a=b; situations
                   18910: 
                   18911:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   18912: 
                   18913:        * src/classes/xdoc.C: xslt params fixed
                   18914: 
                   18915:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   18916:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   18917:          not pool.malloc(MAX_NUMBER) but really neaded
                   18918: 
                   18919:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   18920:          int/double.int/double(default)
                   18921: 
                   18922: 2002-04-04  paf
                   18923: 
                   18924:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   18925:          [when reconstructing pieces were split by
                   18926:          max_integral(piece.size), thus some strings to replace happen to
                   18927:          be split into two = not replaced)
                   18928: 
                   18929:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   18930:          standalone version = current dir
                   18931: 
                   18932:        * src/targets/cgi/parser3.C: document root in standalone version =
                   18933:          current dir
                   18934: 
                   18935: 2002-04-03  paf
                   18936: 
                   18937:        * configure, configure.in: more checks on nonexistent charset
                   18938: 
1.116     moko     18939:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     18940: 
                   18941: 2002-04-02  paf
                   18942: 
                   18943:        * src/main/compile.C: parser.compile [exception name more like in
                   18944:          doc]
                   18945: 
                   18946: 2002-04-01  paf
                   18947: 
                   18948:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   18949:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   18950:          .content-type.charset, not .charset
                   18951: 
                   18952: 2002-03-29  paf
                   18953: 
                   18954:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   18955: 
                   18956:        * operators.txt, src/classes/date.C: ^date::create now may not
                   18957:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   18958:          days' year.  | 31.05->31.04   roll
                   18959: 
                   18960: 2002-03-28  paf
                   18961: 
                   18962:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   18963:          src/include/pa_globals.h, src/include/pa_hash.h,
                   18964:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   18965:          ^cache(seconds)    ^cache[date] }
                   18966: 
                   18967:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   18968:          param
                   18969: 
                   18970: 2002-03-27  paf
                   18971: 
                   18972:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   18973:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   18974:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   18975:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   18976:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   18977:          src/classes/xnode.C, src/include/pa_exception.h,
                   18978:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   18979:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   18980:          src/main/pa_array.C, src/main/pa_charset.C,
                   18981:          src/main/pa_charsets.C, src/main/pa_common.C,
                   18982:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   18983:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   18984:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   18985:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   18986:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18987:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   18988:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   18989:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   18990:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   18991:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   18992:          src/types/pa_wwrapper.h: assigned exception types
                   18993: 
                   18994:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   18995:          src/include/pa_request.h, src/main/execute.C,
                   18996:          src/main/pa_request.C: decided agains resetting exception_trace,
                   18997:          just changed name
                   18998: 
                   18999: 2002-03-26  paf
                   19000: 
                   19001:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   19002:          fixed
                   19003: 
                   19004:        * src/classes/op.C: forced language of $source field of exception
                   19005:          to 'tainted', so that sql-langed-frags could be outputed outside
                   19006:          of connect
                   19007: 
                   19008:        * operators.txt: removed date.roll limit of +-1 offset
                   19009: 
                   19010:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   19011: 
                   19012:        * operators.txt, src/classes/date.C: fixed date roll on
                   19013:          daylightsaving days mktime took into account tm_isdst flag, which
                   19014:          remained from BEFORE roll, but should have been reset
                   19015: 
                   19016: 2002-03-25  paf
                   19017: 
                   19018:        * operators.txt, src/targets/cgi/parser3.C:
                   19019:          http_site_config_filespec
                   19020: 
                   19021:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   19022:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   19023:          with any/both --disable-foreign-group-files --disable-execs
                   19024: 
                   19025:        * INSTALL: "--with=sendmail=COMMAND" comment
                   19026: 
                   19027:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   19028:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     19029:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   19030:          disables execs also.  introducing --sendmail
1.95      moko     19031: 
                   19032:        * operators.txt: pgsql options comment
                   19033: 
                   19034:        * INSTALL: comment on --disable-link-stdcpp
                   19035: 
1.116     moko     19036:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   19037:          libstdc++ link skipping configure option
1.95      moko     19038: 
                   19039:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   19040:          with error were put to cache with 'marked_to_rollback' flag, all
                   19041:          consequent even OK requests rolled back
                   19042: 
                   19043: 2002-03-22  paf
                   19044: 
                   19045:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   19046:          false return
                   19047: 
                   19048:        * operators.txt: few comments on sets
                   19049: 
                   19050: 2002-03-18  paf
                   19051: 
                   19052:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   19053:          src/include/pa_globals.h, src/include/pa_request.h,
                   19054:          src/include/pa_stack.h, src/main/pa_globals.C,
                   19055:          src/main/pa_request.C: introducing ^try
                   19056: 
                   19057:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   19058:          types/pa_vdouble.h: removed some tested @tests
                   19059: 
                   19060: 2002-03-15  paf
                   19061: 
                   19062:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   19063: 
                   19064: 2002-03-13  paf
                   19065: 
                   19066:        * src/main/pa_exception.C: checked not-pooled malloc
                   19067: 
                   19068: 2002-03-11  paf
                   19069: 
                   19070:        * INSTALL, configure, configure.in,
                   19071:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   19072: 
                   19073:        * src/main/pa_common.C: --disable-foreign-group-files
                   19074: 
                   19075:        * INSTALL: --disable-execs
                   19076: 
                   19077:        * src/main/pa_exec.C: --disable-execs
                   19078: 
                   19079:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19080:          --disable-execs
                   19081: 
                   19082:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   19083: 
                   19084:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   19085:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   19086: 
                   19087: 2002-03-05  paf
                   19088: 
                   19089:        * operators.txt, src/classes/date.C: date week calendar columns
                   19090:          named
                   19091: 
                   19092:        * operators.txt, src/classes/date.C: date week calendar columns
                   19093:          named
                   19094: 
                   19095:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   19096:          requires headers to be terminated with \r\n manually [refuses to
                   19097:          separate header/body itself]
                   19098: 
                   19099:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19100:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   19101: 
                   19102: 2002-03-04  paf
                   19103: 
                   19104:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   19105:          in PASS language
                   19106: 
                   19107:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   19108:          deserialize checks on broken file
                   19109: 
                   19110:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   19111:          parser3isapi.dsp: isapi updated
                   19112: 
                   19113: 2002-03-01  paf
                   19114: 
                   19115:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   19116: 
                   19117: 2002-02-28  paf
                   19118: 
                   19119:        * src/main/untaint.C: removed some debug comments
                   19120: 
                   19121:        * src/main/pa_charsets.C: when placing charset to cache using
                   19122:          global name now [were request]
                   19123: 
                   19124:        * configure, configure.in: apache module updated
                   19125: 
                   19126:        * src/main/pa_string.C: origin by first piece preferred before last
                   19127:          piece
                   19128: 
                   19129: 2002-02-27  paf
                   19130: 
                   19131:        * src/main/pa_charset.C: size_t
                   19132: 
                   19133:        * INSTALL: shared/static-xml with-pathlink
                   19134: 
                   19135:        * operators.txt: SMTP comment
                   19136: 
                   19137: 2002-02-26  paf
                   19138: 
                   19139:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   19140: 
                   19141:        * src/classes/xnode.C: in some situation, xpath query returned
                   19142:          result with type NODESET, but empty nodeset member field, checked
                   19143:          that
                   19144: 
                   19145: 2002-02-22  paf
                   19146: 
                   19147:        * INSTALL: without-zlib comment
                   19148: 
                   19149:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   19150: 
                   19151:        * configure, configure.in: glib###.a detection fixed
                   19152: 
                   19153:        * INSTALL: hashfile removed from INSTALL
                   19154: 
1.116     moko     19155:        * Makefile.am: make update
1.95      moko     19156: 
                   19157:        * src/main/pa_string.C: string iterators fixed again, so were
                   19158:          String::join_chain
                   19159: 
                   19160:        * src/main/pa_string.C: string iterators fixed again, so were
                   19161:          String::join_chain
                   19162: 
                   19163:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   19164:          fixed again, so were String::join_chain
                   19165: 
                   19166:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   19167: 
                   19168:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   19169:          "session"
                   19170: 
1.116     moko     19171:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19172:          --with-shared-xml --with-static-xml
1.95      moko     19173: 
                   19174:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19175:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19176:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   19177:          xalan&xml
                   19178: 
                   19179:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   19180: 
                   19181:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   19182:          src/types/types.dsp: removed hashfile support from sources for
                   19183:          now
                   19184: 
1.116     moko     19185:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     19186:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     19187:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   19188:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   19189:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     19190:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     19191:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   19192:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   19193:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     19194: 
                   19195: 2002-02-21  paf
                   19196: 
                   19197:        * src/main/untaint.C: removed debug code, activated commented-for
                   19198:          debug parts
                   19199: 
1.116     moko     19200:        * Makefile.am: make cvsupdate
1.95      moko     19201: 
                   19202:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19203:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   19204:          append_row, not at link zero now string to string appending works
                   19205: 
                   19206: 2002-02-20  paf
                   19207: 
                   19208:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   19209:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   19210:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   19211: 
                   19212:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19213:          economy: 22%
                   19214: 
                   19215:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19216:          space uptimized: string::link_row removed
                   19217: 
                   19218:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   19219:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   19220:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19221:          types/pa_vstring.h: speed uptimized: string::is_empty
                   19222: 
                   19223:        * operators.txt, src/include/pa_common.h,
                   19224:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   19225:          src/include/pa_types.h, src/main/compile.tab.C,
                   19226:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   19227:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   19228:          string append optimiziation idea and estimates
                   19229: 
                   19230: 2002-02-19  paf
                   19231: 
                   19232:        * src/classes/math.C: not used directly [but erroreously reported
                   19233:          that 'is', thus registering twice&other probs]
                   19234: 
                   19235:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   19236:          to node [element]
                   19237: 
                   19238:        * src/main/compile.C: without string_origins parse error
                   19239:          file+line+col possible
                   19240: 
                   19241:        * src/main/: compile.C: without string_origins not worked
                   19242: 
                   19243: 2002-02-18  paf
                   19244: 
                   19245:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   19246:          trick i've installed into double::as_string
                   19247: 
                   19248:        * src/main/pa_globals.C: extern "C" was removed too fast
                   19249: 
                   19250:        * src/: include/pa_opcode.h, include/pa_request.h,
                   19251:          main/compile.tab.C, main/compile.y, main/execute.C,
                   19252:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   19253:          with string/nonstring values, now in expressions double/int
                   19254:          values are passed as-is, without stupid tostring/fromstring
                   19255:          conversions
                   19256: 
                   19257:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   19258:          __cplusplus } #endif
                   19259: 
                   19260:        * src/main/compile.tab.C: bison env set so one could compile
                   19261:          without cygwin installed
                   19262: 
                   19263:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19264:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   19265:          gnome xml libs parser .dsp-s changed accordingly
                   19266: 
                   19267:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   19268: 
                   19269:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   19270:          with backward comp
                   19271: 
                   19272:        * src/classes/math.C: math:random range check fixed
                   19273: 
                   19274:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   19275: 
                   19276:        * INSTALL: local install comment
                   19277: 
1.116     moko     19278:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     19279: 
1.116     moko     19280:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   19281:          src/include/pa_config_auto.h.in,
                   19282:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   19283:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     19284: 
                   19285:        * operators.txt: \ comment
                   19286: 
                   19287: 2002-02-13  paf
                   19288: 
                   19289:        * src/include/pa_config_includes.h: sys/time time both included
                   19290:          now.  vaguely remember confilicts on this on some system [not on
                   19291:          six|ablv] so when would see them again would think up proper
                   19292:          check
                   19293: 
1.116     moko     19294:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   19295:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     19296: 
                   19297:        * src/main/pa_common.C: truncation never occured when writing files
                   19298:          on unix [since i've changed cache mech] fix
                   19299: 
                   19300:        * src/main/pa_common.C: strnchr: sanity check added
                   19301: 
                   19302:        * etc/parser3.charsets/windows-1257.cfg: id added
                   19303: 
                   19304:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   19305:          baltic charset file generated, in generation script ispunct check
                   19306:          added
                   19307: 
                   19308: 2002-02-08  paf
                   19309: 
1.116     moko     19310:        * src/: include/Makefile.am, sql/Makefile.am,
                   19311:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     19312: 
                   19313:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   19314:          forgotten
                   19315: 
                   19316:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   19317: 
                   19318:        * INSTALL, README: install&others updated
                   19319: 
                   19320:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   19321: 
1.116     moko     19322:        * Makefile.am, configure, configure.in,
                   19323:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   19324:          src/classes/Makefile.am, src/main/Makefile.am,
                   19325:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   19326:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   19327:          works
1.95      moko     19328: 
                   19329:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19330:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19331:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   19332:          classes/math.C, classes/op.C, classes/response.C,
                   19333:          classes/string.C, classes/table.C, classes/void.C,
                   19334:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19335:          include/pa_array.h, include/pa_cache_managers.h,
                   19336:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19337:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19338:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19339:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19340:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19341:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19342:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19343:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19344:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19345:          include/pa_stack.h, include/pa_string.h,
                   19346:          include/pa_stylesheet_connection.h,
                   19347:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19348:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19349:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19350:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   19351:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19352:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19353:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19354:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19355:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19356:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19357:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19358:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   19359:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19360:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19361:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19362:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19363:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19364:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   19365:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   19366:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19367:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19368:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19369:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19370:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19371:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   19372:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   19373:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   19374:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   19375:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19376:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   19377:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   19378:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   19379:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   19380: 
                   19381:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19382:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19383:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19384:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19385:          classes/string.C, classes/table.C, classes/void.C,
                   19386:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19387:          include/pa_array.h, include/pa_cache_managers.h,
                   19388:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19389:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19390:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19391:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19392:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19393:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19394:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19395:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19396:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19397:          include/pa_stack.h, include/pa_string.h,
                   19398:          include/pa_stylesheet_connection.h,
                   19399:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19400:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19401:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19402:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   19403:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19404:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19405:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19406:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19407:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19408:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19409:          main/pa_status_provider.C, main/pa_string.C,
                   19410:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19411:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19412:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19413:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19414:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19415:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19416:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19417:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19418:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19419:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19420:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19421:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19422:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19423:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19424:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19425:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19426:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19427:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19428:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19429:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19430:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   19431:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   19432: 
                   19433: 2002-02-07  paf
                   19434: 
                   19435:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   19436: 
1.116     moko     19437:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19438:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   19439:          added yet another locking function: fcntl
1.95      moko     19440: 
                   19441:        * config.sub: on cygwin configure passes it with strange i1586
                   19442:          const, hacked it to mean i586
                   19443: 
                   19444:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   19445:          disabled $if reference due to conflicts with local variables
                   19446: 
                   19447:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   19448:          xdoc::set obsolete now, now xdoc::create, with both sences
                   19449: 
                   19450:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19451:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19452:          table::create now // 'set' name obsolete now table clone.
                   19453: 
                   19454:        * operators.txt, src/classes/string.C,
                   19455:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   19456:          ^int/double/string.format now can be called with normal []
                   19457:          brackets, not stupid {} as it were implemented for some strange
                   19458:          reason.  retaining backward compatibility due to some
                   19459:          already-implemented servers
                   19460: 
                   19461:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   19462:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   19463:          operators now detected by check at name_without_curly_rdive_read
                   19464:          rule whether diving code constists only of
                   19465:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   19466:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   19467:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   19468: 
                   19469: 2002-02-06  paf
                   19470: 
                   19471:        * configure, configure.in: prefix expanded, grr
                   19472: 
                   19473:        * operators.txt, src/classes/mail.C: mail:send config changed
                   19474: 
                   19475: 2002-02-05  paf
                   19476: 
                   19477:        * operators.txt: regex options commented
                   19478: 
                   19479:        * src/main/: pa_exec.C: argv0 now correct
                   19480: 
                   19481:        * src/types/pa_vstatus.C: status:rusage 3
                   19482: 
                   19483:        * src/types/pa_vstatus.C: status:rusage 2
                   19484: 
                   19485:        * operators.txt: status:rusage described int operators
                   19486: 
                   19487:        * src/types/pa_vstatus.C: status:rusage 1
                   19488: 
                   19489:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   19490:          src/types/types.dsp: status:rusage
                   19491: 
                   19492:        * configure.in, operators.txt, src/classes/file.C,
                   19493:          src/classes/op.C, src/include/pa_common.h,
                   19494:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   19495:          src/main/pa_common.C: rewritten ^cache to use
                   19496:          non-blocking-exclusive-caches
                   19497: 
                   19498:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   19499:          [speed impact. was off for debugging purpose, but forgotten
                   19500:          afterwards]
                   19501: 
                   19502: 2002-02-01  paf
                   19503: 
                   19504:        * src/classes/op.C: file_write does EX lock after create, while
                   19505:          file_read does SH after open, so there's a moment after create
                   19506:          but before EX lock when read can sneak into, and read
                   19507:          just-created-for-writing-and-not-yet-locked file, added a check
                   19508:          for that in ^cache...read
                   19509: 
                   19510: 2002-01-31  paf
                   19511: 
                   19512:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   19513:          ^xxx:
                   19514: 
                   19515:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   19516:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   19517: 
                   19518:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   19519:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   19520:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   19521:          operators check 6.1 rewritten. now check is done at compile time
                   19522: 
                   19523:        * src/main/execute.C: operators check 5 floated up old error of
                   19524:          staying in 'entered class/object' state after $a($a..) it
                   19525:          prevented operators from being called thereafter
                   19526: 
                   19527:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19528:          main/execute.C: operators check 4 floated up old error of staying
                   19529:          in 'entered object' state after ^a.a(a) it prevented operators
                   19530:          from being called thereafter
                   19531: 
                   19532:        * src/main/execute.C: operators check 3 floated up old error of
                   19533:          staying in 'entered class' state after $a:a(a) it prevented
                   19534:          operators from being called thereafter
                   19535: 
                   19536:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   19537:          floated up old error of staying in 'entered class' state after
                   19538:          $a:a[a] it prevented operators from being called thereafter
                   19539: 
                   19540:        * src/main/execute.C: operators check, thay mistakenly seen in
                   19541:          $class:operator   $object.operators contexts
                   19542: 
                   19543:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   19544:          win32
                   19545: 
1.116     moko     19546:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   19547:          src/classes/Makefile.am, src/main/Makefile.am,
                   19548:          src/targets/cgi/Makefile.am,
1.95      moko     19549:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     19550:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     19551: 
1.116     moko     19552:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   19553:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   19554:          configure, configure.in, form.txt, ident.awk, install-sh,
                   19555:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   19556:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     19557:          etc/parser3.charsets/Makefile.am,
                   19558:          etc/parser3.charsets/koi8-r.cfg,
                   19559:          etc/parser3.charsets/windows-1250.cfg,
                   19560:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     19561:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   19562:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   19563:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   19564:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     19565:          straightened installation scripts procedure made
                   19566:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   19567:          change
                   19568: 
                   19569: 2002-01-30  paf
                   19570: 
                   19571:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   19572:          removed] those comments were a mistake, and prevented libltdl
                   19573:          from function properly
                   19574: 
                   19575: 2002-01-29  paf
                   19576: 
1.116     moko     19577:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   19578:          creation [modified acinclude.m4 which were creating int into just
                   19579:          assignment LIBTOOL=../libtool] added default system
                   19580:          config&charsetts prepared 'make install', now it installs
                   19581:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   19582:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     19583:          $sysconfdir/parser3.charsets respectively
                   19584: 
                   19585:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   19586:          main/pa_globals.C: few forgotten ifdef XML added
                   19587: 
                   19588: 2002-01-28  paf
                   19589: 
1.116     moko     19590:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     19591:          removed
                   19592: 
                   19593:        * src/main/pa_exception.C: dom|generic error output fix
                   19594: 
                   19595:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   19596: 
                   19597:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   19598: 
                   19599:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   19600:          [fixed as_node helper func to accept docs]
                   19601: 
                   19602:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   19603:          xdoc.importNode 0
                   19604: 
                   19605:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   19606: 
                   19607: 2002-01-25  paf
                   19608: 
                   19609:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   19610:          @SPECIAL now works OK
                   19611: 
                   19612:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   19613: 
                   19614:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   19615:          violation that added
                   19616: 
                   19617:        * src/classes/hash.C: unified  hash::sql, now
                   19618:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   19619: 
                   19620:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   19621:          ^file:lock[filename]{code}
                   19622: 
                   19623:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19624:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   19625:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   19626:          to some pa_common funcs
                   19627: 
                   19628:        * src/: include/pa_charset.h, main/pa_globals.C:
                   19629:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   19630: 
                   19631:        * src/: include/pa_charset.h, main/pa_charset.C,
                   19632:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   19633:          not stupid illegal define
                   19634: 
                   19635: 2002-01-24  paf
                   19636: 
                   19637:        * src/include/pa_version.h: changed version number
                   19638: 
                   19639:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19640:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19641:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19642:          main/pa_db_connection.C, main/pa_db_table.C,
                   19643:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   19644:          hashfile without logfiles
                   19645: 
                   19646:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19647:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   19648:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   19649:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   19650:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   19651:          cluttered disk without huge need]
                   19652: 
                   19653:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   19654:          handy macro, which is strangly abscent in dome lib
                   19655: 
                   19656:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   19657: 
                   19658:        * src/classes/xdoc.C: checked empty response
                   19659: 
                   19660:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   19661:          /, not self node]
                   19662: 
                   19663:        * src/classes/xnode.C: xnode.select returns array always now, in
                   19664:          case 'nothing found' returns empty array
                   19665: 
                   19666:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   19667:          be more tender with ctrl/c/v
                   19668: 
                   19669: 2002-01-23  paf
                   19670: 
                   19671:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   19672:          substituted.         // 2. when dom tree with entites goes under
                   19673:          transform text nodes        // got [erroreosly] cut on first
                   19674:          entity occurance
                   19675: 
                   19676:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   19677:          twice-converting
                   19678: 
                   19679:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   19680:          'e' in output this is for regretful twice-converting here:
                   19681:          $a(double value) when they write double falue  they convert it to
                   19682:          string first, thus %g were losing precesion.
                   19683: 
                   19684:          todo: think up some way to remove double->string string->double
                   19685:          twice-converting
                   19686: 
                   19687:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   19688:          %.20E now default float format this is for regretful
                   19689:          twice-converting here: $a(double value) when they write double
                   19690:          falue  they convert it to string first, thus %g were losing
                   19691:          precesion.
                   19692: 
                   19693:          todo: think up some way to remove double->string string->double
                   19694:          twice-converting
                   19695: 
                   19696:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19697:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   19698:          reasons in comment inside
                   19699: 
                   19700:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   19701:          statically linked]
                   19702: 
                   19703:        * src/: include/pa_exception.h, main/compile.tab.C,
                   19704:          main/pa_exception.C: removed exception va_list constructor.  1.
                   19705:          not needed anymore 2. there were a conflict[causing errors]
                   19706:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   19707:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   19708:          ctor(, va_list) which, of course, caused gpf
                   19709: 
                   19710:        * src/main/pa_globals.C: removed debug xslt messages
                   19711: 
                   19712: 2002-01-22  paf
                   19713: 
                   19714:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19715:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   19716:          helps compiling stylesheet properly.  example: this refused to
                   19717:          work,             <b>&laquo;<xsl:value-of select="@title"
                   19718:          />&raquo;</b> stranly worked only this way:
                   19719:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   19720: 
                   19721:          docs says "set it to 1", never going into details, so I decided
                   19722:          to try NOT to do that
                   19723: 
                   19724:        * src/classes/table.C: join behaived badly in case named tables
                   19725:          structure mismatched: 0 strings sneaked into dest failing
                   19726:          afterwards.  replaced them with empty strings
                   19727: 
                   19728: 2002-01-21  paf
                   19729: 
                   19730:        * src/main/pa_charset.C: checked empty transcoders in
                   19731:          transcode_cstr|buf
                   19732: 
                   19733:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   19734: 
                   19735:        * src/classes/xdoc.C: transform error source now
                   19736:          stylesheet_filespec
                   19737: 
1.116     moko     19738:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     19739:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   19740:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     19741:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   19742:          gnome
1.95      moko     19743: 
                   19744:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19745:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   19746:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   19747:          xslt generic error 1
                   19748: 
                   19749:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   19750:          xml generic message 1
                   19751: 
                   19752:        * src/classes/table.C: ^table::load empty lines or #comments before
                   19753:          headline
                   19754: 
                   19755:        * src/: include/pa_array.h, include/pa_globals.h,
                   19756:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   19757:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   19758:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   19759:          errors 0
                   19760: 
                   19761: 2002-01-16  paf
                   19762: 
                   19763:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   19764:          classes/table.C, classes/void.C, classes/xdoc.C,
                   19765:          include/pa_db_connection.h, include/pa_request.h,
                   19766:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19767:          include/pa_stylesheet_connection.h,
                   19768:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   19769:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19770:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   19771:          stylesheet_connection auto destroyers to remaining gnome objects
                   19772: 
                   19773:        * src/classes/xdoc.C: few comments
                   19774: 
                   19775: 2002-01-15  paf
                   19776: 
                   19777:        * src/classes/xdoc.C: xdoc   file   save   string
                   19778: 
                   19779:          ready.  todo: error handling
                   19780: 
                   19781:        * src/classes/xdoc.C: xdoc save rewritten using
                   19782:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   19783:          result
                   19784: 
                   19785:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   19786:          started output options parsing
                   19787: 
                   19788: 2002-01-14  paf
                   19789: 
                   19790:        * src/classes/xdoc.C: method
                   19791: 
                   19792:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19793:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19794:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   19795:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   19796:          xslt transform0.  TODO:   use output options   handle errors
                   19797: 
                   19798:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   19799: 
                   19800: 2002-01-11  paf
                   19801: 
                   19802:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19803:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19804:          partial logical && || evaluation
                   19805: 
                   19806:        * src/classes/xnode.C: xpath selectNodes
                   19807: 
                   19808:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   19809:          string/number/bool
                   19810: 
                   19811:        * src/classes/xnode.C: xpath selectNode 2
                   19812: 
                   19813:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   19814:          xpath selectNode 1
                   19815: 
                   19816: 2002-01-10  paf
                   19817: 
                   19818:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   19819: 
                   19820:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19821:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   19822:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   19823:          refcounter]
                   19824: 
                   19825: 2001-12-29  paf
                   19826: 
                   19827:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   19828:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   19829:          glib works 0
                   19830: 
                   19831: 2001-12-28  paf
                   19832: 
                   19833:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   19834:          main/pa_exception.C: started glib transcoders
                   19835: 
                   19836:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   19837: 
                   19838:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   19839:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   19840:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   19841:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   19842:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   19843:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   19844:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   19845:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   19846: 
                   19847: 2001-12-27  paf
                   19848: 
                   19849:        * src/: include/pa_charset.h, include/pa_common.h,
                   19850:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   19851:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   19852:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19853:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19854:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   19855:          from xalan&xerces, started the process.  globals [initialization
                   19856:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   19857:          calls
                   19858: 
                   19859:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   19860:          anymore
                   19861: 
                   19862: 2001-12-26  paf
                   19863: 
                   19864:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   19865:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   19866:          key globalized [bug]
                   19867: 
                   19868: 2001-12-25  paf
                   19869: 
                   19870:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   19871:          main/pa_string.C: table set & append changed splitting languages,
                   19872:          separators now can be clean AND as-is same to mail command line
                   19873:          $MAIN:MAIL.progX arguments
                   19874: 
                   19875: 2001-12-24  paf
                   19876: 
                   19877:        * src/classes/mail.C: one parted text messages - no multipart
                   19878:          mime-type anymore.  for convinient if $.attach-ments
                   19879: 
                   19880:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   19881:          main/pa_string.C: read from cache size check updated
                   19882: 
                   19883:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   19884: 
                   19885: 2001-12-21  paf
                   19886: 
                   19887:        * src/classes/date.C: date:sql-string now returns localtime
                   19888: 
                   19889:        * src/main/pa_request.C: $result in @main actually not working, to
                   19890:          hell with it for now
                   19891: 
                   19892:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   19893:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   19894:          @postprocess @exception
                   19895: 
                   19896:        * src/main/execute.C: junction evaluation canceled - endless
                   19897:          recursion detected
                   19898: 
                   19899: 2001-12-19  paf
                   19900: 
                   19901:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   19902:          intermediate
                   19903: 
                   19904:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   19905: 
                   19906:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   19907: 
                   19908:        * src/classes/op.C: ^cache keypath now relative
                   19909: 
                   19910:        * src/classes/mail.C: changed weighting prior to sort
                   19911: 
                   19912:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   19913:          were missing
                   19914: 
                   19915: 2001-12-17  paf
                   19916: 
                   19917:        * src/main/pa_charset.C: ifndef XML were bad type
                   19918: 
                   19919:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   19920:          outdated unset services_pool
                   19921: 
                   19922:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   19923:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   19924:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   19925: 
                   19926:        * src/main/untaint.C: allowed space in filespec
                   19927: 
                   19928:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   19929: 
                   19930:        * src/classes/image.C: no govno
                   19931: 
                   19932:        * src/classes/image.C: govno
                   19933: 
                   19934: 2001-12-16  paf
                   19935: 
                   19936:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   19937: 
                   19938:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   19939:          charset_connection&manager replaced by charset&charsets
                   19940: 
                   19941:        * src/main/pa_charset.C: name_cstr 0
                   19942: 
                   19943:        * src/main/untaint.C: uri lang now knows about client/source
                   19944:          charsets
                   19945: 
                   19946:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   19947:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19948:          include/pa_array.h, include/pa_cache_managers.h,
                   19949:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   19950:          include/pa_common.h, include/pa_db_connection.h,
                   19951:          include/pa_db_manager.h, include/pa_db_table.h,
                   19952:          include/pa_dictionary.h, include/pa_exception.h,
                   19953:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   19954:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   19955:          include/pa_sapi.h, include/pa_socks.h,
                   19956:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19957:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19958:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19959:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   19960:          main/pa_charset.C, main/pa_charset_connection.C,
                   19961:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   19962:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19963:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   19964:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   19965:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19966:          types/types.dsp: introducing Charset
                   19967: 
                   19968: 2001-12-14  paf
                   19969: 
                   19970:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   19971:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   19972:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   19973:          uri lang
                   19974: 
                   19975:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   19976: 
                   19977:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   19978: 
                   19979:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   19980:          defalts_name global
                   19981: 
                   19982:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   19983:          include/pa_request.h, main/main.dsp,
                   19984:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19985:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   19986:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   19987:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   19988:          changed charset model.  now important: $request:charset
                   19989:          $response:charset while $response:content-type.charset become
                   19990:          unimportant [informational]
                   19991: 
                   19992: 2001-12-13  paf
                   19993: 
                   19994:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   19995: 
                   19996:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   19997:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   19998:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   19999:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   20000:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   20001:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   20002: 
                   20003:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   20004:          auto_ptr part other way, because of stupid gcc 2.96
                   20005:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   20006:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   20007:          FormatterListener] /usr/include/g++-3/memory:48:
                   20008:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   20009:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   20010: 
                   20011:        * src/classes/xdoc.C: removed extra inc
                   20012: 
                   20013:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   20014: 
                   20015:        * src/include/pa_types.h: msvc head debugging flag
                   20016: 
                   20017:        * src/classes/xdoc.C: freed up listener
                   20018: 
                   20019:        * src/classes/string.C: change msg '... code is not code'
                   20020: 
                   20021:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   20022:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20023:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   20024:          [past/future prob]
                   20025: 
                   20026:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20027:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   20028:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20029:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   20030: 
                   20031:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   20032:          main/pa_string.C: removed signed mismatch warnings
                   20033: 
                   20034:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   20035:          'expires' from header outputs
                   20036: 
                   20037:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   20038:          row ptr
                   20039: 
                   20040:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   20041:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   20042: 
                   20043:        * src/classes/xdoc.C: lang list updated
                   20044: 
                   20045: 2001-12-10  paf
                   20046: 
                   20047:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   20048: 
                   20049:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   20050:          erase files like that, knowing their full name introducing   //
                   20051:          theoretical problem with, for instance, "_2B" and "." fragments,
                   20052:          // they would yield the same    // because
                   20053:          need_file_encode('_')=false  // but we need to delete such files
                   20054:          somehow, getting names from ^index
                   20055: 
                   20056:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   20057:          string::join_chank break]
                   20058: 
                   20059: 2001-12-07  paf
                   20060: 
                   20061:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   20062:          include/pa_common.h, include/pa_config_auto.h.in,
                   20063:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20064:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   20065:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   20066:          types/pa_vhashfile.C: merged from r14_simple_cache
                   20067: 
                   20068:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   20069:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   20070:             lduh  [ %i2 + 1 ], %l0
                   20071: 
                   20072:          bus error, fixed that
                   20073: 
                   20074:        * src/main/pa_string.C: strange string deserialize bug on
                   20075:          client[pmts], a bit shortened,
                   20076: 
                   20077:        * src/include/pa_config_auto.h.in: makes
                   20078: 
                   20079:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   20080:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   20081:          file write shared lock file read
                   20082: 
                   20083:        * src/: classes/op.C, include/pa_common.h,
                   20084:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   20085: 
                   20086: 2001-12-06  paf
                   20087: 
                   20088:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   20089:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   20090: 
                   20091:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   20092:          info
                   20093: 
                   20094:        * src/classes/hashfile.C: removed transaction from ^cache
                   20095: 
                   20096: 2001-12-05  paf
                   20097: 
                   20098:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   20099:          IIS5 there were a prob with illegal call check
                   20100: 
                   20101: 2001-12-04  paf
                   20102: 
                   20103:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   20104:          main/pa_request.C: measures to log
                   20105: 
                   20106: 2001-11-23  paf
                   20107: 
                   20108:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   20109:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   20110:          types/pa_vhashfile.C: merged from _0014, 1
                   20111: 
                   20112:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   20113:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   20114:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   20115:          ^cache(33) would change
                   20116: 
                   20117:          0660 bits in file_write & hashfile create
                   20118: 
                   20119:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   20120:          after pa_string optimization]
                   20121: 
                   20122: 2001-11-22  paf
                   20123: 
                   20124:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20125:          table.offset[whence]
                   20126: 
                   20127:        * src/classes/op.C: process cstr(,connection)
                   20128: 
                   20129:        * src/classes/op.C: process now gets its body on current language,
                   20130:          not as-is
                   20131: 
                   20132:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   20133: 
                   20134:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   20135:          bit
                   20136: 
1.116     moko     20137:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     20138: 
                   20139: 2001-11-21  paf
                   20140: 
                   20141:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   20142:          <xsl:output output options made identical to xsl:output
                   20143:          attributes exclusion:    cdata-section-elements what xalan can do
                   20144:          but that not used now:    it can escape and remove CDATA sections
                   20145: 
                   20146:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   20147:          produced by xslt
                   20148: 
                   20149:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   20150: 
                   20151:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   20152: 
                   20153:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   20154:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   20155:          default language for {code}, it happen to change it's language
                   20156:          from CLEAN, so later refused to split by CLEAN \t
                   20157: 
                   20158: 2001-11-20  paf
                   20159: 
1.116     moko     20160:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   20161:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     20162:          bottom of dependeces, so that errors would popup quicklier, fixed
                   20163:          line numbering in table::sql
                   20164: 
                   20165: 2001-11-19  paf
                   20166: 
                   20167:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   20168:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   20169:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20170:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   20171:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   20172:          at wcontext.write
                   20173: 
1.116     moko     20174:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     20175:          _set_new_handler
                   20176: 
1.116     moko     20177:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   20178:          set_new_handler in apache&isapi
1.95      moko     20179: 
                   20180: 2001-11-16  paf
                   20181: 
                   20182:        * src/targets/cgi/parser3.C: pool debug @ die
                   20183: 
                   20184:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20185:          removed 8 bytes from String, 2 bytes from
                   20186:          string::chunk::row::item
                   20187: 
                   20188:        * src/main/pa_string.C: removed 1+4 bytes from String
                   20189: 
                   20190:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20191:          types/pa_vstring.C: removed 1+4 bytes from String
                   20192: 
                   20193:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   20194:          0
                   20195: 
                   20196:        * src/: include/pa_globals.h, include/pa_string.h,
                   20197:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   20198:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   20199:          targets/cgi/parser3.C: introducing estimating
                   20200:          String::cstr_bufsize, 0
                   20201: 
                   20202:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   20203: 
                   20204:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   20205: 
                   20206:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   20207:          include/pa_pool.h: die in pool::fail
                   20208: 
                   20209: 2001-11-15  paf
                   20210: 
                   20211:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   20212:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   20213:          dynamic buffer re-back now with counter
                   20214: 
                   20215:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   20216:          static buffer back
                   20217: 
                   20218:        * src/targets/cgi/parser3.C: std::
                   20219: 
                   20220:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   20221:          include/pa_config_includes.h: setnewhandler check
                   20222: 
1.116     moko     20223:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20224: 
                   20225:        * src/targets/cgi/parser3.C: set_new_handler started
                   20226: 
                   20227: 2001-11-14  paf
                   20228: 
                   20229:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   20230:          was wrong
                   20231: 
                   20232:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   20233:          was wrong
                   20234: 
                   20235:        * src/main/pa_request.C: z
                   20236: 
                   20237:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   20238:          full returns win32 -1 solaris >buffer_size
                   20239: 
                   20240:          checked all that
                   20241: 
                   20242:        * src/classes/op.C: ^untaint{body} as-is default now
                   20243: 
                   20244:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   20245:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   20246:          with no_bad_constructors_try
                   20247: 
                   20248:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   20249:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   20250:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   20251:          $bred[^int::int[]]
                   20252: 
                   20253:          now VObject creation moved into overriden
                   20254:          VClass::create_new_value, thus 0 from create_new_value means that
                   20255:          class has no ctors
                   20256: 
                   20257: 2001-11-13  paf
                   20258: 
                   20259:        * src/classes/classes.C: returned accedently removed if in foreach
                   20260:          callbacks [when hash no-0-restructure]
                   20261: 
                   20262: 2001-11-12  paf
                   20263: 
                   20264:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   20265:          passed as-is to method, xalan makes & into &amp; itself
                   20266: 
                   20267:        * src/classes/date.C: date.roll parser2 alg used
                   20268: 
                   20269:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   20270:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20271:          main/pa_dictionary.C, main/pa_hash.C,
                   20272:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   20273:          now does not containt 0 values. put 0 actullay removes.  no check
                   20274:          on 0 value in foreach now required
                   20275: 
                   20276: 2001-11-11  paf
                   20277: 
                   20278:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   20279: 
                   20280:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   20281: 
                   20282:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   20283:          driver initialize not const
                   20284: 
                   20285: 2001-11-10  paf
                   20286: 
                   20287:        * src/main/pa_exec.C: doc
                   20288: 
                   20289: 2001-11-09  paf
                   20290: 
                   20291:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   20292:          param properly
                   20293: 
                   20294:        * src/classes/string.C: string.save now does untainting before
                   20295:          saving
                   20296: 
                   20297:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   20298:          still cstr oriented]
                   20299: 
                   20300:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20301:          line endings fixing got rid of cstr, now must work ok with post
                   20302:          multipart
                   20303: 
                   20304:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   20305:          not file  also now
                   20306: 
                   20307: 2001-11-08  paf
                   20308: 
                   20309:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20310:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20311:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   20312:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   20313:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   20314:          simple parent, not second parent [gcc 2.96 strangly refused to
                   20315:          call virtual from second parent]
                   20316: 
1.116     moko     20317:        * src/: include/pa_common.h, main/Makefile.am,
                   20318:          targets/cgi/pa_pool.C: makes
1.95      moko     20319: 
                   20320:        * src/: include/pa_request.h, main/pa_request.C,
                   20321:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   20322:          'status' class enabler
                   20323: 
                   20324:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   20325: 
                   20326:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20327:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20328:          include/pa_stylesheet_manager.h, main/main.dsp,
                   20329:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   20330:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20331:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20332:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   20333:          todo: apache 'status' class enabler
                   20334: 
                   20335: 2001-11-05  paf
                   20336: 
                   20337:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   20338:          debug to normal
                   20339: 
                   20340:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   20341:          hence i removed skipping 0 values in hash::for_each-es we need to
                   20342:          check cleaned cache items manually. few more checks.
                   20343: 
                   20344:          expiring to 0 time was wrong, changed to 'now' time
                   20345: 
                   20346:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   20347:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   20348:          on apache already done :)
                   20349: 
                   20350:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   20351:          skipping 0 values in hash::for_each-es we need to check cleaned
                   20352:          cache items manually
                   20353: 
                   20354:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   20355:          parser_multithreaded check was wrong
                   20356: 
                   20357:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20358:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20359:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20360:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20361:          classes/string.C, classes/table.C, classes/void.C,
                   20362:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20363:          include/pa_array.h, include/pa_charset_connection.h,
                   20364:          include/pa_charset_manager.h, include/pa_common.h,
                   20365:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20366:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20367:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20368:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20369:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20370:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20371:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20372:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20373:          include/pa_stack.h, include/pa_string.h,
                   20374:          include/pa_stylesheet_connection.h,
                   20375:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20376:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20377:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20378:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   20379:          main/pa_charset_manager.C, main/pa_common.C,
                   20380:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20381:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20382:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20383:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20384:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20385:          main/pa_status_provider.C, main/pa_string.C,
                   20386:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20387:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20388:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20389:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20390:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20391:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20392:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20393:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20394:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20395:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20396:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20397:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20398:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20399:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20400:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20401:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20402:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   20403:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   20404:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   20405:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20406:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20407:          $status:db fixed used not initialized in db_connection & db_table
                   20408: 
                   20409:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   20410:          $status:charset
                   20411: 
                   20412:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   20413:          include/pa_stylesheet_connection.h,
                   20414:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   20415:          types/pa_vstatus.h: $status:stylesheet
                   20416: 
                   20417:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   20418:          include/pa_request.h, include/pa_sql_connection.h,
                   20419:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20420:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   20421:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20422:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20423:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   20424:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   20425: 
                   20426: 2001-11-01  paf
                   20427: 
                   20428:        * src/include/pa_config_auto.h.in: makes
                   20429: 
                   20430:        * src/main/pa_hash.C: removed old extra include
                   20431: 
                   20432:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   20433:          checks [for hp, there are such in math.h]
                   20434: 
                   20435:        * src/classes/op.C: ^for endless loop check strightened
                   20436: 
                   20437:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   20438:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   20439:          co can use r.root to write their i & key,value there
                   20440: 
                   20441:        * src/classes/op.C: detected for var storage bug, fixed.
                   20442:          todo:foreach
                   20443: 
                   20444:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   20445:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   20446:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   20447:          changing of hash inside of foreach
                   20448: 
                   20449:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   20450:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   20451:          were hash.foreach
                   20452: 
                   20453:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   20454:          types/pa_vstring.C, types/pa_vstring.h:
                   20455:          ^foreach[key|value]{body}[[separator]|{separator}]
                   20456: 
                   20457:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   20458:          types/pa_vcookie.C: ^hash.delete[key]
                   20459: 
                   20460: 2001-10-31  paf
                   20461: 
                   20462:        * src/main/: compile.C, pa_common.C: completely empty file now
                   20463:          considered "read", not ignored [not perfect trick used]
                   20464: 
                   20465:        * src/main/pa_common.C: simplier common ifdefs
                   20466: 
                   20467:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   20468: 
                   20469:        * src/main/pa_db_connection.C: z
                   20470: 
                   20471:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   20472:          lockdetector flags
                   20473:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   20474: 
                   20475:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   20476:          from accidental show [imagine user forgot @exception]
                   20477: 
                   20478:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   20479: 
                   20480:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   20481:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   20482:          main/pa_common.C: ^string.save[[append;]path]
                   20483: 
                   20484:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20485:          main/execute.C: \ in expression: int divide 10/3=3
                   20486: 
                   20487:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   20488:          inside of ^cache
                   20489: 
                   20490:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   20491:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   20492:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   20493:          needed
                   20494: 
                   20495: 2001-10-30  paf
                   20496: 
                   20497:        * src/: classes/classes.dsp, main/main.dsp,
                   20498:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20499:          types/types.dsp: enabled debug incremental compile
                   20500: 
                   20501:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20502:          form post data line endings not reformatted now.
                   20503: 
                   20504:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   20505:          now required [had bug when file= has no value]
                   20506: 
                   20507:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   20508:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   20509:          cstr(asis) default param removed
                   20510: 
                   20511:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   20512: 
                   20513:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   20514: 
                   20515:        * src/include/pa_dir.h: LOAD_DIR fixed
                   20516: 
                   20517:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   20518:          was broken} fix_line_breaks
                   20519: 
                   20520:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   20521:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   20522:          packed with #pragma pack
                   20523: 
1.116     moko     20524:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     20525: 
                   20526: 2001-10-29  paf
                   20527: 
                   20528:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   20529: 
                   20530:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   20531:          string hash.puts
                   20532: 
                   20533:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   20534: 
                   20535:        * src/include/pa_sql_connection.h: there were one wrong
                   20536:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   20537: 
                   20538:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   20539:          param.someday either ifdef or remove it
                   20540: 
                   20541:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   20542: 
                   20543:        * src/main/untaint.C: optimizing returned after debugging
                   20544: 
                   20545:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20546:          main/untaint.C: memory hunging #pragma pack(1)
                   20547: 
                   20548:          16 419 844 13 169 394
                   20549: 
                   20550:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20551:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   20552:          places [todo:Array]
                   20553: 
                   20554:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   20555:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   20556:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   20557: 
                   20558:          total 5 652 652/158731 total 5 469 332/158731
                   20559: 
                   20560:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   20561:          Array:: without cache in get/put now
                   20562: 
                   20563:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   20564:          18:25:27 2001] total 5 652 652/158731
                   20565: 
                   20566:        * src/: include/pa_string.h, main/pa_string.C,
                   20567:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   20568:          now
                   20569: 
                   20570:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   20571:          18:11:53 2001] total 5796092/158731
                   20572: 
                   20573:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   20574:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   20575:          key ref now
                   20576: 
                   20577:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   20578:          17:11:17 2001] total 16867948/202658
                   20579: 
                   20580:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   20581:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   20582:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20583:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20584:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   20585:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   20586:          string::as_int/double now usually uses stack, not heap [200K out
                   20587:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   20588: 
                   20589:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   20590:          hiding bug]
                   20591: 
                   20592:        * src/Makefile.am: .am order
                   20593: 
                   20594:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   20595:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20596:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   20597:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20598:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   20599:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   20600:          required "friend class"
                   20601: 
                   20602:          ../include/pa_request.h:51: friend declaration requires
                   20603:          class-key, i.e. `friend    class Temp_lang'
                   20604: 
                   20605:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   20606:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   20607:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   20608: 
                   20609:          the idea is to #1 jump to C++ some function to main body, where
                   20610:          every function stack frame has exception unwind information and
                   20611:          from there... #2 propagate_exception()
                   20612: 
                   20613: 2001-10-28  paf
                   20614: 
                   20615:        * src/main/pa_db_connection.C: removed old consts
                   20616: 
                   20617:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   20618:          with wrong type/cast]
                   20619: 
                   20620:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   20621:          translation
                   20622: 
1.116     moko     20623:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     20624:          remember to build DB2 with -fexceptions!!!
                   20625: 
                   20626:        * src/main/pa_db_table.C: DB_RMW defed
                   20627: 
                   20628:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   20629:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20630:          include/pa_db_table.h, main/pa_db_connection.C,
                   20631:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   20632: 
                   20633: 2001-10-27  paf
                   20634: 
                   20635:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20636:          include/pa_db_table.h, main/pa_db_connection.C,
                   20637:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   20638:          types/pa_vhashfile.C: DB2 ifdefs
                   20639: 
1.116     moko     20640:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   20641:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     20642:          makes with DB2
                   20643: 
1.116     moko     20644:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   20645:          types/Makefile.am: makes db
1.95      moko     20646: 
                   20647:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   20648:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   20649:          globals.C
                   20650: 
                   20651:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20652:          include/pa_db_table.h, main/pa_db_connection.C,
                   20653:          main/pa_db_table.C: ^hashfile.clear[]
                   20654: 
                   20655:        * src/classes/classes.awk: no $ in var names
                   20656: 
                   20657:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   20658:          connection&table [forgotten calls]
                   20659: 
                   20660: 2001-10-26  paf
                   20661: 
                   20662:        * src/main/pa_db_connection.C: db checkpoints
                   20663: 
                   20664:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   20665:          checkpoints
                   20666: 
                   20667:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   20668:          default. but entities still reparsed. todo: tothink
                   20669: 
                   20670:        * src/main/pa_db_connection.C: db recover mech 2
                   20671: 
                   20672:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20673:          include/pa_db_manager.h, include/pa_db_table.h,
                   20674:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20675:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   20676:          types/pa_vhashfile.h: db connections & tables now cached at
                   20677:          create time & multithreaded
                   20678: 
                   20679:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   20680:          parsed_source
                   20681: 
                   20682:        * src/main/pa_db_connection.C: about to remove connection from
                   20683:          vhashfile
                   20684: 
                   20685:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   20686:          transaction commit/rollback responsibility left to parent [as it
                   20687:          sould - else there were a bug with double free]
                   20688: 
                   20689:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   20690:          responsibility left to parent [as it sould - else there were a
                   20691:          bug with double free]
                   20692: 
                   20693: 2001-10-25  paf
                   20694: 
                   20695:        * src/: classes/hashfile.C, include/pa_common.h,
                   20696:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20697:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   20698:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   20699:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   20700:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   20701:          yet]
                   20702: 
                   20703:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   20704: 
                   20705:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   20706:          transaction parent passed
                   20707: 
                   20708: 2001-10-24  parser
                   20709: 
1.116     moko     20710:        * src/classes/Makefile.am: makes
1.95      moko     20711: 
                   20712:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   20713:          isapi/pool_storage.h: pool_storage fixed
                   20714: 
                   20715:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   20716:          types/pa_vform.h: form fix_line_breaks
                   20717: 
1.116     moko     20718:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     20719: 
                   20720:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   20721:          targets/cgi/pool_storage.h: makes
                   20722: 
                   20723:        * src/sql/pa_sql_driver.h: version
                   20724: 
                   20725:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   20726:          types/pa_vform.C, types/pa_vform.h: .am
                   20727: 
                   20728:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   20729:          this: DB_RMW Acquire write locks instead of read locks when doing
                   20730:          the retrieval. Setting this flag may decrease the likelihood of
                   20731:          deadlock during a read-modify-write cycle by immediately
                   20732:          acquiring the write lock during the read part of the cycle so
                   20733:          that another thread of control acquiring a read lock for the same
                   20734:          item, in its own read-modify-write cycle, will not result in
                   20735:          deadlock
                   20736: 
                   20737:        * src/targets/isapi/parser3isapi.dsp: doc
                   20738: 
                   20739:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   20740: 
                   20741:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   20742: 
                   20743:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20744:          main/pa_db_connection.C: hashfile expired deleted from db when
                   20745:          get & iterate
                   20746: 
                   20747:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   20748:          expiring 1
                   20749: 
                   20750:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   20751: 
                   20752:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   20753:          db_connection not bothers with key when not returning expired
                   20754:          data
                   20755: 
                   20756:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20757:          types/pa_vhashfile.C: db_cursor constructor public now
                   20758: 
                   20759:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20760:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   20761:          stamped, todo: put_element analize
                   20762: 
                   20763:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   20764:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   20765:          serialize. todo stamp
                   20766: 
                   20767: 2001-10-23  parser
                   20768: 
                   20769:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   20770:          classes/image.C, classes/mail.C, classes/response.C,
                   20771:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20772:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   20773:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   20774:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   20775:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   20776:          types/pa_vtable.C: ^hashfile.hash[]
                   20777: 
                   20778:        * src/: classes/hashfile.C, classes/xdoc.C,
                   20779:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   20780:          main/pa_globals.C: ifdefs so it compiled without db
                   20781: 
                   20782:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20783:          include/pa_db_manager.h, main/pa_db_connection.C,
                   20784:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   20785:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   20786:          ^hashfile.delete[key]
                   20787: 
                   20788: 2001-10-22  parser
                   20789: 
                   20790:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   20791:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   20792: 
                   20793:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   20794:          classes/xnode.C, include/pa_charset_connection.h,
                   20795:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20796:          include/pa_exception.h, include/pa_sapi.h,
                   20797:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20798:          include/pa_stylesheet_connection.h,
                   20799:          include/pa_stylesheet_manager.h,
                   20800:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20801:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20802:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   20803:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20804:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   20805:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   20806:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   20807:          types/types.dsp: hashfile 0
                   20808: 
                   20809:        * src/types/pa_vhashfile.C: z
                   20810: 
                   20811:        * src/: classes/classes.dsp, classes/hashfile.C,
                   20812:          include/pa_config_fixed.h, main/execute.C,
                   20813:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   20814:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   20815: 
                   20816:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   20817: 
                   20818:        * src/: include/pa_exception.h, include/pa_request.h,
                   20819:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   20820:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20821:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   20822: 
                   20823: 2001-10-19  parser
                   20824: 
                   20825:        * src/include/pa_pool.h: header
                   20826: 
                   20827:        * src/main/pa_pool.C: auto compiled on gcc
                   20828: 
                   20829:        * src/classes/image.C: comment
                   20830: 
1.116     moko     20831:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     20832: 
                   20833:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20834:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20835:          types/pa_vxnode.h: xnode clone got freed
                   20836: 
                   20837:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20838:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   20839:          can free up xalandomstring resulting from pool::transcode
                   20840: 
                   20841:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   20842:          include/pa_config_fixed.h, include/pa_exception.h,
                   20843:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   20844:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   20845:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   20846:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   20847:          from non-xml compile
                   20848: 
                   20849:        * src/main/pa_request.C: pool:: context - get_context
                   20850: 
                   20851:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20852:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20853:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20854:          classes/string.C, classes/table.C, classes/void.C,
                   20855:          include/pa_config_fixed.h, include/pa_exception.h,
                   20856:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   20857:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20858:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   20859:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   20860:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20861:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20862:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20863:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   20864:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   20865:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   20866:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   20867:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   20868:          exceptions 0
                   20869: 
                   20870:        * src/classes/classes.awk: $ removed
                   20871: 
                   20872: 2001-10-18  parser
                   20873: 
                   20874:        * src/types/pa_vcookie.C: cookie:CLASS
                   20875: 
                   20876:        * src/main/main.dsp: project
                   20877: 
                   20878:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   20879:          set_document & ctor question "who owns document" solved
                   20880: 
                   20881:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   20882: 
                   20883:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20884:          main/pa_pool.C: encoding in dom creating funcs
                   20885: 
                   20886:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   20887:          be transformed now
                   20888: 
                   20889:        * src/classes/xdoc.C: dom created by create can be transformed now
                   20890: 
                   20891:        * src/classes/xdoc.C: z
                   20892: 
                   20893:        * src/classes/xdoc.C: comment
                   20894: 
                   20895:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   20896:          create now uses XercesDocumentBridge, appendChild&co now works
                   20897: 
                   20898:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   20899:          @ recompile
                   20900: 
                   20901:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   20902:          $origin @exception[
                   20903: 
                   20904:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   20905:          tag names forced to XML lang
                   20906: 
                   20907:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   20908:          leechy-found bugs in code&doc fixed
                   20909: 
                   20910: 2001-10-17  parser
                   20911: 
                   20912:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   20913:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   20914:          n functionality preserved
                   20915: 
                   20916:        * src/types/pa_vimage.h: removed unused vimage::save
                   20917: 
                   20918: 2001-10-16  parser
                   20919: 
                   20920:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   20921: 
                   20922:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   20923: 
                   20924:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   20925: 
                   20926:        * src/classes/image.C: image.copy tolerance
                   20927: 
                   20928:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   20929:          ineffective, but works for small paleted image
                   20930: 
                   20931:        * src/types/pa_vimage.C: comment
                   20932: 
                   20933:        * src/classes/image.C: gd size/resize bugfix
                   20934: 
                   20935:        * src/: classes/classes.dsp, main/main.dsp,
                   20936:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20937:          types/types.dsp: ident >nul 2>&1
                   20938: 
                   20939:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   20940:          systems
                   20941: 
                   20942:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   20943:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   20944: 
                   20945: 2001-10-15  parser
                   20946: 
                   20947:        * src/main/execute.C: z
                   20948: 
                   20949:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   20950: 
                   20951:        * src/types/pa_vxnode.C:     document_type_node.
                   20952:                  !readonly attribute DOMString name
                   20953:              !notation_node.
                   20954:                  !readonly attribute DOMString publicId
                   20955:                  !readonly attribute DOMString systemId
                   20956: 
1.116     moko     20957:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   20958:          ::write badly passed string too transparently [failed to
                   20959:          intercept it]
1.95      moko     20960: 
                   20961:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   20962:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   20963:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20964:          types/pa_vxnode.h: DOM1 major addtion, only few
                   20965:          attributes/methods left
                   20966: 
                   20967: 2001-10-13  parser
                   20968: 
                   20969:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20970:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   20971:          in main handler
                   20972: 
                   20973:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   20974:          cleanups & frees order
                   20975: 
                   20976:        * src/types/pa_vcode_frame.h: couple comments
                   20977: 
                   20978:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   20979:          transparent enough to handle hash if creation&passing
                   20980: 
                   20981:        * src/: include/pa_config_fixed.h, main/execute.C,
                   20982:          main/pa_exception.C: noticed that vcodeframe not transparent
                   20983:          enough, would change now
                   20984: 
                   20985: 2001-10-12  parser
                   20986: 
                   20987:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   20988:          fixed. initialization&free on each thread!
                   20989: 
                   20990:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   20991:          handling changed: now type of default param analized always, not
                   20992:          only at problem time, thus helping early problem spotting
                   20993: 
                   20994:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   20995:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   20996:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   20997:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   20998:          multithread bug fixed. initialization&free on each thread!
                   20999: 
                   21000: 2001-10-11  parser
                   21001: 
                   21002:        * src/classes/xnode.C: xnode.selectSingle now
                   21003: 
                   21004:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   21005:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   21006:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   21007:          convertors out of Pool into Exception
                   21008: 
                   21009:        * src/main/pa_string.C: const
                   21010: 
                   21011:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   21012:          linked pieces of same language together prior to String::replace
                   21013: 
                   21014:        * src/classes/hash.C:     !^hash.add[addme]
                   21015:              !^hash.sub[subme]
                   21016:              !^a.union[b] = new
                   21017:              !^a.intersection[b] = new
                   21018:              !^a.intersects[b] = bool
                   21019: 
                   21020:        * src/classes/hash.C:     !^hash::append[append_from]
                   21021: 
                   21022:        * src/: classes/hash.C, types/pa_vhash.h:
                   21023:          !^hash::create[[copy_from]]
                   21024: 
                   21025:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21026:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   21027:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   21028:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   21029:          exception but somebody[value.bark] tried to throw it on it's pool
                   21030: 
1.116     moko     21031:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21032: 
                   21033: 2001-10-10  parser
                   21034: 
                   21035:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   21036: 
                   21037:        * src/main/: compile.tab.C, compile.y: ^a[
                   21038: 
                   21039:          @next_method  << now unclosed ] would be reported here
                   21040: 
                   21041:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   21042:          compile error
                   21043: 
                   21044: 2001-10-09  parser
                   21045: 
1.116     moko     21046:        * src/: classes/Makefile.am, main/Makefile.am,
                   21047:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     21048: 
                   21049:        * src/classes/Makefile.am: makes
                   21050: 
                   21051:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   21052:          win32 errors intercepted [xalan transformer patched and
                   21053:          incorporated]
                   21054: 
                   21055:        * src/: classes/classes.dsp, classes/xdoc.C,
                   21056:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21057:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21058:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   21059:          patches starting
                   21060: 
                   21061:        * src/classes/: string.C, table.C: ^string.save[file]
                   21062: 
                   21063:        * src/classes/: date.C, table.C: calendar moved to date
                   21064: 
                   21065:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   21066:          string/table]  now
                   21067: 
                   21068:        * src/classes/: op.C, table.C: z
                   21069: 
                   21070:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   21071:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   21072:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   21073:          be code [be string..]
                   21074: 
                   21075:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   21076:          table.C: lots of
                   21077:          params->as_int/double/as_string/as_junction/as_no_junction
                   21078:          messages added
                   21079: 
                   21080: 2001-10-08  parser
                   21081: 
                   21082:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   21083:          classes/table.C, classes/void.C, include/pa_request.h:
                   21084:          params->as_int/double message added
                   21085: 
                   21086:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   21087: 
                   21088:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   21089:          image:sector removed image:html internal "line-*" attribs
                   21090: 
                   21091:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   21092:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   21093: 
                   21094:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   21095:          way
                   21096: 
                   21097:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   21098:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   21099:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   21100: 
                   21101:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   21102:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   21103:          @ SAPI::log
                   21104: 
                   21105:        * src/main/untaint.C: \r to ' ' in origins mode
                   21106: 
                   21107:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   21108:          set]
                   21109: 
                   21110:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   21111:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   21112:          nonstandard liaison freed up
                   21113: 
                   21114: 2001-10-07  parser
                   21115: 
                   21116:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   21117:          project
                   21118: 
                   21119: 2001-10-05  parser
                   21120: 
                   21121:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   21122:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   21123:          from outputing to cerr.  lots of "todos"
                   21124: 
                   21125:        * src/main/untaint.C: http_header tainting more gentle with
                   21126:          enquoting now
                   21127: 
                   21128:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   21129:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   21130:          xml errorhandler.  fixed string.replace a little, read @test
                   21131: 
                   21132:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   21133:          *) does not have limit, and looks further eos, fixing....
                   21134: 
                   21135:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   21136: 
                   21137:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   21138: 
                   21139:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   21140:          bugfix
                   21141: 
1.116     moko     21142:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   21143:          $result[^[$p^]z] now works fine
1.95      moko     21144: 
                   21145:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   21146:          wrong. fixed it
                   21147: 
                   21148:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   21149:          of totable appered to be vital
                   21150: 
                   21151: 2001-10-04  parser
                   21152: 
                   21153:        * src/classes/image.C: ^image.length[text]
                   21154: 
                   21155: 2001-10-03  parser
                   21156: 
                   21157:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   21158: 
                   21159:        * src/main/pa_request.C: restored pcre defaulting in request
                   21160:          [mindlessly "optimized" yesterday] comment left
                   21161: 
                   21162: 2001-10-02  parser
                   21163: 
                   21164:        * src/: main/pa_charset_manager.C,
                   21165:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   21166:          needed
                   21167: 
                   21168:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   21169:          forgot non-xml pool.*charset needed
                   21170: 
                   21171:        * src/classes/table.C: # config comments fixed
                   21172: 
                   21173:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   21174:          charset_connection #comment now
                   21175: 
                   21176:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   21177:          options fixed to use release msvcrt lib
                   21178: 
                   21179:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   21180:          removed default - pcre handles that internally fixed bug on
                   21181:          not-cleaning tables [previously was calloced, now member]
                   21182: 
                   21183:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   21184:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   21185:          inside removed default - pcre handles that internally fixed bug
                   21186:          on not-cleaning tables [previously was calloced, now member]
                   21187: 
                   21188:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   21189:          tested charset reload on file change @ apache version = OK tested
                   21190:          freeing up prev encoding on adding new = OK
                   21191: 
                   21192: 2001-10-01  parser
                   21193: 
                   21194:        * src/main/pa_charset_connection.C: removed entitify external hack
                   21195:          [internal installed]
                   21196: 
1.116     moko     21197:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     21198: 
                   21199:        * src/: include/pa_charset_connection.h,
                   21200:          include/pa_charset_manager.h,
                   21201:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21202:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21203:          main/pa_request.C: charset loading & caching mech 0
                   21204: 
                   21205:        * src/: include/pa_stylesheet_connection.h,
                   21206:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21207:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   21208:          & caching mech now
                   21209: 
                   21210: 2001-09-30  parser
                   21211: 
                   21212:        * src/main/pa_request.C: forgot to fill toTable
                   21213: 
                   21214:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   21215:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   21216:          failed on win32 for now..
                   21217: 
                   21218:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   21219:          now charsets table configuration variable is: CHARSETS
                   21220: 
                   21221:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   21222:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   21223: 
                   21224:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   21225:          include/pa_request.h, main/pa_request.C: started ctype with
                   21226:          unicode values
                   21227: 
                   21228: 2001-09-28  parser
                   21229: 
                   21230:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   21231:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   21232:          string passed AS-IS now
                   21233: 
                   21234:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   21235:          way of user-configuring... todo: implement
                   21236: 
                   21237: 2001-09-27  parser
                   21238: 
                   21239:        * src/classes/table.C: table.sort changed to sort table itself
                   21240: 
                   21241:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   21242:          X^.getElementsByTagName[tagname] = array of xnode
                   21243:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   21244:          nodes removed - regretfully not supported @ xalan. maybe someday
                   21245:          would reimplement, if needed.
                   21246: 
                   21247:          win32build system: solved long waiting anti-non-started-apache
                   21248:          problem
                   21249: 
                   21250:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   21251:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21252:          types/types.dsp: win32 ident make system so not to rebuild
                   21253:          library [ident.C.new]
                   21254: 
                   21255: 2001-09-26  parser
                   21256: 
                   21257:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   21258:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   21259:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21260:          types/pa_vxnode.C, types/types.dsp: z
                   21261: 
                   21262:        * src/classes/classes.C: forgot one non-xml check
                   21263: 
1.116     moko     21264:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21265:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     21266: 
                   21267:        * src/targets/cgi/parser3.C: z
                   21268: 
                   21269:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   21270:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   21271: 
                   21272:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   21273:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21274:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   21275:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   21276:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21277:          types/types.dsp: xdoc&xnode now
                   21278: 
                   21279:        * src/: classes/classes.C, classes/classes.awk,
                   21280:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   21281:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   21282:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21283:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   21284:          classes/op.C, classes/response.C, classes/string.C,
                   21285:          classes/table.C, classes/void.C, include/pa_array.h,
                   21286:          include/pa_common.h, include/pa_config_fixed.h,
                   21287:          include/pa_config_includes.h, include/pa_dictionary.h,
                   21288:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   21289:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21290:          include/pa_socks.h, include/pa_sql_connection.h,
                   21291:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   21292:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21293:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   21294:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   21295:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21296:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   21297:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   21298:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   21299:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   21300:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21301:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   21302:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21303:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21304:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   21305:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21306:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   21307:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   21308:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21309:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   21310:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   21311:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   21312:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   21313:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   21314:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   21315:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21316:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21317:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21318:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   21319:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   21320:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   21321:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   21322:          main.dsp splitted to main+classes+types along to .am
                   21323: 
                   21324:        * src/classes/Makefile.am: removed useless var
                   21325: 
                   21326:        * src/: classes/classes.cmd, main/main.dsp,
                   21327:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   21328:          main.dsp
                   21329: 
                   21330: 2001-09-25  parser
                   21331: 
                   21332:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   21333:          1251 though, todo ICU
                   21334: 
1.116     moko     21335:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     21336:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     21337:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   21338:          types/pa_vdom.h: xml configure makes
1.95      moko     21339: 
                   21340: 2001-09-24  parser
                   21341: 
1.116     moko     21342:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   21343:          types/Makefile.am: makes
1.95      moko     21344: 
1.116     moko     21345:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     21346: 
                   21347:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   21348:          started unix makes update
                   21349: 
                   21350:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   21351:          started unix makes update
                   21352: 
                   21353:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   21354: 
                   21355:        * src/types/pa_value.h: z
                   21356: 
                   21357:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   21358:          bugs with usinge hash/table in expressions
                   21359: 
                   21360:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   21361:          resolved conflicts fixed [const]
                   21362: 
                   21363:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   21364:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   21365:          main/compile.C, main/compile.tab.C, main/compile.y,
                   21366:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   21367:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   21368:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   21369:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   21370:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   21371:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   21372:          with before_xml [merge2 actually didn't happen - i've created
                   21373:          tags on wrong branch. so this merge is in fact re-merge]
                   21374: 
                   21375: 2001-09-21  parser
                   21376: 
                   21377:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   21378:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   21379:          produced "" in make file and sadly wrong interpreted on load]
                   21380: 
1.116     moko     21381:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   21382:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   21383:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21384:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21385:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   21386:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   21387:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     21388: 
                   21389:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   21390:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   21391:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   21392:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21393:          main/pa_pool.C, main/pa_request.C,
                   21394:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   21395:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21396:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   21397:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   21398:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   21399:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   21400:          types/pa_vrequest.C, types/pa_vresponse.h,
                   21401:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   21402:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   21403:          created new projects for sql drivers [planning to remove sql
                   21404:          drivers from main cvs project] first, will join latest changes
                   21405: 
                   21406:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   21407:          pool.get_charset
                   21408: 
                   21409:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   21410:          pool.get_charset
                   21411: 
                   21412:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   21413:          pool.get_charset
                   21414: 
                   21415:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   21416:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   21417:          methods encoding to pool.get_charset
                   21418: 
                   21419:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   21420:          transcoder were created right "unsupported encoding" message.
                   21421:          not @ set time, but @ use time, so until xml output functions
                   21422:          .string, .file, .save used - no encoding name check occur
                   21423: 
                   21424:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   21425:          registration needed, pools are officially destructured
                   21426: 
                   21427: 2001-09-20  parser
                   21428: 
                   21429:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   21430: 
                   21431:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   21432:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   21433: 
                   21434:        * src/: classes/dnode.C, classes/dom.C,
                   21435:          include/pa_config_includes.h, include/pa_globals.h,
                   21436:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21437:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   21438:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21439:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   21440:          Pool::transcode 0
                   21441: 
                   21442:        * src/classes/dom.C: dom. string save file moved output xml options
                   21443:          to last param and made it optional
                   21444: 
                   21445:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   21446:          dnodes
                   21447:              !$attributenode.specified = boolean
                   21448:                      true if the attribute received its value explicitly
                   21449:          in the XML document,
                   21450:                      or if a value was assigned programatically with the
                   21451:          setValue function.
                   21452:                  false if the attribute value came from the default value
                   21453:          declared in the document's DTD.
                   21454:              !$pinode.target = target of this processing instruction
                   21455:                  XML defines this as being the first token following the
                   21456:          markup
                   21457:                  that begins the processing instruction.
                   21458:                  XPath:
                   21459:              !^node.select[xpath/query/expression] = hash of 0->node0
                   21460:          1->node1
                   21461:              !^node.select-single[xpath/query/expression] = first node if
                   21462:          any
                   21463: 
                   21464:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   21465:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   21466:          some 'const's added
                   21467: 
                   21468:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   21469:          expression context now, there value = size and boolean value
                   21470:          size!=0
                   21471: 
                   21472:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   21473:          can be used in expression context now, there value = size and
                   21474:          boolean value size!=0
                   21475: 
                   21476:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   21477:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   21478:          due to strange xalan bug
                   21479: 
                   21480: 2001-09-18  parser
                   21481: 
                   21482:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   21483:          classes/image.C, classes/op.C, classes/table.C,
                   21484:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   21485:          include/pa_sql_driver_manager.h, main/compile.C,
                   21486:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   21487:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   21488:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21489:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21490:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   21491:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   21492:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   21493:          before_xml branch ^if(def $hash) now true only when
                   21494:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   21495: 
                   21496:        * src/: classes/op.C, main/execute.C: operators self changed to
                   21497:          root ^for variable context changed to self
                   21498: 
                   21499:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   21500:          dnode 1
                   21501: 
                   21502:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   21503:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   21504: 
                   21505:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   21506:          poly* fixed
                   21507: 
                   21508: 2001-09-17  parser
                   21509: 
                   21510:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   21511:          types/pa_vdom.h: started dnode+dom
                   21512: 
                   21513:          dnode     DOM methods:     $node.name     $node.value
                   21514:          ...others...
                   21515: 
                   21516:              ^node.xpath[/rates/USD] = hash
                   21517:                  $hash[
                   21518:                          $.0[node0]
                   21519:                          $.1[node1]
                   21520:                  ]
                   21521: 
                   21522:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   21523:          applies to all linear primitives
                   21524: 
                   21525:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   21526:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21527:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   21528:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   21529:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   21530:          dom(dnode)
                   21531: 
                   21532:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   21533:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21534:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   21535:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   21536:          name after '.'
                   21537: 
                   21538: 2001-09-15  parser
                   21539: 
                   21540:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   21541:          image: $line-width ^line(...)[****   style]
                   21542: 
                   21543:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   21544:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   21545:          pool_storage - cleanups first, allocations second.  apache wisely
                   21546:          does just like that
                   21547: 
                   21548:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   21549:          rewritten using template, no bugs now
                   21550: 
                   21551:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   21552:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   21553:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   21554:          poorly started isapi pool_storage, would rewrite using template
                   21555:          now
                   21556: 
                   21557:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   21558:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21559:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21560:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   21561:          xalan objects freed up [introducing Pool::register_cleanup]
                   21562: 
                   21563:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   21564:          comments
                   21565: 
                   21566: 2001-09-14  parser
                   21567: 
                   21568:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   21569:          z
                   21570: 
                   21571:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21572:          classes/mail.C, include/pa_common.h,
                   21573:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21574:          include/pa_stylesheet_connection.h,
                   21575:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21576:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   21577:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   21578:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   21579:          compiled&cached
                   21580: 
                   21581: 2001-09-13  parser
                   21582: 
                   21583:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21584:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   21585: 
                   21586:        * src/classes/dom.C: dom:file content-type(.method)
                   21587: 
                   21588:        * src/: include/pa_common.h, include/pa_globals.h,
                   21589:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   21590:          string now more informative error messages
                   21591: 
                   21592:        * src/: include/pa_globals.h, include/pa_request.h,
                   21593:          main/pa_request.C, targets/cgi/parser3.C,
                   21594:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   21595:          ParserSiteConfig .../parser3.conf
                   21596: 
                   21597:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   21598: 
                   21599: 2001-09-12  parser
                   21600: 
                   21601:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21602:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   21603:          precise error reporting: "connection string must start with
                   21604:          protocol://" now
                   21605: 
                   21606:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   21607:          braced
                   21608: 
                   21609:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   21610:          lexer on LS_USER level did [] matching without setting nestage,
                   21611:          introduced special LS_NAME_SQUARE_PART state
                   21612: 
                   21613: 2001-09-11  parser
                   21614: 
                   21615:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   21616:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   21617:          languages+=xml
                   21618: 
                   21619:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   21620: 
                   21621:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21622:          options:     $.method[xml|html|text] detection fixed
                   21623: 
                   21624:        * src/types/pa_vdom.h: messages
                   21625: 
                   21626:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21627:          options:     $.method[xml|html|text] detection fixed
                   21628: 
                   21629: 2001-09-10  parser
                   21630: 
                   21631:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21632:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   21633: 
                   21634:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   21635:          added]
                   21636: 
                   21637:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21638:          ^dom.xslt[stylesheet filename] 0
                   21639: 
                   21640:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21641:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   21642: 
                   21643:        * src/classes/dom.C: ^dom.file[encoding] = file
                   21644: 
                   21645:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   21646:          ^dom.save[encoding;filename]
                   21647: 
                   21648:        * src/classes/dom.C: ^dom.string[] 0
                   21649: 
                   21650:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   21651: 
                   21652:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   21653:          types/pa_vform.h: ^dom.save[b.xml] 0
                   21654: 
                   21655: 2001-09-08  parser
                   21656: 
                   21657:        * src/types/pa_vform.C: $form:tables.name.field
                   21658: 
                   21659: 2001-09-07  parser
                   21660: 
                   21661:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   21662:          $table)...
                   21663: 
                   21664:        * src/targets/cgi/parser3.C: z
                   21665: 
                   21666:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   21667:          from '' to int/double is 0]
                   21668: 
                   21669:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   21670:          $table) is false when table is empty
                   21671: 
                   21672:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   21673:          !$form:tables $atable[$form:tables.a]
                   21674:          ^atable.menu{a=$atable.element}[,]
                   21675: 
                   21676:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   21677:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   21678: 
1.116     moko     21679:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21680:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   21681:          of dom
                   21682: 
                   21683:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   21684:          types/pa_vform.C, types/pa_vform.h: z
                   21685: 
                   21686:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   21687:          element [not last]
                   21688: 
1.116     moko     21689:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21690:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   21691: 
                   21692: 2001-09-06  parser
                   21693: 
                   21694:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21695:          table with one column 'element' and two rows: 1 and 2
                   21696: 
                   21697:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21698:          table with one column 'element' and two rows: 1 and 2
                   21699: 
                   21700:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   21701:          bad int/double conversions, and now $form:nonexistent.int(88)
                   21702:          would return 88
                   21703: 
                   21704:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   21705:          types/pa_vhash.h: now there's special hash key '_default'
                   21706:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   21707:          $._default[xx] ] $hash.c
                   21708: 
                   21709:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   21710:          fixed [thanks, fif], ^; were treated there non-literally
                   21711: 
                   21712:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   21713:          doxygen
                   21714: 
                   21715:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   21716:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   21717:          types/pa_vtable.C: few #ifndef DOXYGEN
                   21718: 
                   21719: 2001-09-05  parser
                   21720: 
                   21721:        * src/classes/: string.C, table.C: sql options can be void [same as
                   21722:          image:html the other day]
                   21723: 
                   21724:        * src/targets/cgi/Makefile.am: .am undo
                   21725: 
                   21726:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21727:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   21728:          macro expantion on param, simply qoutes whatever passed, undone
                   21729: 
                   21730:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21731:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   21732:          STRINGIZE(name) #name invented
                   21733: 
                   21734:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21735:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   21736:          MAIN_SQL_DRIVERS_NAME "drivers"
                   21737: 
                   21738:          moved to be availible to all users
                   21739: 
                   21740:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   21741:          SQL_DRIVER_CREATE_FUNC_NAME
                   21742: 
                   21743:        * src/classes/mail.C: MAIN:MAIL check fixed
                   21744: 
                   21745: 2001-09-04  parser
                   21746: 
                   21747:        * src/classes/image.C: image.html now can accept void params
                   21748: 
                   21749:        * src/targets/isapi/parser3isapi.C: z
                   21750: 
                   21751:        * src/targets/cgi/parser3.C: full_file_spec bug
                   21752: 
                   21753:        * src/targets/cgi/parser3.C: getenvcheck
                   21754: 
                   21755:        * src/targets/cgi/parser3.C: zz
                   21756: 
                   21757:        * src/targets/cgi/parser3.C: zzz
                   21758: 
                   21759:        * src/classes/date.C: date
                   21760: 
                   21761:        * src/classes/date.C: date:sql-string is now without ''
                   21762: 
1.116     moko     21763:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     21764:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   21765:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   21766: 
1.116     moko     21767:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21768: 
                   21769: 2001-09-03  parser
                   21770: 
                   21771:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   21772: 
                   21773: 2001-09-01  parser
                   21774: 
                   21775:        * src/classes/image.C: letter_spacing
                   21776: 
                   21777:        * src/classes/image.C: image: font params changed
                   21778: 
                   21779:        * src/classes/image.C: image: as_int as_string used
                   21780: 
                   21781:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   21782:          analized
                   21783: 
                   21784: 2001-08-31  parser
                   21785: 
                   21786:        * src/targets/cgi/parser3.C: z
                   21787: 
1.116     moko     21788:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   21789:          cygwin
1.95      moko     21790: 
                   21791:        * src/classes/void.C: void:int/double += (default)
                   21792: 
                   21793:        * src/classes/image.C: image:font added space param image:font
                   21794:          changed charwidth alg, added kerning const[for now]
                   21795: 
                   21796:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   21797: 
                   21798: 2001-08-29  parser
                   21799: 
                   21800:        * src/main/pa_exception.C: exception redundant debug info
                   21801: 
                   21802: 2001-08-28  parser
                   21803: 
                   21804:        * src/classes/image.C: image error msgs
                   21805: 
                   21806:        * src/classes/image.C: image: gifsize little endian
                   21807: 
                   21808:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   21809:          doxygeneration
                   21810: 
                   21811:        * src/: classes/Makefile.am, main/Makefile.am,
                   21812:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   21813: 
                   21814:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   21815:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   21816: 
                   21817:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   21818: 
                   21819:        * src/classes/table.C: NO_STRING_ORIGIN check
                   21820: 
                   21821:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   21822:          storage class specifiers invalid in friend function declarations
                   21823: 
                   21824:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   21825:          main/untaint.C, targets/cgi/parser3.C,
                   21826:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   21827:          case of limit
                   21828: 
                   21829:        * src/: classes/file.C, main/pa_common.C: file:move
                   21830:          autocreate/remove dest/src dir
                   21831: 
                   21832:        * src/: classes/string.C, include/pa_dictionary.h,
                   21833:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   21834:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   21835:          to directory constructor.  string:replace
                   21836: 
                   21837: 2001-08-27  parser
                   21838: 
                   21839:        * src/classes/image.C: fixed jpgsize alg
                   21840: 
                   21841:        * src/classes/image.C: fixed jpgsize alg
                   21842: 
                   21843:        * src/main/pa_exception.C: z
                   21844: 
                   21845:        * src/main/pa_common.C: removed debug info from pa_common
                   21846: 
                   21847:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   21848:          [auto.p from current dir loading]
                   21849: 
1.116     moko     21850:        * src/: main/pa_common.C, main/pa_exception.C,
                   21851:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   21852:          for solaris -lsocket
1.95      moko     21853: 
                   21854: 2001-08-24  parser
                   21855: 
                   21856:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   21857: 
                   21858:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   21859: 
                   21860:        * src/targets/cgi/parser3.C: not cgi extra \n
                   21861: 
                   21862:        * src/main/pa_sql_driver_manager.C: z
                   21863: 
                   21864:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   21865:          sql* removed services from disconnect - cross-request ideological
                   21866:          probs.
                   21867: 
                   21868:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   21869:          cross-request ideological probs.  oracle - fixed bug: cs
                   21870:          allocated on request.pool and got freed before disconnect
                   21871: 
                   21872:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   21873:          mallocs fixed
                   21874: 
                   21875: 2001-08-23  parser
                   21876: 
                   21877:        * src/classes/file.C: minor bug in file:save fixed
                   21878: 
                   21879:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   21880: 
                   21881: 2001-08-22  parser
                   21882: 
                   21883:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   21884:          types/pa_vfile.h: file:load|save[text|binary;
                   21885: 
                   21886:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   21887: 
                   21888: 2001-08-21  parser
                   21889: 
                   21890:        * src/classes/: file.C, table.C: ^file:list
                   21891: 
                   21892: 2001-08-20  parser
                   21893: 
                   21894:        * src/: main/compile.tab.C, main/compile.y,
                   21895:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   21896:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   21897:          recousively caused problems: inc incremeted 123 literal!! fixed
                   21898: 
                   21899: 2001-08-10  parser
                   21900: 
                   21901:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   21902: 
                   21903:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21904:          added
                   21905: 
                   21906:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21907:          added
                   21908: 
                   21909:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   21910: 
                   21911:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   21912:          ''
                   21913: 
                   21914:        * src/main/: pa_request.C: wanted to make const int
                   21915:          MAX_EXECUTE_SECONDS=1;
                   21916: 
                   21917:          but couldnt, set_callback_and_alarm appeared to be not exported
                   21918:          :(
                   21919: 
                   21920:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   21921:          check but it weren't wise enough
                   21922: 
                   21923:          @parse[dateString][tmp]
                   21924:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   21925:          #end
                   21926: 
                   21927:          @main[] ^parse[2001-02-03]
                   21928: 
                   21929:        * src/classes/: table.C: table:sort now default desc
                   21930: 
                   21931:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21932:          table.sort now creates new sorted table
                   21933: 
                   21934: 2001-08-09  parser
                   21935: 
                   21936:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   21937: 
                   21938:        * src/classes/hash.C: hash:_default now [was hash:default]
                   21939: 
                   21940:        * src/classes/op.C: case without switch check added
                   21941: 
                   21942:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   21943:          precise $ORIGINS(1)
                   21944: 
                   21945:        * src/main/Makefile.am: .am
                   21946: 
                   21947:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21948:          fixed
                   21949: 
                   21950:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21951:          fixed
                   21952: 
                   21953: 2001-08-07  parser
                   21954: 
                   21955:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21956:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   21957:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   21958:          string, table
                   21959: 
                   21960:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   21961:          srand made working
                   21962: 
                   21963: 2001-08-06  parser
                   21964: 
                   21965:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   21966:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   21967:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   21968:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   21969:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   21970: 
                   21971:        * src/main/pa_exec.C: exec win32 real filename
                   21972: 
                   21973:        * src/classes/file.C: exec stderr out
                   21974: 
                   21975:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   21976: 
                   21977: 2001-08-03  parser
                   21978: 
                   21979:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   21980: 
                   21981: 2001-08-02  parser
                   21982: 
                   21983:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   21984:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   21985: 
                   21986:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   21987:          get@execute, but needs array iterator, separate from array to
                   21988:          avoid it & use caching
                   21989: 
                   21990:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   21991:          bug fixed
                   21992: 
                   21993:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   21994:          main/execute.C, main/pa_globals.C: found another multithread bug
                   21995:          in op.C (last, last global var killed) :)
                   21996: 
                   21997: 2001-08-01  parser
                   21998: 
                   21999:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   22000:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   22001:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22002:          main/untaint.C: speeded up typo-html replacements. introducing
                   22003:          Dictionary with first-char caching
                   22004: 
                   22005: 2001-07-31  parser
                   22006: 
                   22007:        * src/types/Makefile.am: pa_vtable.C added to .am
                   22008: 
                   22009:        * src/main/compile.tab.C: added, so that could be compiled even on
                   22010:          non-bison-enabled platforms
                   22011: 
                   22012: 2001-07-28  parser
                   22013: 
                   22014:        * src/classes/table.C: table:hash always produces hash, when can't
                   22015:          - empty
                   22016: 
                   22017:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   22018:          skipped \n
                   22019: 
                   22020: 2001-07-27  parser
                   22021: 
                   22022:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   22023:          on int/double/string :sql without result and default
                   22024: 
                   22025: 2001-07-26  parser
                   22026: 
                   22027:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   22028:          OP
                   22029: 
                   22030:        * src/main/compile.y: $man[$.age[zzz]]  0
                   22031: 
                   22032:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   22033:          creation syntax problem persists. restored $: for a while.
                   22034:          thinking of $man[$.age[zzz]] syntax now
                   22035: 
                   22036:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22037:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   22038:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   22039:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   22040:          types/pa_wwrapper.h: fixing :: realization #1
                   22041: 
                   22042:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   22043:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   22044:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   22045:          prefix.  ordinary : remains for static accesses
                   22046: 
                   22047: 2001-07-25  parser
                   22048: 
                   22049:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   22050:          fields 2. methods 3. columns
                   22051: 
                   22052:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   22053:          quote.  optimized double&int tostring-s
                   22054: 
                   22055:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   22056:          whitespace before first method decl
                   22057: 
                   22058:        * src/classes/table.C: allowed nontable result in table:sql,
                   22059:          results in empty table
                   22060: 
                   22061:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   22062:          lines before first method decl
                   22063: 
                   22064:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   22065:          types/pa_vtable.h: ^table.record[] now $table.fields
                   22066: 
                   22067:        * src/main/compile.y: $var[] is now empty string, not void
                   22068: 
                   22069:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   22070:          void
                   22071: 
                   22072:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   22073:          main/pa_globals.C: match replace code context moved to implicit
                   22074:          $match context
                   22075: 
                   22076:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   22077:          main/compile_tools.h, main/execute.C: with killed, code storage
                   22078:          introduced with former 'with' syntax
                   22079: 
                   22080: 2001-07-24  parser
                   22081: 
                   22082:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   22083:          types/pa_value.h: first get_element, next get operator
                   22084: 
                   22085:        * src/main/compile.y: removed @end handling
                   22086: 
                   22087:        * src/main/: compile.C, compile.y: @end handling method2
                   22088: 
                   22089:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   22090:          file:move
                   22091: 
                   22092:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   22093:          fixed
                   22094: 
                   22095: 2001-07-23  parser
                   22096: 
                   22097:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   22098:          driver
                   22099: 
                   22100:        * src/classes/hash.C: changed sql driver query interface
                   22101: 
                   22102:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   22103:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   22104:          changed sql driver query interface
                   22105: 
                   22106: 2001-07-20  parser
                   22107: 
                   22108:        * src/types/pa_vrequest.C: X!$browser:type
                   22109: 
                   22110:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   22111:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   22112:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   22113:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   22114:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   22115:          types/pa_vobject.h, types/pa_vrequest.C,
                   22116:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   22117:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   22118:          BASE element globally removed
                   22119: 
                   22120: 2001-07-18  parser
                   22121: 
                   22122:        * src/classes/file.C: file:exec/cgi msg
                   22123: 
                   22124:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   22125: 
                   22126:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   22127: 
1.116     moko     22128:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22129:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   22130:          removed $id from *.in *.am
1.95      moko     22131: 
                   22132:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   22133:          abbrevations
                   22134: 
                   22135:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   22136:          classes/string.C, classes/table.C, include/pa_globals.h,
                   22137:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   22138:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22139:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   22140:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   22141:          $ORIGINS(1) output tracing mode
                   22142: 
                   22143: 2001-07-13  parser
                   22144: 
                   22145:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22146:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   22147:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   22148:          second would not call first @auto
                   22149: 
                   22150:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   22151:          wrong, fixed
                   22152: 
                   22153: 2001-07-12  parser
                   22154: 
                   22155:        * src/types/pa_value.h: pa_value.putelement modification of system
                   22156:          classes prevented
                   22157: 
                   22158: 2001-07-11  parser
                   22159: 
                   22160:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   22161:          table $piece
                   22162: 
                   22163:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22164:          types/pa_vstateless_class.h: $file created by file:state +=
                   22165:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   22166:          get_junction-created objects [they were on wrong pool]
                   22167: 
                   22168: 2001-07-09  parser
                   22169: 
                   22170:        * src/main/untaint.C: qp wrong name
                   22171: 
                   22172:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   22173:          main/compile.y: date format 0
                   22174: 
                   22175: 2001-07-07  parser
                   22176: 
                   22177:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   22178:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   22179:          roll table calendar
                   22180: 
                   22181:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   22182:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   22183:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   22184:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   22185:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   22186:          string.  todo: sql, calendar
                   22187: 
                   22188: 2001-07-06  parser
                   22189: 
                   22190:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   22191:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   22192: 
                   22193: 2001-07-03  parser
                   22194: 
                   22195:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   22196:          classes/random.C, main/main.dsp: class random renamed to math,
                   22197:          operators became methods
                   22198: 
                   22199:        * src/classes/op.C:  pow sqrt
                   22200: 
                   22201:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   22202: 
                   22203: 2001-07-02  parser
                   22204: 
                   22205:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   22206:          'column'
                   22207: 
                   22208:        * src/classes/hash.C: ^hash.keys[]
                   22209: 
                   22210:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   22211: 
                   22212:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   22213:          'strings'
                   22214: 
                   22215: 2001-06-29  parser
                   22216: 
                   22217:        * src/main/: execute.C: /0  %0 checkes ver 2
                   22218: 
                   22219:        * src/main/execute.C: /0  %0 checke
                   22220: 
                   22221:        * src/classes/Makefile.am: nothing - void
                   22222: 
                   22223:        * src/classes/table.C: empty strings @ sql
                   22224: 
                   22225: 2001-06-28  parser
                   22226: 
                   22227:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22228:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   22229:          classes/op.C, classes/random.C, classes/response.C,
                   22230:          classes/string.C, classes/table.C, classes/void.C,
                   22231:          main/compile.C, main/compile_tools.C, main/execute.C,
                   22232:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   22233:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22234:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22235:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22236:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   22237:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   22238:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   22239:          $";
                   22240: 
                   22241:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22242:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   22243:          classes/op.C, classes/random.C, classes/response.C,
                   22244:          classes/string.C, classes/table.C, classes/void.C,
                   22245:          main/compile.C, main/compile.y, main/compile_tools.C,
                   22246:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   22247:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22248:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22249:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22250:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     22251:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     22252: 
                   22253:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   22254:          $class:name: == ${class:name}:
                   22255: 
                   22256:        * src/classes/string.C: exactly one
                   22257: 
                   22258: 2001-06-27  parser
                   22259: 
                   22260:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   22261:          types/pa_vvoid.h: nothing renamed to void
                   22262: 
                   22263:        * src/classes/op.C: ^switch ^case
                   22264: 
                   22265:        * src/main/compile.y: nothing renamed to void
                   22266: 
                   22267:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   22268:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22269:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   22270:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   22271:          void
                   22272: 
                   22273:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   22274: 
                   22275: 2001-05-28  parser
                   22276: 
                   22277:        * src/doc/html2chm.cmd: removed >a
                   22278: 
                   22279:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   22280:          project options [some bugs]
                   22281: 
                   22282:        * src/doc/sources2html.cmd: z
                   22283: 
                   22284:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22285:          main/execute.C: operators are not in root class again
                   22286: 
                   22287: 2001-05-24  parser
                   22288: 
                   22289:        * src/targets/cgi/parser3.dsp: project file
                   22290: 
                   22291:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   22292:          ^log ^exp
                   22293: 
                   22294:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   22295:          conversions in @exception[params]
                   22296: 
                   22297:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   22298: 
                   22299: 2001-05-23  parser
                   22300: 
                   22301:        * src/main/pa_string.C: string cmp bug
                   22302: 
                   22303:        * src/classes/: mail.C, op.C: rem max 1000
                   22304: 
                   22305:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   22306:          LS_DEF_NAME
                   22307: 
                   22308: 2001-05-22  parser
                   22309: 
                   22310:        * src/classes/op.C: if params code-required
                   22311: 
                   22312: 2001-05-21  parser
                   22313: 
                   22314:        * src/types/pa_vstring.C: eoleof
                   22315: 
                   22316:        * src/classes/Makefile.am: .AM
                   22317: 
                   22318:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   22319: 
                   22320:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   22321: 
                   22322:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   22323:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   22324:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   22325:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   22326:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   22327:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   22328:          'nothing'
                   22329: 
                   22330:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   22331:          vstring::set_string
                   22332: 
                   22333:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   22334: 
                   22335:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   22336:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   22337:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   22338: 
                   22339:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   22340:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   22341:          hash:sql moved to main trunc. operators.txt updated
                   22342: 
                   22343:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   22344: 
                   22345:        * src/classes/op.C: z
                   22346: 
                   22347:        * src/: main/compile.C, classes/classes.C: 1
                   22348: 
                   22349:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22350:          main/execute.C: 0
                   22351: 
                   22352:        * src/main/execute.C: z
                   22353: 
                   22354:        * src/targets/cgi/parser3.C: z
                   22355: 
                   22356:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   22357:          site_auto_path "." in that case
                   22358: 
                   22359:        * src/targets/cgi/: parser3.C: z
                   22360: 
                   22361:        * src/main/pa_request.C: .am
                   22362: 
                   22363:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   22364:          pcre_tables=pcre_default_tables;
                   22365: 
                   22366: 2001-05-19  parser
                   22367: 
                   22368:        * src/main/pa_string.C: z
                   22369: 
                   22370:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   22371:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   22372:          target.
                   22373: 
                   22374:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   22375:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   22376:          used, 4* mem wasted
                   22377: 
                   22378:        * src/classes/string.C: root context in match replace body now
                   22379:          unchanged
                   22380: 
                   22381:        * src/types/pa_value.h: parameter # 1 based
                   22382: 
                   22383:        * src/main/pa_common.C: common:  actual filename '%s'
                   22384: 
                   22385:        * src/classes/string.C: z
                   22386: 
                   22387:        * src/classes/Makefile.am: classes/.am
                   22388: 
                   22389:        * src/classes/: Makefile.am: classes/.am
                   22390: 
                   22391:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   22392:          targets/cgi/pa_pool.C: classes/.am
                   22393: 
                   22394: 2001-05-18  parser
                   22395: 
1.116     moko     22396:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   22397:          pa_threads.C ins
1.95      moko     22398: 
                   22399:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   22400: 
                   22401: 2001-05-17  parser
                   22402: 
                   22403:        * src/: classes/string.C, include/pa_config_fixed.h,
                   22404:          include/pa_config_includes.h, main/compile.y,
                   22405:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   22406:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   22407:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   22408:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   22409:          most .C
                   22410: 
                   22411:        * src/doc/html2chm.cmd: z
                   22412: 
                   22413:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   22414:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   22415: 
                   22416:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   22417:          get_connection_from_cache
                   22418: 
                   22419:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   22420: 
                   22421:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   22422:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   22423:          cache expiration[use SQL_Driver::disconnect]
                   22424: 
                   22425:        * src/main/pa_table.C: table.locate current restored on "not found"
                   22426: 
                   22427:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   22428:          line no
                   22429: 
                   22430:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22431:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   22432: 
                   22433:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22434:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   22435:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   22436:          1driver and set_services fight for driver::fservices. before fix
                   22437: 
                   22438:        * src/: classes/op.C, include/pa_config_fixed.h,
                   22439:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22440:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   22441:          own 1driver and set_services fight for driver::fservices. before
                   22442:          fix
                   22443: 
                   22444:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22445:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22446:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   22447:          pa_threads.C
                   22448: 
                   22449:        * src/include/pa_threads.h: removed targets/parser
                   22450: 
                   22451:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   22452:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   22453:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   22454:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   22455:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   22456:          headers
                   22457: 
                   22458:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   22459:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   22460:          order prevented sqlmanager to see MULTYTHREAD define
                   22461: 
                   22462:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22463:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   22464:          put/gets
                   22465: 
                   22466:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   22467:          from hash.h
                   22468: 
                   22469:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22470:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   22471:          from cache ->set_services(&services);
                   22472: 
                   22473: 2001-05-16  parser
                   22474: 
                   22475:        * src/targets/cgi/parser3.C: z
                   22476: 
                   22477:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   22478:          debug, #ifdefed some.  would debug later, on more precise sample
                   22479:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   22480:          $name.$tail[$tail!] $name.$tail } ok3
                   22481: 
                   22482:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   22483:          removed array debug. before vstring rebasing
                   22484: 
                   22485:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   22486:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   22487:          array debugged; adjusted
                   22488: 
                   22489:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   22490:          SQL_Driver_manager line no for connect/charset errors
                   22491: 
                   22492: 2001-05-15  parser
                   22493: 
                   22494:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   22495:          main/pa_string.C: string+array made linear grows
                   22496: 
                   22497:        * src/: include/pa_string.h, main/pa_string.C,
                   22498:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   22499:          grow lineary, not exponentialy
                   22500: 
                   22501:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   22502:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   22503:          with fullchunk cmps
                   22504: 
                   22505:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   22506:          70041=           81
                   22507: 
                   22508:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   22509:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   22510:          malloc 27809390/368771, calloc 3232/83. would test now
                   22511: 
                   22512:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   22513:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   22514:          numbered params had wrong name - for instance: bad error message
                   22515:          in ^for[] bad body type. fixed
                   22516: 
                   22517: 2001-05-14  parser
                   22518: 
                   22519:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   22520:          main/untaint.C: ^string.upper|lower[]
                   22521: 
                   22522: 2001-05-11  parser
                   22523: 
                   22524:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   22525:          classes/string.C, classes/table.C, classes/unknown.C,
                   22526:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   22527:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   22528:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   22529: 
                   22530:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   22531:          .dsp for win32tools
                   22532: 
                   22533: 2001-05-11  paf
                   22534: 
                   22535:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   22536:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   22537:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   22538:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   22539: 
                   22540: 2001-05-10  paf
                   22541: 
                   22542:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   22543:          for C++, that's all
                   22544: 
1.116     moko     22545:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   22546:          pa_config_includes.h: inline wonders
1.95      moko     22547: 
                   22548:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   22549:          doc/doxygen.cmd: hash.C added
                   22550: 
                   22551:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   22552: 
                   22553:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   22554:          menthod
                   22555: 
                   22556:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   22557:          pa_vstateless_object.h: changed priority: field before method
                   22558:          lookup in vclass & vobject
                   22559: 
                   22560:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   22561:          grammar: priorities changes [lowerd && prior] vobject: now first
                   22562:          fields, next methods
                   22563: 
                   22564: 2001-05-08  paf
                   22565: 
                   22566:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   22567:          bark=false. fixed
                   22568: 
                   22569:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   22570:          types/pa_vmethod_frame.h: hash:default works at last!
                   22571: 
                   22572:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   22573:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   22574:          hash:default
                   22575: 
                   22576:        * src/classes/table.C: z
                   22577: 
                   22578:        * src/classes/table.C: table:hash always hash of hash now
                   22579: 
                   22580:        * src/classes/table.C: table:empty return bool now
                   22581: 
                   22582:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   22583:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22584:          types/pa_vtable.h: table:hash
                   22585: 
                   22586:        * src/classes/table.C: table:record have name
                   22587: 
                   22588:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   22589:          returns vunknown
                   22590: 
                   22591:        * src/classes/: double.C, int.C, op.C, string.C:
                   22592:          int,double,string:int[] double[] string:length[] results now have
                   22593:          hames
                   22594: 
                   22595:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   22596:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   22597:          now return bool
                   22598: 
                   22599:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   22600:          in method checkparams again. fixed
                   22601: 
                   22602: 2001-05-07  paf
                   22603: 
                   22604:        * src/doc/chm.cmd: cmd
                   22605: 
                   22606:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22607:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   22608:          types/pa_value.h: method reported errors on wrong pool
                   22609: 
                   22610:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   22611:          now
                   22612: 
                   22613:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   22614:          include/code.h, include/pa_opcode.h, main/compile.C,
                   22615:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   22616:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22617:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22618:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   22619:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22620:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22621:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22622:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22623:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22624:          types/pa_wwrapper.h: pa_code.h
                   22625: 
                   22626:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   22627: 
                   22628:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   22629:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   22630:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22631:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   22632:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22633:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   22634:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   22635:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   22636:          types/pa_vtable.h: dox, split by not clean parts also
                   22637: 
                   22638:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22639:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   22640:          'dir' fields & co. more
                   22641: 
                   22642:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   22643:          so to enable 'dir' fields & co.
                   22644: 
                   22645:        * src/main/compile.y: grammar: @end
                   22646: 
                   22647: 2001-05-04  paf
                   22648: 
                   22649:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   22650:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   22651: 
                   22652:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   22653:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22654:          classes/op.C, classes/random.C, classes/response.C,
                   22655:          classes/string.C, classes/table.C, classes/unknown.C,
                   22656:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   22657:          method dox
                   22658: 
                   22659: 2001-05-03  paf
                   22660: 
                   22661:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   22662:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22663:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   22664:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22665:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   22666:          main/pa_request.C: dox splitted .dox files and added some
                   22667: 
                   22668:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   22669: 
                   22670: 2001-05-02  paf
                   22671: 
                   22672:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   22673:          by file_name  language now
                   22674: 
                   22675: 2001-04-28  paf
                   22676: 
                   22677:        * src/classes/classes.inc: removed classes.inc
                   22678: 
                   22679:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   22680:          from .am
                   22681: 
                   22682:        * src/classes/classes.awk: skipped classes in .awk
                   22683: 
                   22684:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   22685:          classes/classes.inc, classes/double.C, classes/file.C,
                   22686:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   22687:          classes/string.C, classes/table.C, classes/unknown.C,
                   22688:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   22689:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22690:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   22691:          pa_methoded back to classes/classes.h
                   22692: 
                   22693:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   22694: 
                   22695:        * src/: classes/Makefile.am, classes/classes.awk,
                   22696:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   22697:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   22698: 
                   22699:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   22700:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   22701:          classes/response.C, classes/string.C, classes/table.C,
                   22702:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   22703:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   22704:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   22705:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   22706:          include|main/pa_methoded
                   22707: 
                   22708:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   22709:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   22710: 
                   22711:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   22712:          moved some configured data to request::classes_conf moved some
                   22713:          string crations from globals to M...  [works]
                   22714: 
                   22715:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   22716:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   22717:          main/pa_request.C: moved some configured data to
                   22718:          request::classes_conf moved some string crations from globals to
                   22719:          M...
                   22720: 
                   22721:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   22722:          about to move configured data to special request hash
                   22723: 
                   22724:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   22725:          classes/form.C, classes/mail.C, include/pa_request.h,
                   22726:          main/pa_request.C: configure started
                   22727: 
                   22728:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   22729:          2. todo: methoded-configure
                   22730: 
                   22731:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22732:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22733:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22734:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   22735:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22736:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22737:          classes/random.C, classes/response.C, classes/string.C,
                   22738:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   22739:          include/pa_request.h, main/compile.y, main/execute.C,
                   22740:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22741:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22742:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   22743:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   22744:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22745:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22746:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22747:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22748:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   22749:          methoded-configure
                   22750: 
                   22751:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   22752:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   22753:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   22754:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   22755: 
                   22756:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   22757:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22758:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22759:          classes/random.C, classes/response.C, classes/string.C,
                   22760:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   22761:          main/compile.y, main/execute.C, main/pa_globals.C,
                   22762:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   22763:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   22764:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   22765:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   22766:          beautifying just compiled. todo: debug, configure
                   22767: 
                   22768: 2001-04-27  paf
                   22769: 
                   22770:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   22771:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   22772:          beautifying -99
                   22773: 
                   22774:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   22775:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   22776:          classes/classes.h, classes/double.C, classes/file.C,
                   22777:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22778:          classes/op.C, classes/random.C, classes/response.C,
                   22779:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   22780:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22781:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22782:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   22783:          types/pa_vunknown.h: beautifying -100
                   22784: 
                   22785:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   22786: 
                   22787:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   22788:          classes/_op.h, classes/_random.h, classes/_table.h,
                   22789:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   22790:          classes/op.C, classes/random.C, classes/response.C,
                   22791:          classes/string.C, classes/table.C, classes/unknown.C,
                   22792:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22793:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22794:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   22795:          beautifying
                   22796: 
                   22797: 2001-04-26  paf
                   22798: 
                   22799:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   22800: 
                   22801:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   22802:          documentation ++
                   22803: 
                   22804:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   22805:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22806:          targets/cgi/pa_pool.C: code documentation ++
                   22807: 
                   22808:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   22809:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22810:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22811:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   22812:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22813:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22814:          types/pa_vrequest.C, types/pa_vrequest.h,
                   22815:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   22816:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   22817:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   22818:          code documentation ++
                   22819: 
                   22820:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22821:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   22822:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   22823:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   22824:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22825:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22826:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   22827:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   22828: 
                   22829:        * src/main/: pa_request.C, pa_string.C: z
                   22830: 
                   22831:        * src/: include/pa_common.h, include/pa_types.h,
                   22832:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   22833:          connection caching fixed.  request-pooled-url were stored into
                   22834:          global connectioncache
                   22835: 
                   22836: 2001-04-25  paf
                   22837: 
                   22838:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   22839:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   22840: 
                   22841:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   22842:          main/execute.C, main/pa_common.C: -d
                   22843: 
                   22844:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   22845:          illegal call check a bit improved, but still under iis no mapping
                   22846:          of dir with parser allowed!
                   22847: 
                   22848: 2001-04-24  paf
                   22849: 
                   22850:        * src/targets/Makefile.am: apache module lib .am
                   22851: 
                   22852:        * src/main/pa_exec.C: windows32 buildCommand
                   22853: 
                   22854: 2001-04-23  paf
                   22855: 
                   22856:        * src/targets/cgi/Makefile.am: win32 conditional
                   22857: 
                   22858:        * src/targets/cgi/Makefile.am: win32 conditional
                   22859: 
                   22860:        * src/targets/cgi/Makefile.am: liblink
                   22861: 
                   22862:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   22863:          vfile fields return type
                   22864: 
                   22865:        * src/types/pa_vfile.h: vfile fields return type
                   22866: 
                   22867:        * src/include/pa_config_auto.h.in: .h.in
                   22868: 
                   22869:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   22870:          types/Makefile: makefiles removed
                   22871: 
                   22872:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   22873:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   22874: 
                   22875:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   22876:          [tested: i & g ]
                   22877: 
                   22878:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   22879:          @test noticed series in isapi, check how initialize_random_class
                   22880:          is called! [must be called only once]
                   22881: 
                   22882:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   22883:          would not be 'unknown column'
                   22884: 
                   22885:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   22886:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   22887: 
                   22888:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   22889:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   22890:          [now doesnt]
                   22891: 
                   22892:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   22893: 
                   22894:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   22895:          /cgi-bin/parser3/auto.p
                   22896: 
                   22897:        * src/main/untaint.C: untaint without charset
                   22898: 
                   22899:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22900:          main/pa_common.C: common: file_write /// @test mkdirs
                   22901:          file_delete rmdirs
                   22902: 
                   22903:        * src/main/untaint.C: mail header only once to =?
                   22904: 
                   22905:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   22906:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   22907:          main/untaint.C: untaint -        @test optimize whitespaces for
                   22908:          all but 'html'
                   22909: 
                   22910:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   22911:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22912:          main/untaint.C: untaint -  @test mail-header
                   22913: 
                   22914: 2001-04-20  paf
                   22915: 
                   22916:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22917:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   22918:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22919:          targets/cgi/parser3.C: $MAIN:LOCALE
                   22920: 
                   22921:        * src/main/untaint.C: z
                   22922: 
                   22923:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   22924: 
                   22925: 2001-04-19  paf
                   22926: 
                   22927:        * src/main/compile_tools.h: $a$b bugfix
                   22928: 
                   22929:        * src/targets/cgi/parser3.C: z
                   22930: 
                   22931:        * src/classes/file.C: z
                   22932: 
                   22933:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   22934:          done: header to $fields. waits for header '\' tricks
                   22935: 
                   22936:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22937:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   22938:          changed urlencode here and in untaint.C to HTTP standard's " and
                   22939:          \" mech
                   22940: 
                   22941:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   22942:          http://alx/~paf/ doesnt load /auto.p
                   22943: 
                   22944: 2001-04-18  paf
                   22945: 
                   22946:        * src/main/pa_request.C: 1
                   22947: 
                   22948:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   22949:          linux @alx
                   22950: 
                   22951: 2001-04-17  paf
                   22952: 
                   22953:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   22954:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   22955:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   22956:          enabled
                   22957: 
                   22958:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22959:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22960:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22961:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22962:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   22963:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   22964:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22965:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   22966:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   22967:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   22968:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   22969:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   22970:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   22971:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   22972: 
                   22973:        * src/: include/pa_sql_driver_manager.h,
                   22974:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22975:          types/pa_vimage.h: sql driver interface now has initialize(client
                   22976:          .so)
                   22977: 
                   22978: 2001-04-16  paf
                   22979: 
                   22980:        * src/Makefile.am: compile2 cygwin
                   22981: 
                   22982:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   22983:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   22984: 
                   22985:        * src/targets/cgi/Makefile.am: compile0 jav
                   22986: 
                   22987:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22988:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22989:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22990:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22991:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   22992:          classes/mail.C, classes/op.C, classes/random.C,
                   22993:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22994:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   22995:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   22996:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22997:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   22998:          compile-1
                   22999: 
                   23000: 2001-04-15  paf
                   23001: 
                   23002:        * src/classes/op.C: z
                   23003: 
                   23004:        * src/classes/table.C: table:empty +=process
                   23005: 
                   23006:        * src/types/pa_value.h: MethodParams !junction
                   23007: 
                   23008:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   23009:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23010:          classes/random.C, classes/response.C, classes/string.C,
                   23011:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   23012:          MethodParams everywhere
                   23013: 
                   23014:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   23015:          types/pa_vmethod_frame.h: MethodParams in op.C
                   23016: 
                   23017: 2001-04-12  paf
                   23018: 
                   23019:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   23020: 
                   23021:        * src/: classes/_unknown.h, classes/unknown.C,
                   23022:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   23023:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   23024: 
                   23025:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   23026: 
                   23027:        * src/classes/image.C: image:gif now does not have params
                   23028: 
                   23029:        * src/classes/image.C:
                   23030:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   23031: 
                   23032:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   23033:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   23034:          for var now written not to r.wcontext, but to r.root cleared
                   23035:          "entered_object" state
                   23036: 
                   23037: 2001-04-11  paf
                   23038: 
                   23039:        * src/classes/image.C: image:create image:load
                   23040: 
                   23041:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   23042:          just compiled
                   23043: 
                   23044:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   23045:          todo: gif without file
                   23046: 
                   23047:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   23048:          started porting to Pooled descendant
                   23049: 
                   23050:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   23051:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   23052:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   23053:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   23054: 
                   23055:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   23056:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   23057:          end. switching to python imaging lib
                   23058: 
                   23059:        * src/main/main.dsp: gd+smtp made separate libs
                   23060: 
                   23061:        * src/: include/pa_globals.h, include/pa_string.h,
                   23062:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   23063:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   23064:          length
                   23065: 
                   23066:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   23067:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   23068:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   23069:          UL_FILE_NAME of posted file name
                   23070: 
                   23071:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   23072:          post [broke when moved post read to core]
                   23073: 
                   23074: 2001-04-10  paf
                   23075: 
                   23076:        * src/classes/image.C: image:html done
                   23077: 
                   23078:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   23079: 
                   23080:        * src/classes/image.C: z
                   23081: 
                   23082:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   23083:          forgotten!
                   23084: 
                   23085:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23086:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23087:          types/pa_vimage.h: image:measure -90
                   23088: 
                   23089:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23090:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   23091:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23092:          classes/_table.h, classes/file.C, classes/mail.C,
                   23093:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   23094:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   23095:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   23096:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   23097:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   23098:          compiled
                   23099: 
                   23100:        * src/classes/mail.C: minor bug with unclear from/to
                   23101: 
                   23102:        * src/classes/mail.C: sendmail unix skipping defaults
                   23103: 
                   23104:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   23105:          sendmail unix added defaults
                   23106: 
                   23107:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   23108: 
                   23109:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   23110: 
                   23111: 2001-04-09  paf
                   23112: 
                   23113:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   23114:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   23115:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   23116:          targets/isapi/parser3isapi.dsp: all targets exec
                   23117: 
                   23118:        * src/: include/pa_sapi.h, include/pa_string.h,
                   23119:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23120:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   23121:          args in apache:util.script
                   23122: 
                   23123:        * src/include/pa_string.h: written but not tested exec with env for
                   23124:          unix
                   23125: 
                   23126:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   23127:          targets/cgi/parser3.C: exec win32 env
                   23128: 
                   23129:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   23130:          0
                   23131: 
                   23132:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   23133:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23134:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   23135:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   23136: 
                   23137:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   23138:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   23139: 
                   23140:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   23141:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   23142: 
                   23143:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   23144:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   23145:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23146:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23147:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   23148:          exec class just compiled. moved post read to request core
                   23149: 
                   23150:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   23151:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   23152:          main/pa_globals.C, targets/cgi/parser3.C,
                   23153:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   23154:          are already read by vform
                   23155: 
                   23156: 2001-04-08  paf
                   23157: 
                   23158:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   23159:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   23160:          uuencode. string<<
                   23161: 
                   23162: 2001-04-07  paf
                   23163: 
                   23164:        * src/classes/mail.C: z
                   23165: 
                   23166:        * src/classes/mail.C: z
                   23167: 
                   23168:        * src/classes/mail.C: ^mail[$attach
                   23169: 
                   23170:        * src/classes/mail.C: ^attach dead end
                   23171: 
                   23172:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   23173:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23174:          targets/isapi/parser3isapi.C: mail:send 1
                   23175: 
                   23176:        * src/: classes/mail.C, main/pa_request.C: z
                   23177: 
                   23178:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   23179:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   23180:          compiled
                   23181: 
                   23182:        * src/classes/mail.C: +=
                   23183: 
                   23184:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   23185:          prepared
                   23186: 
                   23187:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   23188:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   23189:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23190:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   23191: 
                   23192: 2001-04-06  paf
                   23193: 
                   23194:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   23195:          main/pa_string.C: table:dir 1
                   23196: 
                   23197:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   23198:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   23199: 
                   23200:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   23201:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   23202:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   23203:          main/pa_request.C: renamed 'root' to 'op'
                   23204: 
                   23205:        * src/classes/: _op.h, op.C: renamed from 'root'
                   23206: 
                   23207:        * src/types/pa_valiased.C: another root inherititance skipped
                   23208: 
                   23209:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   23210:          root methods of parent class. just 'ROOT' class
                   23211: 
                   23212:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   23213:          @office
                   23214: 
                   23215:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   23216: 
                   23217: 2001-04-05  paf
                   23218: 
                   23219:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   23220:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   23221:          constructor flag dropped at get_method_frame and remembered into
                   23222:          method_frame
                   23223: 
                   23224:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23225:          classes/table.C, main/pa_request.C: junction to code&expression
                   23226:          in errors
                   23227: 
                   23228:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23229:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   23230:          $LOCALE:ctype[Russian_Russia.1251]
                   23231: 
                   23232:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   23233:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   23234:          main/pa_table.C: hash now not thread-safe.
                   23235: 
                   23236:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23237:          main/untaint.C: z
                   23238: 
                   23239:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   23240:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   23241:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   23242:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   23243:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   23244: 
                   23245:        * src/: classes/table.C, include/pa_sql_connection.h,
                   23246:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   23247: 
                   23248:        * src/classes/table.C: select * from hren error contains statement
                   23249: 
                   23250:        * src/: classes/table.C, include/pa_sql_connection.h,
                   23251:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   23252:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   23253: 
                   23254:        * src/: classes/root.C, include/pa_sql_connection.h,
                   23255:          include/pa_sql_driver.h, main/main.dsp,
                   23256:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   23257:          services for conv memory & error reporting
                   23258: 
                   23259: 2001-04-04  paf
                   23260: 
                   23261:        * src/doc/doxygen.cfg: z
                   23262: 
                   23263:        * src/include/pa_sql_driver.h: mysql connect
                   23264: 
                   23265:        * src/include/pa_sql_driver.h: mysql info
                   23266: 
                   23267:        * src/: classes/root.C, include/pa_sql_driver.h,
                   23268:          include/pa_sql_driver_manager.h, main/main.dsp,
                   23269:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   23270: 
                   23271:        * src/sql/Makefile.am: forgot to add mysql client
                   23272: 
                   23273:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   23274:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   23275:          [forgot to add libltdl, added]
                   23276: 
                   23277:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   23278:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   23279:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   23280:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23281:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23282:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   23283:          -1000 just compiled
                   23284: 
                   23285:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   23286:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   23287:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   23288: 
                   23289: 2001-04-03  paf
                   23290: 
                   23291:        * src/types/pa_vform.C: z
                   23292: 
                   23293:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   23294:          assigned lang
                   23295: 
                   23296:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   23297:          {}[]< empty []
                   23298: 
                   23299:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   23300:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   23301:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   23302: 
                   23303:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23304:          string:match replace strange matches
                   23305: 
                   23306:        * src/classes/string.C: string:match replace 0
                   23307: 
                   23308:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   23309:          prepared 2
                   23310: 
                   23311:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23312:          string:match replace prepared
                   23313: 
                   23314:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23315:          string:match replace -11
                   23316: 
                   23317:        * src/: classes/string.C, include/pa_globals.h,
                   23318:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   23319:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   23320: 
                   23321:        * src/: classes/string.C, include/pa_globals.h,
                   23322:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   23323:          main/pa_string.C: string:match [search] -1 just compiled
                   23324: 
                   23325:        * src/types/pa_vstring.C: z
                   23326: 
                   23327:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23328:          classes/int.C, classes/response.C, classes/root.C,
                   23329:          classes/string.C, classes/table.C, include/pa_string.h,
                   23330:          main/pa_string.C: string:match -10 [frame]
                   23331: 
                   23332:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   23333:          main/pa_request.C: z
                   23334: 
                   23335:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   23336:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   23337:          todo/tests
                   23338: 
                   23339:        * src/include/pa_common.h: z
                   23340: 
                   23341:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   23342:          main/pa_request.C, targets/cgi/parser3.C,
                   23343:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   23344:          content-disposition
                   23345: 
                   23346:        * src/: include/pa_common.h, include/pa_globals.h,
                   23347:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23348:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   23349: 
                   23350:        * src/: include/pa_common.h, include/pa_request.h,
                   23351:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   23352:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23353:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   23354:          response:body
                   23355: 
                   23356:        * src/classes/table.C: table:append now uses string::split
                   23357: 
                   23358:        * src/classes/table.C: z
                   23359: 
                   23360:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23361:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   23362:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   23363:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   23364:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   23365:          string::pos & cmp & piece bugs fixed.  string::split new
                   23366:          table:load separated from set table:set implemented with clean \n
                   23367:          \t searches
                   23368: 
                   23369: 2001-04-02  paf
                   23370: 
                   23371:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23372:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   23373:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23374:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   23375:          it in table:set/load
                   23376: 
                   23377:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   23378:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   23379: 
                   23380:        * src/classes/random.C: random:generate 1
                   23381: 
                   23382:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   23383:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23384:          types/pa_value.h: random:generate
                   23385: 
                   23386: 2001-03-30  paf
                   23387: 
                   23388:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   23389:          todo: table flip and append. string::pos
                   23390: 
                   23391:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   23392:          classes/response.C, classes/root.C, classes/string.C,
                   23393:          classes/table.C, main/compile.y, main/execute.C,
                   23394:          types/pa_value.h, types/pa_vstateless_class.C,
                   23395:          types/pa_vstateless_class.h: static|dynamic|any method
                   23396:          registration
                   23397: 
                   23398:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   23399:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23400:          table:flip
                   23401: 
                   23402: 2001-03-29  paf
                   23403: 
                   23404:        * src/classes/string.C: string:xsplit forgot that they must result
                   23405:          in 1 row N column [not vice versa]
                   23406: 
                   23407:        * src/classes/string.C: z
                   23408: 
                   23409:        * src/classes/string.C: string: rsplit
                   23410: 
                   23411:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23412:          string: lsplit
                   23413: 
                   23414:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   23415:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   23416:          lsplit -1
                   23417: 
                   23418:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   23419:          string: pos
                   23420: 
                   23421:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23422:          string: pos -1
                   23423: 
                   23424:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   23425:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   23426:          main/untaint.C: string: left right mid
                   23427: 
                   23428:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   23429:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   23430:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   23431:          and [;] are different now.
                   23432: 
                   23433:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23434:          main/untaint.C: pool.request undone
                   23435: 
                   23436:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   23437:          main/untaint.C: pool.request
                   23438: 
                   23439: 2001-03-28  paf
                   23440: 
                   23441:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23442:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23443:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   23444:          $request:browser [.type .version]; unknown.get_double now = 0.
                   23445: 
                   23446:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   23447:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   23448:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   23449:          types/pa_vform.C: file:load autodetection of mime-type by
                   23450:          user-file-name
                   23451: 
                   23452:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   23453:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   23454:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   23455: 
                   23456:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23457:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   23458:          write. must be self.set
                   23459: 
                   23460:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23461:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   23462: 
                   23463:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   23464:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   23465:          types/pa_vtable.h: table:locate just compiled
                   23466: 
                   23467: 2001-03-27  paf
                   23468: 
                   23469:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   23470:          code-params2, fixed ntfs hardlink slow dir update
                   23471: 
                   23472:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   23473:          types/pa_wcontext.h: fixed r/w context of code-params
                   23474: 
                   23475:        * src/: classes/table.C, main/execute.C: about to change junction
                   23476:          rcontext!!
                   23477: 
                   23478:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23479:          classes/string.C, classes/table.C, main/compile_tools.C,
                   23480:          main/execute.C, main/pa_request.C, main/untaint.C,
                   23481:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   23482:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23483:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   23484:          types/pa_vunknown.h: sort 0
                   23485: 
                   23486:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   23487:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   23488:          renamed to are_static_calls_disabled
                   23489: 
                   23490:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   23491:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   23492:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23493:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   23494: 
                   23495:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   23496: 
                   23497:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   23498:          started table:sort fixed minor bug in #...^{
                   23499: 
                   23500:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   23501:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   23502:          decided to have as it were. stepped back.  grammar: added 'in'
                   23503:          'is' 'lt'&co follow-space check
                   23504: 
                   23505: 2001-03-26  paf
                   23506: 
                   23507:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23508:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   23509:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23510:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   23511:          invocation in ^process
                   23512: 
                   23513:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   23514: 
                   23515:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   23516:          main/pa_array.C: table:record
                   23517: 
                   23518:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   23519:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23520:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   23521:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23522:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   23523:          types/pa_vtable.h: z
                   23524: 
                   23525:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   23526:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   23527:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23528:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   23529:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   23530:          method realisations on 'self' validity - they now can simply
                   23531:          assume that 'self' is V{Proper} .
                   23532: 
                   23533: 2001-03-25  paf
                   23534: 
                   23535:        * src/main/untaint.C: z
                   23536: 
                   23537:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   23538:          lowlevel - it initialization could be skipped if failed in @auto.
                   23539:          so that exception report would use some table
                   23540: 
                   23541:        * src/main/pa_request.C: table empty lines ignored. system-default
                   23542:          content type assigned in output:result [can fail in main:auto and
                   23543:          skipped normal defaults extraction]
                   23544: 
                   23545:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   23546:          bug
                   23547: 
                   23548:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   23549:          processing to table [except preliminary \r\n \r \n replacements
                   23550:          to "\n"]
                   23551: 
                   23552:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   23553:          move all the processing to table
                   23554: 
                   23555:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   23556:          main/pa_table.C, main/untaint.C: returned table originating.
                   23557:          useful for reporting typo table problems origin. think would be
                   23558:          useful somewhere else
                   23559: 
                   23560:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   23561: 
                   23562:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   23563:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   23564:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   23565:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   23566:          types/pa_vcookie.h: typo & typo-default
                   23567: 
                   23568: 2001-03-24  paf
                   23569: 
                   23570:        * src/main/pa_common.C: z
                   23571: 
                   23572:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   23573:          targets/cgi/parser3.C: html-typo 2
                   23574: 
                   23575:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   23576:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   23577:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   23578:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   23579:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23580:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23581:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   23582:          noticed double default content-type prob. run cgi.cmd tomorrow
                   23583:          first html-typo sample. detected << problem: they become ltlt too
                   23584:          fast
                   23585: 
                   23586:        * src/main/compile.y: z
                   23587: 
                   23588:        * src/main/: compile.y, compile_tools.h: #comment
                   23589: 
                   23590:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23591:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   23592:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23593:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   23594:          stringified
                   23595: 
                   23596:        * src/types/pa_valiased.C: decided to String-ify file_read
                   23597: 
                   23598:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   23599:          isapi/parser3isapi.dsp: cgi: sapi::log
                   23600: 
                   23601:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   23602:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   23603:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   23604:          error log experiments failed - cgi under iis got no access to
                   23605:          log. registereventsource simply failed with 5(illegal call) code,
                   23606:          while worked OK as standalone executable.  isapi: used
                   23607:          HSE_APPEND_LOG_PARAMETER feature
                   23608: 
                   23609:        * src/: include/pa_common.h, include/pa_globals.h,
                   23610:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23611:          targets/isapi/parser3isapi.C: fixed default content-type
                   23612:          allocation storage
                   23613: 
                   23614:        * src/: include/pa_globals.h, include/pa_request.h,
                   23615:          main/pa_globals.C, main/pa_request.C: z
                   23616: 
                   23617:        * src/: include/pa_array.h, include/pa_hash.h,
                   23618:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   23619:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23620:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   23621:          content-type
                   23622: 
                   23623:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   23624:          sanity
                   23625: 
                   23626:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   23627:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   23628:          away freeze mech.  no danger now for you can't do
                   23629:          ^request:process[@new-method[] body] trick anymore.  still
                   23630:          remains $some_instance.process[@new-method[] possibility] but
                   23631:          would leave it as a feature.  see index for sample
                   23632: 
                   23633:        * src/: include/pa_common.h, main/pa_common.C,
                   23634:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   23635:          monkey every target
                   23636: 
                   23637:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23638:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   23639:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   23640: 
                   23641: 2001-03-23  paf
                   23642: 
                   23643:        * src/: include/pa_pool.h, main/pa_request.C,
                   23644:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23645:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23646:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   23647: 
                   23648:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   23649: 
                   23650:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   23651:          it would be better to rewrite as filter then to deal with pool
                   23652: 
                   23653:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   23654:          now like in cgi, not from APPL_PHYSICAL_PATH
                   23655: 
                   23656:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23657:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23658:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   23659:          include/pa_version.h, main/compile.y, main/execute.C,
                   23660:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23661:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23662:          main/untaint.C, targets/cgi/parser3.C,
                   23663:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   23664:          cgi: reinvent document_root and request_uri under iis. autoconf
                   23665:          updated. introducing ap_config_includes
                   23666: 
                   23667:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   23668: 
                   23669:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   23670: 
                   23671:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   23672:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23673:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23674:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   23675: 
                   23676:        * src/: include/pa_globals.h, main/pa_request.C,
                   23677:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23678:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23679:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   23680: 
                   23681:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23682:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23683:          isapi minor env beauty
                   23684: 
                   23685:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23686:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23687:          isapi document_root 0
                   23688: 
                   23689: 2001-03-22  paf
                   23690: 
                   23691:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   23692: 
                   23693:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   23694:          isapi/parser3isapi.C: z
                   23695: 
                   23696:        * src/: include/pa_pool.h, main/pa_request.C,
                   23697:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   23698: 
                   23699:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   23700:          kill.pl: isapi added utils
                   23701: 
                   23702:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   23703:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23704:          types/pa_vform.C: isapi 0
                   23705: 
                   23706:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   23707:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23708:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23709:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   23710:          started isapi
                   23711: 
                   23712:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   23713:          some comments
                   23714: 
                   23715:        * src/: include/pa_globals.h, include/pa_request.h,
                   23716:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   23717:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   23718:          parser_root_auto_path parser_site_auto_path
                   23719: 
                   23720:        * src/types/pa_vcookie.C: cookie attr decoded
                   23721: 
                   23722: 2001-03-21  paf
                   23723: 
                   23724:        * src/targets/cgi/parser3.C: z
                   23725: 
                   23726:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   23727: 
                   23728:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   23729:          types/pa_venv.h: in cookie & env. todo:post
                   23730: 
                   23731:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   23732:          classes/root.C, classes/table.C, include/pa_array.h,
                   23733:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   23734:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   23735:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   23736:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23737:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   23738:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23739:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   23740:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23741:          shifted apache branch on main trunc
                   23742: 
                   23743:        * src/: include/pa_common.h, include/pa_globals.h,
                   23744:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23745:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   23746:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   23747:          starting mod_parser3
                   23748: 
                   23749:        * src/targets/cgi/parser3.C: starting mod_parser3
                   23750: 
                   23751: 2001-03-20  paf
                   23752: 
                   23753:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   23754:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   23755:          win32 ifdefs work and add ifdef unistd
                   23756: 
                   23757:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   23758:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   23759:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   23760:          z
                   23761: 
                   23762:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   23763:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   23764:          locking
                   23765: 
                   23766:        * src/: classes/Makefile.am, types/Makefile.am: z
                   23767: 
                   23768:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   23769:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   23770:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   23771:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23772:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   23773:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23774:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   23775: 
                   23776:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23777:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   23778: 
                   23779:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   23780:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   23781:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   23782:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   23783:          types/pa_vform.h: z
                   23784: 
                   23785:        * src/include/pa_string.h: z
                   23786: 
                   23787:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   23788:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   23789:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23790:          :Value
                   23791: 
                   23792:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   23793:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23794:          :VStateless_object
                   23795: 
                   23796:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   23797:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   23798:          :VStateless_object
                   23799: 
                   23800:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23801:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   23802: 
                   23803:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   23804:          types/pa_valiased.h, types/pa_value.h,
                   23805:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   23806:          types/pa_vstateless_object.h: moved common get_element part from
                   23807:          stateless object&class into VAliased
                   23808: 
                   23809:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   23810:          classes/table.C, main/execute.C, main/main.dsp,
                   23811:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   23812:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   23813:          now :Value
                   23814: 
                   23815:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   23816:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23817:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   23818: 
                   23819:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   23820:          doxx
                   23821: 
                   23822:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   23823:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23824:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   23825:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   23826:          and ^file:save
                   23827: 
                   23828: 2001-03-19  paf
                   23829: 
                   23830:        * src/types/pa_vfile.C: z
                   23831: 
                   23832:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   23833:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   23834:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   23835:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   23836: 
                   23837:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   23838:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23839:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   23840:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   23841:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   23842:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   23843:          types/pa_vfile.h: file class just compiled
                   23844: 
                   23845:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   23846:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   23847:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23848:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   23849:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   23850: 
                   23851:        * src/include/pa_pool.h: z
                   23852: 
                   23853:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   23854:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   23855:          Hash::Value to Val so to doxygen would finlly stop confusing
                   23856:          those Value-s
                   23857: 
                   23858:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   23859:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   23860:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23861:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23862:          include/pa_types.h, main/compile.C, main/compile.y,
                   23863:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   23864:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   23865:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   23866:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23867:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   23868: 
                   23869:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   23870:          derivates somehow unlinked. don't know why yet
                   23871: 
                   23872:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   23873:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   23874:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23875:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23876:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   23877:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23878:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   23879: 
                   23880:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   23881:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   23882:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   23883:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   23884:          types/pa_vrequest.h: doc: detected Value derivates prob
                   23885: 
                   23886:        * src/include/pa_globals.h: z
                   23887: 
                   23888:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   23889:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   23890:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   23891:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   23892:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   23893:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   23894:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23895:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   23896: 
                   23897: 2001-03-18  paf
                   23898: 
                   23899:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   23900:          cookie: allowed access to hash-assigned
                   23901: 
                   23902:        * src/targets/cgi/parser3.C: z
                   23903: 
                   23904:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   23905:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   23906:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   23907:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23908:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23909:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   23910:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   23911:          types/pa_vunknown.h: cookie class
                   23912: 
                   23913:        * src/main/pa_request.C: zero length output allowed
                   23914: 
                   23915:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   23916:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   23917: 
                   23918:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   23919:          lang switch
                   23920: 
                   23921:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   23922:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23923:          types/pa_value.h, types/pa_vhash.h:
                   23924:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   23925: 
                   23926:        * src/main/execute.C: z
                   23927: 
                   23928:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   23929:          targets/cgi/parser3.C: taint[uri
                   23930: 
                   23931:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   23932:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23933:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   23934:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   23935: 
                   23936:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   23937:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23938:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   23939:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   23940:          bool tainted) ctor
                   23941: 
                   23942:        * src/: include/pa_hash.h, include/pa_request.h,
                   23943:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   23944:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23945:          targets/cgi/parser3.C: proper @exceptions params tainting
                   23946: 
                   23947:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   23948:          response fields to header
                   23949: 
                   23950:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   23951:          z
                   23952: 
                   23953:        * src/: classes/_response.h, classes/response.C,
                   23954:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23955:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   23956:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23957:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   23958:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   23959:          $response: 0  request::core exception rethrow
                   23960: 
                   23961: 2001-03-16  paf
                   23962: 
                   23963:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   23964:          types/pa_vrequest.h: native method' class call with less params
                   23965:          then needed error reporting
                   23966: 
                   23967:        * src/: classes/_request.h, classes/request.C,
                   23968:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   23969:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23970:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   23971:          types/pa_vrequest.h: $request : query :uri
                   23972: 
                   23973:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   23974:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   23975:          types/pa_wcontext.h: $result
                   23976: 
                   23977:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   23978: 
                   23979:        * src/: classes/double.C, include/code.h, main/compile.y,
                   23980:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   23981:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   23982: 
                   23983:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   23984:          main/compile.y, main/execute.C, types/pa_value.h,
                   23985:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   23986:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   23987:          wcontext conflict
                   23988: 
                   23989:        * src/: main/execute.C, types/pa_value.h,
                   23990:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   23991:          $string.field
                   23992: 
                   23993: 2001-03-15  paf
                   23994: 
                   23995:        * src/main/pa_request.C: news sample
                   23996: 
                   23997:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   23998:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   23999: 
                   24000:        * src/main/: compile.y, execute.C: z
                   24001: 
                   24002:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   24003:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   24004:          pre pre works
                   24005: 
                   24006:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24007:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   24008:          fillfields just compiled
                   24009: 
                   24010: 2001-03-14  paf
                   24011: 
                   24012:        * src/: include/pa_request.h, main/pa_request.C,
                   24013:          targets/cgi/parser3.C: z
                   24014: 
                   24015:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24016:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   24017:          types/pa_vstring.h: limits -1
                   24018: 
                   24019:        * src/: include/pa_globals.h, include/pa_request.h,
                   24020:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   24021:          main/pa_request.C, targets/cgi/parser3.C,
                   24022:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   24023:          request_info -1
                   24024: 
                   24025:        * src/: include/pa_globals.h, main/pa_globals.C,
                   24026:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24027:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   24028:          vform_fields_fill
                   24029: 
                   24030:        * src/targets/cgi/parser3.C: #  if MSVC
                   24031: 
                   24032:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   24033:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   24034: 
                   24035:        * src/targets/cgi/parser3.C: z
                   24036: 
                   24037:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   24038:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   24039:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24040:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   24041:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   24042:          types/pa_vunknown.h: global handler, exceptions in parser3
                   24043: 
                   24044: 2001-03-13  paf
                   24045: 
                   24046:        * src/: classes/form.C, main/compile.y, main/core.C,
                   24047:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   24048:          types/pa_vform.h, types/pa_vstateless_class.C,
                   24049:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   24050:          instead
                   24051: 
                   24052:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   24053:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   24054:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   24055:          started cgi target
                   24056: 
                   24057:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   24058:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   24059:          before error show with parser
                   24060: 
                   24061:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   24062:          include/pa_request.h, main/core.C, main/pa_request.C,
                   24063:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   24064: 
                   24065:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   24066: 
                   24067:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   24068:          parser3.C: renamed targets/ parser to cgi
                   24069: 
                   24070:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   24071:          classes/root.C, classes/string.C, classes/table.C,
                   24072:          include/pa_request.h, types/pa_vhash.h: z
                   24073: 
                   24074:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24075:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   24076:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   24077:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   24078:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   24079:          [historical moment :)]
                   24080: 
                   24081:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   24082:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   24083: 
                   24084:        * src/types/pa_venv.h: $ENV 1
                   24085: 
                   24086:        * src/main/execute.C: z
                   24087: 
                   24088:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   24089:          future methods of ENV constructor if
                   24090: 
                   24091:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   24092:          class
                   24093: 
                   24094:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24095:          classes/_root.h, classes/_string.h, classes/_table.h,
                   24096:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   24097:          classes/string.C, classes/table.C, include/pa_request.h,
                   24098:          main/compile.C, main/compile_tools.h, main/core.C,
                   24099:          main/execute.C, main/main.dsp, main/pa_request.C,
                   24100:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   24101:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   24102:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   24103:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   24104:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   24105: 
                   24106:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24107:          classes/_root.h, classes/_string.h, classes/_table.h,
                   24108:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   24109:          classes/string.C, classes/table.C, include/pa_request.h,
                   24110:          main/compile.C, main/compile_tools.h, main/core.C,
                   24111:          main/execute.C, main/main.dsp, main/pa_request.C,
                   24112:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   24113:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   24114:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   24115:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   24116:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   24117: 
                   24118:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   24119:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   24120:          yesterdays bad decision on execute_static_method
                   24121: 
                   24122:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   24123: 
                   24124:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24125:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   24126: 
                   24127:        * src/main/pa_request.C: z
                   24128: 
                   24129:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   24130:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   24131: 
                   24132:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   24133:          include/pa_pool.h, main/pa_request.C:
                   24134:          restructure_exceptions_dead_end
                   24135: 
                   24136:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   24137:          allowed ; inside {} to break params
                   24138: 
                   24139:        * src/classes/root.C: ^eval
                   24140: 
                   24141:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   24142:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   24143:          string ^format
                   24144: 
                   24145:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   24146:          'bad' but not 'enough'
                   24147: 
                   24148:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   24149:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   24150:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24151:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   24152:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   24153: 
                   24154:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24155:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   24156:          types/pa_vint.h: ^for
                   24157: 
                   24158: 2001-03-12  paf
                   24159: 
                   24160:        * src/classes/table.C: table ^empty
                   24161: 
                   24162:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   24163: 
                   24164:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   24165:          ^offset ^line ^count
                   24166: 
                   24167:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   24168:          ^abs()  ^sign()
                   24169: 
                   24170:        * src/classes/: root.C, table.C: ^use
                   24171: 
                   24172:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   24173:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   24174:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   24175:          ^while. switched off wcontext.constructing after write(value) or
                   24176:          auto-vhash-constructing
                   24177: 
                   24178:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   24179:          main/pa_request.C: fail_if_junction_ helper func
                   24180: 
                   24181:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24182:          include/pa_request.h, main/execute.C, main/main.dsp,
                   24183:          main/pa_common.C, main/pa_request.C: ^process error point by
                   24184:          actual method_name, not source.  ^load
                   24185: 
                   24186:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   24187: 
                   24188:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   24189:          classes/_table.h, classes/table.C, main/untaint.C: z
                   24190: 
                   24191:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   24192:          include/pa_table.h, main/core.C, main/execute.C,
                   24193:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   24194:          types/pa_value.h: table:set 0
                   24195: 
                   24196:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   24197:          include/pa_request.h, include/pa_table.h, main/core.C,
                   24198:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   24199:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   24200:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   24201:          types/pa_vstring.h: freeze, ^table:create[] -1
                   24202: 
                   24203:        * src/: classes/root.C, types/pa_value.h: z
                   24204: 
                   24205:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   24206:          get_method in couple places optimizing them
                   24207: 
                   24208:        * src/classes/root.C: z
                   24209: 
                   24210:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   24211:          zeroing
                   24212: 
                   24213:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24214:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   24215:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   24216:          main/compile.y, main/compile_tools.h, main/execute.C,
                   24217:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   24218:          types/pa_vmframe.h: ^process. actual names to store param and
                   24219:          check_actual_numbered_params for better place diagnostics
                   24220: 
                   24221:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   24222:          method-junctions bug fixed
                   24223: 
                   24224:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   24225:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   24226: 
                   24227: 2001-03-11  paf
                   24228: 
                   24229:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   24230:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   24231:          VDouble VInt base now VObject_base - without fields
                   24232: 
                   24233:        * src/: classes/root.C, include/core.h, main/core.C: z
                   24234: 
                   24235:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24236:          classes/string.C, include/core.h, include/pa_hash.h,
                   24237:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   24238:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   24239: 
                   24240:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24241:          include/pa_request.h, main/execute.C: intercept_string
                   24242: 
                   24243:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24244:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   24245: 
                   24246:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   24247:          ^inc-s(expr)
                   24248: 
                   24249:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24250:          classes/_root.h, classes/_string.h, classes/double.C,
                   24251:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   24252:          include/code.h, include/core.h, include/pa_array.h,
                   24253:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   24254:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24255:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24256:          include/pa_types.h, main/compile.C, main/compile.y,
                   24257:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24258:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   24259:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   24260:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   24261:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   24262:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   24263:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   24264:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   24265:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   24266:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   24267: 
                   24268:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   24269: 
                   24270:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   24271:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   24272: 
                   24273:        * src/: include/pa_valiased.h, include/pa_value.h,
                   24274:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   24275:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   24276:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24277:          include/pa_vobject.h, include/pa_vstring.h,
                   24278:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24279:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   24280:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   24281:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   24282:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   24283:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   24284:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   24285:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   24286:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   24287:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   24288:          include/
                   24289: 
                   24290: 2001-03-10  paf
                   24291: 
                   24292:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   24293:          main/pa_request.C: run+auto=run
                   24294: 
                   24295:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   24296: 
                   24297:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24298:          classes/_root.h, classes/_string.h, classes/double.C,
                   24299:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   24300:          include/code.h, include/core.h, include/pa_array.h,
                   24301:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   24302:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24303:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24304:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   24305:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   24306:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   24307:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24308:          include/pa_vobject.h, include/pa_vstring.h,
                   24309:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24310:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   24311:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24312:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   24313:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   24314:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24315:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   24316:          main/pa_wcontext.C: sources header
                   24317: 
                   24318:        * src/main/pa_request.C: auto..
                   24319: 
                   24320:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24321:          main/pa_request.C: auto tree0
                   24322: 
                   24323:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   24324:          main/core.C, main/pa_request.C: names to core.C
                   24325: 
                   24326:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   24327:          include/pa_request.h, main/core.C, main/execute.C,
                   24328:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   24329: 
                   24330:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   24331:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   24332:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24333:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   24334: 
                   24335:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   24336:          @auto[] realised. auto.p scan togo
                   24337: 
                   24338:        * src/: include/pa_request.h, main/execute.C: autocalc
                   24339:          code-junctions result now have names
                   24340: 
                   24341:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24342:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   24343:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   24344:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   24345: 
                   24346:        * src/classes/env.C: env:file/line
                   24347: 
                   24348:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   24349:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   24350:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   24351:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   24352:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24353:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   24354:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   24355: 
                   24356:        * src/include/pa_vclass.h: const fight to go
                   24357: 
                   24358:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24359:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   24360:          main/main.dsp: env0
                   24361: 
                   24362:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   24363:          classes/_string.h, classes/double.C, classes/int.C,
                   24364:          classes/root.C, classes/string.C, include/pa_request.h,
                   24365:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   24366:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   24367:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   24368:          main/pa_wcontext.C: ^lang prepare0
                   24369: 
                   24370: 2001-03-09  paf
                   24371: 
                   24372:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   24373:          construct proper naming
                   24374: 
                   24375:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   24376:          classes/double.C, classes/int.C, classes/root.C,
                   24377:          classes/string.C, include/code.h, include/pa_value.h,
                   24378:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   24379:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24380:          main/compile.y, main/compile_tools.C, main/core.C,
                   24381:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   24382:          and ^double[]. fixed expr type
                   24383: 
                   24384:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24385:          ^string.length[]
                   24386: 
                   24387: 2001-03-08  paf
                   24388: 
                   24389:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   24390: 
                   24391:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   24392:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24393:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   24394:          derivated from vobject
                   24395: 
                   24396:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   24397:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   24398: 
                   24399:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   24400:          remained clone conseqs
                   24401: 
                   24402:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   24403: 
                   24404:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   24405: 
                   24406:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   24407:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   24408:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   24409:          include/pa_vobject.h, include/pa_vstring.h,
                   24410:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24411:          main/execute.C: withoud cloning. didn't need it actually, params
                   24412:          got passed from out unnamed ewpool
                   24413: 
                   24414:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   24415:          include/pa_vjunction.h, include/pa_vobject.h,
                   24416:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   24417: 
                   24418:        * src/: include/pa_bool.h, include/pa_double.h,
                   24419:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   24420:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   24421:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24422:          include/pa_vobject.h, include/pa_vstring.h,
                   24423:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24424:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   24425:          to give params proper names
                   24426: 
                   24427:        * src/main/pa_wcontext.C: z
                   24428: 
                   24429:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   24430:          unknown values in get_element and unfilled params. removed wrong
                   24431:          name change in get_element
                   24432: 
                   24433:        * src/main/execute.C: z
                   24434: 
                   24435:        * src/main/execute.C: fixed problems calling operators in
                   24436:          constructors
                   24437: 
                   24438:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   24439:          detected problems calling operators in constructors
                   24440: 
                   24441:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24442:          autocalc def to string
                   24443: 
                   24444:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   24445:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   24446: 
                   24447:        * src/classes/root.C: added root.c
                   24448: 
                   24449:        * src/: include/pa_request.h, include/pa_value.h,
                   24450:          include/pa_vcframe.h, include/pa_vmframe.h,
                   24451:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24452:          main/core.C, main/execute.C, main/pa_cframe.C,
                   24453:          main/pa_wcontext.C: 'if' just compiled
                   24454: 
                   24455:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   24456:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24457:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   24458:          main/pa_wcontext.C: z
                   24459: 
                   24460:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   24461:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   24462:          with parameter names  in operator methods
                   24463: 
                   24464:        * src/main/compile.y: minor renamings in .y
                   24465: 
                   24466:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24467:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   24468:          @BASE.  changed 'RUN' assignment mech
                   24469: 
                   24470:        * src/main/execute.C: z
                   24471: 
                   24472:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24473:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   24474:          static. so to enable runtime ^use
                   24475: 
                   24476:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   24477: 
                   24478:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24479:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   24480: 
                   24481:        * src/main/execute.C: root root in code-junction
                   24482: 
                   24483: 2001-03-07  paf
                   24484: 
                   24485:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   24486:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   24487: 
                   24488:        * src/: include/pa_stack.h, include/pa_value.h,
                   24489:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   24490:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   24491:          fixed rwcontext of {} params up
                   24492: 
                   24493:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   24494: 
                   24495:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   24496: 
                   24497:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   24498:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   24499:          main/pa_hash.C: expr def in -f
                   24500: 
                   24501:        * src/main/: compile.y, execute.C: expr calls
                   24502: 
                   24503:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   24504:          fixed
                   24505: 
                   24506:        * src/main/compile.y: expr quoted code
                   24507: 
                   24508:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   24509:          support0
                   24510: 
                   24511:        * src/main/compile.y: expr string comparisons 0
                   24512: 
                   24513:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   24514:          main/pa_string.C: just compiled lt&co
                   24515: 
                   24516:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   24517:          $field not a $var.field
                   24518: 
                   24519: 2001-03-06  paf
                   24520: 
                   24521:        * src/main/compile.y: .y expr visible-shorter
                   24522: 
                   24523:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   24524:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   24525:          logical
                   24526: 
                   24527:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   24528:          skipping whitespace in yylex
                   24529: 
                   24530:        * src/include/pa_vbool.h: forgot this
                   24531: 
                   24532:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   24533:          string ops in expressions 0
                   24534: 
                   24535:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   24536:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   24537:          main/execute.C, main/main.dsp: !~
                   24538: 
                   24539:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   24540:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   24541:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24542:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24543:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24544:          main/compile_tools.h, main/execute.C: +-*/
                   24545: 
                   24546:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   24547:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   24548: 
                   24549:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   24550:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   24551: 
                   24552:        * src/main/compile.y: expr grammar-1
                   24553: 
                   24554:        * src/main/compile.y: expr lexx1
                   24555: 
                   24556:        * src/main/: compile.y, execute.C, main.dsp: z
                   24557: 
                   24558:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   24559:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   24560:          main/execute.C: expr lex0 exec-1
                   24561: 
                   24562:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   24563: 
                   24564: 2001-02-26  paf
                   24565: 
                   24566:        * src/main/compile.y: max_string in yyerror bug fix
                   24567: 
                   24568: 2001-02-25  paf
                   24569: 
                   24570:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24571:          include/pa_wcontext.h, main/execute.C: VAliased3
                   24572: 
                   24573:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   24574: 
                   24575:        * src/main/execute.C: VAliased1
                   24576: 
                   24577:        * src/: include/pa_request.h, include/pa_value.h,
                   24578:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   24579:          VAliased0
                   24580: 
                   24581:        * src/: include/pa_pool.h, include/pa_request.h,
                   24582:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   24583:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   24584:          VAliased just compiled
                   24585: 
                   24586:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   24587:          include/pa_vobject.h, main/execute.C: alias dead end
                   24588: 
                   24589:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24590:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24591:          main/main.dsp: no not get fields into interm VFielded class.
                   24592:          fields & staticfields 1
                   24593: 
                   24594:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   24595:          include/pa_vobject.h, include/pa_wcontext.h,
                   24596:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   24597:          main/main.dsp: would now get fields into interm VFielded class
                   24598: 
                   24599:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24600:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24601:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24602:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   24603:          main/pa_wcontext.C: virtuals2
                   24604: 
                   24605:        * src/main/compile.y: : 1
                   24606: 
                   24607:        * src/main/compile.y: rethought to $class:static.field.subfield
                   24608: 
                   24609:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   24610:          $class:element
                   24611: 
                   24612:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24613:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   24614:          main/pa_wcontext.C: before execute class calls rewrite
                   24615: 
                   24616:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   24617:          name RUN, also alias
                   24618: 
                   24619:        * src/main/compile.y: escaping bug
                   24620: 
                   24621:        * src/: include/pa_request.h, include/pa_value.h,
                   24622:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   24623:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   24624: 
                   24625:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24626:          include/pa_vmframe.h, include/pa_vobject.h,
                   24627:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24628:          main/compile_tools.h, main/execute.C: ^class:method() just
                   24629:          compiled
                   24630: 
                   24631: 2001-02-24  paf
                   24632: 
                   24633:        * src/main/main.dsp: no bison -d
                   24634: 
                   24635:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   24636:          class' err msg wrong
                   24637: 
                   24638:        * src/main/compile.y: z
                   24639: 
                   24640:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   24641: 
                   24642:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   24643:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   24644: 
                   24645:        * src/: include/pa_vclass.h, main/core.C: z
                   24646: 
                   24647:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24648:          include/pa_vobject.h, main/main.dsp: vobject00
                   24649: 
                   24650:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   24651:          60% from 1 were 0
                   24652: 
                   24653:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   24654:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   24655:          as bad as you've named it: wcontext.value() was not a perfect
                   24656:          idea
                   24657: 
                   24658:        * src/main/execute.C: codeframe1
                   24659: 
                   24660:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   24661:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   24662:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24663:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24664:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   24665:          just compiled
                   24666: 
                   24667:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   24668:          ideology @: ^x{$a()) must construct current wcontext element, so
                   24669:          smart wcontext handling needed
                   24670: 
                   24671:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   24672:          klinch
                   24673: 
                   24674:        * src/main/: compile.y, execute.C: fixed empty constructor
                   24675:          optimized empty case. failed on calls - produced empty string
                   24676:          param
                   24677: 
                   24678:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   24679: 
                   24680:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   24681:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   24682:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24683:          main/execute.C: code junctions0. something wrong with last \n
                   24684:          macrotemplate strip
                   24685: 
                   24686:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   24687:          main/pa_value.C: minor error reporting format beautifyings
                   24688: 
                   24689:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24690:          include/pa_vframe.h, main/core.C, main/execute.C,
                   24691:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   24692:          junctions0
                   24693: 
                   24694: 2001-02-23  paf
                   24695: 
                   24696:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   24697:          pa_wwrapper.h: lara came, can't work, sorry :(
                   24698: 
                   24699:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   24700:          junction
                   24701: 
                   24702:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   24703:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   24704:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   24705: 
                   24706:        * src/: include/pa_hash.h, include/pa_value.h,
                   24707:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   24708:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   24709:          done
                   24710: 
                   24711:        * src/include/pa_wcontext.h: z
                   24712: 
                   24713:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   24714:          wrong grammar in complex constructor case
                   24715: 
                   24716:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   24717: 
                   24718:        * src/main/execute.C: with result rwpool
                   24719: 
                   24720:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   24721:          main/main.dsp: value named
                   24722: 
                   24723:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   24724:          strign 2 value in 2 places in execute
                   24725: 
                   24726:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   24727:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   24728:          wcontext.put_element when wcontext fvalue==0
                   24729: 
                   24730: 2001-02-22  paf
                   24731: 
                   24732:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24733:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   24734:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   24735: 
                   24736:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   24737:          erroreos checkout
                   24738: 
                   24739:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   24740: 
                   24741:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   24742:          main/compile_tools.h, main/pa_array.C: $self.get
                   24743: 
                   24744:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   24745: 
                   24746:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   24747:          bit. finished now.
                   24748: 
                   24749:        * src/main/compile.y: $: finished
                   24750: 
                   24751:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   24752: 
                   24753:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   24754:          main/execute.C: OP_STRING better then some xxx _VALUE
                   24755: 
                   24756:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   24757:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24758:          string to vstring it .y all
                   24759: 
                   24760:        * src/: include/pa_request.h, include/pa_stack.h,
                   24761:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   24762:          all
                   24763: 
                   24764:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   24765:          precise parse error line:col
                   24766: 
                   24767:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   24768:          main/pa_hash.C, main/pa_pool.C: TRY...
                   24769: 
                   24770:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24771:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   24772:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24773:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   24774:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   24775:          main/pa_table.C: removed exception from request
                   24776: 
                   24777:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   24778:          some forgotten
                   24779: 
                   24780:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24781:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   24782:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   24783:          get/put simple vars to VClass works0
                   24784: 
                   24785:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   24786:          main/pa_string.C: in process, but found that exceptions are too
                   24787:          global
                   24788: 
                   24789:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   24790:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   24791:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   24792:          seems wcontext must write strings regardles of fvalue!=0
                   24793: 
                   24794: 2001-02-21  paf
                   24795: 
                   24796:        * src/main/execute.C: tired :)
                   24797: 
                   24798:        * src/main/: compile.C, compile.y, execute.C: store0
                   24799: 
                   24800:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   24801:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   24802:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24803:          main/execute.C, main/main.dsp, main/pa_array.C,
                   24804:          main/pa_request.C: get put -1 [just compiled]
                   24805: 
                   24806:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   24807:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   24808:          main/main.dsp, main/pa_request.C: request core methods0
                   24809: 
                   24810:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   24811:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   24812:          execute
                   24813: 
                   24814:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   24815:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   24816:          methods and one_big_piece. now compile returns array<method*>
                   24817: 
                   24818:        * src/main/compile.y: more straightforward yylex[end]
                   24819: 
                   24820:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   24821:          string.operator==(char*)
                   24822: 
                   24823:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   24824:          main/execute.C, main/pa_array.C: after array.const get wonders
                   24825: 
                   24826:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   24827:          pa_string.h, pa_value.h: struck with const array.gets
                   24828: 
                   24829:        * src/main/: execute.C: z
                   24830: 
                   24831:        * src/main/: compile.y, execute.C: z
                   24832: 
                   24833:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   24834:          processing in eval & yyerror so it wouldn't cause memleaks.
                   24835: 
                   24836:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   24837:          parse error positions. leaving RIGHTMOST position as
                   24838:          @file[line:col]
                   24839: 
                   24840:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   24841:          main/compile_tools.h: line numbers needed. would add them to .y
                   24842:          now internally. externally it's not as precise as needed
                   24843: 
                   24844:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   24845:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24846:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   24847:          compiler works ok
                   24848: 
                   24849: 2001-02-20  paf
                   24850: 
                   24851:        * src/main/: compile.C, compile.y, compile_tools.C,
                   24852:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   24853:          not perfect
                   24854: 
                   24855:        * src/: include/code.h, include/compile.h, include/execute.h,
                   24856:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   24857:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24858:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24859:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   24860:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24861:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   24862:          compiled.  execute=dump for now
                   24863: 
                   24864:        * src/main/core.C: core rewrite using yacc investigations now will
                   24865:          be compile[yacc]/execute[opcodes]
                   24866: 
                   24867: 2001-02-15  paf
                   24868: 
                   24869:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   24870:          rewrite as turing machine? for it seems it would be it's too many
                   24871:          ifs with this syntax now
                   24872: 
                   24873: 2001-02-14  paf
                   24874: 
                   24875:        * src/main/core.C: get_params 1
                   24876: 
                   24877:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   24878:          :( ]
                   24879: 
                   24880:        * src/main/core.C: varios breaks
                   24881: 
                   24882:        * src/main/core.C: get names 3
                   24883: 
                   24884:        * src/main/core.C: get names 2
                   24885: 
                   24886:        * src/main/core.C: get names 1
                   24887: 
                   24888:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   24889:          names 0
                   24890: 
                   24891:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   24892:          text repassing2 operator static vars
                   24893: 
                   24894:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   24895:          main/pa_string.C: process text repassing
                   24896: 
                   24897:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24898:          module:calls changes
                   24899: 
                   24900: 2001-02-13  paf
                   24901: 
                   24902:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24903:          ^class:calls[] started
                   24904: 
                   24905:        * src/: include/pa_value.h, main/core.C: z
                   24906: 
                   24907:        * src/main/core.C: operators : and self. prefixes
                   24908: 
                   24909:        * src/main/core.C: z
                   24910: 
                   24911:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24912:          tested
                   24913: 
                   24914:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24915:          optimized
                   24916: 
                   24917:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   24918:          would change privates to better support optimization
                   24919: 
                   24920:        * src/: include/pa_string.h, main/pa_string.C:
                   24921:          String_iterator::skip_to todo:optimize
                   24922: 
                   24923: 2001-02-12  paf
                   24924: 
                   24925:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   24926:          String_iterator
                   24927: 
                   24928:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   24929:          comments
                   24930: 
                   24931:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   24932:          self/methodref joined
                   24933: 
                   24934: 2001-02-11  paf
                   24935: 
                   24936:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   24937:          main/main.dsp: core started.  core.C, context&value .h
                   24938: 
                   24939:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24940:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24941:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   24942: 
                   24943: 2001-01-30  paf
                   24944: 
                   24945:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   24946:          comments
                   24947: 
                   24948:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   24949:          main/pa_pool.C: moved pa_pool.C to be target specific
                   24950: 
                   24951:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24952:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   24953:          to & changes
                   24954: 
                   24955:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24956:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   24957:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   24958:          re-associated. that's much better even removed 'die' necessety
                   24959: 
                   24960:        * src/: include/pa_error.h, include/pa_exception.h,
                   24961:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24962:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   24963:          targets/Makefile.am: lowered targets/parser into subdir, added
                   24964:          parser_Pool(Pool) failed to add. would think..
                   24965: 
                   24966:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   24967:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   24968:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   24969:          hence lots of 'const'
                   24970: 
                   24971:        * src/: include/pa_error.h, include/pa_request.h,
                   24972:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   24973:          main/pa_table.C: Error fixed
                   24974: 
                   24975: 2001-01-29  paf
                   24976: 
                   24977:        * src/: include/pa_array.h, include/pa_common.h,
                   24978:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   24979:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   24980:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   24981:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   24982: 
                   24983:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24984:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24985:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   24986:          main/pa_string.C, main/pa_table.C: Request Error Table
                   24987: 
                   24988:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   24989:          templates"
                   24990: 
                   24991:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   24992:          main/main.dsp, main/pa_array.C: templates failed no template
                   24993:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   24994:          2.95.2-6 from latest cygwin]
                   24995: 
                   24996:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24997:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24998:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   24999:          main/pa_table.C: Table started would test template Array now
                   25000: 
                   25001:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   25002:          String originating
                   25003: 
                   25004:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   25005:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   25006:          SYNCHRONIZED(thread_safe)
                   25007: 
                   25008:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   25009:          parts to top
                   25010: 
                   25011:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   25012:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   25013:          see: needed only in global Hash now, made Hash:: put/get
                   25014:          SYNCHRONIZED
                   25015: 
                   25016:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   25017:          main/pa_threads.C: added pa_threads
                   25018: 
                   25019:          Mutex
                   25020: 
                   25021:        * src/include/pa_hash.h: some comments
                   25022: 
                   25023:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   25024:          Array& operator += (Array& src)
                   25025: 
                   25026:        * src/main/pa_array.C: expand not convinient, would rewrite
                   25027: 
                   25028:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   25029:          (Array& src)
                   25030: 
                   25031:          rethought, would change now
                   25032: 
                   25033: 2001-01-27  paf
                   25034: 
                   25035:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   25036:          caching
                   25037: 
                   25038:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25039:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   25040:          cache rethought to chunk caching
                   25041: 
                   25042:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25043:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   25044:          main/pa_hash.C, main/pa_string.C: Array 0
                   25045: 
                   25046:        * src/main/pa_string.C: String::operator ==
                   25047: 
                   25048:        * src/main/pa_hash.C: String(&String)
                   25049: 
                   25050:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   25051: 
                   25052:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   25053:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   25054:          pa_hash[forgotten]
                   25055: 
                   25056: 2001-01-26  paf
                   25057: 
                   25058:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   25059:          removed templates [vc++ suxx]
                   25060: 
                   25061:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   25062:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   25063: 
                   25064:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   25065: 
1.119     moko     25066:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     25067: 
1.119     moko     25068:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     25069:          check
                   25070: 
                   25071:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   25072:          dynamic row_count
                   25073: 
                   25074:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   25075:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   25076:          targets/Makefile.am: Initial revision
                   25077: 
                   25078:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   25079:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   25080:          targets/Makefile.am: creating parser3 module
                   25081: 

E-mail: