Annotation of parser3/ChangeLog, revision 1.202

1.202   ! moko        1: 2024-10-20  moko
        !             2: 
        !             3:        * src/classes/string.C: warnings war
        !             4: 
        !             5:        * src/: main/pa_string.C, classes/array.C: warnings war
        !             6: 
        !             7:        * src/classes/json.C: warnings war
        !             8: 
        !             9:        * src/classes/image.C: warnings war
        !            10: 
        !            11:        * src/: classes/table.C, types/pa_varray.C: warnings war
        !            12: 
        !            13:        * src/classes/array.C: warning war
        !            14: 
        !            15:        * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
        !            16: 
        !            17:        * src/main/main.vcproj: warnings war
        !            18: 
        !            19: 2024-10-19  moko
        !            20: 
        !            21:        * tests/427.html: test updated after constructors renamed
        !            22: 
        !            23: 2024-10-18  moko
        !            24: 
        !            25:        * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
        !            26:          results/421.processed, results/430.processed,
        !            27:          results/431.processed: test updated after constructors renamed
        !            28: 
        !            29:        * src/classes/array.C: create -> copy, new -> create according to
        !            30:          https://www.parser.ru/forum/?id=86603 discussion (related to
        !            31:          feature #930)
        !            32: 
        !            33: 2024-10-16  moko
        !            34: 
        !            35:        * src/classes/json.C: $json:array[array or hash] added to provide
        !            36:          more backward compatibility (implements feature #1251)
        !            37: 
        !            38: 2024-10-15  moko
        !            39: 
        !            40:        * tests/: 421.html, results/421.processed: test results updated
        !            41:          after missing constuctor error check added and array is_index
        !            42:          check added
        !            43: 
        !            44:        * src/main/execute.C: absent constructor message fixed
        !            45: 
1.201     moko       46: 2024-10-13  moko
                     47: 
                     48:        * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
                     49:          with is_index() before calling index() for better error reporting
                     50:          in method name typo (was invalid number, not method not found
                     51:          exception).
                     52: 
                     53: 2024-10-08  moko
                     54: 
                     55:        * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
                     56: 
                     57:        * src/include/pa_array.h: warnings war
                     58: 
1.200     moko       59: 2024-10-05  moko
                     60: 
                     61:        * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
                     62:          returns current row cells array (implements feature #1250)
                     63: 
                     64:        * tests/: 405.html, results/169.processed, results/405.processed:
                     65:          tests updated after ^string.split[;a] implemented (related to
                     66:          feature #1249)
                     67: 
                     68:        * src/classes/string.C: ^string.split[] - 'a' option added for
                     69:          splitting into an array (implements feature #1249)
                     70: 
                     71: 2024-10-04  moko
                     72: 
                     73:        * tests/: 431.html, results/431.processed: final code coverage
                     74:          array tests
                     75: 
                     76:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                     77:          array: confirm_all_used() added and used where possible, expand()
                     78:          now expends faster
                     79: 
                     80: 2024-10-03  moko
                     81: 
                     82:        * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
                     83: 
                     84:        * tests/: 256.html, results/256.processed: test for
                     85:          $.date[unix-timestamp] handling large dates
                     86: 
                     87:        * src/: classes/file.C, classes/op.C, classes/reflection.C,
                     88:          classes/string.C, classes/table.C, include/pa_common.h,
                     89:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                     90:          types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
                     91:          format replaced with pa_uitoa where applicable,
                     92:          $.date[unix-timestamp] fixed for handling large dates
                     93: 
                     94:        * tests/: 433.html, results/433.processed: more tests, including
                     95:          test for possible endless recursion in ^o.GET[]
                     96: 
                     97:        * src/types/pa_vobject.C: bugfix: detecting possible endless
                     98:          recursion in get_scalar_value inside ^o.GET[]
                     99: 
                    100:        * src/: classes/json.C, include/pa_request.h, main/execute.C,
                    101:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
                    102:          Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
                    103:          $LIMITS.max_recursion
                    104: 
                    105: 2024-10-02  moko
                    106: 
                    107:        * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
                    108:          results/253.processed, results/287.processed,
                    109:          results/430.processed, results/433.processed: more tests for full
                    110:          array and json code coverage
                    111: 
                    112:        * tests/: 433.html, results/433.processed: tests for hash functions
                    113:          with array param
                    114: 
                    115:        * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
                    116: 
                    117:        * tests/: 432.html, results/432.processed: modified ^hash.at tests
                    118:          in 246.html used to test ^array.at, same result produced
                    119: 
                    120:        * tests/: 430.html, 431.html, results/430.processed,
                    121:          results/431.processed: more array tests for 100% code coverage
                    122:          (related to feature #930)
                    123: 
                    124:        * tests/: 427.html, 430.html, results/427.processed,
                    125:          results/430.processed: first portion of array tests added
                    126:          (related to feature #930)
                    127: 
                    128:        * src/classes/array.C: allow only whitespace string as argument for
                    129:          add and join
                    130: 
                    131:        * src/classes/array.C: add behavour for array synced with hash
                    132: 
                    133: 2024-09-30  moko
                    134: 
                    135:        * tests/: 429-sql.html, results/429-sql.processed: code coverage
                    136:          tests added
                    137: 
                    138:        * src/classes/array.C: $.distinct should not be used unless
                    139:          $.sparse(true)
                    140: 
                    141:        * tests/: 429-sql.html, results/388-sql.processed,
                    142:          results/429-sql.processed: tests for ^array::sql{}, including
                    143:          multi_statements mode (related to feature #930)
                    144: 
1.199     moko      145: 2024-09-29  moko
                    146: 
                    147:        * src/classes/array.C: synced ^array::sql multi_statements logic
                    148:          with ^hash::sql new behavour
                    149: 
                    150: 2024-09-28  moko
                    151: 
                    152:        * tests/: 428-sql.html, results/388-sql.processed,
                    153:          results/428-sql.processed: tests updated after column names were
                    154:          fixed in multi_statements mode (related to feature #1197)
                    155: 
                    156:        * src/classes/hash.C: column names are fixed for most cases in
                    157:          multi_statements mode (related to feature #1197)
                    158: 
                    159:        * tests/: 428-sql.html, results/195.processed,
                    160:          results/224.processed, results/239.processed,
                    161:          results/254.processed, results/261.processed,
                    162:          results/306.processed, results/333.processed,
                    163:          results/341.processed, results/343.processed,
                    164:          results/344.processed, results/348.processed,
                    165:          results/364.processed, results/389.processed,
                    166:          results/390.processed, results/415.processed,
                    167:          results/420.processed, results/421.processed: tests results
                    168:          updated after error messages spelling minor fixes
                    169: 
                    170:        * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
                    171:          spelling
                    172: 
                    173:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    174:          classes/image.C, classes/math.C, classes/string.C,
                    175:          classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
                    176:          main/execute.C, main/pa_charset.C, main/pa_common.C,
                    177:          main/pa_http.C, main/pa_request.C, main/pa_socks.C,
                    178:          main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
                    179:          types/pa_vmail.C, types/pa_vobject.C,
                    180:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    181:          types/pa_vxdoc.C: minor error messages spelling fixes
                    182: 
                    183:        * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
                    184:          implementation (related to feature #930)
                    185: 
                    186:        * tests/: 388-sql.html, results/388-sql.processed: test results
                    187:          updated after rows number ^file::sql{} check added
                    188: 
                    189:        * src/classes/file.C: rows number now checked in ^file::sql{}
                    190: 
                    191:        * tests/: 428-sql.html, results/428-sql.processed: more tests
                    192: 
                    193:        * tests/: 428-sql.html, results/428-sql.processed: more
                    194:          multi_statements testing before bugfix
                    195: 
                    196:        * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
                    197:          results/428-sql.processed: support for multiple sql test files
                    198:          added
                    199: 
                    200:        * tests/: 388-sql.html, results/388-sql.processed: more sql testing
                    201: 
                    202:        * src/classes/hash.C: more accurate one_bool_column processing
                    203: 
                    204:        * tests/: 427.html, results/427.processed: Constructors as methods
                    205:          behavour documented in test
                    206: 
                    207:        * src/classes/hash.C: HashStringValue::Iterator used for options
                    208: 
                    209:        * tests/: 388-sql.html, results/388-sql.processed: even more tests
                    210: 
                    211:        * tests/: 388-sql.html, results/388-sql.processed: a bit more
                    212:          testing
                    213: 
                    214:        * tests/results/367-curl.processed: test result updated after
                    215:          server charset changed
                    216: 
                    217:        * tests/results/347-curl.processed: error messages updated
                    218: 
                    219:        * tests/results/: 346-curl.processed, 379-curl.processed,
                    220:          394-curl.processed: tests results updated after Type -> Exception
                    221:          type replacement
                    222: 
                    223:        * tests/results/388-sql.processed: tests result updated after Type
                    224:          -> Exception type
                    225: 
                    226: 2024-09-27  moko
                    227: 
                    228:        * src/classes/hash.C: minor simplification
                    229: 
                    230: 2024-09-24  moko
                    231: 
                    232:        * src/main/pa_string.C: atoui error messages improved
                    233: 
                    234:        * tests/: 165.html, 312.html, results/165.processed,
                    235:          results/312.processed, results/379.processed: tests updated after
                    236:          default endless loop limit increased, atoi error messages
                    237:          improved
                    238: 
                    239:        * src/classes/hash.C: VBool::get used, unification
                    240: 
1.198     moko      241: 2024-09-22  moko
                    242: 
                    243:        * src/classes/array.C: minor simplification
                    244: 
                    245:        * src/classes/array.C: ^array.left(N),
                    246:          ^array.right(N),^array.mid(P;N) added (related to feature #930)
                    247: 
                    248:        * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
                    249:          types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
                    250:          added, default 1000000 (related to feature #930)
                    251: 
                    252:        * tests/: 426.html, results/426.processed: test for negative limit
                    253:          and offset processing for table options added
                    254: 
                    255:        * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
                    256:          bugfix: negative limit and offset processing for table options
                    257:          fixed
                    258: 
                    259: 2024-09-21  moko
                    260: 
                    261:        * src/: classes/array.C, types/pa_varray.h: join supports hash;
                    262:          ^for added that also iterates holes; ^remove added (related to
                    263:          feature #930)
                    264: 
                    265:        * src/classes/array.C: ^array.join[$another_array; $.limit(N)
                    266:          $.offset(M) ] added (related to feature #930)
                    267: 
                    268: 2024-09-20  moko
                    269: 
                    270:        * src/: classes/array.C, types/pa_varray.h: array:
                    271:          +foreach[value]{code}, + add[hash with numeric keys] (related to
                    272:          feature #930)
                    273: 
                    274: 2024-09-19  moko
                    275: 
                    276:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
                    277:          main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
                    278:          support $a[v1;v2;...] syntax (related to feature #930)
                    279: 
                    280: 2024-09-17  moko
                    281: 
                    282:        * src/: classes/reflection.C, include/pa_request.h,
                    283:          main/compile_tools.h, main/pa_request.C:
                    284:          ^reflection:class_alias[existing class name;alias class name]
                    285:          added. The array class can now be redefined regardless of the
                    286:          $.replace(bool) option value (related to feature #930)
                    287: 
                    288:        * src/main/: compile.y, compile_tools.h: class_add return value
                    289:          inverted to add it to request class
                    290: 
                    291:        * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
                    292:          include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
                    293:          types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
                    294:          resize if required. spared array - added fused, append.
                    295: 
1.197     moko      296: 2024-09-16  moko
                    297: 
                    298:        * src/types/pa_varray.h: get moved to where it belongs
                    299: 
                    300: 2024-09-15  moko
                    301: 
                    302:        * src/: include/pa_array.h, types/pa_varray.h: more agressive
                    303:          expansion to minimize reallocs: fallocated/32 -> fallocated/4
                    304: 
                    305:        * tests/: 421.html, results/323.processed, results/421.processed:
                    306:          tests updated after 'spared-array' class renamed to 'array'
                    307:          following a discussion on the forum (related to feature #930)
                    308: 
                    309:        * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
                    310:          types/pa_vmail.C: initial SparseArray separation from Array,
                    311:          parser class now 'array'
                    312: 
                    313: 2024-09-14  moko
                    314: 
                    315:        * tests/: 030.html, results/030.processed: out of range expires
                    316:          check added
                    317: 
                    318:        * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
                    319:          checking expires time using VDate
                    320: 
                    321: 2024-09-13  moko
                    322: 
                    323:        * src/: classes/array.C, classes/curl.C, classes/date.C,
                    324:          classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
                    325:          classes/memcached.C, classes/op.C, classes/regex.C,
                    326:          classes/string.C, classes/xdoc.C, classes/xnode.C,
                    327:          main/execute.C, main/pa_http.C, main/pa_request.C,
                    328:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                    329:          types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
                    330:          types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
                    331:          types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
                    332:          removed as dynamic_cast is faster, Value::is() is still required
                    333:          for is operator.
                    334: 
                    335: 2024-09-12  moko
                    336: 
                    337:        * src/: classes/file.C, classes/image.C, classes/reflection.C,
                    338:          classes/table.C, classes/xnode.C, include/pa_array.h,
                    339:          include/pa_string.h, main/pa_common.C, main/pa_request.C,
                    340:          main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
                    341:          types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
                    342:          templated pa_itoa/pa_uitoa added to work with any integer type,
                    343:          String::Body::Format removed
                    344: 
                    345: 2024-09-10  moko
                    346: 
                    347:        * src/classes/array.C: append and insert methods added to
                    348:          sparse-array (related to feature #930)
                    349: 
                    350:        * tests/: 253.html, 255.html, 421.html, results/421.processed:
                    351:          tests updated after sparse-array was added to avoid ^json:parse[]
                    352:          using it in old tests (related to feature #930)
                    353: 
                    354:        * src/: classes/array.C, classes/json.C, types/pa_varray.C,
                    355:          types/pa_varray.h: sparse-array class added (initial feature #930
                    356:          implementation)
                    357: 
                    358:        * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
                    359:          for sparse-array class files (related to feature #930)
                    360: 
                    361:        * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
                    362:          types/pa_vhash.h: VArray support functions without actual VArray
                    363:          files (related to feature #930)
                    364: 
1.196     moko      365: 2024-09-07  moko
                    366: 
                    367:        * src/: classes/curl.C, classes/string.C, classes/table.C,
                    368:          include/pa_array.h, main/execute.C, main/pa_dictionary.C,
                    369:          main/pa_http.C, main/pa_sql_driver_manager.C,
                    370:          main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
                    371:          types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
                    372:          types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
                    373:          with Hash::Iterator, has_next() replaced with operator bool
                    374:          (related to feature #930)
                    375: 
                    376:        * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
                    377:          main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
                    378:          types/pa_vstateless_class.C: Array class extended,
                    379:          Array::Iterator added and used (related to feature #930)
                    380: 
1.195     moko      381: 2024-08-26  moko
                    382: 
                    383:        * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
                    384:          should be used on argv[0] as well to match document root.
                    385: 
1.194     moko      386: 2024-08-25  moko
                    387: 
                    388:        * src/main/pa_request.C: be more specific
                    389: 
                    390:        * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
                    391:          to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
                    392:          (fixes bug #1244)
                    393: 
                    394:        * src/targets/cgi/parser3.C: avoid "parser allready configured"
                    395:          exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
                    396:          rsplit(..., '\\') is not correct when / and \ are mixed in path
                    397: 
                    398:        * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
                    399: 
1.193     moko      400: 2024-07-24  moko
                    401: 
                    402:        * src/: include/pa_config_includes.h, lib/gd/gifio.C,
                    403:          main/execute.C, main/pa_string.C: Warning war: clang changed
                    404:          -Wdeprecated-register warning to -Wregister, it's easier to
                    405:          remove all register vars then continue this fight. :)
                    406: 
                    407:        * src/main/: compile.y, compile.tab.C: warning war: register
                    408:          removed
                    409: 
1.192     moko      410: 2024-07-14  moko
                    411: 
                    412:        * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
                    413:          checking the HTTP request environment; if the variable is not
                    414:          present, checking the web server process environment (implements
                    415:          feature #1242)
                    416: 
1.191     moko      417: 2024-05-26  moko
                    418: 
                    419:        * tests/: 195.html, 229.html, results/096.processed,
                    420:          results/097.processed, results/158.processed,
                    421:          results/186.processed, results/273.processed,
                    422:          results/293.processed, results/317.processed,
                    423:          results/389.processed, results/402.processed: tests updated as
                    424:          single quote now escaped with &apos; in HTML tainting mode
                    425:          (related to feature #1241)
                    426: 
                    427:        * src/main/untaint.C: single quote now escaped with &apos; in HTML
                    428:          tainting mode (implements feature #1241)
                    429: 
                    430:        * tests/results/: 020.processed, 021.processed, 026.processed,
                    431:          042.processed, 043.processed, 057.processed, 110.processed,
                    432:          115.processed, 116.processed, 117.processed, 118.processed,
                    433:          119.processed, 120.processed, 125.processed, 126.processed,
                    434:          128.processed, 130.processed, 131.processed, 132.processed,
                    435:          133.processed, 135.processed, 136.processed, 138.processed,
                    436:          139.processed, 140.processed, 145.processed, 150.processed,
                    437:          151.processed, 165.processed, 174.processed, 181.processed,
                    438:          182.processed, 192.processed, 193.processed, 201.processed,
                    439:          213.processed, 224.processed, 226.processed, 230.processed,
                    440:          239.processed, 240.processed, 244.processed, 253.processed,
                    441:          254.processed, 261.processed, 264.processed, 269.processed,
                    442:          274.processed, 275.processed, 288.processed, 294.processed,
                    443:          296.processed, 303.processed, 306.processed, 307.processed,
                    444:          308.processed, 311.processed, 312.processed, 314.processed,
                    445:          315.processed, 316.processed, 320.processed, 323.processed,
                    446:          324.processed, 325.processed, 328.processed, 330.processed,
                    447:          332.processed, 333.processed, 337.processed, 338.processed,
                    448:          341.processed, 342.processed, 343.processed, 344.processed,
                    449:          345.processed, 348.processed, 352.processed, 356.processed,
                    450:          357.processed, 363.processed, 364.processed, 368.processed,
                    451:          372.processed, 373.processed, 376.processed, 378.processed,
                    452:          379.processed, 385.processed, 386.processed, 387.processed,
                    453:          389.processed, 390.processed, 395.processed, 397.processed,
                    454:          398.processed, 399.processed, 404.processed, 406.processed,
                    455:          413.processed, 414.processed, 420.processed, 421.processed,
                    456:          424.processed, auto.p: Type -> Exception type for readability
                    457: 
                    458:        * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
                    459:          217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
                    460:          results/119.processed, results/165.processed,
                    461:          results/175.processed, results/192.processed,
                    462:          results/213.processed, results/217.processed,
                    463:          results/230.processed, results/240.processed,
                    464:          results/298.processed, results/380.processed,
                    465:          results/415.processed: try-catch, try-catch-comment used
                    466: 
                    467: 2024-05-21  moko
                    468: 
                    469:        * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
                    470:          results/180.processed, results/195.processed,
                    471:          results/224.processed, results/auto.p: @try-catch-comment added
                    472:          and used
                    473: 
                    474:        * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
                    475:          415.html, results/269.processed, results/283.processed,
                    476:          results/auto.p: more tests are updated to prepare for apostrophe
                    477:          escaping in HTML tainting
                    478: 
                    479:        * tests/results/: 181.processed, 294.processed, 296.processed,
                    480:          315.processed, 379.processed, 389.processed, auto.p:
                    481:          $exception.comment printed as-is for whitespace reporting and to
                    482:          prepare for apostrophe escaping in HTML mode
                    483: 
1.190     moko      484: 2024-05-11  moko
                    485: 
                    486:        * tests/: 099.html, 100.html, results/099.processed,
                    487:          results/100.processed: a test for non-UTF-8 filename* added
                    488:          (related to feature #1240)
                    489: 
                    490:        * tests/: 293.html, results/293.processed: tainting modes tests
                    491:          added
                    492: 
                    493:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    494:          309.processed, 310.processed, 419.processed: tests results
                    495:          updated after filename* added (related to feature #1240)
                    496: 
                    497:        * src/: include/pa_common.h, main/pa_request.C: The filename*
                    498:          parameter was added to the Content-Disposition header to conform
                    499:          with RFC 6266, with code provided by Sumo (implements feature
                    500:          #1240)
                    501: 
                    502: 2024-05-10  moko
                    503: 
                    504:        * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
                    505:          positive performance effect in our case
                    506: 
1.189     moko      507: 2024-03-27  moko
                    508: 
                    509:        * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
                    510:          (related to feature #1236)
                    511: 
                    512: 2024-03-15  moko
                    513: 
                    514:        * tests/: 413.html, results/413.processed: test for object still
                    515:          can be used as file parameter (related to bug #1218)
                    516: 
                    517:        * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
                    518:          still can be used in file context (fixes bug #1218)
                    519: 
                    520: 2024-03-14  moko
                    521: 
                    522:        * src/include/pa_string.h: ArrayString get() null result assert
                    523:          also added (related to bug #1238)
                    524: 
                    525:        * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
                    526:          VString::empty() used instead of new VString()
                    527: 
                    528: 2024-03-12  moko
                    529: 
                    530:        * tests/: 379-curl.html, 379.html, results/379-curl.processed,
                    531:          results/379.processed: test added for cookie without value
                    532:          (related to bug #1238)
                    533: 
                    534:        * src/include/pa_string.h: In assertions enabled mode, ArrayString
                    535:          values are now required to be non-null (related to bug #1238)
                    536: 
                    537:        * src/main/pa_http.C: cookies without value are now parsed
                    538:          correctly (fixed bug #1238)
                    539: 
                    540: 2024-03-11  moko
                    541: 
                    542:        * tests/run_parser.sh: for better error reporting
                    543: 
1.188     moko      544: 2023-12-30  moko
                    545: 
                    546:        * tests/: 038.html, results/038.processed: test for atan2 added
                    547: 
                    548: 2023-12-29  moko
                    549: 
                    550:        * src/classes/math.C: atan2(y,x) math function added
                    551: 
1.187     moko      552: 2023-12-14  moko
                    553: 
                    554:        * tests/212.html: pcre2 compatibility (related to feature #1236)
                    555: 
                    556:        * tests/: 425.html, results/425.processed: test for pcre/pcre2
                    557:          exceptions and behavour added (related to feature #1236)
                    558: 
                    559: 2023-12-13  moko
                    560: 
                    561:        * buildall: by default parser is now bundled with pcre2 10.42,
                    562:          --without-pcre2 option added to build with pcre-8.45 (related to
                    563:          feature #1236)
                    564: 
                    565: 2023-12-12  moko
                    566: 
                    567:        * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
                    568:          support added (implements feature #1236)
                    569: 
                    570:        * src/: include/pa_charset.h, include/pa_config_includes.h,
                    571:          lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
                    572:          main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
                    573:          types/pa_vregex.h: Adopted patch from Yavor Doganov
                    574:          <yavor@gnu.org> to add pcre2 library support (implements feature
                    575:          #1236)
                    576: 
1.186     moko      577: 2023-11-28  moko
                    578: 
                    579:        * src/include/pa_config_includes.h: warnings war continues
                    580: 
                    581:        * src/include/pa_config_includes.h: warning war
                    582: 
                    583:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
                    584:          number strings, whitespace and sign in exception messages
                    585:          (related to bug #1234)
                    586: 
1.185     moko      587: 2023-11-26  moko
                    588: 
                    589:        * tests/: 274.html, results/224.processed, results/274.processed:
                    590:          tests for date double, int, bool added (related to feature #1235)
                    591: 
                    592:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                    593:          added for date class (implements feature #1235)
                    594: 
                    595: 2023-11-23  moko
                    596: 
                    597:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                    598:          and '-' strings are no longer can be treated as number 0,
                    599:          exception thrown (fixes bug #1234)
                    600: 
1.184     moko      601: 2023-11-18  moko
                    602: 
                    603:        * src/include/pa_types.h: minor
                    604: 
                    605:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                    606: 
                    607:        * tests/: 389.html, results/389.processed: error messages for some
                    608:          OS differs a bit, reducing failing tests for them
                    609: 
                    610: 2023-11-17  moko
                    611: 
                    612:        * tests/: 423.html, results/423.processed: test for optional
                    613:          @auto[] inheritance added (related to feature #1233)
                    614: 
                    615:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                    616:          types/pa_vstateless_class.C: optional @auto[] inheritance
                    617:          implemented if defined with two args (path, class name)
                    618:          (implements feature #1233)
                    619: 
                    620:        * src/: classes/double.C, classes/int.C, classes/math.C,
                    621:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                    622:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                    623:          sync double->int overflow behavour under different architectures
                    624:          (fixes bug #1232)
                    625: 
                    626:        * tests/: 422.html, results/422.processed: int clipping added
                    627: 
                    628: 2023-11-16  moko
                    629: 
                    630:        * tests/: 422.html, results/422.processed: test for int and uint
                    631:          overflow in ^n.format[d/u/x]
                    632: 
                    633:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                    634:          Apple M1 when negative double converts to uint the result is 0)
                    635:          and crc32 should be 32 bits
                    636: 
                    637:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                    638:          on Apple M1 it's 0
                    639: 
                    640:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                    641:          Apple M1 when negative double converts to uint the result is 0)
                    642:          and crc32 should be 32 bits
                    643: 
1.183     moko      644: 2023-10-07  moko
                    645: 
                    646:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                    647:          behavour with other OP_NUM_*, related to bug #1230
                    648: 
                    649: 2023-10-06  moko
                    650: 
                    651:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                    652: 
                    653:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                    654:          be converted to double to avoid 80 bit operations in x87 mode
                    655:          (fixes bug #1230)
                    656: 
                    657: 2023-10-05  moko
                    658: 
                    659:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                    660:          compatibility
                    661: 
                    662:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                    663: 
                    664:        * tests/: 421.html, results/421.processed: test to cover all
                    665:          classes and objects nonexistent method and field exceptions
                    666:          (related to feature #1080 and #1227)
                    667: 
                    668:        * tests/results/: 182.processed, 324.processed: undefined method ->
                    669:          <type> method not found exception (related to feature #1080)
                    670: 
                    671:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                    672:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                    673:          "element can not be fetched from" for them, "field not found" for
                    674:          all other types (related to bug #1227)
                    675: 
                    676: 2023-10-03  moko
                    677: 
                    678:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                    679:          <type> method not found" exception now thrown for static calls
                    680:          instead of "undefined method" without class name (related to
                    681:          feature #1080)
                    682: 
                    683: 2023-10-02  moko
                    684: 
                    685:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                    686:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                    687:          <method name>, Comment: <type> method not found" exception now
                    688:          thrown for all dynamic objects instead of "undefined method"
                    689:          without class name (implements feature #1080)
                    690: 
1.182     moko      691: 2023-10-01  moko
                    692: 
                    693:        * src/classes/json.C: we don't have a dynamic json object.
                    694: 
                    695: 2023-09-28  moko
                    696: 
                    697:        * tests/: 420.html, results/261.processed, results/420.processed:
                    698:          tests updated after bug #1228 fix reverted
                    699: 
                    700:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                    701:          whitespace string is hash compatible, so we don't want $s.key to
                    702:          return a junction
                    703: 
                    704:        * tests/: 261.html, 420.html, results/261.processed,
                    705:          results/420.processed: test for bug #1227 added, test updated
                    706:          after bug #1228 fixed
                    707: 
                    708:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                    709:          now throws exception as $non-empty-string.field (fixes bug #1227)
                    710: 
                    711:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                    712:          #1228)
                    713: 
                    714: 2023-09-26  moko
                    715: 
                    716:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                    717:          src/classes/classes.C, src/classes/classes.awk,
                    718:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                    719:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                    720:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                    721:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                    722:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                    723:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                    724:          src/classes/regex.C, src/classes/response.C,
                    725:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                    726:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                    727:          src/include/pa_array.h, src/include/pa_base64.h,
                    728:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                    729:          src/include/pa_charsets.h, src/include/pa_common.h,
                    730:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                    731:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                    732:          src/include/pa_exception.h, src/include/pa_exec.h,
                    733:          src/include/pa_globals.h, src/include/pa_hash.h,
                    734:          src/include/pa_http.h, src/include/pa_memory.h,
                    735:          src/include/pa_opcode.h, src/include/pa_operation.h,
                    736:          src/include/pa_os.h, src/include/pa_pool.h,
                    737:          src/include/pa_random.h, src/include/pa_request.h,
                    738:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                    739:          src/include/pa_sapi.h, src/include/pa_socks.h,
                    740:          src/include/pa_sql_connection.h,
                    741:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                    742:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                    743:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                    744:          src/include/pa_table.h, src/include/pa_threads.h,
                    745:          src/include/pa_types.h, src/include/pa_uue.h,
                    746:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                    747:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                    748:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                    749:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                    750:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                    751:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                    752:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                    753:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                    754:          src/main/compile.tab.C, src/main/compile.y,
                    755:          src/main/compile_tools.C, src/main/compile_tools.h,
                    756:          src/main/execute.C, src/main/pa_base64.C,
                    757:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                    758:          src/main/pa_charsets.C, src/main/pa_common.C,
                    759:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                    760:          src/main/pa_exception.C, src/main/pa_exec.C,
                    761:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                    762:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                    763:          src/main/pa_request.C, src/main/pa_socks.C,
                    764:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                    765:          src/main/pa_stylesheet_connection.C,
                    766:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                    767:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                    768:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                    769:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                    770:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                    771:          src/targets/apache/mod_parser3_core.C,
                    772:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                    773:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                    774:          src/types/pa_method.h, src/types/pa_property.h,
                    775:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                    776:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                    777:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                    778:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                    779:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                    780:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                    781:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                    782:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                    783:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                    784:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                    785:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                    786:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                    787:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                    788:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                    789:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                    790:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                    791:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                    792:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                    793:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                    794:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                    795:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                    796:          src/types/pa_vstateless_class.h,
                    797:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                    798:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                    799:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                    800:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                    801:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                    802:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                    803:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                    804:          src/types/pa_wwrapper.h: copyright, authors actualized
                    805: 
1.181     moko      806: 2023-08-20  moko
                    807: 
                    808:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                    809:          commited (related to feature #1219)
                    810: 
                    811: 2023-08-16  moko
                    812: 
                    813:        * src/main/pa_random.C: replaced clock precision with monotonicity
                    814:          counter, good for Windows version with low clock frequency
                    815:          (related to feature #1229)
                    816: 
                    817: 2023-08-15  moko
                    818: 
                    819:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                    820:          fixes related to feature #1229
                    821: 
                    822:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                    823:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                    824:          (implements feature #1229)
                    825: 
1.180     moko      826: 2023-08-02  moko
                    827: 
                    828:        * tests/: results/417.processed, 417.html: test for empty string
                    829:          match after last char added (related to bug #1224)
                    830: 
                    831:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                    832:          length match (related to bug #1224)
                    833: 
1.179     moko      834: 2022-11-22  moko
                    835: 
                    836:        * tests/: 419.html, results/419.processed: test for L_URI and path
                    837:          removeal from filename added (related to bug #1204)
                    838: 
                    839:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                    840:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                    841:          attribute value, L_URI should be used
                    842: 
1.178     moko      843: 2022-09-21  moko
                    844: 
                    845:        * src/targets/cgi/parser3.C: more clear error messages
                    846: 
                    847:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                    848:          SAPI_Info will return 0 in read_post and post_size !=
                    849:          content_length will be thrown
                    850: 
1.177     moko      851: 2022-08-23  moko
                    852: 
                    853:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                    854:          header value
                    855: 
                    856: 2022-08-22  moko
                    857: 
                    858:        * tests/: 418.html, results/418.processed: test for
                    859:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                    860:          to #1225)
                    861: 
                    862:        * src/classes/hash.C: keep old behavoir by default
                    863: 
                    864:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                    865:          $.order[self|arg] ] added (implements #1215)
                    866: 
1.176     moko      867: 2022-03-21  moko
                    868: 
                    869:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                    870:          xmlInitCharEncodingHandlers is called in libxml static
                    871:          initializers before gc_substitute_memory_management_functions in
                    872:          pa_globals and thus gc may not see reference to our
                    873:          xmlCharEncodingHandler and free it.
                    874: 
1.175     moko      875: 2022-01-26  moko
                    876: 
                    877:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                    878: 
1.174     moko      879: 2021-12-28  moko
                    880: 
                    881:        * tests/: 417.html, results/417.processed: test for empty string
                    882:          match added (related to bug #1224)
                    883: 
                    884:        * src/main/pa_string.C: empty string match now works (fixes bug
                    885:          #1224)
                    886: 
1.173     moko      887: 2021-12-24  moko
                    888: 
                    889:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                    890: 
                    891: 2021-12-23  moko
                    892: 
                    893:        * src/: classes/table.C, main/pa_request.C: warnings war
                    894: 
                    895:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                    896:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                    897: 
                    898: 2021-12-21  moko
                    899: 
                    900:        * tests/: 416.html, results/416.processed: test for ^break[] in
                    901:          ^hash/table.select[] (related to feature #1222)
                    902: 
                    903:        * src/classes/: hash.C, table.C: ^break[] support for
                    904:          ^hash/table.select[] (implements feature #1222)
                    905: 
1.172     moko      906: 2021-11-30  moko
                    907: 
                    908:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                    909:          0.5 sec
                    910: 
1.171     moko      911: 2021-11-10  moko
                    912: 
                    913:        * tests/results/415.processed: more syntax errors tests added
                    914: 
                    915:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                    916:          28.p: minor syntax error tests
                    917: 
                    918:        * src/main/pa_exception.C: pa_strdup added for compatibility
                    919: 
                    920:        * src/classes/curl.C: hint to call ^curl:options[
                    921:          $.library[correct.libcurl.so.name] ] added if default load fails.
                    922: 
                    923: 2021-11-09  moko
                    924: 
                    925:        * src/main/compile.y: error message can be on stack
                    926: 
                    927:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                    928: 
                    929:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                    930:          this case then strncpy
                    931: 
                    932:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                    933:          instead of strcpy where possible
                    934: 
                    935:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                    936:          used to avoid MAX_STRING limit in Exception comment
                    937: 
                    938:        * tests/results/415.processed: compiler exceptions are no longer
                    939:          limited to MAX_STRING
                    940: 
                    941:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                    942:          char * instead of fixed buffer
                    943: 
                    944:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                    945:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                    946:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                    947:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                    948:          results/415.processed: tests for parser.compile exceptions added
                    949: 
                    950: 2021-11-08  moko
                    951: 
                    952:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                    953:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                    954:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    955:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                    956:          drawbacks
                    957: 
1.170     moko      958: 2021-11-06  moko
                    959: 
                    960:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                    961:          (implements feature #1219)
                    962: 
                    963:        * tests/: 414.html, results/414.processed: test for
                    964:          ^hash.rename[from;to] added (related to feature #1144)
                    965: 
                    966: 2021-11-05  moko
                    967: 
                    968:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                    969:          (related to feature #1144)
                    970: 
                    971: 2021-11-04  moko
                    972: 
                    973:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                    974:          added (implements feature #1144)
                    975: 
1.169     moko      976: 2021-10-19  moko
                    977: 
                    978:        * tests/: 413.html, results/413.processed: test for hash no longer
                    979:          is accepted as file parameter (related to bug #1218)
                    980: 
                    981:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    982:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                    983:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                    984:          longer is accepted as file parameter (fixes bug #1218)
                    985: 
1.168     moko      986: 2021-07-19  moko
                    987: 
                    988:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                    989:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                    990: 
1.167     moko      991: 2021-04-16  moko
                    992: 
                    993:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                    994:          processing it leads to assertions.
                    995: 
1.166     moko      996: 2021-03-25  moko
                    997: 
                    998:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                    999:          #1213
                   1000: 
1.165     moko     1001: 2021-02-12  moko
                   1002: 
                   1003:        * tests/: 360.html, results/360.processed, results/363.processed:
                   1004:          parser method call in expression mode no longer differs from call
                   1005:          in string mode (related to feature #1211)
                   1006: 
                   1007: 2021-02-11  moko
                   1008: 
                   1009:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                   1010:          fixed (bug #1212)
                   1011: 
                   1012:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                   1013:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                   1014:          strings in both calls (implements feature #1211)
                   1015: 
1.164     moko     1016: 2021-01-28  moko
                   1017: 
                   1018:        * buildall, etc/auto.p.in: to remove last patch in debian package
                   1019: 
                   1020:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                   1021:          3.4.7b
                   1022: 
1.162     moko     1023: 2021-01-21  moko
                   1024: 
                   1025:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                   1026:          is MULTITHREADED
                   1027: 
1.157     moko     1028: 2021-01-20  moko
                   1029: 
1.161     moko     1030:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                   1031:          'a2enmod mpm_prefork'
                   1032: 
1.160     moko     1033:        * src/targets/apache/mod_parser3.c: prefork name is now
                   1034:          'libapache2-mpm-itk'
                   1035: 
                   1036:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                   1037:          removed
                   1038: 
1.159     moko     1039:        * src/targets/isapi/Makefile.am: -pa_threads.C
                   1040: 
1.158     moko     1041:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                   1042:          3.4.6
                   1043: 
1.157     moko     1044:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                   1045: 
                   1046:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                   1047:          /httpd.p
                   1048: 
                   1049:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                   1050:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                   1051:          #1203)
                   1052: 
                   1053: 2021-01-19  moko
                   1054: 
                   1055:        * buildall: --disable-parallel-mark added to avoid "number of
                   1056:          processors" threads creation for heap marking as it conflicts
                   1057:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                   1058:          limits threads)
                   1059: 
1.156     moko     1060: 2021-01-16  moko
                   1061: 
                   1062:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                   1063:          main/pa_globals.C, main/pa_memory.C,
                   1064:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                   1065:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                   1066:          feature #1209)
                   1067: 
                   1068: 2021-01-15  moko
                   1069: 
                   1070:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                   1071:          3.4.6rc
                   1072: 
                   1073:        * src/classes/json.C: get_delim added for delimiter caching (10%
                   1074:          faster on large json)
                   1075: 
                   1076: 2021-01-14  moko
                   1077: 
                   1078:        * operators.txt: updated with 3.4.6 changes
                   1079: 
                   1080:        * tests/results/224.processed: test result modified after
                   1081:          today(shift) implemented
                   1082: 
                   1083:        * tests/: 407.html, results/407.processed: test for ^hash.select
                   1084:          option $.default(bool) added (related to feature #1172)
                   1085: 
                   1086:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                   1087:          (related to feature #1172)
                   1088: 
                   1089:        * tests/: 141.html, results/141.processed: test modified for
                   1090:          feature #1185.
                   1091: 
                   1092:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                   1093:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                   1094:          options $.lower(bool) (implements feature #1185)
                   1095: 
                   1096: 2021-01-11  moko
                   1097: 
                   1098:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                   1099:          #1192)
                   1100: 
                   1101:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                   1102:          added (related to feature #1192)
                   1103: 
1.155     moko     1104: 2021-01-05  moko
                   1105: 
                   1106:        * tests/: 270.html, results/270.processed: test modified to work
                   1107:          under Windows
                   1108: 
                   1109:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                   1110:          4 windows
                   1111: 
                   1112:        * tests/: 410.html, results/410.processed: test for
                   1113:          $CLASS-GETTER-PROTECTED(false) added
                   1114: 
                   1115: 2021-01-04  moko
                   1116: 
                   1117:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                   1118:          $MAIN:LOCALS(true) added
                   1119: 
1.154     moko     1120: 2021-01-03  moko
                   1121: 
                   1122:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                   1123:          types/pa_vclass.h, types/pa_vstateless_class.C,
                   1124:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                   1125:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                   1126:          #1207)
                   1127: 
                   1128: 2021-01-02  moko
                   1129: 
                   1130:        * etc/auto.p.in: minor
                   1131: 
                   1132:        * src/main/pa_request.C: sending headers only after opening file to
                   1133:          allow error reporting if file was not opened (foreign group,
                   1134:          etc).
                   1135: 
                   1136: 2020-12-31  moko
                   1137: 
                   1138:        * src/: include/pa_request.h, main/pa_request.C,
                   1139:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                   1140: 
                   1141:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   1142:          main/pa_request.C: get_class_ref added and used
                   1143: 
                   1144:        * etc/auto.p.in: @CLASS httpd added
                   1145: 
                   1146:        * etc/auto.p.in: @auto[] is now first
                   1147: 
                   1148: 2020-12-30  moko
                   1149: 
                   1150:        * tests/: 408.html, results/408.processed: test for bug #1166
                   1151:          (windows only) added
                   1152: 
                   1153:        * src/main/pa_common.C: create_dir_for_file should not create dir
                   1154:          for trailing / (fixes bug #1166)
                   1155: 
                   1156:        * tests/: 341.html, results/341.processed: tests for
                   1157:          ^nameless_table.hash[] added (related to feature #1138)
                   1158: 
                   1159:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                   1160:          (implements feature #1138), extra fields in named tables no
                   1161:          longer ignored (implements feature #1138)
                   1162: 
                   1163:        * tests/results/390.processed: updated after exception text change
                   1164: 
                   1165: 2020-12-29  moko
                   1166: 
                   1167:        * tests/: 407.html, results/407.processed: +$._default check
                   1168: 
                   1169:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                   1170: 
                   1171:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                   1172:          and ^hash.reverse[] added (releated to feature #1172)
                   1173: 
                   1174:        * src/classes/hash.C:
                   1175:          ^hash.select[key;value](bool-condition)[options hash] +
                   1176:          ^hash.reverse[] added (implements feature #1172)
                   1177: 
                   1178:        * src/types/pa_vtable.h: warning war
                   1179: 
                   1180:        * src/include/pa_config_fixed.h: win32 fix
                   1181: 
1.153     moko     1182: 2020-12-27  moko
                   1183: 
                   1184:        * tests/: 406.html, results/406.processed: test results updated
                   1185: 
                   1186:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                   1187:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                   1188:          spelling
                   1189: 
                   1190: 2020-12-26  moko
                   1191: 
                   1192:        * tests/: 406.html, results/406.processed: tests for
                   1193:          ^table.rename[] added (related to feature #1148)
                   1194: 
                   1195:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   1196:          ^table.rename[column name from;column name to], ^table.rename[
                   1197:          $.[column name from][column name to] ... ] added (implements
                   1198:          feature #1148)
                   1199: 
                   1200: 2020-12-25  moko
                   1201: 
                   1202:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                   1203:          request_info now on stack to avoid yet another THREAD_LOCAL
                   1204:          memory deallocation issue (now with cookies), explained in #1203
                   1205: 
                   1206:        * src/types/pa_vcookie.C: fields should be inited
                   1207: 
                   1208: 2020-12-24  moko
                   1209: 
                   1210:        * src/include/pa_stylesheet_connection.h: looks like
                   1211:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                   1212:          sure libxml bug, but we have GC anyway, so we just remove this
                   1213:          call and see...
                   1214: 
                   1215:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                   1216:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                   1217:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                   1218:          abort.c:65:8     frame #3: 0x00000000004da663
                   1219:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                   1220:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                   1221:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                   1222:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                   1223:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                   1224:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                   1225:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                   1226:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                   1227:           frame #8: 0x000000000050d35c
                   1228:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                   1229:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                   1230:           frame #10: 0x00000000004436e5
                   1231:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                   1232:          [inlined]
                   1233:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                   1234:          pa_stylesheet_connection.h:62:3
                   1235: 
                   1236: 2020-12-23  moko
                   1237: 
                   1238:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                   1239: 
                   1240:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                   1241:          ^image::measure[; $.video(true) ] added
                   1242: 
                   1243:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                   1244:          httpd mode for unknown reasons
                   1245: 
                   1246: 2020-12-22  moko
                   1247: 
                   1248:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                   1249:          error_log uri of currently processed document", but never used
                   1250:          and conflicts with how libgc stops threads on FreeBSD (#define
                   1251:          SIG_SUSPEND SIGUSR1), thus removed.
                   1252: 
                   1253: 2020-12-21  moko
                   1254: 
                   1255:        * src/main/pa_request.C: +comment
                   1256: 
1.151     moko     1257: 2020-12-20  moko
                   1258: 
1.152     moko     1259:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                   1260:          it is more safe to have versions of pa_strdup with one and two
                   1261:          arguments, as helper_length=0 not always mean that strlen()
                   1262:          should be called, but means zero.
                   1263: 
                   1264:        * src/targets/isapi/parser3isapi.C: minor
                   1265: 
                   1266:        * src/main/pa_http.C: +valid_http_method
                   1267: 
1.151     moko     1268:        * src/: include/pa_http.h, main/pa_http.C,
                   1269:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                   1270: 
                   1271: 2020-12-17  moko
                   1272: 
                   1273:        * tests/: 405.html, results/405.processed: test for split by regex
                   1274:          added (related to feature #1160)
                   1275: 
                   1276:        * src/classes/string.C: split by regex implemented (feature #1160)
                   1277: 
                   1278:        * src/classes/string.C: minor
                   1279: 
                   1280:        * tests/: 404.html, results/404.processed: test for whitespace
                   1281:          string is now OK for table argument (related to feature #1169)
                   1282: 
                   1283:        * src/: classes/image.C, classes/string.C, classes/table.C,
                   1284:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                   1285:          argument (as with hash) (implements feature #1169)
                   1286: 
                   1287:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                   1288:          limit for comment (fixes bug #1102)
                   1289: 
                   1290:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                   1291: 
                   1292:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                   1293: 
                   1294:        * src/include/pa_config_includes.h: HAVE_TLS used
                   1295: 
                   1296:        * configure.ac: +TLS check
                   1297: 
                   1298:        * src/main/pa_http.C: content logging added
                   1299: 
                   1300:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                   1301:          clear_response_headers added
                   1302: 
                   1303: 2020-12-16  moko
                   1304: 
                   1305:        * buildall: as we now use threads, libatomic_ops still required for
                   1306:          some OS.
                   1307: 
                   1308:        * src/main/pa_request.C: whitespace
                   1309: 
                   1310:        * src/: include/pa_request.h, main/pa_request.C:
                   1311:          Request::Exception_trace::table extracted and used
                   1312: 
                   1313:        * src/main/pa_request.C: moving output_result call outside of try
                   1314:          as network exceptions should not be handled by parser code
                   1315: 
                   1316:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                   1317:          logging network exchange
                   1318: 
                   1319:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                   1320:          via network if it was network write error.
                   1321: 
                   1322:        * src/targets/cgi/parser3.C: log -> pa_log
                   1323: 
                   1324:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                   1325: 
                   1326:        * src/main/pa_threads.C: getpid() if no gettid() found
                   1327: 
                   1328:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1329:          we need to ignore "void" connections from browsers (browsers open
                   1330:          connections in advance and they will be empty if user does not
                   1331:          request more pages)
                   1332: 
                   1333: 2020-12-15  moko
                   1334: 
                   1335:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                   1336: 
                   1337:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                   1338:          RequestController not needed in httpd mode
                   1339: 
                   1340:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1341:          classes/classes.h, classes/curl.C, classes/date.C,
                   1342:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1343:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1344:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1345:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1346:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1347:          classes/string.C, classes/table.C, classes/void.C,
                   1348:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1349:          include/pa_array.h, include/pa_base64.h,
                   1350:          include/pa_cache_managers.h, include/pa_charset.h,
                   1351:          include/pa_charsets.h, include/pa_common.h,
                   1352:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1353:          include/pa_dictionary.h, include/pa_dir.h,
                   1354:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1355:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1356:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1357:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1358:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1359:          include/pa_sapi.h, include/pa_socks.h,
                   1360:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1361:          include/pa_stack.h, include/pa_string.h,
                   1362:          include/pa_stylesheet_connection.h,
                   1363:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1364:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1365:          include/pa_uue.h, include/pa_xml_exception.h,
                   1366:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1367:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1368:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1369:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1370:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1371:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1372:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1373:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                   1374:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   1375:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   1376:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   1377:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   1378:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                   1379:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   1380:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   1381:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                   1382:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1383:          main/untaint.C, sql/pa_sql_driver.h,
                   1384:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1385:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                   1386:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   1387:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   1388:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                   1389:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1390:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1391:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                   1392:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                   1393:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   1394:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                   1395:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   1396:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1397:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   1398:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                   1399:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1400:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   1401:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   1402:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   1403:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1404:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1405:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1406:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1407:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1408:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1409:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   1410: 
                   1411:        * src/main/pa_request.C: old compilers support
                   1412: 
                   1413:        * tests/: 362.html, results/362.processed: test updated after
                   1414:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                   1415:          #1108)
                   1416: 
                   1417:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                   1418:          removed, as xsltFreeStylesheet has side effects on original doc.
                   1419:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                   1420:          not updated after xdoc modification (part 3 of test 362).
                   1421:          (related to bug #1108)
                   1422: 
                   1423:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                   1424: 
                   1425:        * src/: classes/memory.C, include/pa_memory.h,
                   1426:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                   1427:          PA_GC_GCOLLECT used
                   1428: 
                   1429:        * src/include/pa_memory.h: +PA_GC_COLLECT
                   1430: 
                   1431:        * src/targets/cgi/parser3.C: msvs support fixes
                   1432: 
                   1433:        * src/lib/gc/include/gc.h: more cleanup
                   1434: 
                   1435:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                   1436: 
                   1437:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                   1438:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                   1439: 
                   1440:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                   1441: 
                   1442:        * configure.ac: pthread.h added to checked headers
                   1443: 
                   1444:        * src/classes/table.C: string stream is back :)
                   1445: 
                   1446:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                   1447:          exists
                   1448: 
                   1449:        * src/main/pa_globals.C: GC_dont_gc replaced
                   1450: 
                   1451:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                   1452:          left to simplify adding new functions.  depricated GC_dont_gc
                   1453:          replaced with GC_disable and GC_enable calls.
                   1454: 
                   1455:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                   1456:          CORD_from_file* not used and thus removed
                   1457: 
                   1458:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                   1459: 
                   1460: 2020-12-14  moko
                   1461: 
                   1462:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                   1463:          referenced elsewhere, or GC will collect it.
                   1464: 
                   1465:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                   1466:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                   1467:          elsewhere, or GC will collect them (and we'll get GPF in
                   1468:          multithreaded enviroment).  May be it can be also fixed by some
                   1469:          GC call, not sure. But this fix costs nothing (but hours of
                   1470:          debugging to find the issue :).
                   1471: 
1.150     moko     1472: 2020-12-11  moko
                   1473: 
                   1474:        * configure.ac: gettid() check added
                   1475: 
                   1476:        * src/main/pa_threads.C: HAVE_GETTID used
                   1477: 
                   1478:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                   1479: 
                   1480:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                   1481:          version for isapi/cgi/apache
                   1482: 
                   1483:        * buildall: threads are now required.
                   1484: 
                   1485:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                   1486:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1487:          main/main.vcproj: pa_threads.C moved to main
                   1488: 
                   1489:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                   1490:          isapi/pa_threads.C: pa_threads.C moved to main
                   1491: 
                   1492:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                   1493:          targets/apache/Makefile.am: pa_threads.C moved to main
                   1494: 
                   1495:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                   1496: 
                   1497:        * src/: include/pa_stylesheet_connection.h,
                   1498:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                   1499:          and weird GPF in multithreaded httpd is gone
                   1500: 
                   1501:        * src/include/: pa_stylesheet_connection.h,
                   1502:          pa_sql_driver_manager.h: whitespace
                   1503: 
                   1504:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                   1505: 
                   1506:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   1507:          main/pa_stylesheet_manager.C: whitespace, warning war
                   1508: 
                   1509:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                   1510:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                   1511:          parser_multithreaded never used
                   1512: 
                   1513:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                   1514: 
                   1515: 2020-12-10  moko
                   1516: 
                   1517:        * src/: include/pa_config_includes.h, include/pa_http.h,
                   1518:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                   1519:          MULTITHREADED and PARALLEL httpd server modes
                   1520: 
                   1521:        * src/main/pa_globals.C: GC_java_finalization is depricated
                   1522: 
                   1523: 2020-12-09  moko
                   1524: 
                   1525:        * etc/auto.p.in: + @httpd-main
                   1526: 
                   1527:        * src/: include/pa_common.h, main/pa_request.C,
                   1528:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                   1529:          work
                   1530: 
                   1531:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   1532:          slow file_read_binary no longer used, send_range added
                   1533: 
                   1534: 2020-12-08  moko
                   1535: 
                   1536:        * src/main/pa_request.C: >4Gb support
                   1537: 
                   1538:        * src/targets/cgi/parser3.C: msvc warning war
                   1539: 
                   1540:        * src/: include/pa_config_includes.h, main/pa_http.C,
                   1541:          main/pa_request.C: msvc warnings war
                   1542: 
                   1543:        * src/classes/image.C: warning war
                   1544: 
                   1545:        * src/classes/table.C: MSVC warning war
                   1546: 
                   1547:        * src/targets/cgi/parser3.C: msvc warnings war
                   1548: 
                   1549:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                   1550:          added
                   1551: 
1.149     moko     1552: 2020-12-07  moko
                   1553: 
1.150     moko     1554:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                   1555:          avoid logging beside system-wide auto.p
                   1556: 
                   1557:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                   1558: 
                   1559:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                   1560:          configure options added:
                   1561: 
                   1562:          --with-system-cfg=FILE  to specify system-wide auto.p
                   1563:          --with-system-log=FILE  to specify system-wide parser3.log
                   1564: 
                   1565:        * Makefile.am: bin no longer exists
                   1566: 
                   1567:        * configure, configure.ac: auto.p moved to etc to simplify debian
                   1568:          package
                   1569: 
                   1570:        * buildall: auto.p and parser3.charsets moved to their default
                   1571:          location after install
                   1572: 
                   1573:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                   1574: 
                   1575:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   1576: 
1.149     moko     1577:        * src/targets/cgi/parser3.C: locate_config call returned to
                   1578:          original place as it requires pa_thread_request() under Windows
                   1579: 
                   1580:        * src/targets/cgi/parser3.C: renaming
                   1581: 
                   1582: 2020-12-06  moko
                   1583: 
                   1584:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   1585:          check added
                   1586: 
                   1587: 2020-12-04  moko
                   1588: 
                   1589:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   1590:          main/pa_request.C: unified uint64_t lseek implemented to support
                   1591:          >4Gb files under x86, including Windows
                   1592: 
                   1593: 2020-12-02  moko
                   1594: 
                   1595:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   1596:          with max_file_size
                   1597: 
                   1598:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   1599:          support for processing files sized >4Gb on 32 bit planforms
                   1600: 
                   1601:        * tests/399.html: file moved
                   1602: 
                   1603:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   1604: 
                   1605:        * src/targets/cgi/pa_sapi_info.h: warning war
                   1606: 
                   1607:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   1608:          warning war
                   1609: 
                   1610: 2020-12-01  moko
                   1611: 
                   1612:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   1613: 
                   1614:        * src/classes/image.C: for "size not found" exception to be shown
                   1615:          if size not found until eof
                   1616: 
                   1617:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   1618:          bit linux)
                   1619: 
                   1620:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   1621:          #1188)
                   1622: 
                   1623: 2020-11-30  moko
                   1624: 
                   1625:        * src/classes/image.C: definitions moved closer to code
                   1626: 
                   1627:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   1628:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   1629:          395_dir/3_VP8X.webp, results/395.processed,
                   1630:          results/396.processed: tests for ^image::measure[] .webp support
                   1631:          added, all image files moved into one directory (related to
                   1632:          feature #1188)
                   1633: 
                   1634:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   1635:          #1188)
                   1636: 
1.148     moko     1637: 2020-11-29  moko
                   1638: 
                   1639:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   1640:          processing, unnessesary defines removed
                   1641: 
                   1642: 2020-11-24  moko
                   1643: 
                   1644:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1645:          309.processed, 310.processed: Content-Disposition: inline
                   1646:          returned
                   1647: 
                   1648:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   1649:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   1650:          ] added (related to bug #1204)
                   1651: 
                   1652:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   1653:          ] supported to avoid Content-Disposition: inline;
                   1654:          filename="<file>.ext" but still set Content-Type for ext (related
                   1655:          to bug #1204)
                   1656: 
1.147     moko     1657: 2020-11-22  moko
                   1658: 
                   1659:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   1660:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   1661: 
                   1662:        * src/main/pa_request.C: content_disposition_inline returned.
                   1663: 
                   1664: 2020-11-17  moko
                   1665: 
                   1666:        * src/main/pa_request.C: empty main method name support
                   1667: 
                   1668:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   1669:          config_handler added, stdout flush added.
                   1670: 
                   1671: 2020-11-16  moko
                   1672: 
                   1673:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   1674: 
                   1675:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   1676:          309.processed, 310.processed: Content-Disposition: inline is not
                   1677:          required and should not contain filename="<name>"
                   1678: 
                   1679:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   1680:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1681:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   1682: 
1.146     moko     1683: 2020-11-14  moko
                   1684: 
                   1685:        * src/targets/cgi/parser3.C: spelling
                   1686: 
                   1687:        * src/targets/cgi/parser3.C: renaming
                   1688: 
                   1689:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   1690:          relocated
                   1691: 
                   1692:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   1693:          before request processing, which is weired
                   1694: 
                   1695: 2020-11-13  moko
                   1696: 
                   1697:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   1698:          copied in httpd.
                   1699: 
                   1700: 2020-11-12  moko
                   1701: 
                   1702:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   1703: 
                   1704:        * src/: include/pa_request.h, main/pa_request.C,
                   1705:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   1706: 
                   1707:        * src/main/pa_http.C: URI validation added
                   1708: 
                   1709:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   1710:          can't be empty but can be null.  httpd-main is now main method
                   1711:          name for httpd mode
                   1712: 
                   1713: 2020-11-11  moko
                   1714: 
                   1715:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   1716: 
                   1717:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   1718:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   1719:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   1720:          main/pa_request.C: r.absolute -> r.full_disk_path
                   1721: 
                   1722:        * src/targets/cgi/parser3.C: if filename to process is not
                   1723:          specified, auto.p should be present.
                   1724: 
1.145     moko     1725: 2020-11-03  moko
                   1726: 
                   1727:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   1728: 
                   1729:        * src/main/pa_request.C: content_disposition_inline is the default,
                   1730:          not required.
                   1731: 
1.144     moko     1732: 2020-10-29  moko
                   1733: 
                   1734:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   1735:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   1736:          path_translated changing to correct relative files path
                   1737:          calculation in httpd mode
                   1738: 
                   1739:        * src/: include/pa_request.h, main/pa_request.C:
                   1740:          fail_on_read_problem removed, as it allways true, as if should
                   1741:          be.
                   1742: 
                   1743:        * src/: include/pa_request.h, main/pa_request.C,
                   1744:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1745:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   1746:          config was not found, thus flag not required and removed.
                   1747: 
                   1748: 2020-10-28  moko
                   1749: 
                   1750:        * tests/: 402.html, results/402.processed: error reporting test
                   1751: 
                   1752:        * src/main/execute.C: better error reporting when
                   1753:          $result[^hash::create[]] in @main.
                   1754: 
                   1755:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   1756:          + minor optimization
                   1757: 
                   1758:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1759:          main/pa_xml_io.C: execute_*_method simplified and unified
                   1760: 
                   1761: 2020-10-27  moko
                   1762: 
                   1763:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   1764: 
                   1765:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   1766:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1767:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   1768:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   1769:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   1770:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   1771:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   1772:          longer used in object-prototype mode
                   1773: 
                   1774:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   1775:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   1776:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   1777:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   1778:          $form:name[value] features
                   1779: 
1.143     moko     1780: 2020-10-18  moko
                   1781: 
                   1782:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   1783: 
                   1784: 2020-10-15  moko
                   1785: 
                   1786:        * src/main/pa_http.C: url no longer needed as
                   1787:          ALTER_EXCEPTION_SOURCE is used
                   1788: 
                   1789:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   1790:          main/pa_http.C: check_file_size filespec is now optional
                   1791: 
                   1792:        * src/: classes/curl.C, include/pa_exception.h,
                   1793:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   1794:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   1795: 
                   1796:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   1797:          results/346-curl.processed, results/379-curl.processed,
                   1798:          results/379.processed: test results updated as load now provides
                   1799:          better error reporting + curl responses updated
                   1800: 
                   1801: 2020-10-14  moko
                   1802: 
                   1803:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   1804:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   1805:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   1806:          checked. 10 is now default base, no hex autodetect by default
                   1807: 
                   1808:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1809:          connection socket closing in destructor + accept exception
                   1810:          handling
                   1811: 
                   1812:        * src/targets/cgi/parser3.C: warning war
                   1813: 
                   1814:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   1815:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   1816:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   1817:          exception handling unified
                   1818: 
                   1819: 2020-10-13  moko
                   1820: 
                   1821:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   1822:          autodetection
                   1823: 
                   1824:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   1825: 
                   1826:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   1827: 
                   1828:        * src/main/pa_http.C: warning war
                   1829: 
1.142     moko     1830: 2020-10-12  moko
                   1831: 
1.143     moko     1832:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   1833:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   1834:          unhandled exception code optimization
                   1835: 
                   1836:        * src/targets/cgi/parser3.C: request_info now global variable
                   1837: 
                   1838:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   1839:          class
                   1840: 
                   1841:        * src/: include/pa_http.h, main/pa_http.C,
                   1842:          targets/cgi/pa_sapi_info.h: read_post implemented
                   1843: 
1.142     moko     1844:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1845:          [host:]port syntax support in httpd mode
                   1846: 
                   1847:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   1848:          targets/cgi/parser3.C: populate_env added
                   1849: 
                   1850:        * src/include/pa_hash.h: to make get(char *) compiling in
                   1851:          HashStringString
                   1852: 
                   1853: 2020-10-10  moko
                   1854: 
                   1855:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1856:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   1857: 
                   1858:        * src/: include/pa_http.h, include/pa_request_info.h,
                   1859:          main/pa_http.C, main/pa_string.C,
                   1860:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   1861:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1862:          types/pa_vrequest.C: initial httpd mode implementation
                   1863: 
1.141     moko     1864: 2020-10-04  moko
                   1865: 
                   1866:        * src/targets/cgi/parser3.C: options together
                   1867: 
                   1868: 2020-09-30  moko
                   1869: 
                   1870:        * src/main/pa_http.C: renamed
                   1871: 
1.140     moko     1872: 2020-08-14  moko
                   1873: 
                   1874:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   1875:          src/targets/cgi/Makefile.am: no httpd as separate library
                   1876: 
                   1877: 2020-08-13  moko
                   1878: 
                   1879:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   1880:          unhandled exception handler to report 500 instead of 200 it was
                   1881:          before.
                   1882: 
                   1883:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   1884: 
                   1885:        * src/: include/pa_sapi.h, main/untaint.C,
                   1886:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1887:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   1888:          thus replaced with SAPI::die and removed
                   1889: 
                   1890:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   1891:          cgi/parser3.C: whitespace
                   1892: 
                   1893:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   1894: 
                   1895: 2020-08-12  moko
                   1896: 
                   1897:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   1898:          removed, whitespace was: SIGPIPE received while executing code.
                   1899:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   1900:          cl=0]
                   1901: 
                   1902:        * parser3.sln: + httpd.vcproj
                   1903: 
                   1904: 2020-08-11  moko
                   1905: 
                   1906:        * src/targets/cgi/Makefile.am: +libhttpd
                   1907: 
                   1908:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   1909: 
1.139     moko     1910: 2020-07-13  moko
                   1911: 
                   1912:        * tests/: 401.html, results/401.processed: test for hash key does
                   1913:          not keep language, but tainted in foreach.
                   1914: 
1.138     moko     1915: 2020-07-01  moko
                   1916: 
                   1917:        * tests/: 235.html, results/235.processed: test result updated as
                   1918:          messages before attachments implemented (feature #1176)
                   1919: 
1.137     moko     1920: 2020-06-27  moko
                   1921: 
                   1922:        * tests/: 400.html, results/400.processed: test updated to check
                   1923:          ^return{code}
                   1924: 
                   1925:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   1926:          fixed
                   1927: 
                   1928: 2020-06-26  moko
                   1929: 
                   1930:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   1931:          added (related to https://www.parser.ru/forum/?id=85319)
                   1932: 
                   1933:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   1934:          when $result assignment was last statement in the method
                   1935:          (https://www.parser.ru/forum/?id=85319)
                   1936: 
1.136     moko     1937: 2020-05-23  moko
                   1938: 
                   1939:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   1940:          whitespace, unused level removed
                   1941: 
                   1942: 2020-05-19  moko
                   1943: 
                   1944:        * src/types/pa_vmail.C: whitespace
                   1945: 
                   1946:        * src/types/pa_vmail.C: files should be processed last (related to
                   1947:          feature #1176)
                   1948: 
1.135     moko     1949: 2020-05-12  moko
                   1950: 
                   1951:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   1952:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   1953: 
                   1954:        * configure.ac: FreeBSD1X.X check added to avoid
                   1955:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   1956: 
1.134     moko     1957: 2020-02-26  moko
                   1958: 
                   1959:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   1960:          compilation issue (related to bug #1201)
                   1961: 
                   1962:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   1963:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   1964:          -f and -d now works under Windows in UTF-8 with Russian
                   1965:          filenames.
                   1966: 
                   1967:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   1968:          advice (related to feature #1199)
                   1969: 
                   1970: 2020-02-25  moko
                   1971: 
                   1972:        * buildall: --silent removed
                   1973: 
                   1974:        * configure.ac: gmime-3.0 support
                   1975: 
                   1976:        * buildall: --with-system-mailreceive option added to build with
                   1977:          system libgmime
                   1978: 
                   1979:        * src/types/pa_vmail.C: avoiding
                   1980:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   1981:          to feature #1199)
                   1982: 
1.133     moko     1983: 2020-02-18  moko
                   1984: 
                   1985:        * src/classes/op.C: windows x64 debug mode compile fix
                   1986: 
                   1987:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   1988:          change (releated to feature #1200)
                   1989: 
                   1990:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1991:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   1992:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   1993:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   1994:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1995:          targets/apache/ApacheModuleParser3.vcproj,
                   1996:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1997:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1998:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   1999:          dependency (related to feature #1200)
                   2000: 
1.132     moko     2001: 2020-02-12  moko
                   2002: 
                   2003:        * src/types/pa_vmail.C: minimize diff
                   2004: 
                   2005:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   2006:          #1199)
                   2007: 
1.131     moko     2008: 2020-01-18  moko
                   2009: 
                   2010:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   2011: 
1.130     moko     2012: 2019-12-28  moko
                   2013: 
                   2014:        * src/targets/cgi/parser3.C: avoid empty ?
                   2015: 
                   2016: 2019-12-27  moko
                   2017: 
                   2018:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   2019:          DOCUMENT_ROOT (related to feature #1164)
                   2020: 
                   2021:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   2022:          fcgiwrap setup (implements feature #1164)
                   2023: 
                   2024:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   2025:          but no issues found (related to feature #1164)
                   2026: 
                   2027:        * src/targets/cgi/parser3.C: actualized
                   2028: 
                   2029: 2019-12-26  moko
                   2030: 
                   2031:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   2032:          removed
                   2033: 
                   2034:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   2035:          removed
                   2036: 
                   2037:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   2038:          allocation errors, we don't want default gc warnings (without
                   2039:          timestamp and URI).
                   2040: 
                   2041:        * src/: classes/memory.C, main/pa_globals.C,
                   2042:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2043:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   2044:          pa_globals_init
                   2045: 
                   2046:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   2047:          initialization used (optimization)
                   2048: 
                   2049:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   2050:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   2051:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   2052:          (optimization)
                   2053: 
1.129     moko     2054: 2019-12-09  moko
                   2055: 
                   2056:        * src/include/pa_config_fixed.h: warning war
                   2057: 
1.128     moko     2058: 2019-12-08  moko
                   2059: 
                   2060:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   2061:          process grammar under Unix.
                   2062: 
                   2063: 2019-12-07  moko
                   2064: 
                   2065:        * tests/389.html: For Windows XP. :)
                   2066: 
                   2067:        * tests/388-sql.html: Windows compatibility added
                   2068: 
                   2069: 2019-12-06  moko
                   2070: 
                   2071:        * src/targets/cgi/parser3.C: warning war
                   2072: 
                   2073:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   2074:          == sizeof(CORD)) to avoid aligning bugs in future
                   2075: 
                   2076:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   2077:          XML_STATIC
                   2078: 
                   2079:        * src/include/pa_request.h: StackItem() not required
                   2080: 
                   2081:        * src/include/pa_stack.h: warning war
                   2082: 
                   2083:        * src/include/pa_config_includes.h: GCC warning silenced
                   2084: 
                   2085:        * src/include/pa_memory.h: warning war: the program should also
                   2086:          define 'void operator delete [](void*, std::size_t)'
                   2087:          [-Wsized-deallocation]
                   2088: 
                   2089:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   2090: 
                   2091:        * src/classes/string.C: not reqired cast removed
                   2092: 
                   2093:        * src/classes/string.C: not reqired cast removed
                   2094: 
                   2095: 2019-12-05  moko
                   2096: 
                   2097:        * src/lib/sdbm/pa_file_io.C: warning war
                   2098: 
                   2099:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   2100:          enum Language : size_t - required for VS2015+ to make
                   2101:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   2102:          without it (related to feature #1198)
                   2103: 
                   2104: 2019-12-04  moko
                   2105: 
                   2106:        * src/main/pa_base64.C: unsigned char -> uchar
                   2107: 
                   2108:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   2109:          as other libs
                   2110: 
                   2111:        * src/include/pa_version.h: +amd64
                   2112: 
                   2113: 2019-12-03  moko
                   2114: 
                   2115:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   2116:          release
                   2117: 
                   2118:        * src/include/pa_config_includes.h: warning war
                   2119: 
                   2120:        * src/classes/image.C: warning war
                   2121: 
                   2122:        * src/main/pa_globals.C: x64 libs support
                   2123: 
                   2124:        * src/include/pa_config_includes.h: warning war
                   2125: 
                   2126:        * src/types/pa_method.h: warning war
                   2127: 
1.127     moko     2128: 2019-11-28  moko
                   2129: 
                   2130:        * src/classes/math.C: vs2003 compatibility + warning war
                   2131: 
                   2132:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   2133:          libxml2-2.9.9 (related to feature #1136)
                   2134: 
                   2135:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   2136:          typecast for more compatibility (related to feature #1136)
                   2137: 
                   2138:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   2139:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   2140:          feature #1136)
                   2141: 
                   2142: 2019-11-26  moko
                   2143: 
                   2144:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   2145:          removed (it was failing in $$var case), condition added
                   2146: 
1.126     moko     2147: 2019-11-25  moko
                   2148: 
                   2149:        * tests/: 397.html, 399.html, results/141.processed,
                   2150:          results/399.processed: base64 options tested
                   2151: 
                   2152:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   2153: 
                   2154:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   2155:          implemented (feature #986)
                   2156: 
                   2157:        * src/main/pa_cache_managers.C: whitespace
                   2158: 
                   2159:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   2160:          ^base64 encode options added (related to feature #986)
                   2161: 
                   2162:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   2163:          pa_base64_encode(file) removed - more memory, but faster and less
                   2164:          code (related fo feature #986)
                   2165: 
                   2166: 2019-11-24  moko
                   2167: 
                   2168:        * tests/: 155.html, results/155.processed: limit and offset in
                   2169:          ^table::load[] now supported, thus test added
                   2170: 
                   2171:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   2172:          main/pa_common.C: optimization: offset and limit options parsing
                   2173:          moved inside file_load.
                   2174: 
                   2175: 2019-11-23  moko
                   2176: 
                   2177:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   2178:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   2179:          optimization: file_read replaced with simplified file_read_binary
                   2180: 
                   2181:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   2182:          types/pa_vform.C: whitespace
                   2183: 
                   2184:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   2185:          removed
                   2186: 
                   2187: 2019-11-21  moko
                   2188: 
                   2189:        * tests/: 193.html, results/193.processed, results/389.processed:
                   2190:          test results updated as now base64 does not discard tail without
                   2191:          padding (related to feature #986)
                   2192: 
                   2193: 2019-11-20  moko
                   2194: 
                   2195:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   2196:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   2197:          pa_base64_decode (related to feature #986)
                   2198: 
                   2199:        * tests/398.html: tests for base64 decode added (related to feature
                   2200:          #986)
                   2201: 
                   2202:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   2203:          support, padding inside base 64 supported (related to feature
                   2204:          #096)
                   2205: 
                   2206: 2019-11-19  moko
                   2207: 
                   2208:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   2209:          FreeBSD 12
                   2210: 
1.125     moko     2211: 2019-11-16  moko
                   2212: 
                   2213:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   2214:          support added, step support removed (related to #986)
                   2215: 
                   2216: 2019-11-15  moko
                   2217: 
                   2218:        * src/classes/math.C: using log since log2 is not present on
                   2219:          FreeBSD < 8.4 (related to feature #1177)
                   2220: 
                   2221:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   2222:          pa_base64_size extracted and used for files as well (related to
                   2223:          feature 986)
                   2224: 
                   2225: 2019-11-14  moko
                   2226: 
                   2227:        * tests/: 397.html, results/397.processed: + content check
                   2228: 
                   2229:        * tests/: 141.html, results/141.processed: make test resuls more
                   2230:          readable
                   2231: 
                   2232:        * tests/: 397.html, results/193.processed, results/397.processed:
                   2233:          test results updated after \x00 character was disabled in
                   2234:          math:convert string mode (related to feature #1177)
                   2235: 
                   2236:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   2237:          converting to string (as in base64, related to feature #1177)
                   2238: 
                   2239:        * src/classes/file.C: more correct arguments separation
                   2240: 
                   2241:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   2242:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2243:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   2244:          options added, but not yet implemented (related to feature #986)
                   2245: 
                   2246:        * src/classes/math.C: whitespace
                   2247: 
                   2248: 2019-11-13  moko
                   2249: 
                   2250:        * tests/: 397.html, results/397.processed: +tainting test (related
                   2251:          to feature #1177)
                   2252: 
                   2253:        * src/classes/math.C: as we now produce not only digits, result
                   2254:          should be tainted (related to feature #1177)
                   2255: 
                   2256:        * src/main/pa_base64.C: whitespace
                   2257: 
                   2258:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   2259:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2260:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   2261:          implementation moved from pa_common.h and pa_common.C
                   2262: 
                   2263: 2019-11-12  moko
                   2264: 
                   2265:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   2266:          as ^math:convert now supports arbitrary precision
                   2267: 
                   2268: 2019-11-11  moko
                   2269: 
                   2270:        * tests/results/389.processed: uctualized error message
                   2271: 
                   2272:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   2273:          ^math:convert added (related to feature #1177)
                   2274: 
                   2275:        * src/classes/math.C: ^math:convert now supports arbitrary
                   2276:          precision, alphabet support added (implements feature #1177)
                   2277: 
1.124     moko     2278: 2019-11-06  moko
                   2279: 
                   2280:        * tests/: 181.html, results/181.processed: entities usage added,
                   2281:          more entites load tests (related to bug #842 discussion)
                   2282: 
                   2283: 2019-11-05  moko
                   2284: 
                   2285:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   2286:          call from xmlFileOpen if http://localhost/<file> was not found
                   2287:          (related to bug #842)
                   2288: 
                   2289:        * src/main/pa_xml_io.C: rename
                   2290: 
                   2291:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   2292: 
                   2293:        * src/main/pa_xml_io.C: whitespace
                   2294: 
1.123     moko     2295: 2019-10-31  moko
                   2296: 
                   2297:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   2298:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   2299:          #1181)
                   2300: 
1.122     moko     2301: 2019-10-25  moko
                   2302: 
                   2303:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   2304:          queries tests
                   2305: 
                   2306: 2019-10-24  moko
                   2307: 
                   2308:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   2309:          pgsql driver test
                   2310: 
                   2311:        * tests/: 388-sql.html, results/388-sql.processed:
                   2312:          multi_statements=1 now tested, mysql test now supported
                   2313:          (connection must be specified in [parser3] section in .my.cnf)
                   2314:          related to issues #1195 and #1194
                   2315: 
1.121     moko     2316: 2019-09-11  moko
                   2317: 
                   2318:        * src/classes/int.C: whitespace
                   2319: 
                   2320:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   2321:          exception test
                   2322: 
                   2323:        * tests/results/388-sql.processed: sql queries now shown (related
                   2324:          to feature #1196)
                   2325: 
                   2326:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   2327:          with old parser versions.
                   2328: 
                   2329:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   2330:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   2331:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   2332:          instead of connect string in query_event_handlers exceptions
                   2333:          (implements feature #1196)
                   2334: 
1.120     moko     2335: 2019-09-06  moko
                   2336: 
                   2337:        * tests/388-sql.html: mysql compat
                   2338: 
                   2339:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   2340:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   2341:          sql_ variables declaration moved to pa_common.h
                   2342: 
1.116     moko     2343: 2019-01-15  moko
                   2344: 
                   2345:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   2346:          logically sorted
                   2347: 
                   2348: 2018-12-27  moko
                   2349: 
                   2350:        * src/include/pa_config_includes.h: warning war:
                   2351:          -Wdeprecated-register added for C++ 17
                   2352: 
                   2353: 2018-10-15  moko
                   2354: 
                   2355:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   2356:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   2357:          --with-xml=/usr/local/
                   2358: 
                   2359: 2018-09-24  moko
                   2360: 
                   2361:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   2362:          ^image::measure[] now supports tiff added (related to feature
                   2363:          #1188)
                   2364: 
                   2365:        * src/classes/image.C: ^image::measure[] now supports tiff
                   2366:          (implements feature #1188)
                   2367: 
                   2368: 2018-09-20  moko
                   2369: 
                   2370:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   2371:          files measure added (related to ticket #1188)
                   2372: 
                   2373:        * src/classes/image.C: measure of bmp files implemented (related to
                   2374:          ticket #1188)
                   2375: 
                   2376: 2018-09-18  moko
                   2377: 
                   2378:        * tests/: 394-curl.html, results/394-curl.processed,
                   2379:          results/auto.p: test for bug #1187 (max_file_size check for head
                   2380:          requests) added
                   2381: 
                   2382: 2018-08-24  moko
                   2383: 
                   2384:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   2385:          response content-length check is required (fixes bug #1187)
                   2386: 
                   2387: 2018-05-11  moko
                   2388: 
                   2389:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   2390:          $.append(bool) ] option added (related to feature #919)
                   2391: 
                   2392:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   2393:          from misha@ patch (implements feature #919)
                   2394: 
                   2395: 2018-03-22  moko
                   2396: 
                   2397:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   2398:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   2399:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   2400:          Windows-only problem.
                   2401: 
                   2402:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   2403:          build fix)
                   2404: 
                   2405: 2018-02-03  moko
                   2406: 
                   2407:        * src/main/execute.C: removes irrelevant lines from exception stack
                   2408:          trace when exceptions occurs in assigment (fixes bug #1165)
                   2409: 
                   2410:        * tests/: 393.html, results/393.processed: test for behavour after
                   2411:          "Property can not be created, already exists field with that
                   2412:          name" exception removed (related to feature #1183)
                   2413: 
                   2414:        * src/types/pa_vclass.C: "Property can not be created, already
                   2415:          exists field with that name" exception removed (implements
                   2416:          feature #1183)
                   2417: 
                   2418: 2018-01-19  moko
                   2419: 
                   2420:        * src/classes/string.C: whitespace
                   2421: 
                   2422:        * src/classes/string.C: whitespace
                   2423: 
                   2424:        * tests/: 392.html, results/392.processed: test for
                   2425:          ^regex::create[$regex] added (related to feature #1135)
                   2426: 
                   2427:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   2428:          ^regex::create[$regex] added (implements feature #1135)
                   2429: 
                   2430:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   2431:          commented define added (related to feature #1157)
                   2432: 
                   2433: 2018-01-17  moko
                   2434: 
                   2435:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   2436: 
                   2437: 2018-01-15  moko
                   2438: 
                   2439:        * tests/: 390.html, results/390.processed: real path replaced by
                   2440:          stub
                   2441: 
                   2442:        * tests/: 391.html, results/391.processed: test for feature #1181
                   2443:          (XML_PARSE_HUGE exception) added
                   2444: 
                   2445: 2018-01-11  moko
                   2446: 
                   2447:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   2448:          XML_PARSE_HUGE option passed by default (implements feature
                   2449:          #1181)
                   2450: 
                   2451:        * src/classes/string.C: whitespace
                   2452: 
                   2453: 2017-12-10  moko
                   2454: 
                   2455:        * tests/: 389.html, 390.html, results/389.processed,
                   2456:          results/390.processed: image code coverage tests added (related
                   2457:          to feature #1125)
                   2458: 
                   2459: 2017-12-08  moko
                   2460: 
                   2461:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   2462:          results/346-curl.processed, results/388-sql.processed,
                   2463:          results/389.processed: more code coverage tests
                   2464: 
                   2465:        * tests/: 264.html, results/264.processed: code coverage for
                   2466:          ^file::exec[]
                   2467: 
                   2468: 2017-12-07  moko
                   2469: 
                   2470:        * tests/: 174.html, 388-sql.html, 389.html,
                   2471:          results/388-sql.processed, results/389.processed,
                   2472:          results/174.processed: more coverage tests
                   2473: 
                   2474:        * src/classes/math.C: exception text actualized
                   2475: 
                   2476: 2017-12-06  moko
                   2477: 
                   2478:        * tests/388-sql.html: $SQL can be here
                   2479: 
                   2480:        * tests/results/auto.p: $SQL not required here
                   2481: 
                   2482:        * tests/: 388-sql.html, 389.html, Makefile,
                   2483:          results/388-sql.processed, results/389.processed, results/auto.p:
                   2484:          code coverage tests for sql (using sqlite) and int/double/bool
                   2485:          added (related to feature #1125)
                   2486: 
                   2487:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2488:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   2489:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   2490:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2491:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2492:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2493:          types/types.vcproj: gc\include no longer required
                   2494: 
                   2495:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   2496:          required
                   2497: 
                   2498:        * src/: classes/Makefile.am, classes/table.C,
                   2499:          include/pa_config_includes.h, include/pa_string.h,
                   2500:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   2501:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   2502:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   2503:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   2504:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   2505:          used, we now include it directly
                   2506: 
                   2507: 2017-12-04  moko
                   2508: 
                   2509:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   2510:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   2511:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   2512:          where required
                   2513: 
                   2514:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   2515:          now can be used to trace memory allocations
                   2516: 
                   2517:        * src/: classes/table.C, include/pa_config_includes.h,
                   2518:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   2519:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   2520:          method removes, libcord also can work without libgc
                   2521: 
                   2522:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   2523: 
                   2524: 2017-11-29  moko
                   2525: 
                   2526:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   2527:          are not present (related to feature #1173)
                   2528: 
                   2529:        * tests/346-curl.html: test updated to test curl content-length bug
                   2530:          (related to feature #1173)
                   2531: 
                   2532:        * tests/results/346-curl.processed: more test for content-length
                   2533:          curl bug (related to feature #1173)
                   2534: 
                   2535:        * tests/results/346-curl.processed: test results updated after
                   2536:          #1173 implemented
                   2537: 
                   2538: 2017-11-28  moko
                   2539: 
                   2540:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   2541:          (related to feature #1173)
                   2542: 
                   2543: 2017-11-27  moko
                   2544: 
                   2545:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   2546:          $.http_version[version string] added (implements feature #1173),
                   2547:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   2548:          where $post(true) bug existed.
                   2549: 
                   2550: 2017-11-18  moko
                   2551: 
                   2552:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   2553: 
                   2554:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   2555:          feature #1170)
                   2556: 
                   2557: 2017-11-17  moko
                   2558: 
                   2559:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   2560:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   2561:          with delete usage check only under Debian 9 (related to feature
                   2562:          #1170)
                   2563: 
                   2564: 2017-11-16  moko
                   2565: 
                   2566:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   2567:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   2568:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   2569:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   2570:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   2571:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   2572:          stubs defend from accidental use (implements feature #1170)
                   2573: 
                   2574: 2017-06-24  moko
                   2575: 
                   2576:        * configure.ac: minor fix: thanks to alx@
                   2577: 
1.115     moko     2578: 2017-05-29  moko
                   2579: 
                   2580:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   2581:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   2582:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   2583: 
                   2584:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   2585:          ignored, =?UTF-8?Q?= should start in case of leading space
                   2586:          (related to bug #123)
                   2587: 
                   2588:        * buildall: echo -n -> printf for OS X. :)
                   2589: 
                   2590: 2017-05-25  moko
                   2591: 
                   2592:        * tests/: 288.html, results/288.processed: test updated afted
                   2593:          setting $o.prop without setter exception removed (related to
                   2594:          feature #1157)
                   2595: 
                   2596:        * src/types/pa_vclass.C: no more "this property has no setter
                   2597:          method" when setting $o.prop without setter (implements feature
                   2598:          #1157)
                   2599: 
                   2600:        * buildall: echo \c -> echo -n for FreeBSD
                   2601: 
                   2602:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   2603:          src/types/pa_vdouble.h: isfinite now checked in configure
                   2604: 
                   2605:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   2606:          upgraded to automake 1.15
                   2607: 
                   2608: 2017-05-23  moko
                   2609: 
                   2610:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   2611:          defined
                   2612: 
                   2613: 2017-05-22  moko
                   2614: 
                   2615:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   2616: 
                   2617:        * buildall: extern CFLAGS setting support
                   2618: 
                   2619:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   2620: 
                   2621:        * buildall: http -> https
                   2622: 
                   2623:        * buildall: gc-7.2f -> gc-7.6.0
                   2624: 
                   2625: 2017-05-20  moko
                   2626: 
                   2627:        * buildall: https, pcre, xml, xslt updated to current versions
                   2628:          (related to feature #1136)
                   2629: 
                   2630: 2017-05-19  moko
                   2631: 
                   2632:        * tests/097.html: after parser.ru moved to https
                   2633: 
                   2634: 2017-05-17  moko
                   2635: 
                   2636:        * tests/results/: 175.processed, 372.processed: tests resuls
                   2637:          updated after lintian spelling typos fixed (related to bug #1156)
                   2638: 
                   2639:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   2640:          classes/string.C, classes/table.C, main/pa_charset.C,
                   2641:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   2642:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   2643:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   2644: 
                   2645:        * tests/results/096.processed: +XMP
                   2646: 
                   2647:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   2648:          $.xmp(true) options tested (test for feature #1154)
                   2649: 
                   2650:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   2651:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   2652:          fetched by default! (implements feature #1154)
                   2653: 
                   2654: 2017-05-16  moko
                   2655: 
                   2656:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   2657:          allowed (related to feature #1154)
                   2658: 
                   2659:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   2660:          initial XMP implementation - without options and transcode
                   2661:          (related to feature #1154)
                   2662: 
                   2663: 2017-05-12  moko
                   2664: 
                   2665:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   2666:          image: exif moved to ffields, skipped in ^image.html[] where
                   2667:          iterators now used (preparation for feature #1154)
                   2668: 
                   2669: 2017-05-05  moko
                   2670: 
                   2671:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   2672:          results/387.processed: test for circular class inheritance check
                   2673:          added (related to bug #1150)
                   2674: 
                   2675:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   2676:          added (fixes endless add_derived bug #1150)
                   2677: 
                   2678: 2017-05-04  moko
                   2679: 
                   2680:        * tests/: 386.html, results/386.processed: test for
                   2681:          $table.value(number) added (related to feature #1152)
                   2682: 
                   2683:        * src/types/pa_vtable.C: table put_element: column value must be
                   2684:          string  - > column value must be string compatible to allow
                   2685:          $t.value(1) (implements feature #1152)
                   2686: 
                   2687: 2017-05-03  moko
                   2688: 
                   2689:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   2690:          (related to feature #1151)
                   2691: 
                   2692:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   2693:          not possible, removing test (related to feature #1151)
                   2694: 
                   2695:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   2696:          get_element_method added and used to allow $use[$method] and
                   2697:          $autouse[$method] (implements feature 1151)
                   2698: 
                   2699:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   2700:          variable added (related to feature #1151)
                   2701: 
                   2702:        * tests/results/226.processed: actualized after ^try-catch used
                   2703: 
                   2704:        * tests/: 226.html, 385.html, results/385.processed: test for
                   2705:          @autouse in variable added
                   2706: 
                   2707:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   2708: 
1.114     moko     2709: 2017-02-27  moko
                   2710: 
                   2711:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   2712: 
1.113     moko     2713: 2017-02-20  moko
                   2714: 
                   2715:        * operators.txt: actualization + beauty
                   2716: 
                   2717: 2017-02-16  moko
                   2718: 
                   2719:        * tests/: 384.html, results/384.processed: test for
                   2720:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   2721:          #1089)
                   2722: 
                   2723:        * tests/: 384.html, results/384.processed: test for
                   2724:          ^reflection:mixin[] added (related to feature #1089)
                   2725: 
                   2726:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   2727: 
1.112     moko     2728: 2017-02-15  moko
                   2729: 
                   2730:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   2731:          fixed
                   2732: 
                   2733:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   2734:          test added (related to feature #1069)
                   2735: 
                   2736:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2737:          compilation without HASH_ORDER fixed
                   2738: 
                   2739:        * src/: classes/reflection.C, include/pa_hash.h:
                   2740:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   2741:          feature #1069)
                   2742: 
                   2743: 2017-02-14  moko
                   2744: 
                   2745:        * tests/: 152.html, results/152.processed: test for $._default hash
                   2746:          added (related to bug #1131)
                   2747: 
                   2748:        * tests/: 277.html, results/277.processed: test for hash with only
                   2749:          $._default is now defined (related to bug #1131)
                   2750: 
                   2751:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   2752:          (fixed bug #1131)
                   2753: 
                   2754: 2017-02-13  moko
                   2755: 
                   2756:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   2757: 
                   2758:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   2759:          results/320.processed, results/375.processed, results/auto.p:
                   2760:          cat-windows.sh support added
                   2761: 
                   2762:        * tests/375.html: Windows support
                   2763: 
                   2764:        * tests/270.html: documented
                   2765: 
                   2766:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   2767:          (not backslashes) even under Windows (broke test 270)
                   2768: 
                   2769: 2017-02-12  moko
                   2770: 
                   2771:        * tests/: descript.ion, todo.txt: cleanup
                   2772: 
                   2773: 2017-02-09  moko
                   2774: 
                   2775:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   2776:          run_tests.cmd: Windows compatibility
                   2777: 
                   2778:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   2779:          incorrectly (GMT) if parser is called from cygwin
                   2780: 
1.111     moko     2781: 2017-02-08  moko
                   2782: 
1.112     moko     2783:        * operators.txt: actualization 15% completed
                   2784: 
                   2785:        * operators.txt: cp1251 -> utf-8
                   2786: 
                   2787:        * NEWS, README: minor update
                   2788: 
                   2789:        * src/include/pa_config_includes.h: warning war continues
                   2790: 
                   2791:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   2792:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2793:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   2794:          gcc 6.x issues fixed
                   2795: 
1.111     moko     2796:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2797:          classes/classes.h, classes/curl.C, classes/date.C,
                   2798:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2799:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2800:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2801:          classes/memcached.C, classes/memory.C, classes/op.C,
                   2802:          classes/reflection.C, classes/regex.C, classes/response.C,
                   2803:          classes/string.C, classes/table.C, classes/void.C,
                   2804:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2805:          include/pa_array.h, include/pa_cache_managers.h,
                   2806:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2807:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2808:          include/pa_dictionary.h, include/pa_dir.h,
                   2809:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2810:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2811:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2812:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2813:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2814:          include/pa_sapi.h, include/pa_socks.h,
                   2815:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2816:          include/pa_stack.h, include/pa_string.h,
                   2817:          include/pa_stylesheet_connection.h,
                   2818:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   2819:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   2820:          include/pa_uue.h, include/pa_xml_exception.h,
                   2821:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   2822:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   2823:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2824:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   2825:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2826:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2827:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2828:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   2829:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   2830:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   2831:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   2832:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2833:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2834:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2835:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   2836:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   2837:          main/untaint.C, sql/pa_sql_driver.h,
                   2838:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2839:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   2840:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   2841:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   2842:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   2843:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   2844:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   2845:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2846:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   2847:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   2848:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   2849:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   2850:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   2851:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   2852:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   2853:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   2854:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   2855:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2856:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2857:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2858:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2859:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2860:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2861:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2862:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2863:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2864:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2865:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   2866:          2015->2017
                   2867: 
1.110     moko     2868: 2017-02-07  moko
                   2869: 
                   2870:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   2871: 
                   2872: 2017-02-06  moko
                   2873: 
                   2874:        * src/main/pa_common.C: minor fixes, whitespace
                   2875: 
                   2876:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   2877:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   2878:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   2879:          now used (implements feature #1081)
                   2880: 
                   2881:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   2882: 
                   2883: 2017-02-01  moko
                   2884: 
                   2885:        * src/include/pa_request.h: cleanup
                   2886: 
                   2887: 2017-01-30  moko
                   2888: 
                   2889:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   2890: 
                   2891: 2017-01-29  moko
                   2892: 
                   2893:        * tests/: 383.html, results/383.processed: test for
                   2894:          ^reflection:stack[] added (related to feature #1052)
                   2895: 
                   2896:        * src/classes/reflection.C: else added
                   2897: 
                   2898:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   2899:          $.max_file_lock_wait added (implements feature #1128)
                   2900: 
                   2901: 2017-01-28  moko
                   2902: 
                   2903:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   2904:          body and other cases tests added (related to featue #1014)
                   2905: 
                   2906:        * src/classes/curl.C: bug if response is empty fixed (related to
                   2907:          feature #1014)
                   2908: 
                   2909: 2017-01-27  moko
                   2910: 
                   2911:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   2912:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   2913:          added (implements feature #1052)
                   2914: 
                   2915: 2017-01-25  moko
                   2916: 
                   2917:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   2918:          method test added
                   2919: 
                   2920: 2017-01-23  moko
                   2921: 
                   2922:        * src/classes/reflection.C: optimization: options->get replaced by
                   2923:          hash iterator
                   2924: 
                   2925:        * tests/: 381.html, results/381.processed: now -> fixed date
                   2926: 
                   2927:        * src/main/pa_request.C: warning war
                   2928: 
                   2929:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   2930:          5Mb (fixes bug #1058)
                   2931: 
                   2932:        * src/classes/curl.C: warning war
                   2933: 
                   2934:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   2935:          $.one-line(true) option added (related to feature #1124)
                   2936: 
                   2937:        * src/: classes/json.C, types/pa_value.h: $json-string
                   2938:          $.one-line(true|false) options is now supported (implements
                   2939:          feature #1124)
                   2940: 
                   2941:        * tests/: 380.html, results/380.processed: test for modified
                   2942:          $.max_file_size added (related to bug #1014)
                   2943: 
                   2944:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   2945:          load added (related to bug #1014)
                   2946: 
                   2947:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2948:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   2949:          in curl / file load from disk and http, http file load rewritten
                   2950:          (related to bug #1014)
                   2951: 
                   2952: 2017-01-18  moko
                   2953: 
                   2954:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   2955:          added (related to feature #66)
                   2956: 
                   2957:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   2958:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   2959:          (related to feature #66)
                   2960: 
                   2961: 2017-01-17  moko
                   2962: 
                   2963:        * tests/: 377.html, results/377.processed: test for different
                   2964:          combinations of breaks in body and delimiter (related to bug
                   2965:          #1077)
                   2966: 
                   2967:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   2968:          added (related to bug #1077)
                   2969: 
                   2970:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   2971:          passed to native method" exception added to avoid bugs due to
                   2972:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   2973:          after ^break[] (related to bug #1077)
                   2974: 
                   2975: 2017-01-14  moko
                   2976: 
                   2977:        * tests/: 330.html, results/330.processed: test results updated
                   2978:          after ^break[] bugs where fixed (related to bug #1077)
                   2979: 
                   2980:        * tests/: 329.html, results/329.processed: test results updated
                   2981:          after ^break[] bugs where fixed (related to bug #1077)
                   2982: 
                   2983:        * tests/results/320.processed: ^return[] added
                   2984: 
                   2985: 2017-01-13  moko
                   2986: 
                   2987:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   2988:          classes/table.C, include/pa_request.h, main/execute.C,
                   2989:          main/pa_request.C, targets/cgi/parser3.C,
                   2990:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   2991:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   2992:          checked after each possible process/execute call (fixes bug
                   2993:          #1077)
                   2994: 
                   2995: 2016-12-29  moko
                   2996: 
                   2997:        * src/main/pa_common.C: warning war
                   2998: 
                   2999:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   3000:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   3001:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   3002:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   3003:          (related to feature #1014)
                   3004: 
                   3005:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   3006:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   3007:          (related to feature #1014)
                   3008: 
                   3009: 2016-12-28  moko
                   3010: 
                   3011:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   3012:          warning war
                   3013: 
                   3014: 2016-12-26  moko
                   3015: 
                   3016:        * tests/: 341.html, results/341.processed: test for
                   3017:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   3018: 
                   3019:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   3020:          (related to feature #1057)
                   3021: 
                   3022:        * src/types/pa_vdate.C: warning war continues...
                   3023: 
                   3024:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   3025:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   3026: 
                   3027:        * src/lib/gd/gifio.C: warning war / cleanup
                   3028: 
                   3029:        * src/lib/json/pa_json.C: warning war
                   3030: 
                   3031:        * src/classes/hash.C: warning war
                   3032: 
                   3033:        * src/types/pa_vfile.C: warning war
                   3034: 
                   3035:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   3036:          -Wall warning war continues
                   3037: 
                   3038:        * configure.ac: --with-build-warnings actualized
                   3039: 
                   3040: 2016-12-25  moko
                   3041: 
                   3042:        * src/main/pa_exec.C: -wAll warning war
                   3043: 
                   3044:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   3045:          -wAll warning war
                   3046: 
                   3047:        * src/: include/pa_common.h, include/pa_sapi.h,
                   3048:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   3049:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   3050:          -wAll warning war
                   3051: 
                   3052: 2016-12-23  moko
                   3053: 
                   3054:        * src/lib/ltdl/Makefile.am: extra dist added
                   3055: 
                   3056:        * tests/results/344.processed: test result updated after $file.text
                   3057:          prefetched in ^hash::create[$file] (related to feature #1075)
                   3058: 
                   3059:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   3060:          ^hash::create[$file] (related to feature #1075)
                   3061: 
                   3062: 2016-12-22  moko
                   3063: 
                   3064:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   3065:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   3066:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   3067:          #1014 under 32-bit unix versions)
                   3068: 
                   3069: 2016-12-21  moko
                   3070: 
                   3071:        * tests/: 375.html, results/375.processed: test for exec returning
                   3072:          stated file added (related to feature #1119)
                   3073: 
                   3074:        * src/classes/file.C: load should not return file with null body
                   3075:          (fixes bug #1119)
                   3076: 
                   3077: 2016-12-14  moko
                   3078: 
                   3079:        * tests/: 374.html, results/374.processed: test for $method.name
                   3080:          added (related to feature #1117) plus method returning junction
                   3081:          test
                   3082: 
                   3083: 2016-12-13  moko
                   3084: 
                   3085:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   3086:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   3087:          (implements feature #1117)
                   3088: 
                   3089:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   3090:          HEAD and TRACE can't have body (implements feature #1116)
                   3091: 
                   3092: 2016-12-09  moko
                   3093: 
                   3094:        * tests/: 373.html, results/373.processed: tests for
                   3095:          ^reflection:tainting added (related to feature #1098)
                   3096: 
                   3097:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   3098:          change (related to feature #1098)
                   3099: 
                   3100: 2016-12-06  moko
                   3101: 
                   3102:        * src/: classes/reflection.C, include/pa_string.h,
                   3103:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   3104:          feature #1098)
                   3105: 
                   3106: 2016-12-05  moko
                   3107: 
                   3108:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   3109:          (fixes bug #1114)
                   3110: 
                   3111: 2016-12-04  moko
                   3112: 
                   3113:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   3114:          check added
                   3115: 
                   3116: 2016-12-03  moko
                   3117: 
                   3118:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   3119:          to test value.as_hash() usage
                   3120: 
                   3121:        * src/classes/curl.C: value.as_hash() used for correct hash
                   3122:          processing
                   3123: 
                   3124:        * src/classes/reflection.C: exceptions texts fixes
                   3125: 
                   3126: 2016-12-02  moko
                   3127: 
                   3128:        * tests/: 372.html, results/372.processed: tests for
                   3129:          ^reflection:create[ $.class[name] $.constructor[name]
                   3130:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   3131:          feature #1094)
                   3132: 
                   3133:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   3134:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   3135:          will be called in ~VNativeMethodFrame
                   3136: 
                   3137:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   3138:          ] minor fix
                   3139: 
                   3140:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   3141:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   3142:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   3143:          now supported (implements feature #1094) value::as_hash added
                   3144:          (and should be used everywhere)
                   3145: 
                   3146:        * src/classes/reflection.C: cleanup
                   3147: 
                   3148: 2016-12-01  moko
                   3149: 
                   3150:        * tests/: 356.html, results/356.processed: test for method
                   3151:          junctions class name added to the resulting hash added (related
                   3152:          to feature #1068)
                   3153: 
                   3154:        * src/classes/reflection.C: for method junctions class name added
                   3155:          to the resulting hash (related to feature #1068)
                   3156: 
                   3157: 2016-11-30  moko
                   3158: 
                   3159:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   3160:          exception (related to bug #1113)
                   3161: 
                   3162:        * src/types/pa_vhashfile.C: whitespace
                   3163: 
                   3164:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   3165:          #1113)
                   3166: 
                   3167:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3168:          229.processed, 239.processed, 244.processed, 246.processed,
                   3169:          314.processed, 352.processed: tests results updated after method
                   3170:          call exceptions improved as method now keeps its name
                   3171: 
                   3172:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   3173:          types/pa_vmethod_frame.h: method call exceptions improved as
                   3174:          method now keeps its name
                   3175: 
                   3176:        * tests/: 224.html, 239.html, results/224.processed,
                   3177:          results/239.processed: tests and tests results updated after
                   3178:          Request::construct exception changed
                   3179: 
                   3180:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   3181:          exception optimized
                   3182: 
                   3183:        * tests/: 371.html, results/371.processed: test for
                   3184:          WWrapper.get_element call in $.name.key[value] code added
                   3185:          (related to feature #1091)
                   3186: 
                   3187:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   3188:          in $.name.key[value] code (related to feature #1091)
                   3189: 
                   3190: 2016-11-29  moko
                   3191: 
                   3192:        * src/classes/op.C: VS warning war
                   3193: 
                   3194:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   3195:          C4239: nonstandard extension used : 'return' : conversion from
                   3196:          'Value' to 'Value &' (related to feature #1020)
                   3197: 
                   3198:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   3199:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   3200:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   3201:          to feature #1020)
                   3202: 
                   3203:        * src/main/execute.C: VS warning war
                   3204: 
                   3205:        * src/targets/cgi/parser3.C: VS compatibility fix
                   3206: 
                   3207:        * src/include/pa_request.h: VS warning war
                   3208: 
                   3209:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   3210:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   3211: 
                   3212:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   3213:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   3214:          $.stdin[$binary_file] (fixes bug #1044)
                   3215: 
                   3216: 2016-11-28  moko
                   3217: 
                   3218:        * src/main/pa_exec.C: whitespace
                   3219: 
                   3220:        * src/main/pa_request.C: whitespace
                   3221: 
                   3222:        * tests/: 369.html, results/369.processed: test for
                   3223:          $response:status usage added (related to feature #1099)
                   3224: 
                   3225:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   3226:          if < 100 (implements feature #1099)
                   3227: 
                   3228:        * src/targets/cgi/parser3.C: whitespace
                   3229: 
                   3230:        * src/targets/cgi/parser3.C: whitespace
                   3231: 
                   3232:        * tests/: 368.html, results/368.processed: test updated after
                   3233:          ^reflection:filename[$method] added (related to feature #1053)
                   3234: 
                   3235:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   3236:          main/compile.y, main/execute.C, main/pa_request.C,
                   3237:          types/pa_vclass.h: filename -> filespec,
                   3238:          ^reflection:filename[$method] added (related to feature #1053)
                   3239: 
                   3240: 2016-11-27  moko
                   3241: 
                   3242:        * tests/: 368.html, results/368.processed: test for
                   3243:          reflection:filename[$class or object] added (related to feature
                   3244:          #1053)
                   3245: 
                   3246:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   3247:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   3248:          object] added (implements feature #1053)
                   3249: 
                   3250: 2016-11-26  moko
                   3251: 
                   3252:        * src/: include/pa_request_info.h,
                   3253:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3254:          remove_absolute_uri -> strip_absolute_uri
                   3255: 
                   3256: 2016-11-25  moko
                   3257: 
                   3258:        * src/: include/pa_request_info.h,
                   3259:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3260:          request_info.remove_absolute_uri added to remove possible
                   3261:          http://site.name/ from $request:uri (implements feature #1112)
                   3262: 
                   3263: 2016-11-24  moko
                   3264: 
                   3265:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   3266:          previous request headers clearing after redirect added (related
                   3267:          to bug #1109)
                   3268: 
                   3269:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   3270:          response headers from previous requests are now cleared, only
                   3271:          last request headers are collected (fixes bug #1109)
                   3272: 
                   3273:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   3274:          tests results updated as method name now added to the resulting
                   3275:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3276:          feature #1068)
                   3277: 
                   3278:        * src/classes/reflection.C: method name now added to the resulting
                   3279:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3280:          feature #1068)
                   3281: 
                   3282:        * tests/results/366.processed: test for native and parser
                   3283:          implementation of ^use[] logic (related to feature #1074)
                   3284: 
                   3285:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   3286:          for native and parser implementation of ^use[] logic (related to
                   3287:          feature #1074)
                   3288: 
                   3289: 2016-11-23  moko
                   3290: 
                   3291:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3292:          main/pa_request.C: @USE file now implemented as ^use[file;
                   3293:          $.origin[origin_file] ] (implements feature #1074)
                   3294: 
1.109     moko     3295: 2016-11-21  moko
                   3296: 
1.110     moko     3297:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   3298:          3.4.4 and $caller.method now tested (related to feature #1110)
                   3299: 
                   3300:        * tests/: 364.html, results/364.processed: $caller usage in
                   3301:          different contexts now tested (related to feature #1110)
                   3302: 
                   3303:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   3304: 
                   3305:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   3306: 
1.109     moko     3307:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   3308:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   3309:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   3310:          used (implements feature #1110)
                   3311: 
                   3312: 2016-11-20  moko
                   3313: 
                   3314:        * src/types/pa_vdouble.h: whitespace
                   3315: 
                   3316: 2016-11-11  moko
                   3317: 
                   3318:        * tests/: 363.html, results/363.processed: more tests for feature
                   3319:          #1091 (how parser methods work in expression context)
                   3320: 
                   3321:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   3322:          expressions strings are now written as strings, not values by
                   3323:          write_as_string (related to feature #1091)
                   3324: 
                   3325:        * src/classes/op.C: to make more correct behavour in expression
                   3326:          context
                   3327: 
                   3328: 2016-11-07  moko
                   3329: 
                   3330:        * tests/: 362.html, results/362.processed: test for
                   3331:          xsltParseStylesheetDoc caching as xsl modification after it added
                   3332:          (related to bug #1108)
                   3333: 
                   3334:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   3335:          result now cached as xdoc is modified after it (fixes bug #1108)
                   3336: 
                   3337: 2016-11-06  moko
                   3338: 
                   3339:        * src/types/pa_vxdoc.h: whitespace
                   3340: 
                   3341: 2016-11-05  moko
                   3342: 
                   3343:        * src/types/pa_vmethod_frame.h: cleanup
                   3344: 
                   3345: 2016-11-03  moko
                   3346: 
                   3347:        * tests/results/244.processed: more correct exception after method
                   3348:          frames separation
                   3349: 
                   3350:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   3351: 
                   3352:        * src/types/pa_method.h: optimization: params_count added
                   3353: 
                   3354:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   3355:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   3356:          types/pa_value.C, types/pa_vmethod_frame.C,
                   3357:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   3358:          VMethodFrame now divided into VNativeMethodFrame,
                   3359:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   3360:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   3361:          and used (related to feature #1104)
                   3362: 
                   3363: 2016-11-02  moko
                   3364: 
                   3365:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   3366:          classes/double.C, classes/file.C, classes/hash.C,
                   3367:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3368:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3369:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   3370:          classes/regex.C, classes/string.C, classes/table.C,
                   3371:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   3372:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   3373:          r.write (implements feature #1091)
                   3374: 
                   3375:        * src/main/execute.C: cleanup (related to feature #1104)
                   3376: 
                   3377:        * src/: include/pa_request.h, main/execute.C,
                   3378:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   3379:          added, in_expression removed (implements feature #1104)
                   3380: 
                   3381: 2016-10-31  moko
                   3382: 
                   3383:        * src/types/pa_value.C: whitespace
                   3384: 
                   3385: 2016-10-28  moko
                   3386: 
                   3387:        * tests/results/244.processed: updated after error reporting fixed
                   3388:          in pa_wcontext.C
                   3389: 
                   3390:        * src/types/pa_wcontext.C: error reporting fixed
                   3391: 
                   3392:        * src/types/pa_wcontext.h: whitespace
                   3393: 
                   3394:        * src/classes/image.C: not fully readed entries are no longer
                   3395:          processed (fixes bug #1106)
                   3396: 
                   3397: 2016-10-26  moko
                   3398: 
                   3399:        * src/classes/image.C: whitespace
                   3400: 
                   3401:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   3402:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   3403:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   3404:          longer required (related to feature #1091)
                   3405: 
                   3406:        * tests/results/: 264.processed, 350.processed: test results update
                   3407:          reverted (whitespace optimization) after write_no_lang removed :)
                   3408:          (related to feature #1091)
                   3409: 
                   3410:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   3411:          classes/string.C, classes/table.C, classes/void.C,
                   3412:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   3413:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   3414:          equal write_pass_lang (related to feature #1091)
                   3415: 
                   3416:        * tests/results/: 264.processed, 350.processed: test results
                   3417:          updated (whitespace optimization) after write_assign_lang removed
                   3418:          (related to feature #1091)
                   3419: 
                   3420:        * tests/: 361.html, results/361.processed: test for non-string
                   3421:          ^untaint added (related to feature #1091)
                   3422: 
                   3423:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3424:          classes/hash.C, classes/op.C, classes/string.C,
                   3425:          include/pa_request.h, main/execute.C: optimization:
                   3426:          write_assign_lang removed as not required (first part of feature
                   3427:          #1091 implementation)
                   3428: 
1.108     moko     3429: 2016-10-12  moko
                   3430: 
                   3431:        * tests/: 360.html, results/360.processed: more test code (related
                   3432:          to feature #1104)
                   3433: 
                   3434:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   3435:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   3436:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   3437:          WContext is next task (implements feature #1104)
                   3438: 
                   3439:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   3440:          / CO_WITHOUT_WCONTEXT
                   3441: 
                   3442:        * tests/: 360.html, results/360.processed: test for in expression
                   3443:          state (related to feature #1104)
                   3444: 
                   3445: 2016-10-11  moko
                   3446: 
                   3447:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   3448: 
                   3449:        * src/classes/op.C: default value removed from initializer
                   3450: 
                   3451:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   3452: 
                   3453:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   3454: 
                   3455: 2016-10-10  moko
                   3456: 
                   3457:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   3458:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   3459:          to feature #42)
                   3460: 
                   3461:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   3462:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   3463: 
                   3464: 2016-10-08  moko
                   3465: 
                   3466:        * src/classes/double.C: whitespace
                   3467: 
                   3468: 2016-10-07  moko
                   3469: 
                   3470:        * src/types/pa_vmethod_frame.h: reorder
                   3471: 
                   3472: 2016-10-06  moko
                   3473: 
                   3474:        * src/classes/date.C: typo
                   3475: 
                   3476:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   3477: 
                   3478:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   3479:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   3480:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   3481:          Value*
                   3482: 
                   3483:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   3484: 
                   3485:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   3486:          removed; first as_* code rewrite
                   3487: 
                   3488: 2016-10-05  moko
                   3489: 
                   3490:        * src/include/pa_request.h: whitespace
                   3491: 
                   3492:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   3493:          intercept_string added (related to feature #1097)
                   3494: 
                   3495:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   3496:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   3497:          optimization: intercept_string removed (implements feature #1097)
                   3498: 
                   3499:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   3500: 
                   3501:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   3502:          from VCodeFrame and WWrapper as not required
                   3503: 
                   3504: 2016-10-04  moko
                   3505: 
                   3506:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   3507:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   3508:          classes/int.C, classes/json.C, classes/op.C,
                   3509:          classes/reflection.C, classes/string.C, classes/table.C,
                   3510:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   3511:          proces_to_value -> process after StringOrValue removed (related
                   3512:          to feature #1020)
                   3513: 
                   3514:        * src/classes/form.C: whitespace
                   3515: 
                   3516:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   3517: 
                   3518:        * tests/: 357.html, 358.html, results/357.processed,
                   3519:          results/358.processed, results/auto.p: test for @conf
                   3520:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   3521: 
                   3522: 2016-10-03  moko
                   3523: 
                   3524:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   3525:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   3526:          supported (implements feature #42)
                   3527: 
                   3528:        * src/types/pa_vregex.h: no reason for VRegex to be
                   3529:          is_evaluated_expr
                   3530: 
                   3531:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   3532:          (implements feature #1095)
                   3533: 
                   3534: 2016-10-01  moko
                   3535: 
                   3536:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   3537:          false by default (related to feature #1089)
                   3538: 
                   3539: 2016-09-30  moko
                   3540: 
                   3541:        * src/types/pa_wcontext.h: cleanup
                   3542: 
                   3543: 2016-09-29  moko
                   3544: 
                   3545:        * src/main/execute.C: whitespace
                   3546: 
                   3547:        * src/include/pa_request.h: whitespace
                   3548: 
                   3549:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   3550:          classes/op.C, classes/table.C, include/pa_request.h,
                   3551:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   3552:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   3553:          StringOrValue removed as it just slows down and adds complexity
                   3554:          (implements feature #1020)
                   3555: 
                   3556: 2016-09-28  moko
                   3557: 
                   3558:        * tests/: 356.html, results/266.processed, results/321.processed,
                   3559:          results/356.processed: tests updated after name was added to
                   3560:          method_info hash, test for ^reflection:method_info[junction]
                   3561:          added (related to feature #1068)
                   3562: 
                   3563:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   3564:          supported, method name added to the resulting hash (implements
                   3565:          feature #1068)
                   3566: 
                   3567:        * tests/: 276.html, results/276.processed: more tests for
                   3568:          ^reflection:delete[]
                   3569: 
                   3570:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   3571:          didn't work on class and could damage native objects (like file)
                   3572: 
                   3573: 2016-09-26  moko
                   3574: 
                   3575:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   3576:          results/345.processed, results/346-curl.processed,
                   3577:          results/347-curl.processed, results/348.processed: numbers added
                   3578:          to simplify diff analysis
                   3579: 
                   3580:        * tests/: 352.html, results/352.processed: test result updated as
                   3581:          method name used
                   3582: 
                   3583:        * src/classes/reflection.C: method name used
                   3584: 
                   3585:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   3586:          its name
                   3587: 
                   3588:        * src/types/pa_method.h: whitespace
                   3589: 
                   3590:        * src/classes/reflection.C: both method and field with one name can
                   3591:          exist.
                   3592: 
                   3593:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   3594:          feature #1089)
                   3595: 
                   3596:        * tests/: 355.html, results/355.processed: property appears in
                   3597:          derived class if added in base test added
                   3598: 
                   3599:        * src/types/pa_vstateless_class.h: get_method declaration +
                   3600:          whitespace
                   3601: 
                   3602:        * tests/: 354.html, results/354.processed: nice test from method
                   3603:          and property with one name in class added
                   3604: 
                   3605: 2016-09-23  moko
                   3606: 
                   3607:        * src/classes/reflection.C: ^reflection:method usage documented
                   3608: 
                   3609: 2016-09-22  moko
                   3610: 
                   3611:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   3612:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   3613:          compile warning and GPF occures on VS2003 (related to feature
                   3614:          #1087)
                   3615: 
                   3616:        * tests/: 350.html, results/350.processed: test added for
                   3617:          $.encloser[] support in ^table::create (related to feature #11)
                   3618: 
                   3619:        * src/classes/table.C: another minor fix (related to feature #11)
                   3620: 
1.107     moko     3621: 2016-09-21  moko
                   3622: 
                   3623:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   3624: 
                   3625:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   3626:          classes/json.C, classes/string.C, classes/table.C,
                   3627:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   3628:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3629:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   3630:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   3631:          pa_charsets, vs2015 warning war
                   3632: 
                   3633:        * src/classes/table.C: vs2015 warning war
                   3634: 
                   3635:        * src/types/pa_vdate.C: vs2015 warning war
                   3636: 
                   3637:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   3638: 
                   3639:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   3640:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   3641: 
                   3642:        * src/main/pa_common.C: vs2015 compilation fixes
                   3643: 
                   3644:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   3645:          vs2015 compilation fixes
                   3646: 
                   3647:        * src/main/pa_charset.C: vs2015 warning war
                   3648: 
                   3649:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   3650: 
                   3651:        * src/main/pa_charset.C: vs2015 warning war
                   3652: 
                   3653:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   3654: 
                   3655:        * src/types/pa_vdate.C: vs2015 compilation fix
                   3656: 
                   3657:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   3658: 
                   3659:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   3660:          VS2015 compilation fixes
                   3661: 
                   3662:        * src/classes/table.C: minor fix (related to feature #11)
                   3663: 
                   3664:        * tests/results/282.processed: no longer skipping extra enclosers
                   3665:          (related to feature #11)
                   3666: 
                   3667:        * src/classes/table.C: minor fix + no longer skipping extra
                   3668:          enclosers (related to feature #11)
                   3669: 
                   3670:        * src/classes/table.C: minor optimization (related to feature #11)
                   3671: 
                   3672:        * src/classes/table.C: minor fix and optimization (related to
                   3673:          feature #11)
                   3674: 
                   3675: 2016-09-20  moko
                   3676: 
                   3677:        * tests/: 353.html, results/353.processed: test for
                   3678:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   3679:          added (related to bug #1090)
                   3680: 
                   3681:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   3682:          one_big_piece (fixes bug #1090)
                   3683: 
                   3684:        * tests/: 229.html, results/229.processed: code coverage tests
                   3685: 
                   3686:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   3687:          body) was called
                   3688: 
                   3689:        * src/classes/op.C: whitespace
                   3690: 
                   3691:        * tests/: 323.html, results/323.processed: test for code junction
                   3692:          should not be returned by ^reflection:class, ^reflection:base
                   3693: 
                   3694:        * src/classes/reflection.C: bugfix: code junction should not be
                   3695:          returned by ^reflection:class, ^reflection:base
                   3696: 
                   3697:        * tests/: 323.html, 352.html, results/352.processed: no more
                   3698:          exception for ^reflection:method[class;no-such-method] (related
                   3699:          to feature #1087)
                   3700: 
                   3701:        * src/classes/reflection.C:
                   3702:          ^reflection:method[class;no-such-method] : exception -> void
                   3703:          (related to feature #1087)
                   3704: 
                   3705:        * src/include/pa_request.h: request::write_value added to allow
                   3706:          write value without convertion (related to issue #1091)
                   3707: 
                   3708: 2016-09-19  moko
                   3709: 
                   3710:        * src/main/pa_random.C: windows build fix
                   3711: 
                   3712:        * src/types/pa_vhash.h: warning war
                   3713: 
                   3714: 2016-09-14  moko
                   3715: 
                   3716:        * tests/: 352.html, 552.html, results/352.processed,
                   3717:          results/552.processed: test for ^reflection:method[] extension
                   3718:          added (related to feature #1087)
                   3719: 
                   3720:        * tests/: 552.html, results/552.processed: test for
                   3721:          ^reflection:method[] extension added (related to feature #1087)
                   3722: 
                   3723:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   3724:          dynamic_cast check added (related to feature #1087)
                   3725: 
                   3726:        * tests/: 351.html, results/351.processed: test for @auto[]
                   3727:          inheritance bug diring ^process[] added (related to bug #1088)
                   3728: 
                   3729:        * src/: classes/op.C, main/pa_request.C,
                   3730:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   3731:          disable it inheritance during ^process (fixes bug #1088)
                   3732: 
                   3733:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   3734:          added (implements feature #1087)
                   3735: 
                   3736: 2016-09-13  moko
                   3737: 
                   3738:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   3739:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   3740:          to feature #1086)
                   3741: 
                   3742:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   3743:          types/pa_vobject.C: objects now are not class instances, but have
                   3744:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   3745:          in @conf (implements feature #1086)
                   3746: 
                   3747: 2016-09-08  moko
                   3748: 
                   3749:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   3750:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   3751:          include/pa_string.h: cleanup: string::split limit argument
                   3752:          removed as no longer required, pos_after no longer reference
                   3753:          (related to feature #11)
                   3754: 
                   3755:        * src/classes/table.C, tests/results/348.processed: now exception
                   3756:          is rised when invalid option is passed to ^table::create[]
                   3757: 
                   3758:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   3759:          coverage tests
                   3760: 
                   3761:        * tests/: 348.html, results/348.processed: code coverage tests
                   3762:          added
                   3763: 
                   3764:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   3765:          tests
                   3766: 
                   3767:        * tests/: 035.html, results/035.processed, results/272.processed:
                   3768:          tests updated after $.encloser[] support for ^table::create
                   3769:          implementation (related to feature #11)
                   3770: 
                   3771:        * src/classes/table.C: $.encloser[] support for ^table::create
                   3772:          finally added (implements feature #11)
                   3773: 
                   3774: 2016-09-07  moko
                   3775: 
                   3776:        * src/include/pa_string.h: added StringSplitHelper as friend
                   3777:          (related to feature #11)
                   3778: 
                   3779:        * src/include/pa_string.h: body and langs now protected, not
                   3780:          private to allow inheritance (related to feature #11)
                   3781: 
                   3782:        * src/classes/table.C: lsplit optimized before cloning for
                   3783:          ^table::create with $.encloser[] (related to feature #11)
                   3784: 
                   3785:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   3786:          added and used (related to feature #11)
                   3787: 
                   3788:        * src/classes/table.C: spelling:
                   3789: 
                   3790:          TableSeparators -> TableControlChars column -> separator
                   3791:          separators -> control_chars
                   3792: 
                   3793: 2016-09-06  moko
                   3794: 
                   3795:        * src/main/pa_string.C: whitespace
                   3796: 
                   3797:        * src/main/pa_string.C: whitespace
                   3798: 
                   3799: 2016-09-01  moko
                   3800: 
                   3801:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   3802:          results OS-independent
                   3803: 
                   3804:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   3805:          compiler (related to feature #1042)
                   3806: 
                   3807: 2016-08-15  moko
                   3808: 
                   3809:        * src/include/pa_string.h: whitespace
                   3810: 
                   3811:        * src/classes/table.C: whitespace
                   3812: 
1.106     moko     3813: 2016-08-05  moko
                   3814: 
                   3815:        * tests/: 344.html, results/344.processed: test for
                   3816:          ^hash::create[$file] added (related to feature #1075)
                   3817: 
                   3818:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   3819:          supported (implements feature #1075)
                   3820: 
                   3821: 2016-08-04  moko
                   3822: 
                   3823:        * tests/: 341.html, results/341.processed: more code coverage tests
                   3824: 
                   3825:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   3826:          coverage tests for curl
                   3827: 
                   3828:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   3829:          coverage tests for curl
                   3830: 
                   3831:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   3832:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   3833:          test added
                   3834: 
                   3835:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   3836:          coverage tests for curl
                   3837: 
                   3838: 2016-08-03  moko
                   3839: 
                   3840:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   3841:          until it will be loaded, allowing to find existing library.
                   3842: 
                   3843:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   3844:          results/347-curl.processed: more code coverage tests for curl
                   3845: 
                   3846:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   3847:          results/339-curl.processed, results/346-curl.processed: curl
                   3848:          functionality tests
                   3849: 
                   3850: 2016-08-02  moko
                   3851: 
                   3852:        * tests/: 339.html, results/339.processed: test for tables in
                   3853:          ^file:load[] and ^curl:load[] (commented) added (related to
                   3854:          feature #1042)
                   3855: 
                   3856:        * tests/: 345.html, results/345.processed: code coverage tests for
                   3857:          file class
                   3858: 
                   3859:        * tests/: 344.html, results/344.processed: code coverage tests
                   3860: 
                   3861:        * tests/: 344.html, results/344.processed: mdate removed from
                   3862:          output
                   3863: 
                   3864:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   3865:          fcontent.is_text_mode() if not set (related to feature #1061)
                   3866: 
                   3867:        * tests/: 344.html, results/344.processed: more tests
                   3868: 
                   3869:        * tests/: 343.html, 344.html, results/343.processed,
                   3870:          results/344.processed: tests for ^file::create[ $.from-charset
                   3871:          and $.to-charset ] (related to feature #1061)
                   3872: 
                   3873:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3874:          aset_text_mode argument optimized
                   3875: 
                   3876:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3877:          checkBOM now used in detect_binary_content (related to feature
                   3878:          #1061)
                   3879: 
                   3880:        * src/main/pa_request.C: load_charset no longer required to_upper
                   3881: 
                   3882:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   3883:          preserves original file mode (if no $.mode specified)
                   3884: 
                   3885:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   3886:          ^file::create now supports $.from-charset[] and $.to-charset
                   3887:          options (implements feature #1061), automatic transcode is done
                   3888:          if text file is created from binary file and charset is detected.
                   3889: 
                   3890: 2016-07-30  moko
                   3891: 
                   3892:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   3893:          feature #1057)
                   3894: 
                   3895:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   3896:          added (related to feature #1057)
                   3897: 
                   3898:        * tests/: 286.html, results/286.processed: code tests coverage
                   3899: 
                   3900: 2016-07-29  moko
                   3901: 
                   3902:        * src/classes/table.C: table size should be checked inside menu and
                   3903:          foreach (related to feature #858)
                   3904: 
                   3905:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   3906:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   3907:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   3908:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   3909:          charsets.get now does str_upper inside (related to feature #1061)
                   3910: 
                   3911:        * tests/: 342.html, results/342.processed: more code coverage tests
                   3912: 
                   3913:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   3914:          + foreach test added (related to feature #858)
                   3915: 
                   3916:        * tests/: 341.html, results/341.processed: tests for
                   3917:          ^table.hash[]{code} added + code coverage tests (related to
                   3918:          feature #1057)
                   3919: 
                   3920:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   3921:          value} support (implements feature #1057)
                   3922: 
                   3923:        * src/classes/table.C: whitespace
                   3924: 
                   3925: 2016-07-28  moko
                   3926: 
                   3927:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   3928:          from URL, if not specified query string removed from url-based
                   3929:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   3930:          #1042)
                   3931: 
                   3932: 2016-07-27  moko
                   3933: 
                   3934:        * tests/: 340.html, results/340.processed: test for
                   3935:          transcode_text_result=false added (related to issue #1042)
                   3936: 
                   3937: 2016-07-26  moko
                   3938: 
                   3939:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   3940:          is folder and ends with /) (related to feature #1042)
                   3941: 
                   3942:        * src/main/pa_http.C: whitespace optimizaion
                   3943: 
                   3944:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3945:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   3946:          multiple headers, ^file::load supports headers transcoding
                   3947:          (implements feature #1042)
                   3948: 
                   3949: 2016-07-25  moko
                   3950: 
                   3951:        * src/include/pa_common.h: PA_DEFAULT added
                   3952: 
                   3953: 2016-07-22  moko
                   3954: 
                   3955:        * tests/: 338.html, results/338.processed: test for
                   3956:          $date.field(value) added (related to feature #1066)
                   3957: 
                   3958:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3959:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   3960:          feature #1066)
                   3961: 
1.105     moko     3962: 2016-07-21  moko
                   3963: 
                   3964:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   3965:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   3966:          arguments removed; image.C - absolute path shown in exception
                   3967:          (implements feature #1071)
                   3968: 
                   3969:        * tests/: 235.html, results/235.processed: test and test result
                   3970:          updated after static boundary in mail and Errors-To: mail header
                   3971:          removed (related to feature #1047)
                   3972: 
                   3973:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   3974:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   3975:          used, static boundary in mail removed, Errors-To: mail header
                   3976:          removed (implements feature #1047)
                   3977: 
                   3978: 2016-07-20  moko
                   3979: 
                   3980:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3981:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   3982:          issue #1051)
                   3983: 
                   3984:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   3985:          request.classes(): Value -> VStateless_class, part 2 (related to
                   3986:          issue #1051)
                   3987: 
                   3988:        * tests/results/: 224.processed, 323.processed: classes without
                   3989:          methods should not be methoded (related to issue #1051)
                   3990: 
                   3991:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   3992:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   3993:          -> VStateless_class, part 1 (related to issue #1051)
                   3994: 
                   3995:        * tests/: 337.html, results/337.processed: test for
                   3996:          ^reflection:fields_reference[] and VHashReference class added
                   3997:          (related to feature #1072)
                   3998: 
                   3999:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   4000:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   4001:          and VHashReference added, allowing ^reflection:fields_reference[]
                   4002:          implementation (closes feature #1072)
                   4003: 
                   4004: 2016-07-19  moko
                   4005: 
                   4006:        * tests/: 323.html, results/323.processed: we want to see
                   4007:          "methoded"
                   4008: 
                   4009:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   4010:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   4011:          #1059)
                   4012: 
                   4013:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   4014:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   4015:          somebody_entered_some_class, $BASE:property works again,
                   4016:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   4017: 
                   4018: 2016-07-14  moko
                   4019: 
                   4020:        * tests/: 335.html, results/335.processed: test for feature #1055
                   4021:          added
                   4022: 
                   4023:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   4024:          feature: ^hash.contains[_default] added (implements feature
                   4025:          #1055)
                   4026: 
                   4027: 2016-07-13  moko
                   4028: 
                   4029:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   4030:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   4031: 
                   4032: 2016-07-05  moko
                   4033: 
                   4034:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   4035:          in ^hash.foreach (related to feature #1073)
                   4036: 
                   4037: 2016-07-04  moko
                   4038: 
                   4039:        * tests/: 134.html, 281.html, results/134.processed,
                   4040:          results/281.processed: tests updated after hash blocking removed
                   4041:          (related to feature #1073)
                   4042: 
                   4043:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   4044:          no longer blocks on change during foreach (implements feature
                   4045:          #1073)
                   4046: 
                   4047: 2016-06-17  moko
                   4048: 
                   4049:        * tests/: 330.html, results/330.processed: try exception source
                   4050:          test added (related to bug in #1062)
                   4051: 
                   4052:        * tests/: 334.html, results/334.processed: Exception stack trace
                   4053:          test added (related to bug in $1062)
                   4054: 
                   4055:        * src/classes/op.C: Exception trace now correctly restored and
                   4056:          errors reported (related to bug #1062)
                   4057: 
1.104     moko     4058: 2016-05-25  moko
                   4059: 
                   4060:        * src/main/compile.y: minor cleanup + beauty
                   4061: 
                   4062: 2016-05-24  moko
                   4063: 
                   4064:        * tests/: 333.html, results/333.processed: more exceptions testing
                   4065: 
                   4066:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   4067:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   4068:          features #1056, #1026)
                   4069: 
                   4070:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   4071:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   4072:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   4073:          (implements feature #1056)
                   4074: 
                   4075:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4076:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   4077:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   4078:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   4079:          feature #1026)
                   4080: 
                   4081:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   4082:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   4083:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   4084:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   4085:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   4086:          feature #1026)
                   4087: 
                   4088:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4089:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   4090:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   4091:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   4092: 
                   4093:        * src/main/main.vcproj: + ps_symbols
                   4094: 
                   4095:        * src/: include/Makefile.am, include/pa_string.h,
                   4096:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   4097:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   4098:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4099:          types/pa_vstateless_class.C: initial implementation for symbols
                   4100:          cache (related to feature #1026)
                   4101: 
                   4102:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   4103: 
                   4104:        * src/main/pa_globals.C: minor cleanup
                   4105: 
                   4106: 2016-05-19  moko
                   4107: 
                   4108:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   4109:          (related to feature #1046)
                   4110: 
                   4111:        * tests/: 331.html, results/331.processed: test for
                   4112:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   4113:          (related to feature #1051)
                   4114: 
                   4115:        * src/main/compile.y:
                   4116:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   4117:          (implements feature #1054)
                   4118: 
                   4119: 2016-05-18  moko
                   4120: 
                   4121:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   4122:          "column not found" exception for ^table.no-such-method[] (related
                   4123:          to feature #1046)
                   4124: 
                   4125:        * tests/: 261.html, results/261.processed: test added and updated
                   4126:          after feature #1046 implementation
                   4127: 
                   4128:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   4129:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   4130:          ^string.contains added for hash compatibility, $string.method no
                   4131:          longer returns stting method (implements feature #1046)
                   4132: 
                   4133: 2016-05-12  moko
                   4134: 
                   4135:        * src/classes/curl.C: content-type response header no longer
                   4136:          ignored (fixes issue #1045)
                   4137: 
                   4138:        * tests/: 330.html, results/330.processed: test for incomplete
                   4139:          finally execution when break occures added (related to issue
                   4140:          #1077)
                   4141: 
                   4142:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   4143:          executing catch and finally code (fixes issue #1062)
                   4144: 
                   4145: 2016-05-11  moko
                   4146: 
                   4147:        * tests/: 329.html, results/329.processed: test for invalid
                   4148:          ^break[] behavour added (bug #1077)
                   4149: 
                   4150:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   4151: 
                   4152: 2016-04-24  moko
                   4153: 
                   4154:        * src/types/pa_vstateless_class.h: warning war
                   4155: 
                   4156: 2016-04-17  moko
                   4157: 
                   4158:        * tests/: 328.html, results/328.processed: test for
                   4159:          ^break(condition) and ^continue(condition) (related to feature
                   4160:          #1063)
                   4161: 
                   4162:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   4163:          implemented (feature #1063)
                   4164: 
                   4165: 2016-04-12  moko
                   4166: 
                   4167:        * tests/results/280.processed: ordered hash now used for class
                   4168:          methods and properties (test results updated for feature #1069)
                   4169: 
                   4170:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   4171:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   4172:          failed (related to issue #1051)
                   4173: 
                   4174:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   4175:          are printed to check inheritance (related to feature #1051)
                   4176: 
1.103     moko     4177: 2016-04-09  moko
                   4178: 
                   4179:        * tests/results/320.processed: ordered hash now used for class
                   4180:          methods and properties (test results updated for feature #1069)
                   4181: 
                   4182:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   4183:          methods and properties (implements feature #1069)
                   4184: 
                   4185:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   4186:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   4187:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   4188:          feature #1051)
                   4189: 
                   4190: 2016-04-07  moko
                   4191: 
                   4192:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   4193:          (related to feature #1051)
                   4194: 
                   4195:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   4196:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   4197:          string constants deduplication (related to feature #1051)
                   4198: 
                   4199:        * tests/results/224.processed: test result updated (related to
                   4200:          feature #1051)
                   4201: 
                   4202:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   4203:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   4204:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   4205:          types/pa_vstatus.h: classes hash now contains only
                   4206:          VStateless_class derived objects, .CLASS is also allways
                   4207:          VStateless_class derived object (related to feature #1051).
                   4208: 
                   4209: 2016-04-06  moko
                   4210: 
                   4211:        * tests/results/323.processed: test result updated after feature
                   4212:          #1051 implementation
                   4213: 
                   4214:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   4215:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   4216:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   4217:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   4218:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4219:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   4220:          classes, type() moved from VStateless_class to VClass and
                   4221:          Methoded (implements feature #1051)
                   4222: 
                   4223: 2016-04-04  moko
                   4224: 
                   4225:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   4226:          beauty: put_class added (related to feature #1051)
                   4227: 
                   4228: 2016-04-01  moko
                   4229: 
                   4230:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   4231:          229.processed, 244.processed, 246.processed, 316.processed: test
                   4232:          results updated as class.type() removed from error messages, only
                   4233:          type() left (related to feature #1051)
                   4234: 
                   4235:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   4236:          classes/op.C, classes/reflection.C, main/compile.y,
                   4237:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   4238:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   4239:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   4240:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   4241:          from VStateless_class, type() is used instead (related to feature
                   4242:          #1051)
                   4243: 
                   4244:        * src/classes/mail.C: old logic restored.
                   4245: 
                   4246:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4247:          classes/classes.h, classes/curl.C, classes/date.C,
                   4248:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4249:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4250:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4251:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   4252:          classes/regex.C, classes/response.C, classes/string.C,
                   4253:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   4254:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   4255:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   4256:          feature #1051)
                   4257: 
                   4258: 2016-03-30  moko
                   4259: 
                   4260:        * tests/: 327.html, results/224.processed, results/327.processed:
                   4261:          test for TZ specification in ^date::create[], TZ is kept during
                   4262:          ^date::create[$dt] (related to feature #1048)
                   4263: 
                   4264:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   4265:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   4266:          feature #1048)
                   4267: 
                   4268: 2016-03-29  moko
                   4269: 
                   4270:        * tests/: 315.html, results/315.processed: test for timezone format
                   4271:          +HHmm added (related to feature #1065)
                   4272: 
                   4273:        * src/classes/date.C: timezone format +HHmm now supported
                   4274:          (implements feature #1065)
                   4275: 
                   4276: 2016-03-28  moko
                   4277: 
                   4278:        * tests/: 202.html, results/131.processed, results/202.processed,
                   4279:          results/224.processed, results/256.processed,
                   4280:          results/315.processed: test results updated after %.2d now
                   4281:          default for hours offset in iso-string (was %2d), test for
                   4282:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4283:          added (related to feature #1065)
                   4284: 
                   4285: 2016-03-27  moko
                   4286: 
                   4287:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   4288:          feature #1065)
                   4289: 
                   4290:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4291:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4292:          added (implements feature #1065)
                   4293: 
                   4294: 2016-03-24  moko
                   4295: 
                   4296:        * tests/: 202.html, results/202.processed: test $date.week added
                   4297:          (related to bug #1067)
                   4298: 
                   4299:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   4300:          date (fix for bug #1067)
                   4301: 
                   4302: 2016-03-10  moko
                   4303: 
                   4304:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   4305: 
1.102     moko     4306: 2015-12-07  moko
                   4307: 
                   4308:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   4309:          .CLASS_NAME optimization added (related to feature #844)
                   4310: 
                   4311: 2015-11-17  moko
                   4312: 
                   4313:        * tests/: 323.html, results/323.processed: order added
                   4314: 
                   4315:        * tests/: 325.html, results/325.processed: double range test added
                   4316:          (related to bug #1049)
                   4317: 
                   4318: 2015-11-16  moko
                   4319: 
                   4320:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   4321:          added to disallow NaN and Infinity (fixes bug #1049)
                   4322: 
                   4323: 2015-11-11  moko
                   4324: 
                   4325:        * tests/324.html: parser 3.4.3 execution support added (related to
                   4326:          feature #1017)
                   4327: 
                   4328:        * tests/: 324.html, results/324.processed: test for
                   4329:          GET_ELEMENT4CALL feature added (feature #1017)
                   4330: 
1.101     moko     4331: 2015-10-29  moko
                   4332: 
                   4333:        * operators.txt: updated for 3.4.4
                   4334: 
                   4335:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   4336: 
                   4337:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   4338:          (related to bug #1043)
                   4339: 
                   4340: 2015-10-28  moko
                   4341: 
                   4342:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   4343:          hangup during ^file::exec (fixes bug #1043)
                   4344: 
1.100     moko     4345: 2015-10-27  moko
                   4346: 
                   4347:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   4348: 
1.99      moko     4349: 2015-10-26  moko
                   4350: 
1.100     moko     4351:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   4352:          (related to issue #1041)
                   4353: 
                   4354:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   4355:          Copyright year updated
                   4356: 
1.99      moko     4357:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   4358:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   4359:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   4360:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   4361:          classes/mail.C, classes/math.C, classes/memcached.C,
                   4362:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4363:          classes/regex.C, classes/response.C, classes/string.C,
                   4364:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4365:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4366:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4367:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4368:          include/pa_dictionary.h, include/pa_dir.h,
                   4369:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4370:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4371:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4372:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4373:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4374:          include/pa_sapi.h, include/pa_socks.h,
                   4375:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4376:          include/pa_stack.h, include/pa_string.h,
                   4377:          include/pa_stylesheet_connection.h,
                   4378:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4379:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4380:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4381:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4382:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   4383:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   4384:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   4385:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   4386:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   4387:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   4388:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   4389:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   4390:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   4391:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4392:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4393:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4394:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4395:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4396:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   4397:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   4398:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   4399:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   4400:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   4401:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   4402:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   4403:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   4404:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   4405:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4406:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4407:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4408:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4409:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4410:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4411:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4412:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   4413:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4414:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4415:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   4416:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4417:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4418:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   4419:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   4420:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   4421:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4422:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   4423:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   4424: 
                   4425:        * src/targets/cgi/parser3.C: year updated
                   4426: 
                   4427:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   4428:          issue #1041)
                   4429: 
                   4430:        * tests/: 323.html, results/323.processed: test for base classes
                   4431:          added
                   4432: 
                   4433:        * tests/: 261.html, results/261.processed: updated after better
                   4434:          error reporting done for $string.key exception
                   4435: 
                   4436:        * src/types/pa_vstring.h: better error report for $string.key
                   4437:          exception
                   4438: 
                   4439:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   4440:          copied as VObject::get_element4call to remove extra virtual call
                   4441: 
                   4442:        * tests/: 322.html, results/322.processed: test for
                   4443:          ^reflection:is[] added (related to feature #1041)
                   4444: 
                   4445:        * src/classes/reflection.C: ^reflection:is empty value is void
                   4446:          (related to feature #1041)
                   4447: 
                   4448:        * src/classes/reflection.C:
                   4449:          ^reflection:is[class_name|code|method;[context;]element_name]
                   4450:          added (implements feature #1041)
                   4451: 
                   4452: 2015-10-24  moko
                   4453: 
                   4454:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   4455: 
1.98      moko     4456: 2015-10-22  moko
                   4457: 
                   4458:        * tests/: 321.html, results/321.processed: test for
                   4459:          ^reflection:method_info[] file detection added
                   4460: 
                   4461:        * tests/: 320.html, results/320.processed: test for
                   4462:          ^reflection:class_by_name[class_name] added (related to feature
                   4463:          #993)
                   4464: 
                   4465:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   4466:          added (implements feature #993)
                   4467: 
                   4468:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   4469:          (related to feature #1017)
                   4470: 
                   4471:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   4472:          added (related to issue #1039)
                   4473: 
                   4474:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   4475:          #1039)
                   4476: 
                   4477:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   4478:          for VDate
                   4479: 
                   4480:        * tests/results/182.processed: updated after feature #1038
                   4481:          implemented
                   4482: 
                   4483:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   4484:          compile-time exception origin added (test for feature #1039)
                   4485: 
                   4486:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   4487:          main/pa_request.C: exception unification: compile-time exceptions
                   4488:          now have origin, @USE origins also tracked (implements feature
                   4489:          #1039)
                   4490: 
                   4491: 2015-10-20  moko
                   4492: 
                   4493:        * src/main/pa_request.C: cleanup
                   4494: 
                   4495: 2015-10-15  moko
                   4496: 
                   4497:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   4498: 
                   4499:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   4500:          types/pa_vtable.C: new feature: no more $table.method and
                   4501:          $hash.method, aliases for _at, _count, _key (related to feature
                   4502:          #1017)
                   4503: 
1.97      moko     4504: 2015-10-14  moko
                   4505: 
1.98      moko     4506:        * tests/: 317.html, results/317.processed: test for
                   4507:          ^string.unescape[] added (related to feature #120)
                   4508: 
1.97      moko     4509:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   4510:          defined" bug (described in issue #1036)
                   4511: 
                   4512:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   4513:          (test for bug #1037)
                   4514: 
                   4515:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   4516:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   4517:          it's not enforced, skips BOM signature if it complies charset
                   4518:          (fixes bug #1037)
                   4519: 
                   4520: 2015-10-13  moko
                   4521: 
                   4522:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   4523:          linking
                   4524: 
                   4525:        * src/classes/inet.C: vs2003 compilation fix
                   4526: 
                   4527:        * src/classes/math.C: warning war
                   4528: 
                   4529:        * src/lib/punycode/pa_punycode.c: warning war
                   4530: 
                   4531: 2015-10-12  moko
                   4532: 
                   4533:        * src/lib/punycode/pa_punycode.c: warning war
                   4534: 
                   4535:        * parser3.sln: moved parser3 first, to make it default startup
                   4536:          project
                   4537: 
                   4538:        * buildall: parser "mirror" now used for external libs sources
                   4539:          (implements feature #1036)
                   4540: 
                   4541:        * buildall: most external libs are updated to their current
                   4542:          versions (related to feature #1036)
                   4543: 
                   4544:        * src/classes/image.C: more tags added
                   4545: 
                   4546:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   4547: 
                   4548: 2015-10-11  moko
                   4549: 
                   4550:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   4551: 
                   4552: 2015-10-09  moko
                   4553: 
                   4554:        * src/classes/curl.C: pa_strdup added for strings from curl
                   4555:          (related to feature #1035)
                   4556: 
                   4557:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   4558:          ULLONG_MAX definition
                   4559: 
                   4560:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   4561:          (implements feature #1035)
                   4562: 
                   4563:        * src/main/pa_charset.C: String::Body(String::C) used
                   4564: 
                   4565:        * src/main/pa_charset.C: exceptions unified
                   4566: 
                   4567:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   4568:          unified
                   4569: 
                   4570:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   4571:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   4572:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   4573:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   4574:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   4575:          String::Body(String::C) constructor added (related to bug #957)
                   4576: 
                   4577:        * src/classes/file.C: minor optimization
                   4578: 
                   4579:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   4580:          Cord(char*) autocreation (related to bug #957)
                   4581: 
                   4582:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   4583: 
                   4584:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   4585:          String(char*, Lang, length) removed, String(C(), Lang) used
                   4586:          instead (related to bug #957)
                   4587: 
                   4588: 2015-10-08  moko
                   4589: 
                   4590:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   4591:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   4592:          main/untaint.C: Now char * is converted to CORD only using
                   4593:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   4594: 
                   4595:        * src/include/pa_hash.h: fixed compilation without
                   4596:          HASH_CODE_CACHING
                   4597: 
                   4598:        * src/classes/string.C:
                   4599:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   4600:          feature #120)
                   4601: 
                   4602:        * src/main/pa_common.C: reduce js flags checks count (related to
                   4603:          feature #120)
                   4604: 
1.96      moko     4605: 2015-10-07  moko
                   4606: 
                   4607:        * tests/: 275.html, results/275.processed: test modified after
                   4608:          unsigned long long int support implemented (feature #1034)
                   4609: 
                   4610:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   4611:          pa_atoul added for unsigned long long int support
                   4612: 
                   4613: 2015-10-06  moko
                   4614: 
                   4615:        * src/types/pa_vdate.C: INT_MAX used
                   4616: 
                   4617: 2015-10-03  moko
                   4618: 
                   4619:        * tests/: 302.html, results/302.processed: test for bug #1023
                   4620:          (\u2028, \u2029 escaping) added
                   4621: 
                   4622:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   4623:          json:string[] (fixes bug #1023)
                   4624: 
                   4625: 2015-09-29  moko
                   4626: 
                   4627:        * tests/305.html: try-catch added for OS without ipv6 support
                   4628: 
                   4629:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   4630:          compilation
                   4631: 
                   4632:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   4633:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   4634:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   4635:          implemented to distinguish ^hash.method from $hash.field
                   4636:          (implements feature #1017)
                   4637: 
                   4638:        * src/lib/punycode/pa_punycode.c: warning war
                   4639: 
                   4640:        * src/include/pa_config_includes.h: warning war
                   4641: 
                   4642:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   4643: 
                   4644:        * src/include/pa_config_includes.h: warning war
                   4645: 
                   4646:        * src/include/pa_hash.h: clang compilation fix
                   4647: 
                   4648: 2015-09-27  moko
                   4649: 
                   4650:        * src/main/compile.tab.C: Bison 3 is now default
                   4651: 
                   4652:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   4653: 
                   4654: 2015-09-25  moko
                   4655: 
                   4656:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   4657:          works with undefined HASH_ORDER (related to feature #196)
                   4658: 
                   4659: 2015-09-24  moko
                   4660: 
                   4661:        * tests/: 027.html, results/027.processed: test modified to test
                   4662:          ^hash.sort (feature #196)
                   4663: 
                   4664:        * src/: classes/hash.C, include/pa_hash.h:
                   4665:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   4666:          added (implements feature #196)
                   4667: 
                   4668:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   4669:          (exception handling in non-cached ^cache), plus for "it does not
                   4670:          have logical value" and "$exception.handled value must be either
                   4671:          boolean or string 'cache'" exceptions.
                   4672: 
                   4673:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   4674:          code (fixes bug #1025)
                   4675: 
1.95      moko     4676: 2015-09-23  moko
                   4677: 
                   4678:        * src/classes/table.C: warning war
                   4679: 
                   4680:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   4681: 
                   4682:        * src/classes/file.C: warning war
                   4683: 
                   4684:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   4685: 
                   4686:        * src/: main/pa_request.C, classes/date.C: warning war
                   4687: 
                   4688:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   4689: 
                   4690:        * tests/: 122.html, results/122.processed: win sync: to remove
                   4691:          differences with OS that doesn't keep timezone change history
                   4692: 
                   4693:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   4694:          TZ change (related to feature #36)
                   4695: 
                   4696:        * tests/: 075.html, results/075.processed: win sync: to remove
                   4697:          differences with OS that doesn't keep timezone change history
                   4698: 
                   4699:        * tests/: 315.html, results/315.processed: win sync: to remove
                   4700:          differences with OS that doesn't keep timezone change history
                   4701: 
                   4702:        * tests/: 256.html, results/256.processed: win sync: to remove
                   4703:          differences with OS that doesn't keep timezone change history
                   4704: 
                   4705:        * tests/: 124.html, results/124.processed: win results sync: to
                   4706:          avoid hitting time change hole.
                   4707: 
                   4708:        * src/types/pa_vdate.C: static returned. :)
                   4709: 
                   4710: 2015-09-22  moko
                   4711: 
                   4712:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   4713: 
                   4714:        * tests/results/131.processed: more tests for feature #1032
                   4715: 
                   4716:        * src/classes/date.C: minor fix related to feature #1032
                   4717: 
                   4718:        * operators.txt: ISO date creation documented (related to feature
                   4719:          #1032)
                   4720: 
                   4721:        * operators.txt: iso-string documented (related to feature #1032)
                   4722: 
                   4723:        * tests/: 315.html, results/315.processed: more tests added
                   4724:          (related to feature #1032)
                   4725: 
                   4726:        * tests/: 131.html, results/131.processed: date range checks
                   4727:          updated (related to feature #36)
                   4728: 
                   4729:        * tests/: 315.html, results/057.processed, results/315.processed:
                   4730:          test added for ISO date support (related to issue #315)
                   4731: 
                   4732:        * src/classes/date.C: more readable exceptions in date creation
                   4733:          (related to ticket #1032)
                   4734: 
                   4735: 2015-09-18  moko
                   4736: 
                   4737:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   4738:          added (related to issue #1032)
                   4739: 
                   4740:        * tests/results/256.processed, src/classes/json.C: iso-string
                   4741:          documented (related to issue #1032)
                   4742: 
                   4743:        * tests/: 256.html, results/256.processed: ISO date check added
                   4744:          (related to issue #1032)
                   4745: 
                   4746:        * tests/: 057.html, results/057.processed, results/224.processed:
                   4747:          tests results updated after ISO date support implemented (related
                   4748:          to feature #1032)
                   4749: 
                   4750:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   4751:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   4752:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   4753:          added (implements feature #1032)
                   4754: 
                   4755: 2015-09-05  moko
                   4756: 
                   4757:        * operators.txt: actualized
                   4758: 
                   4759:        * operators.txt: date changes documented (related to ticket #36)
                   4760: 
                   4761: 2015-09-04  moko
                   4762: 
                   4763:        * src/types/pa_vdate.C: warning war
                   4764: 
                   4765:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   4766: 
                   4767: 2015-09-03  moko
                   4768: 
                   4769:        * tests/results/096.processed: test result updated for 0..9999 year
                   4770:          date range support (related to feature #36)
                   4771: 
                   4772:        * tests/: 314.html, results/314.processed: test for
                   4773:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   4774:          bug #1031)
                   4775: 
                   4776:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   4777:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   4778: 
1.116     moko     4779:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   4780:          configure.in -> configure.ac
1.95      moko     4781: 
1.116     moko     4782:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   4783:          correct timezone check for FreeBSD Warning war: configure.in ->
                   4784:          configure.ac
1.95      moko     4785: 
                   4786:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     4787:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   4788:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   4789:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   4790:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   4791:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   4792:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     4793:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   4794:          check added
                   4795: 
                   4796:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   4797: 
                   4798:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   4799:          for new date implementation (related to feature #36)
                   4800: 
                   4801:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   4802:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   4803:          types/pa_vdate.h: new double date implementation with internal
                   4804:          support for extended 0..9999 year range, default timezone support
                   4805:          (related to feature #36)
                   4806: 
                   4807: 2015-08-28  moko
                   4808: 
                   4809:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   4810:          (fixes bug #1030)
                   4811: 
                   4812: 2015-08-21  moko
                   4813: 
                   4814:        * src/classes/inet.C: snprintf size "bug" commented
                   4815: 
                   4816:        * src/main/pa_common.C: snprintf comments updated
                   4817: 
                   4818: 2015-08-16  moko
                   4819: 
                   4820:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   4821: 
                   4822: 2015-08-11  moko
                   4823: 
                   4824:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4825:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   4826:          can be null (fixes bug #1029)
                   4827: 
                   4828: 2015-08-06  moko
                   4829: 
1.116     moko     4830:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   4831:          pa_vdate.C added
1.95      moko     4832: 
                   4833: 2015-08-05  moko
                   4834: 
                   4835:        * tests/: 313.html, results/313.processed: test for
                   4836:          ^table.count[columns] and ^table.flip[] with nameless tables
                   4837:          (feature #1003)
                   4838: 
                   4839:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   4840:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   4841:          correctly for nameless tables (implements feature #1003)
                   4842: 
                   4843: 2015-08-03  moko
                   4844: 
                   4845:        * tests/312.html: test for ^table.append[$hash] and
                   4846:          ^table.insert[$hash] added (related to feature #1028)
                   4847: 
                   4848:        * src/classes/table.C: ^table.append[$hash] and
                   4849:          ^table.insert[$hash] now supported (implements feature #1028)
                   4850: 
                   4851:        * tests/: 312.html, results/312.processed: test row copy in
                   4852:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   4853: 
                   4854:        * src/classes/table.C: row copy now created in ^table.hash[;
                   4855:          $.type[table] ] (related to feature #1016)
                   4856: 
                   4857: 2015-07-29  moko
                   4858: 
                   4859:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   4860:          added (related to feature #1016)
                   4861: 
                   4862:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   4863:          ^table.delete[] added to delete current row (related to feature
                   4864:          1016)
                   4865: 
                   4866: 2015-07-28  moko
                   4867: 
                   4868:        * tests/: 312.html, results/312.processed: test for
                   4869:          $table.column[value] and ^table.insert{row} (related to feature
                   4870:          #1016)
                   4871: 
                   4872:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   4873:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   4874:          ^table.insert{row} are now implemented (feature #1016)
                   4875: 
                   4876:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   4877:          append(), insert() added, memmove arguments order in remove()
                   4878:          fixed (related to feature #1016)
                   4879: 
                   4880: 2015-07-23  moko
                   4881: 
                   4882:        * src/classes/json.C: tainted json and empty json exception added
                   4883:          (implements feature #1015)
                   4884: 
                   4885:        * tests/: 311.html, results/311.processed: empty json and tainted
                   4886:          json exception test added (related to issue #1015)
                   4887: 
                   4888: 2015-07-22  moko
                   4889: 
                   4890:        * tests/: 311.html, results/311.processed: test for UTF-8
                   4891:          processing added
                   4892: 
                   4893:        * tests/: 311.html, results/311.processed: test for
                   4894:          json_exception_with_source added (related to issue #394)
                   4895: 
                   4896:        * src/classes/json.C: json_exception_with_source added (implements
                   4897:          feature #394)
                   4898: 
                   4899: 2015-06-29  moko
                   4900: 
                   4901:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   4902:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   4903:          (closes bug #1027)
                   4904: 
                   4905: 2015-06-10  moko
                   4906: 
                   4907:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   4908:          error if libxml has LIBXML_ICU_ENABLED.
                   4909: 
                   4910: 2015-06-04  moko
                   4911: 
                   4912:        * tests/099.html: ups, reverting
                   4913: 
                   4914:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   4915:          results/310.processed: tests for $response:body[ $.file[] ] and
                   4916:          $response:last-modified added
                   4917: 
                   4918:        * src/main/pa_request.C: last-modified check fixed
                   4919: 
                   4920: 2015-06-03  moko
                   4921: 
                   4922:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   4923:          results/205.processed, results/293.processed: $response:headers
                   4924:          logging added (tests for feature #1007)
                   4925: 
                   4926:        * src/: include/pa_common.h, include/pa_request.h,
                   4927:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   4928:          $response:headers are now in uppercase (closes feature #1007)
                   4929: 
                   4930: 2015-06-02  moko
                   4931: 
                   4932:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   4933:          build errors reverted for clang compatibility
                   4934: 
                   4935: 2015-06-01  moko
                   4936: 
                   4937:        * src/include/pa_memory.h: -pedantic build errors fixed
                   4938: 
                   4939:        * src/classes/math.C: -pedantic build error fixed
                   4940: 
                   4941:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   4942: 
                   4943: 2015-05-31  moko
                   4944: 
                   4945:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   4946: 
                   4947:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   4948:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   4949:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   4950:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   4951:          types/pa_vxnode.h: warning war (-pedantic flag)
                   4952: 
                   4953: 2015-05-28  moko
                   4954: 
                   4955:        * tests/: 308.html, results/308.processed: test for
                   4956:          ^table::create[$t;], etc work added (related to bug #975)
                   4957: 
                   4958:        * src/classes/table.C: check_option_param removed,
                   4959:          ^table::create[$t;], etc now works (fixes bug #975)
                   4960: 
                   4961: 2015-05-27  moko
                   4962: 
                   4963:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   4964:          (Debian jessie) fixed (closes issue #1024)
                   4965: 
                   4966:        * tests/Makefile: sort added as in Debian jessie list become
                   4967:          unsorted
                   4968: 
                   4969: 2015-05-18  moko
                   4970: 
                   4971:        * tests/: 201.html, results/201.processed: test for
                   4972:          ^string.trim[what] feature #1022
                   4973: 
                   4974:        * src/classes/string.C: ^string.trim[what] now supported,
                   4975:          implements feature #1022
                   4976: 
                   4977: 2015-05-17  moko
                   4978: 
                   4979:        * tests/results/185.processed: test result updated as feature #1021
                   4980:          implemented (left/right accept negative parameter)
                   4981: 
                   4982:        * src/classes/string.C: left/right now accept negative parameter
                   4983:          (implements feature #1021)
                   4984: 
                   4985: 2015-05-08  moko
                   4986: 
                   4987:        * src/classes/math.C: isalnum -> pa_isalnum
                   4988: 
                   4989:        * src/main/execute.C: optimization in getter-junction processing
                   4990:          (related to issue #997)
                   4991: 
                   4992: 2015-05-07  moko
                   4993: 
                   4994:        * tests/: 307.html, results/307.processed: test for issue #997
                   4995:          added
                   4996: 
                   4997:        * src/main/execute.C: process_getter result now checked if junction
                   4998:          returned (closes issue #997)
                   4999: 
                   5000:        * tests/: 305.html, results/305.processed: sort added to ignore
                   5001:          different order
                   5002: 
                   5003:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   5004:          assignment (closes issue #994)
                   5005: 
                   5006:        * tests/: 306.html, results/306.processed: test for issue #994
                   5007:          added
                   5008: 
                   5009:        * tests/: 303.html, results/303.processed: two more errors tested
                   5010: 
                   5011: 2015-05-06  moko
                   5012: 
                   5013:        * tests/: 305.html, results/305.processed: test for name2ip &
                   5014:          ip2name added (related to feature #992)
                   5015: 
                   5016:        * tests/: 303.html, 304.html, results/303.processed,
                   5017:          results/304.processed: tests for idna conversion added (related
                   5018:          to issue #849)
                   5019: 
                   5020: 2015-05-02  moko
                   5021: 
                   5022:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   5023:          implemented
                   5024: 
                   5025: 2015-04-30  moko
                   5026: 
                   5027:        * src/main/pa_http.C: idna_host added, related to issue #849
                   5028: 
                   5029:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   5030:          (related to issue #849)
                   5031: 
                   5032: 2015-04-24  moko
                   5033: 
                   5034:        * src/types/pa_vjunction.C: warning war
                   5035: 
                   5036:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   5037:          unification
                   5038: 
                   5039:        * src/lib/punycode/pa_idna.c: warning war
                   5040: 
                   5041: 2015-04-22  moko
                   5042: 
                   5043:        * src/main/main.vcproj: punycode include path added
                   5044: 
                   5045:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   5046: 
                   5047:        * src/lib/punycode/pa_idna.c: warning war
                   5048: 
                   5049:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   5050:          project file added
                   5051: 
                   5052:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   5053: 
                   5054:        * src/include/pa_memory.h: warning war
                   5055: 
                   5056:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   5057:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   5058:          implemented (related to feature #849)
                   5059: 
                   5060:        * configure.in, src/main/Makefile.am,
                   5061:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   5062:          libpunycode added in Unix
                   5063: 
                   5064: 2015-04-21  moko
                   5065: 
                   5066:        * configure.in: large files support
                   5067: 
                   5068: 2015-04-15  moko
                   5069: 
                   5070:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   5071:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   5072:          pa_punycode.h: initial version for punycode/idna support library
                   5073:          (ticket #849)
                   5074: 
                   5075: 2015-04-08  moko
                   5076: 
                   5077:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   5078:          classes/image.C, classes/mail.C, classes/reflection.C,
                   5079:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   5080:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   5081:          main/compile.y, main/compile_tools.h, main/execute.C,
                   5082:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   5083:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   5084:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   5085:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   5086:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   5087:          clang compiler warnings (closes issue #1018)
                   5088: 
                   5089:        * src/include/pa_string.h: String::Body comparation operators with
                   5090:          char * added (related to issue #958)
                   5091: 
                   5092: 2015-04-07  moko
                   5093: 
                   5094:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   5095:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   5096:          issue #1018)
                   5097: 
                   5098:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   5099:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   5100:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   5101:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   5102:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   5103:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   5104:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   5105:          malloc/strdup/free replaced with pa_ version and checks for
                   5106:          accidental use of non-pa_ version added (related to issue #1018)
                   5107: 
                   5108: 2015-04-03  moko
                   5109: 
                   5110:        * buildall: pcre-8.33 -> pcre-8.36
                   5111: 
                   5112:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   5113:          classes/op.C, classes/string.C, main/compile.tab.C,
                   5114:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   5115:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   5116:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   5117:          ticket #958)
                   5118: 
                   5119:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   5120:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   5121:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   5122:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   5123:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   5124:          $request:headers, $request:method added (implements feature
                   5125:          #1007)
                   5126: 
                   5127: 2015-03-17  misha
                   5128: 
                   5129:        * tests/302.html: - test for
                   5130:          ^json:string[...;$._default[method-name]]
                   5131: 
                   5132:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5133:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   5134:          option $._default[method-name] is specified in ^json:string[], a
                   5135:          method with specified name will be called for classes/objects
                   5136:          serialization ( new feature: #982 )
                   5137: 
                   5138: 2015-03-16  misha
                   5139: 
                   5140:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   5141:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   5142:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   5143:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   5144:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5145:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   5146:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5147:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   5148:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   5149:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5150:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   5151:          $var.CLASS_NAME now have special opcodes. This can be switched
                   5152:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   5153:          on pa_opcode.h ( new feature: #844 )
                   5154: 
                   5155: 2015-03-15  misha
                   5156: 
                   5157:        * tests/075.html: - test for $response:header[]
                   5158: 
                   5159:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   5160:          that was set earlie ( new feature: #1001 )
                   5161: 
                   5162: 2015-03-12  misha
                   5163: 
                   5164:        * tests/246.html: - more tests for ^hash._at[]
                   5165: 
                   5166:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   5167:          accepts second param [key|value|hash] ( new feature: #1012 )
                   5168: 
                   5169: 2015-03-09  moko
                   5170: 
                   5171:        * src/types/pa_vmail.C: exception for everything but
                   5172:          $mail:received, closes issue #1011
                   5173: 
                   5174: 2015-02-20  moko
                   5175: 
                   5176:        * tests/: 275.html, results/275.processed: hex detection in
                   5177:          pa_atoui fix test (closes issue #1010)
                   5178: 
                   5179:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   5180:          issue #1010)
                   5181: 
                   5182: 2015-02-17  moko
                   5183: 
                   5184:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   5185:          tainted.
                   5186: 
                   5187: 2015-02-03  misha
                   5188: 
                   5189:        * tests/301.html: - test for ^json:string($double) causes
                   5190:          exception. bugfix: #1008
                   5191: 
                   5192:        * src/classes/json.C: - ^json:string($double) causes exception.
                   5193:          bugfix: #1008
                   5194: 
                   5195:        * tests/014.html: - updated for work with ^hash.delete[]
                   5196: 
                   5197: 2015-01-12  misha
                   5198: 
                   5199:        * src/: classes/form.C, include/pa_common.h,
                   5200:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   5201:          types/pa_vform.h: - supports body with PUT method as well ( new
                   5202:          feature: #1006 )
                   5203: 
                   5204:        * src/classes/file.C: - warnings war
                   5205: 
                   5206: 2015-01-11  misha
                   5207: 
                   5208:        * tests/300.html: - test for ^hash.delete[] is added
                   5209: 
                   5210:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   5211:          feature: #989 ) - tiny optimization in intersects
                   5212: 
                   5213: 2015-01-06  moko
                   5214: 
                   5215:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   5216:          with transcode, attachments detection fixed
                   5217: 
                   5218:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   5219:          load to allow charset switch (related to issue #996)
                   5220: 
                   5221: 2014-12-31  moko
                   5222: 
                   5223:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   5224:          UTF-8 source charset (fixes issue 996)
                   5225: 
                   5226:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   5227:          issue #1000)
                   5228: 
                   5229: 2014-12-11  misha
                   5230: 
                   5231:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   5232:          access ( bug fix: #1005 )
                   5233: 
                   5234: 2014-11-13  misha
                   5235: 
                   5236:        * src/main/compile.y: - PC.append does not reset to false while
                   5237:          creating a new class. bugfix: #990
                   5238: 
                   5239:        * tests/299.html: - test for creation class after working with
                   5240:          partial class (create+append)
                   5241: 
                   5242:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   5243:          #995
                   5244: 
                   5245:        * tests/232.html: - test for @get[def] added
                   5246: 
                   5247: 2014-10-12  moko
                   5248: 
                   5249:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   5250: 
                   5251:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   5252:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   5253:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   5254:          targets/apache/ApacheModuleParser3.vcproj,
                   5255:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5256:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5257:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   5258:          conversion in newer VS versions
                   5259: 
                   5260:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   5261:          pcre_internal.vcproj added
                   5262: 
                   5263: 2014-08-28  moko
                   5264: 
                   5265:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   5266:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   5267:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   5268: 
                   5269: 2014-06-30  misha
                   5270: 
                   5271:        * tests/298.html: - tests for ^reflection:def[class;className]
                   5272:          added
                   5273: 
                   5274:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   5275:          added ( new feature: #918 )
                   5276: 
                   5277: 2014-06-29  misha
                   5278: 
                   5279:        * src/classes/table.C: - ^table::create[unsupported data] -
                   5280:          exception comment changed to "body must be table or code" ( bug
                   5281:          fix: #951 )
                   5282: 
                   5283:        * tests/: 261.html, results/261.processed: - tests for
                   5284:          ^json:string[...;$.void[null|string]] added
                   5285: 
                   5286:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   5287:          option $.void[string|null] added to ^json:string[...] ( new
                   5288:          feature: #952 )
                   5289: 
                   5290: 2014-06-28  moko
                   5291: 
                   5292:        * src/classes/curl.C: $.charset now processed before other curl
                   5293:          options (closes issue #980)
                   5294: 
                   5295: 2014-05-23  misha
                   5296: 
                   5297:        * src/classes/json.C: - bug fix: #987
                   5298: 
                   5299: 2014-05-04  misha
                   5300: 
                   5301:        * tests/: 253.html, 253_json.txt: - test for
                   5302:          ^json:parse[$.int(false)] is added
                   5303: 
                   5304:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   5305:          default true). The option is similar to $.double(bool) but for
                   5306:          integers.
                   5307: 
                   5308: 2014-05-01  moko
                   5309: 
                   5310:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   5311:          #12 )
                   5312: 
                   5313: 2014-04-16  moko
                   5314: 
                   5315:        * src/main/pa_http.C: response-charset option should finally work
                   5316:          now (fix for issue #867)
                   5317: 
                   5318:        * src/main/pa_http.C: response-charset option should work now (fix
                   5319:          for issue #867)
                   5320: 
                   5321: 2014-03-07  moko
                   5322: 
                   5323:        * buildall: libgc moved
                   5324: 
                   5325:        * buildall: libgc moved
                   5326: 
                   5327: 2013-12-29  moko
                   5328: 
                   5329:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   5330:          closes issue #966
                   5331: 
                   5332:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   5333:          result now tainted, issue #966
                   5334: 
                   5335: 2013-12-03  moko
                   5336: 
                   5337:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   5338:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   5339:          option was added for http://www.parser.ru/forum/?id=79343
                   5340: 
                   5341:        * src/classes/file.C: bugfix for
                   5342:          http://www.parser.ru/forum/?id=79337
                   5343: 
                   5344: 2013-11-05  moko
                   5345: 
                   5346:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   5347: 
                   5348:        * src/main/pa_globals.C: spelling fixed
                   5349: 
                   5350: 2013-10-29  moko
                   5351: 
                   5352:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   5353: 
                   5354:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   5355:          #892
                   5356: 
                   5357:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   5358:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   5359:          exceptions to be thrown thougth json library), related to issue
                   5360:          #892
                   5361: 
                   5362:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   5363:          related to issue #896
                   5364: 
                   5365: 2013-10-24  moko
                   5366: 
                   5367:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   5368: 
                   5369: 2013-10-23  moko
                   5370: 
                   5371:        * README: actualization
                   5372: 
                   5373: 2013-10-22  moko
                   5374: 
                   5375:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   5376:          compatibility patch from Sergey Kirpichev
                   5377: 
                   5378:        * tests/: 297.html, results/297.processed: non-working getter fix
                   5379:          test for issue #948
                   5380: 
                   5381:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   5382:          called when saving value of $match variable in ^string.match[] to
                   5383:          increase compatibility (related to issue #948).
                   5384: 
                   5385:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   5386:          usage optimization
                   5387: 
                   5388: 2013-10-21  moko
                   5389: 
                   5390:        * tests/: 182.html, results/182.processed: local path removed for
                   5391:          compatibility
                   5392: 
                   5393:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   5394:          results/244.processed, results/253.processed,
                   5395:          results/254.processed, results/275.processed,
                   5396:          results/281.processed: try_catch -> try-catch
                   5397: 
                   5398:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   5399:          results/294.processed, results/296.processed: try_catch ->
                   5400:          try-catch
                   5401: 
                   5402: 2013-10-20  moko
                   5403: 
                   5404:        * tests/: 296.html, results/296.processed: test for xsl exception
                   5405:          for issue #938 added.
                   5406: 
                   5407:        * src/: include/pa_xml_exception.h,
                   5408:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   5409:          XmlException is now replaced (once again closes issue #938)
                   5410: 
                   5411: 2013-10-18  moko
                   5412: 
                   5413:        * buildall: disable clock_gettime detection to avoid librt linking
                   5414:          (which in turn depends on libpthread), related to issue #943
                   5415: 
                   5416: 2013-10-18  misha
                   5417: 
                   5418:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   5419:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   5420:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5421:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5422:          types/types.vcproj: - new locations for libxml2 includes where
                   5423:          added to vcproj files
                   5424: 
                   5425: 2013-10-18  moko
                   5426: 
                   5427:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   5428:          fix
                   5429: 
                   5430:        * tests/: 295.html, results/295.processed: test for issue #948
                   5431:          updated
                   5432: 
                   5433:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   5434:          :)
                   5435: 
                   5436:        * tests/: 295.html, results/295.processed: test for issue #948
                   5437:          added
                   5438: 
                   5439:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   5440:          include/pa_request.h, types/pa_method.h: for getters and setters
                   5441:          to be executed request.put_element should be called, not
                   5442:          context.put_element (fixes issue #948)
                   5443: 
                   5444: 2013-10-17  moko
                   5445: 
                   5446:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   5447:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   5448: 
                   5449:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   5450: 
                   5451: 2013-10-16  moko
                   5452: 
                   5453:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   5454: 
                   5455:        * tests/: 294.html, results/294.processed: test for issue #938
                   5456: 
                   5457:        * src/: classes/xdoc.C, classes/xnode.C,
                   5458:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   5459:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   5460: 
                   5461:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   5462:          libxslt-1.1.26 -> libxslt-1.1.28
                   5463: 
                   5464:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   5465:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   5466:          to '?', related to issue #938
                   5467: 
                   5468: 2013-10-15  moko
                   5469: 
                   5470:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   5471:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   5472:          minor optimizations (closes issue #896)
                   5473: 
                   5474:        * tests/results/: 292.processed, 293.processed: results updated to
                   5475:          comply with issue #896
                   5476: 
                   5477:        * tests/: 292.html, 293.html, results/292.processed,
                   5478:          results/293.processed: tests for json escaping
                   5479: 
                   5480: 2013-10-14  moko
                   5481: 
                   5482:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   5483:          and cleanup, code moved from .h to .C, no changes in code
                   5484: 
                   5485: 2013-10-12  moko
                   5486: 
                   5487:        * tests/results/119.processed: updated test result commited
                   5488: 
                   5489:        * tests/: 291.html, results/291.processed: test for issue #894
                   5490:          added
                   5491: 
                   5492:        * src/types/pa_wcontext.h: base methods call support function
                   5493:          get_somebody_entered_some_class should not be true forever, as
                   5494:          wcontext can have many get_elements calls (fixes issue #894)
                   5495: 
                   5496: 2013-10-11  moko
                   5497: 
                   5498:        * tests/: 290.html, results/290.processed: test for junction GPF
                   5499:          issue #942 added
                   5500: 
                   5501:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   5502:          to native method fixed (closes issue #942)
                   5503: 
                   5504:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   5505:          added
                   5506: 
                   5507:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   5508:          feature #907)
                   5509: 
                   5510:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   5511:          feature #907)
                   5512: 
                   5513: 2013-10-09  moko
                   5514: 
                   5515:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   5516:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   5517:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   5518:          properly not only in objects, but in classes as well (closes
                   5519:          issue #903)
                   5520: 
                   5521:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   5522:          works in classes, not only objects, test case added, related to
                   5523:          issue #903
                   5524: 
                   5525:        * tests/: 288.html, results/288.processed: test for endless
                   5526:          recursion bug added (related to issue #903)
                   5527: 
                   5528: 2013-10-05  moko
                   5529: 
                   5530:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   5531:          classes/table.C, main/execute.C, types/pa_method.h,
                   5532:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   5533:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   5534:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   5535:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   5536:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   5537:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   5538:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   5539:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5540:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   5541:          optimization: put_element no longer has "bool areplace" argument,
                   5542:          related to issue #903
                   5543: 
                   5544: 2013-10-03  moko
                   5545: 
                   5546:        * tests/results/182.processed: result for $.replace(false) test
                   5547:          commited
                   5548: 
                   5549:        * src/classes/date.C: ^date::create(number) processed correctly
                   5550:          (fixes issue #901)
                   5551: 
                   5552:        * src/classes/image.C: as_no_junction removed, as param can be
                   5553:          expression (closes issue #931)
                   5554: 
                   5555:        * tests/233.html: test for issue #931 added
                   5556: 
                   5557: 2013-10-02  moko
                   5558: 
                   5559:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   5560:          modified, test for $.replace(false) added
                   5561: 
                   5562:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   5563: 
                   5564: 2013-09-30  moko
                   5565: 
                   5566:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   5567: 
                   5568:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   5569:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   5570:          implemented; $.replace option added to ^process and ^use
                   5571: 
                   5572: 2013-08-27  moko
                   5573: 
                   5574:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   5575:          cstr_to_string_body_untaint should be called with charsets for
                   5576:          possible uri language and connection for possible sql language.
                   5577:          related to issue #857
                   5578: 
                   5579:        * buildall: and -> or fixed
                   5580: 
                   5581: 2013-08-26  moko
                   5582: 
                   5583:        * buildall: prepare_ functions logic changed to support
                   5584:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   5585: 
                   5586: 2013-08-23  moko
                   5587: 
                   5588:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   5589:          statically
                   5590: 
                   5591: 2013-08-22  moko
                   5592: 
                   5593:        * src/classes/string.C: String::Empty used (related to issue #912)
                   5594:          append_know_length removed (related to old GPF bug)
                   5595: 
                   5596: 2013-08-21  moko
                   5597: 
                   5598:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   5599: 
                   5600:        * src/classes/math.C: ^math:digest[...;$file] support added
                   5601:          (related to ticket #857
                   5602: 
                   5603:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   5604:          implemented
                   5605: 
                   5606:        * src/types/pa_vhashfile.h: warning war
                   5607: 
                   5608:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   5609:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   5610:          anti_endless_json_string_recoursion removed from request;
                   5611:          json_string_recoursion added to json_options; $.indent[indent
                   5612:          value] now supported and passed within recoursion closes feature
                   5613:          #937
                   5614: 
                   5615:        * tests/: 287.html, results/287.processed: test for feature #937
                   5616: 
                   5617: 2013-07-31  moko
                   5618: 
                   5619:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   5620:          compilation having #define _S
                   5621: 
                   5622:        * src/main/pa_globals.C: cleanup
                   5623: 
                   5624: 2013-07-30  moko
                   5625: 
                   5626:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   5627:          main/pa_common.C: vs2003 warning war
                   5628: 
                   5629:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   5630: 
                   5631:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   5632: 
                   5633:        * src/lib/md5/pa_sha2.c: warning war
                   5634: 
                   5635: 2013-07-29  moko
                   5636: 
                   5637:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   5638:          patches from github
                   5639: 
                   5640:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   5641:          classes/memcached.C, include/pa_config_includes.h,
                   5642:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   5643: 
                   5644:        * src/lib/json/json.vcproj: C++ -> C
                   5645: 
                   5646:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   5647: 
                   5648:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   5649: 
                   5650:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   5651: 
                   5652:        * src/lib/json/: json.c, pa_json.C: warning war
                   5653: 
                   5654:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   5655: 
                   5656:        * src/include/pa_config_fixed.h: uint16_t added
                   5657: 
                   5658:        * configure.in: uint16_t check added
                   5659: 
                   5660:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     5661:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   5662:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   5663:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   5664:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     5665: 
                   5666: 2013-07-25  moko
                   5667: 
                   5668:        * parser3.sln: dependencies added
                   5669: 
                   5670:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   5671:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   5672:          module support
                   5673: 
                   5674:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   5675: 
                   5676:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   5677: 
                   5678: 2013-07-23  moko
                   5679: 
                   5680:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   5681:          PA_DEBUG_GC_MEMORY removed
                   5682: 
                   5683:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   5684:          PA_DEBUG_DISABLE_GC compilation fix
                   5685: 
                   5686:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   5687:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   5688: 
                   5689:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   5690:          garbage cleanup
                   5691: 
                   5692:        * src/main/pa_common.C: warning war
                   5693: 
                   5694:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   5695: 
                   5696:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   5697:          minor cleanup
                   5698: 
                   5699:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   5700:          uses cygwin, not WIN32 implementation
                   5701: 
                   5702:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   5703:          able to exec shell scripts
                   5704: 
                   5705:        * src/classes/math.C: ifdef WIN32 cleanup
                   5706: 
                   5707:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   5708: 
                   5709:        * src/classes/curl.C: LT_MODULE_EXT used
                   5710: 
                   5711:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   5712: 
                   5713: 2013-07-22  moko
                   5714: 
                   5715:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   5716:          includes fix
                   5717: 
                   5718:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   5719: 
                   5720:        * configure.in, src/include/pa_config_includes.h,
                   5721:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   5722:          src/main/pa_exec.C: includes cleanup
                   5723: 
                   5724:        * src/targets/cgi/parser3.C: 2012->2013
                   5725: 
                   5726:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   5727: 
                   5728:        * configure.in, src/include/pa_config_includes.h,
                   5729:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   5730:          src/main/pa_random.C, src/main/pa_socks.C,
                   5731:          src/types/pa_vstatus.C: cygwin support cleanup
                   5732: 
                   5733:        * configure.in: dirent.h check added
                   5734: 
                   5735:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   5736:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   5737:          not copied
                   5738: 
                   5739: 2013-07-21  moko
                   5740: 
                   5741:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   5742: 
                   5743:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   5744:          parser3.vcproj: unused getopt.h / getopt.c removed
                   5745: 
                   5746:        * operators.txt, src/classes/file.C, tests/022.html,
                   5747:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   5748:          $.stat(true)] usage commented
                   5749: 
                   5750:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   5751:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   5752:          $.stat(true) it has size/*date columns modified patch from misha@
                   5753:          that closes issue #914.
                   5754: 
                   5755:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   5756:          PA_RELEASE_ASSERTS removed
                   5757: 
                   5758:        * src/lib/md5/pa_md5c.c: minor cleanup
                   5759: 
                   5760:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   5761:          localeconv()->decimal_point usage remoed (related to issue #934)
                   5762: 
                   5763:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   5764:          cordprnt.c removed
                   5765: 
                   5766:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   5767:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   5768:          pa-include/pa_strings.h: includes cleanup
                   5769: 
                   5770:        * src/lib/md5/pa_md5c.c: headers cleanup
                   5771: 
                   5772: 2013-07-20  moko
                   5773: 
                   5774:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   5775:          cleanup
                   5776: 
                   5777: 2013-07-19  moko
                   5778: 
                   5779:        * src/classes/math.C: extern "C" added for crypt
                   5780: 
                   5781: 2013-07-18  moko
                   5782: 
                   5783:        * src/classes/math.C: fix redhat7.2 build
                   5784: 
                   5785: 2013-07-17  moko
                   5786: 
                   5787:        * configure.in, src/include/pa_config_includes.h,
                   5788:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   5789:          added for uint8/32/64_t)
                   5790: 
                   5791:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   5792:          pa_config_includes.h used for uint32/64_t
                   5793: 
                   5794: 2013-07-16  moko
                   5795: 
                   5796:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   5797:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   5798:          war
                   5799: 
                   5800:        * src/main/compile.tab.C: compile.y was updated
                   5801: 
                   5802:        * src/main/compile.y: warning war
                   5803: 
                   5804:        * src/: include/pa_exception.h, main/pa_exception.C,
                   5805:          main/pa_xml_exception.C: warning war
                   5806: 
                   5807:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   5808: 
                   5809:        * configure.in: beauty :)
                   5810: 
                   5811:        * tests/: 141.html, results/141.processed: sha256/512 added
                   5812: 
                   5813: 2013-07-13  moko
                   5814: 
                   5815:        * src/lib/md5/md5.vcproj: sha2 added
                   5816: 
                   5817:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   5818:          classes/math.C: sha2 support (sha256/sha512 digest)
                   5819: 
                   5820: 2013-07-08  moko
                   5821: 
                   5822:        * src/classes/image.C: directory read or other read problem message
                   5823:          fixed (related to issue #933)
                   5824: 
                   5825: 2013-07-07  moko
                   5826: 
                   5827:        * AUTHORS: + misha + moko. :)
                   5828: 
                   5829: 2013-07-06  moko
                   5830: 
                   5831:        * src/: classes/curl.C, include/pa_globals.h,
                   5832:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   5833:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   5834:          for lt_dlinit to be called once and lt_dlexit called at right
                   5835:          place (related to issue #925)
                   5836: 
                   5837: 2013-07-04  moko
                   5838: 
                   5839:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   5840:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   5841:          content-type to be set, as it brokes badly designed logic in
                   5842:          response output. This hopefully finishes issue #928.
                   5843: 
                   5844:        * tests/results/: 256.processed, 286.processed: file now displayed
                   5845:          as name, size, mode, content-type
                   5846: 
                   5847:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   5848:          issue #933
                   5849: 
                   5850: 2013-06-28  moko
                   5851: 
                   5852:        * tests/: 286.html, results/286.processed: test extended
                   5853: 
                   5854:        * tests/: 286.html, results/286.processed: Test for issue #928
                   5855:          added.  it tests default content-type change.
                   5856: 
                   5857:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   5858:          now updated
                   5859: 
                   5860: 2013-06-25  moko
                   5861: 
                   5862:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   5863:          content-type for text/binary files without name added;
                   5864:          ^file::create[$f;...] options now works properly and $f
                   5865:          properties are default (fixes issue #928)
                   5866: 
                   5867: 2013-05-16  misha
                   5868: 
                   5869:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   5870:          added
                   5871: 
                   5872:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   5873:          table if specified limit is bigger than source rows count
                   5874: 
                   5875:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   5876:          added ( new feature: #858 )
                   5877: 
                   5878: 2013-04-29  moko
                   5879: 
                   5880:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   5881:          $.ipresolve(0|1|2) added (closes issue #891)
                   5882: 
                   5883:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   5884: 
                   5885: 2013-04-24  moko
                   5886: 
                   5887:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5888:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5889:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   5890:          memcached_quit (refs #893)
                   5891: 
                   5892: 2013-04-22  moko
                   5893: 
                   5894:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   5895:          slashes in file path (fixes bug #872)
                   5896: 
                   5897:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   5898:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   5899:          #739)
                   5900: 
                   5901:        * tests/results/266.processed: $.max_params added (feature #915)
                   5902: 
                   5903:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   5904:          option added to file::load (closes issue #867)
                   5905: 
                   5906: 2013-04-20  misha
                   5907: 
                   5908:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   5909:          commited
                   5910: 
                   5911: 2013-03-15  misha
                   5912: 
                   5913:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   5914:          multiple empty strings while ::sql. uae String::Empty instead
                   5915: 
                   5916: 2013-03-14  misha
                   5917: 
                   5918:        * src/classes/reflection.C: - for user classes
                   5919:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   5920:          with $.call_type if they available ( new feature: #915 )
                   5921: 
                   5922:        * src/classes/file.C: - ^file:delete[] now supports an option
                   5923:          $.exception(false) that suppress any exception while deleting
                   5924:          file ( new feature: #916 )
                   5925: 
                   5926:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   5927:          work :)
                   5928: 
                   5929: 2013-03-12  misha
                   5930: 
                   5931:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   5932:          set default name for the file
                   5933: 
                   5934: 2013-03-11  misha
                   5935: 
                   5936:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   5937:          also available in $f.cookies
                   5938: 
                   5939:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   5940:          moved to a separate method
                   5941: 
                   5942: 2013-03-10  moko
                   5943: 
                   5944:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   5945:          added
                   5946: 
                   5947:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   5948:          removed (declared by autoconf)
                   5949: 
                   5950:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   5951:          uint32_t define
                   5952: 
                   5953: 2013-03-10  misha
                   5954: 
                   5955:        * src/classes/file.C: ^file:delete and ^file:move now support
                   5956:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   5957: 
                   5958:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   5959:          empty dirs is added
                   5960: 
                   5961: 2013-03-10  moko
                   5962: 
                   5963:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   5964:          but default check removed from ^int/double/bool.int/double/bool
                   5965:          for string.int/double/bool compatibility (related to issue #913)
                   5966: 
                   5967:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   5968:          internally throws exception if default is present (closes issue
                   5969:          #913)
                   5970: 
                   5971: 2013-03-09  misha
                   5972: 
                   5973:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   5974:          optimisations ( #845 )
                   5975: 
                   5976:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   5977: 
                   5978: 2013-03-08  moko
                   5979: 
                   5980:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   5981:          creates correct table (fixes issue #910)
                   5982: 
                   5983:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   5984:          use outside of 'connect' operator (fixes issue #911)
                   5985: 
                   5986:        * tests/results/: 096.processed, 122.processed: test results
                   5987:          updated as doubles now printed with 15 significant digits, not 5
                   5988:          (fixes issue #882)
                   5989: 
                   5990:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   5991:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   5992: 
                   5993: 2013-02-21  moko
                   5994: 
                   5995:        * src/classes/table.C: _locate_name_value does not check arguments
                   5996:          count, so we check it in advance (fixes issue #905)
                   5997: 
                   5998: 2012-10-23  moko
                   5999: 
                   6000:        * buildall: old shell for and echo compatibility (for six)
                   6001: 
                   6002: 2012-10-19  moko
                   6003: 
                   6004:        * buildall: --strip added --disable-safe-mode listed in usage
                   6005: 
                   6006: 2012-10-17  misha
                   6007: 
                   6008:        * src/classes/op.C: - apply-taint should not throw "outside
                   6009:          connect" exception with sql lang now
                   6010: 
                   6011: 2012-10-17  moko
                   6012: 
                   6013:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   6014:          each request (for apache module)
                   6015: 
                   6016: 2012-09-26  moko
                   6017: 
                   6018:        * src/doc/doxygen.cfg: png -> svg
                   6019: 
                   6020: 2012-09-25  moko
                   6021: 
                   6022:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   6023:          test added
                   6024: 
                   6025:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   6026:          double use when key is long
                   6027: 
                   6028: 2012-09-16  moko
                   6029: 
                   6030:        * src/classes/math.C: Format -> Method Encode -> Format
                   6031: 
                   6032:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   6033:          added
                   6034: 
                   6035: 2012-09-14  moko
                   6036: 
                   6037:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   6038:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   6039:          implementation added
                   6040: 
                   6041: 2012-09-12  moko
                   6042: 
                   6043:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   6044:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   6045:          targets.dox and string.dox slightly actualized
                   6046: 
                   6047: 2012-08-31  moko
                   6048: 
                   6049:        * ChangeLog: now generated with patched cvs2cl.pl
                   6050: 
                   6051: 2012-07-29  moko
                   6052: 
                   6053:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   6054:          result should be pushed after VMethodFrame destructor is called,
                   6055:          as it deletes junctions from stack params (fixes issue #868)
                   6056: 
                   6057: 2012-07-23  moko
                   6058: 
                   6059:        * INSTALL, README: buildall script usage documented, other outdated
                   6060:          info updated.
                   6061: 
                   6062:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   6063: 
                   6064: 2012-07-21  moko
                   6065: 
                   6066:        * buildall: glib does not compile when threads are disabled...
                   6067: 
                   6068:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   6069: 
                   6070:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   6071:          unref, can't unref nested objects)
                   6072: 
                   6073:        * src/types/pa_vmail.C: another check added
                   6074: 
                   6075: 2012-07-19  moko
                   6076: 
                   6077:        * buildall: usage added
                   6078: 
                   6079:        * buildall: new buildall script that unites buildall-with-xml,
                   6080:          buildall-without-xml, --with-apache and --with-mailreceive
                   6081: 
                   6082:        * configure.in: support for static gmime and dynamic glib linking.
                   6083:          fixes for FreeBSD
                   6084: 
                   6085: 2012-07-17  moko
                   6086: 
                   6087:        * configure.in: --with-mailreceive replaced
                   6088:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   6089:          removed
                   6090: 
                   6091: 2012-07-16  moko
                   6092: 
                   6093:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   6094:          capitalized, content now decoded and text content converted to
                   6095:          $request:charset.  all properties are accessed by functions, this
                   6096:          ready for dynamic load.
                   6097: 
                   6098: 2012-06-28  moko
                   6099: 
1.116     moko     6100:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   6101:          32 bit
1.95      moko     6102: 
                   6103: 2012-06-27  moko
                   6104: 
                   6105:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   6106:          passive ftp
                   6107: 
                   6108:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   6109: 
                   6110:        * configure.in: 3.4.2 RC -> 3.4.2
                   6111: 
                   6112: 2012-06-22  moko
                   6113: 
                   6114:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   6115:          #815)
                   6116: 
                   6117:        * tests/: 284.html, results/284.processed: output options test
                   6118:          (feature #265)
                   6119: 
                   6120: 2012-06-22  misha
                   6121: 
                   6122:        * tests/215.html: - little changes
                   6123: 
                   6124: 2012-06-21  moko
                   6125: 
                   6126:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   6127:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   6128:          feature #265)
                   6129: 
                   6130:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   6131:          breaks long .*, default 10M restored. (issue #216)
                   6132: 
                   6133:        * tests/: 283.html, results/283.processed: test for issue #815
                   6134:          added
                   6135: 
                   6136:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   6137:          again, cstrm not required.
                   6138: 
                   6139:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   6140:          Win32 and broken FreeBSD (issue #45)
                   6141: 
                   6142:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   6143: 
                   6144:        * src/main/pa_string.C: warnings war
                   6145: 
                   6146:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   6147:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   6148:          main/pa_socks.C, targets/apache/pa_threads.C,
                   6149:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6150:          types/pa_vstatus.C: compilation under cygwin fixed
                   6151: 
                   6152: 2012-06-19  moko
                   6153: 
                   6154:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   6155:          Windows fixed
                   6156: 
                   6157:        * parser3.sln: removed antique pcre_ctype
                   6158: 
                   6159:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   6160: 
                   6161:        * src/include/pa_config_fixed.h: undefined reference to
                   6162:          __imp__pcre_* fix for Windows
                   6163: 
                   6164:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     6165:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   6166:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   6167:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   6168:          define fixed
1.95      moko     6169: 
                   6170: 2012-06-18  moko
                   6171: 
                   6172:        * src/classes/memcached.C: flush -> clear
                   6173: 
                   6174:        * src/classes/memcached.C: memcached does not support quotes even
                   6175:          in server name
                   6176: 
                   6177:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6178:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   6179:          called on open to check servers existance.  $.key(true) syntax
                   6180:          now supported
                   6181: 
                   6182: 2012-06-17  moko
                   6183: 
                   6184:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   6185:          cleanup
                   6186: 
                   6187:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   6188:          tests/results/282.processed: encloser at the EOF bug fixed,
                   6189:          incorrectly enclosed data now processed more logicaly (fixes
                   6190:          #339)
                   6191: 
                   6192: 2012-06-15  moko
                   6193: 
                   6194:        * buildall-without-xml: sync with buildall-with-xml
                   6195: 
                   6196:        * buildall-with-xml: download auto-detected between fetch and curl
                   6197: 
                   6198:        * configure.in: --with-gc and --with-pcre now also processed
                   6199:          correctly
                   6200: 
1.116     moko     6201:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   6202:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   6203:          should be run on rol1 using automake / aclocal (GNU automake)
                   6204:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     6205: 
                   6206:        * configure.in: new PARSER_VERSION logic
                   6207: 
                   6208:        * src/include/pa_version.h: new pa_version.h logic
                   6209: 
                   6210:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6211:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6212:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   6213:          feols_normalized -> fis_text_content set_binary added
                   6214: 
                   6215:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   6216: 
                   6217: 2012-06-15  misha
                   6218: 
                   6219:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6220:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6221:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   6222:          ^file::create[text;content] EOLs in content now is normalized. (
                   6223:          new feature: #815 )
                   6224: 
                   6225: 2012-06-15  moko
                   6226: 
                   6227:        * configure.in: --disable-version-update added to disable version
                   6228:          update with host information (for debian package) whitespace
                   6229:          optimized
                   6230: 
                   6231:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   6232:          libtool
                   6233: 
                   6234:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   6235:          it.
                   6236: 
                   6237: 2012-06-14  moko
                   6238: 
                   6239:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   6240:          tests/results/281.processed: "hash flocked" error removed for
                   6241:          safe operations like ^h._count[] ( new feature: #335 )
                   6242: 
1.116     moko     6243:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     6244: 
                   6245:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   6246: 
                   6247:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   6248:          xml compilation check added
                   6249: 
                   6250:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   6251:          replaced with --with-gc and --with-pcre test for pcre linking
                   6252:          added
                   6253: 
                   6254: 2012-06-13  moko
                   6255: 
                   6256:        * configure.in: apxs2 check optimized
                   6257: 
                   6258:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   6259:          .la, includes optimized
                   6260: 
                   6261:        * buildall-with-xml: --with-pic looks better for -fPIC
                   6262: 
                   6263:        * configure.in: switched to convenience library in static linking
                   6264: 
                   6265:        * src/targets/apache/Makefile.am: switched to convenience library
                   6266:          usage to avoid libtool warnings
                   6267: 
                   6268:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   6269:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   6270:          smtp/Makefile.am: switched to convenience library usage
                   6271: 
                   6272:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   6273: 
                   6274:        * src/targets/apache/Makefile.am: updated for libtool usage
                   6275: 
                   6276:        * buildall-without-xml: --with-included-ltdl added
                   6277: 
                   6278:        * buildall-without-xml: sync with buildall-with-xml
                   6279: 
                   6280:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   6281:          -fPIC for x64 $download added for wget success check added
                   6282: 
                   6283:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   6284: 
                   6285:        * configure.in: disable-static returned
                   6286: 
                   6287:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   6288:          LIBTOOLFLAGS
                   6289: 
                   6290: 2012-06-12  moko
                   6291: 
                   6292:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   6293:          compatible with LIBTOOLFLAGS for unknown reasons
                   6294: 
                   6295:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   6296: 
                   6297:        * configure.in: static/dynamic -lstdc++ linking option removed
                   6298:          apxs2 check added
                   6299: 
                   6300:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   6301:          option removed
                   6302: 
                   6303: 2012-06-10  moko
                   6304: 
                   6305:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   6306:          added
                   6307: 
                   6308:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   6309: 
1.116     moko     6310:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   6311:          beauty
1.95      moko     6312: 
                   6313:        * depcomp: from libtool 2.4.2
                   6314: 
                   6315:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   6316: 
                   6317: 2012-06-09  moko
                   6318: 
1.116     moko     6319:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   6320:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     6321:          autogenerated files updated after libtool update
                   6322: 
1.116     moko     6323:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   6324:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     6325:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   6326:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   6327:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   6328:          config/compile, config/config.guess, config/config.sub,
                   6329:          config/depcomp, config/install-sh, config/ltmain.sh,
                   6330:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   6331:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   6332:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   6333:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   6334:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   6335:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   6336:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   6337:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   6338: 
                   6339:        * configure.in: preparation for new libtool
                   6340: 
                   6341:        * configure.in: Some beauty added :)
                   6342: 
                   6343:        * src/targets/apache/Makefile.am: := -> =
                   6344: 
                   6345:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   6346:          again. :)
                   6347: 
                   6348:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   6349:          previously was taken from pcre_internal.h. :)
                   6350: 
                   6351:        * src/lib/pcre/Makefile.am: config.h returned
                   6352: 
                   6353:        * src/lib/pcre/config.h: still need this. :)
                   6354: 
                   6355:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   6356: 
                   6357:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   6358:          removed
                   6359: 
                   6360:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   6361:          now in parser tree, no need to copy
                   6362: 
                   6363:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   6364:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   6365:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   6366:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   6367:          extracts now used old trash removed
                   6368: 
                   6369:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   6370:          (debian/patches/104_automake.patch) + all charsets are copied
                   6371: 
                   6372:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   6373:          extra arguments now supported
                   6374: 
                   6375: 2012-06-08  misha
                   6376: 
                   6377:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   6378:          the 2nd option in ^table.hash[] could be hash or table so
                   6379:          .as_hash will throw an exception when table option is specified
                   6380: 
                   6381:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6382:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   6383:          classes/table.C, classes/void.C, classes/xdoc.C,
                   6384:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   6385:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   6386:          and improved (whitespaces are allowed as empty options) -
                   6387:          MethodParams::as_table is added - above methods are used for
                   6388:          parsing methods' options ( new feature: #9 )
                   6389: 
                   6390:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   6391:          to vclass. now class fields can be accessible as a hash:
                   6392:          $h[^hash::create[$asd:CLASS]]
                   6393: 
                   6394:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   6395:          have get_fields method so their fields can be accessed with
                   6396:          ^reflection:fields[...] & ^reflection:field[...]
                   6397: 
                   6398: 2012-06-06  misha
                   6399: 
                   6400:        * tests/280.html: - tests for
                   6401:          ^reflection:method[obj-or-class;method],
                   6402:          ^reflection:field[obj-or-class;field] and
                   6403:          ^reflection:fields[obj-or-class] are added
                   6404: 
                   6405: 2012-06-05  misha
                   6406: 
                   6407:        * src/classes/reflection.C: - ^reflection:method[class or
                   6408:          object;method name] and ^reflection:field[class or object;field
                   6409:          name] are added
                   6410: 
                   6411:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   6412:          is used
                   6413: 
                   6414:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   6415: 
                   6416: 2012-06-05  moko
                   6417: 
1.116     moko     6418:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     6419: 
                   6420:        * src/classes/memcached.C: flish ttl fixed
                   6421: 
                   6422: 2012-06-04  moko
                   6423: 
                   6424:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   6425:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   6426:          option (new feature #833)
                   6427: 
                   6428: 2012-06-04  misha
                   6429: 
                   6430:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   6431:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   6432: 
                   6433: 2012-06-03  misha
                   6434: 
                   6435:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   6436:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   6437: 
                   6438: 2012-05-30  misha
                   6439: 
                   6440:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   6441:          incomplete class into a scope while @USE is found
                   6442: 
                   6443:        * src/main/compile.y: - add incomplete class into a scope while
                   6444:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   6445: 
                   6446: 2012-05-30  moko
                   6447: 
                   6448:        * src/types/pa_vclass.C, tests/278.html,
                   6449:          tests/results/278.processed: removed "property has no getter
                   6450:          method" exception when GET_DEFAULT present (fixes #269)
                   6451: 
                   6452:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   6453:          $._default
                   6454: 
                   6455: 2012-05-29  moko
                   6456: 
                   6457:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   6458:          uninitialized values usage (new feature: #154)
                   6459: 
                   6460: 2012-05-28  moko
                   6461: 
                   6462:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   6463:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   6464:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   6465:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   6466:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6467:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   6468:          tests/results/277.processed, src/types/pa_vtable.h,
                   6469:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   6470:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   6471:          feature #803)
                   6472: 
                   6473:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   6474:          tests/results/277.processed: json numbers are now treated as
                   6475:          double ( new feature: #834 )
                   6476: 
                   6477:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   6478:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   6479:          added for out of range checks, zero division in vint/vdouble
                   6480:          check added ( fixes #832 )
                   6481: 
                   6482:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   6483:          ( fixes #832 )
                   6484: 
                   6485: 2012-05-28  misha
                   6486: 
                   6487:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   6488:          configure
                   6489: 
                   6490:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   6491:          added - tests for unsupported values for options $.file, $.table
                   6492:          and $.date are added
                   6493: 
                   6494:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   6495:          accepts "stat" $.file[] option's value in addition to existed
                   6496:          "text" and "base64" ( new feature: #835 )
                   6497: 
                   6498:        * tests/276.html: - test for
                   6499:          ^reflection:delete[$object-or-class;field-name]
                   6500: 
                   6501:        * src/classes/reflection.C: -
                   6502:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   6503:          feature: #268 )
                   6504: 
                   6505: 2012-05-27  misha
                   6506: 
                   6507:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   6508: 
                   6509: 2012-05-24  misha
                   6510: 
                   6511:        * src/include/pa_common.h: - method lastposafter was removed
                   6512: 
                   6513:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   6514:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   6515:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   6516:          work as *nix commands
                   6517: 
                   6518:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   6519: 
                   6520:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   6521:          rskipchars were added
                   6522: 
                   6523:        * tests/270.html: - more tests for ^file:find[]
                   6524: 
                   6525:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   6526: 
                   6527:        * src/include/pa_version.h: - must be "win32" here. it is
                   6528:          auto-generated on *nix
                   6529: 
                   6530: 2012-05-24  moko
                   6531: 
                   6532:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   6533:          throws overflow exception ( new feature: #830 )
                   6534: 
                   6535:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   6536:          uint32 support and overflow added ( new feature: #830 )
                   6537: 
                   6538: 2012-05-23  moko
                   6539: 
                   6540:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   6541:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   6542:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   6543:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   6544:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   6545:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   6546:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   6547:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6548:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   6549:          "return string as-is" removed from as_expr_result. ( new feature:
                   6550:          #831 )
                   6551: 
                   6552:        * tests/results/244.processed: test changed after bug #782 fix
                   6553:          commited
                   6554: 
                   6555:        * tests/results/229.processed: test results for bug #782 commited
                   6556: 
                   6557:        * tests/: 254.html, results/254.processed: uid now just compared,
                   6558:          not printed. :)
                   6559: 
                   6560: 2012-05-20  moko
                   6561: 
                   6562:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   6563:          feature: #341 )
                   6564: 
                   6565:        * tests/: 254.html, results/254.processed: test for
                   6566:          ^reflection:uid[] added
                   6567: 
                   6568:        * tests/: 254.html, results/254.processed: test for
                   6569:          ^reflection:uid[$obj] added
                   6570: 
                   6571: 2012-05-17  misha
                   6572: 
                   6573:        * src/main/untaint.C: - do not replace ' char by _26 while
                   6574:          exploding filespec-tainting ( new feature: #829 )
                   6575: 
                   6576: 2012-05-12  moko
                   6577: 
                   6578:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   6579:          not.
                   6580: 
                   6581: 2012-05-08  moko
                   6582: 
                   6583:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   6584: 
                   6585:        * tests/229.html: test for bug #782
                   6586: 
                   6587:        * tests/results/259.processed, src/main/pa_request.C,
                   6588:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   6589:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   6590:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   6591:          string; defined locals are empty strings; $STRICT-VARS(true)
                   6592:          added
                   6593: 
                   6594: 2012-04-27  moko
                   6595: 
1.116     moko     6596:        * src/targets/apache/Makefile.am:
1.95      moko     6597:          ../../lib/memcached/libmemcached.a added
                   6598: 
                   6599: 2012-04-27  misha
                   6600: 
                   6601:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   6602:          ( #827 )
                   6603: 
                   6604: 2012-04-25  moko
                   6605: 
                   6606:        * src/: classes/json.C, classes/memcached.C,
                   6607:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   6608:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   6609:          implemented.
                   6610: 
                   6611:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   6612: 
                   6613: 2012-04-23  moko
                   6614: 
                   6615:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6616:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6617:          types/pa_vmemcached.h: open allows options hash for new
                   6618:          memcached(options) function
                   6619: 
                   6620:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   6621:          not appended
                   6622: 
                   6623: 2012-04-21  moko
                   6624: 
                   6625:        * src/classes/curl.C: '' added. :)
                   6626: 
                   6627:        * src/classes/classes.vcproj: new curl.h location
                   6628: 
                   6629:        * src/classes/curl.C: verbose output redirection from stderr to
                   6630:          file curl option added
                   6631: 
                   6632: 2012-04-20  moko
                   6633: 
                   6634:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   6635:          contains what we need from curl, #ifdef HAVE_CURL removed
                   6636: 
1.116     moko     6637:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     6638:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     6639:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   6640:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     6641:          configure option
                   6642: 
                   6643: 2012-04-19  moko
                   6644: 
                   6645:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   6646:          classes/string.C, lib/gc/include/gc_allocator.h,
                   6647:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   6648:          options from sql_result_string removed. (closes issue #468)
                   6649: 
                   6650:        * src/types/pa_vmemcached.C: empty string fix
                   6651: 
                   6652:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   6653:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   6654:          pa_vmemcached.C
                   6655: 
                   6656: 2012-04-18  moko
                   6657: 
                   6658:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   6659:          apache2-mpm-prefork" error displayed in threaded mpm.
                   6660: 
                   6661:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6662:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   6663:          installed (issue #354)
                   6664: 
                   6665: 2012-04-16  moko
                   6666: 
                   6667:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   6668:          memcached_result_free removed
                   6669: 
                   6670: 2012-04-14  moko
                   6671: 
                   6672:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   6673: 
                   6674:        * src/types/pa_vmemcached.C: check_key added and used
                   6675: 
                   6676: 2012-04-13  moko
                   6677: 
                   6678:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   6679:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   6680:          Serialization_data now added and used, VString now serialized
                   6681:          with languages into memcached.
                   6682: 
                   6683: 2012-03-28  moko
                   6684: 
                   6685:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   6686:          lib/memcached/pa_memcached.h: result lengths added
                   6687: 
                   6688: 2012-03-27  moko
                   6689: 
                   6690:        * src/types/pa_vmemcached.C: strdup added
                   6691: 
                   6692: 2012-03-24  moko
                   6693: 
                   6694:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6695:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6696:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   6697: 
                   6698: 2012-03-20  moko
                   6699: 
1.116     moko     6700:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     6701: 
                   6702:        * src/targets/cgi/Makefile.am: cleanup
                   6703: 
                   6704:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   6705:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   6706: 
                   6707:        * src/: classes/Makefile.am, classes/memcached.C,
                   6708:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   6709:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   6710:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   6711: 
                   6712: 2012-03-16  moko
                   6713: 
                   6714:        * src/main/execute.C: ident now works under Linux + ident displays
                   6715:          filenames (closes issue #818)
                   6716: 
1.116     moko     6717:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     6718:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   6719:          pa_vmethod_frame_local.h removed
                   6720: 
                   6721:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   6722:          classes/classes.h, classes/curl.C, classes/date.C,
                   6723:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6724:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   6725:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   6726:          classes/memory.C, classes/op.C, classes/reflection.C,
                   6727:          classes/regex.C, classes/response.C, classes/string.C,
                   6728:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   6729:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   6730:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6731:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6732:          include/pa_dictionary.h, include/pa_dir.h,
                   6733:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6734:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   6735:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   6736:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   6737:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6738:          include/pa_sapi.h, include/pa_socks.h,
                   6739:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6740:          include/pa_stack.h, include/pa_string.h,
                   6741:          include/pa_stylesheet_connection.h,
                   6742:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6743:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6744:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6745:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6746:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   6747:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   6748:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   6749:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   6750:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6751:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6752:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6753:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   6754:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   6755:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   6756:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   6757:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   6758:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   6759:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   6760:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   6761:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   6762:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6763:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6764:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   6765:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   6766:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6767:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6768:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   6769:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6770:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   6771:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   6772:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6773:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   6774:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   6775:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6776:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   6777:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   6778:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   6779:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6780:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6781:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6782:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   6783:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   6784:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6785:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6786:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   6787:          ident now works under Linux + ident displays filenames (closes
                   6788:          issue #818) Copyright updated
                   6789: 
                   6790: 2012-03-13  moko
                   6791: 
                   6792:        * src/main/pa_string.C: compilation fix for feature #741
                   6793: 
                   6794: 2012-03-09  misha
                   6795: 
                   6796:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   6797: 
                   6798:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   6799:          now detects invalid base64 chars in the middle of encoded stricg
                   6800:          ( new feature: #55 )
                   6801: 
                   6802:        * src/include/pa_exception.h: - new exception type for base64
                   6803:          decoding is added
                   6804: 
                   6805: 2012-03-06  misha
                   6806: 
                   6807:        * tests/274.html: - tests for ^date::today[] and
                   6808:          ^date.sql-string[datetime|date|time] are added
                   6809: 
                   6810:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   6811:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   6812:          strings "datetime", "date" or "time" - comments tidying up
                   6813: 
                   6814:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   6815:          date and time
                   6816: 
                   6817: 2012-03-03  misha
                   6818: 
                   6819:        * tests/193.html: - tests for
                   6820:          ^string:base64[encoded;$.strict(true)] are added
                   6821: 
                   6822:        * tests/results/auto.p: - try-catch operator is added
                   6823: 
                   6824:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   6825:          main/pa_common.C: - $.strict(true|false) option is added to
                   6826:          base64 decode methods ( new feature: #55 )
                   6827: 
                   6828:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   6829:          ( new feature: #819 )
                   6830: 
                   6831: 2012-02-28  moko
                   6832: 
                   6833:        * src/classes/hash.C: ident test
                   6834: 
                   6835: 2012-02-27  misha
                   6836: 
                   6837:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   6838: 
                   6839: 2012-01-08  misha
                   6840: 
                   6841:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   6842: 
                   6843:        * src/: classes/string.C, include/pa_dictionary.h,
                   6844:          main/pa_dictionary.C, main/pa_string.C: -
                   6845:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   6846:          ^string.replace[one subst here] is slightly optimized
                   6847: 
                   6848: 2011-12-07  misha
                   6849: 
                   6850:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   6851:          named table with one empty column ( bugfix: #63 )
                   6852: 
                   6853: 2011-11-30  misha
                   6854: 
                   6855:        * src/classes/json.C: - it's possible to set user's method for
                   6856:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   6857:          #763 )
                   6858: 
                   6859:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   6860: 
                   6861: 2011-11-23  misha
                   6862: 
                   6863:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6864:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   6865:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   6866:          ^file::create[mode;filename;content[;options]] now accepts binary
                   6867:          mode and file-content - new constructor's format:
                   6868:          ^file::create[string-or-file-content[;$.name[filename]
                   6869:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   6870:          feature: #65 )
                   6871: 
                   6872:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   6873:          mime_type_of(const String*) is added
                   6874: 
                   6875:        * src/include/pa_exception.h: - new exception constant
                   6876:          FILE_NAME_MUST_BE_SPECIFIED is added
                   6877: 
                   6878:        * src/classes/table.C: - bug with negative offset transformed into
                   6879:          a feature. it means pointing to a row from the end of the table (
                   6880:          new feature: #810 )
                   6881: 
                   6882: 2011-11-19  misha
                   6883: 
                   6884:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   6885:          â ìåòîäå _select ( new feature: #810 )
                   6886: 
                   6887:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   6888:          options were specified together is simplified
                   6889: 
                   6890: 2011-11-12  misha
                   6891: 
                   6892:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   6893:          HTTP content-disposition header (a part of bug #361 )
                   6894: 
                   6895:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   6896:          checks for ancestors' classes as well ( new feature: #456 )
                   6897: 
                   6898:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   6899:          "without cycle" now have types "parser.break" and
                   6900:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   6901:          )
                   6902: 
                   6903: 2011-11-11  misha
                   6904: 
                   6905:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   6906:          237.processed: - since bug #361 was fixed the content of filename
                   6907:          in HTTP headers is quoted
                   6908: 
                   6909:        * tests/results/270.processed: - result for test 270
                   6910: 
                   6911:        * tests/: 065.html, results/065.processed: - more tests for
                   6912:          ^file:basename[] & Co were added
                   6913: 
                   6914:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   6915: 
                   6916:        * tests/270.html: - tests for ^file:find[] are added
                   6917: 
                   6918:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   6919:          using option $.charset. option $.engoding is still supported but
                   6920:          these options can not be specified together
                   6921: 
                   6922:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   6923:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   6924: 
                   6925: 2011-10-11  misha
                   6926: 
                   6927:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   6928:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   6929:          #622)
                   6930: 
                   6931: 2011-09-30  misha
                   6932: 
                   6933:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   6934:          exception "saving stat-ed file" ( bugfix: #395 )
                   6935: 
                   6936: 2011-05-30  misha
                   6937: 
                   6938:        * src/classes/string.C: - fixed bug which was added with
                   6939:          params.as_hash into string:sql
                   6940: 
                   6941: 2011-05-29  misha
                   6942: 
                   6943:        * src/types/pa_value.C: - filename in content-disposition header
                   6944:          must be quoted ( bugfix: #361 )
                   6945: 
                   6946: 2011-05-27  misha
                   6947: 
                   6948:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   6949:          created file
                   6950: 
                   6951:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   6952:          usage
                   6953: 
                   6954:        * src/include/pa_exception.h: - one more string for exception was
                   6955:          added
                   6956: 
                   6957: 2011-05-25  misha
                   6958: 
                   6959:        * tests/269.html: - tests for checking input params in some dom
                   6960:          methods
                   6961: 
                   6962:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   6963:          was added. it isn't possible not wo create xdoc with invalid
                   6964:          tagName. ( bugfix: #160 )
                   6965: 
                   6966:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   6967:          string "data must be string" was mover from pa_exception.h to
                   6968:          pa_xml_exception.h
                   6969: 
                   6970:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   6971:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   6972: 
                   6973:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   6974: 
                   6975:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   6976:          options - XML-related exception's strings were added
                   6977: 
                   6978:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   6979:          output_options were removed)
                   6980: 
                   6981: 2011-05-19  misha
                   6982: 
                   6983:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   6984:          params.as_hash is used more while parsing methods hash-options
                   6985: 
                   6986: 2011-05-18  misha
                   6987: 
                   6988:        * operators.txt: - info about json-serialization of xdoc was added
                   6989: 
                   6990:        * tests/256.html: - tests for json-serialization xdoc were added
                   6991: 
                   6992:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   6993: 
                   6994:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6995:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   6996:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   6997:          specified in $.xdoc[] ( new feature: #265 )
                   6998: 
                   6999: 2011-05-15  misha
                   7000: 
                   7001:        * tests/268.html: - tests for ^table.count[with options] were added
                   7002: 
                   7003:        * src/classes/table.C: - method ^table.count[] now can accept
                   7004:          options ( new feature: #93 ): ^table.count[column] returns number
                   7005:          of columns for named table; ^table.count[cells] returns number of
                   7006:          cells in the current row; ^table.count[] & ^table.count[rows]
                   7007:          return number of rows in a table.
                   7008: 
                   7009:        * tests/267.html: - test for checking switch/case in boolean mode
                   7010:          was added
                   7011: 
                   7012:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   7013:          compared as bool values, not as double values: new feature: #351
                   7014: 
                   7015: 2011-05-06  misha
                   7016: 
                   7017:        * tests/242.html: - EOL before EOF was added
                   7018: 
                   7019:        * tests/169.html: - tests for splitting empty string and void were
                   7020:          added
                   7021: 
                   7022:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   7023:          returned table with one empty cell)
                   7024: 
                   7025: 2011-04-03  misha
                   7026: 
                   7027:        * src/include/pa_version.h, configure.in: - version in head was
                   7028:          changed to 3.4.2b
                   7029: 
                   7030: 2011-03-30  misha
                   7031: 
                   7032:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   7033:          as well ( new feature #294 )
                   7034: 
                   7035: 2011-03-29  misha
                   7036: 
                   7037:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   7038:          limited to approx. 6 MB. previous limits were too big for real
                   7039:          life. bugfix: #216
                   7040: 
                   7041: 2011-03-04  moko
                   7042: 
                   7043:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   7044:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   7045: 
                   7046:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   7047:          vlalek@
                   7048: 
                   7049: 2011-02-22  misha
                   7050: 
                   7051:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   7052:          be under #ifdef XML or parser can't be compiled without xml
                   7053:          support
                   7054: 
                   7055: 2011-02-21  misha
                   7056: 
1.116     moko     7057:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     7058:          ApacheModuleParser3.vcproj was removed
                   7059: 
                   7060:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   7061:          removed)
                   7062: 
                   7063: 2011-02-20  misha
                   7064: 
                   7065:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   7066:          $.overridden in ^reflection:method_info[...] were added
                   7067: 
                   7068:        * src/classes/reflection.C: - beautifying result of
                   7069:          ^reflection:method_info[] ($.overridden/inherited)
                   7070: 
                   7071: 2011-02-18  misha
                   7072: 
                   7073:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   7074:          and pa_isalnum instead of isalpha and isalnum - bug with
                   7075:          redundand quoting lowercased latin chars while building email
                   7076:          body was fixed
                   7077: 
                   7078:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   7079:          added (they check for latin chars only)
                   7080: 
                   7081: 2011-02-16  misha
                   7082: 
                   7083:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   7084:          string size for transcoding gave too small value (should ever
                   7085:          look for availability char in dest charset inspite of the char
                   7086:          size)
                   7087: 
                   7088: 2011-02-04  moko
                   7089: 
                   7090:        * tests/223.html: header values now not url-encoded (issue #195)
                   7091: 
                   7092: 2011-02-01  misha
                   7093: 
                   7094:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   7095: 
                   7096: 2011-01-31  misha
                   7097: 
                   7098:        * src/main/pa_request.C: - throw exception if param file_name in
                   7099:          use_file is empty
                   7100: 
                   7101: 2011-01-08  moko
                   7102: 
                   7103:        * src/classes/curl.C: compilations errors fixed
                   7104: 
                   7105: 2010-12-29  moko
                   7106: 
                   7107:        * tests/: 265.html, results/265.processed: test for issue #200
                   7108:          added
                   7109: 
                   7110:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   7111:          #200)
                   7112: 
                   7113:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   7114: 
                   7115:        * tests/results/223.processed: header values now not url-encoded
                   7116:          (issue #195)
                   7117: 
                   7118:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   7119:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   7120:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   7121: 
                   7122: 2010-12-18  misha
                   7123: 
                   7124:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   7125:          => pa-include
                   7126: 
                   7127: 2010-11-28  moko
                   7128: 
                   7129:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   7130: 
                   7131:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   7132:          -> pa
                   7133: 
                   7134:        * configure.in: apr -> pa
                   7135: 
                   7136:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   7137: 
                   7138:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   7139:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   7140: 
                   7141:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   7142:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   7143:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   7144:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   7145:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   7146:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   7147:          module apr name conflict resolved)
                   7148: 
                   7149: 2010-11-27  misha
                   7150: 
                   7151:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   7152:          libbz2
                   7153: 
                   7154: 2010-11-26  misha
                   7155: 
                   7156:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   7157:          warnings removed
                   7158: 
                   7159: 2010-11-25  moko
                   7160: 
                   7161:        * operators.txt: $.indent(true)
                   7162: 
                   7163:        * operators.txt: another bugfix. :)
                   7164: 
                   7165:        * operators.txt: bugfix. :)
                   7166: 
                   7167:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   7168: 
                   7169: 2010-11-24  moko
                   7170: 
1.116     moko     7171:        * configure: apxs support
1.95      moko     7172: 
                   7173:        * configure.in: apxs support -Bstatic gc removed for OS X
                   7174: 
                   7175:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   7176: 
                   7177:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   7178:          THREAD_LOCAL usage
                   7179: 
                   7180:        * src/: classes/curl.C, include/pa_config_includes.h,
                   7181:          main/pa_globals.C: THREAD_LOCAL defined and used
                   7182: 
                   7183: 2010-11-23  moko
                   7184: 
                   7185:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   7186:          should be passed to pa_sleep, and only fractional part (bugfix:
                   7187:          #188)
                   7188: 
                   7189:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   7190: 
                   7191:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7192:          GC_dont_gc=1, as in cgi version
                   7193: 
                   7194:        * src/targets/apache/mod_parser3.c: warning war
                   7195: 
                   7196:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7197:          pa_httpd.h: version removed, some trash removed
                   7198: 
                   7199:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   7200:          to show it), warning war
                   7201: 
                   7202:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7203:          pa_httpd.h: parser_status_allowed removed + merge config
                   7204:          functions removed (override is the default) + beauty
                   7205: 
                   7206:        * src/: include/pa_request.h, main/pa_request.C,
                   7207:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   7208:          hide $status used in apache module removed
                   7209: 
                   7210: 2010-11-18  moko
                   7211: 
                   7212:        * operators.txt: $.table[compact] added for ^json:string[]
                   7213: 
                   7214: 2010-11-16  moko
                   7215: 
                   7216:        * src/targets/apache/mod_parser3.c: some cleanup done
                   7217: 
                   7218:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   7219:          is hashcode; second, info.fragment_begin is original, not
                   7220:          resulting length
                   7221: 
                   7222:        * src/classes/file.C: new feature: $.stdin now untainted
                   7223: 
                   7224:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   7225: 
                   7226:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   7227: 
                   7228:        * src/classes/op.C: ^apply-taint[] method added
                   7229: 
                   7230:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   7231:          added; $.stdin untaint test added
                   7232: 
                   7233: 2010-11-15  moko
                   7234: 
                   7235:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   7236:          removed
                   7237: 
                   7238:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7239:          pa_httpd.h: 2x2 calculated under apache2. :)
                   7240: 
                   7241: 2010-11-13  moko
                   7242: 
                   7243:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   7244:          with apache 2.x includes
                   7245: 
                   7246:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   7247:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   7248:          united apache 1.3 / apache 2.x DSO module
                   7249: 
                   7250: 2010-11-09  moko
                   7251: 
                   7252:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   7253:          syntax
                   7254: 
                   7255:        * tests/: 263.html, results/263.processed: test from method[*args]
                   7256:          added
                   7257: 
                   7258:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   7259:          number of params can now be passed to a method declared with *arg
                   7260: 
                   7261: 2010-11-06  moko
                   7262: 
                   7263:        * src/classes/table.C: formating fixed. :)
                   7264: 
                   7265:        * src/classes/table.C: closes #4: ^table.select now supports
                   7266:          $.limit(), $.offset, $.reverse() options
                   7267: 
                   7268:        * tests/: 262.html, results/262.processed: test for ^table:select
                   7269:          with options added (feature #4)
                   7270: 
                   7271:        * src/include/pa_array.h: remove function added
                   7272: 
                   7273:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   7274:          object in get_element/put_element, using static one.
                   7275: 
                   7276: 2010-11-04  moko
                   7277: 
                   7278:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   7279:          options is passed
                   7280: 
                   7281:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   7282:          now tested; k and p in handler now tested.
                   7283: 
                   7284:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   7285:          $.table[compact] feature added
                   7286: 
                   7287:        * src/classes/json.C: key is now passed to handler in
                   7288:          value_json_string; ^json:string result now process tainting
                   7289:          inside and returns clean string, related to issue #153
                   7290: 
                   7291:        * src/main/untaint.C: bugfix: charset can be null (in
                   7292:          ^string:save[] as example), thus check is added
                   7293: 
                   7294: 2010-10-31  moko
                   7295: 
                   7296:        * src/classes/string.C: error message changed (fixes issue #149)
                   7297: 
                   7298: 2010-10-29  moko
                   7299: 
                   7300:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   7301:          port is not default (fixes issue #155); exception on invalid port
                   7302:          added.
                   7303: 
                   7304:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   7305:          "Accept: */*" to be passed
                   7306: 
                   7307: 2010-10-28  moko
                   7308: 
                   7309:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   7310:          exception on unknown charset even if response_charset was
                   7311:          specified
                   7312: 
                   7313: 2010-10-27  moko
                   7314: 
                   7315:        * src/classes/string.C: ^string.append removed for void
                   7316:          compatibility
                   7317: 
                   7318: 2010-10-26  moko
                   7319: 
                   7320:        * src/classes/json.C: libjson supports array at top level, we too
                   7321:          (GPF fixed)
                   7322: 
                   7323: 2010-10-25  moko
                   7324: 
                   7325:        * tests/: 253.html, results/253.processed: libjson supports array
                   7326:          at top level, parser now supports it as well.
                   7327: 
                   7328:        * tests/261.html, tests/results/261.processed,
                   7329:          src/types/pa_vstring.h: empty string is now void compatible
                   7330:          (allows $empty.key)
                   7331: 
                   7332: 2010-10-22  misha
                   7333: 
                   7334:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   7335:          while adding additional expires checkout)
                   7336: 
                   7337:        * tests/030.html: - test for session cookie was added
                   7338: 
                   7339: 2010-10-21  moko
                   7340: 
                   7341:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   7342:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   7343:          string (feature #111)
                   7344: 
                   7345:        * tests/: 261.html, results/261.processed: checks void from string
                   7346:          inheritance (feature #111)
                   7347: 
                   7348:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   7349:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   7350:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   7351:          now true by default
                   7352: 
                   7353: 2010-10-17  moko
                   7354: 
                   7355:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   7356:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   7357:          (bugfix: #128)
                   7358: 
                   7359:        * tests/: 223.html, results/223.processed: binary file upload test
                   7360:          added, GPF (issue #128) also checked in this test
                   7361: 
                   7362: 2010-10-13  misha
                   7363: 
                   7364:        * tests/260.html: - test for math:convert
                   7365: 
                   7366:        * src/classes/math.C: - error in math:convert was fixed
                   7367: 
                   7368:        * operators.txt: - info about
                   7369:          ^math:convert[number](from-base;to-base) was added
                   7370: 
                   7371:        * src/classes/math.C: - method
                   7372:          ^math:convert[number](from-base;to-base) for converting number
                   7373:          represention from one base to another was added ( new feature:
                   7374:          #23 )
                   7375: 
                   7376: 2010-10-13  moko
                   7377: 
                   7378:        * src/main/compile.tab.C: [] now is empty string, not void
                   7379: 
                   7380:        * src/main/compile.y: [] now is empty string, not void
                   7381: 
                   7382:        * src/types/pa_vvoid.h: void now passed as parameter
                   7383: 
                   7384:        * tests/: 259.html, results/259.processed: to test difference
                   7385:          between void and empty string (see ticket #111)
                   7386: 
                   7387:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   7388:          void
                   7389: 
                   7390:        * tests/256.html: $s[$void] is no longer empty string
                   7391: 
                   7392:        * tests/254.html: empty string is no longer void
                   7393: 
                   7394: 2010-10-12  misha
                   7395: 
                   7396:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   7397:          converted to date during cookies set up ( bugfix: #104 )
                   7398: 
                   7399:        * tests/041.html: - more tests for ^table.locate were added
                   7400: 
                   7401:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   7402:          work ( bugfix: #129 ) - exception comment for incorrect options
                   7403:          ^table.locate[field;value;options] was fixed
                   7404: 
                   7405: 2010-10-10  moko
                   7406: 
                   7407:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   7408:          another object feature returned
                   7409: 
                   7410:        * tests/results/258.processed: test result updated as constructor
                   7411:          returning another object feature returned
                   7412: 
                   7413:        * tests/: 258.html, results/258.processed: test for constructor
                   7414:          returning another object
                   7415: 
                   7416: 2010-10-08  misha
                   7417: 
                   7418:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   7419:          options shouldn't cause exceptions any longer
                   7420: 
                   7421: 2010-10-06  moko
                   7422: 
                   7423:        * src/classes/: hash.C, table.C: length from sql server is now
                   7424:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   7425: 
                   7426: 2010-10-02  misha
                   7427: 
                   7428:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   7429:          usable to delete cache file.
                   7430: 
                   7431: 2010-10-02  moko
                   7432: 
                   7433:        * tests/: 253.html, results/253.processed: hook_key added for key
                   7434:          checking
                   7435: 
                   7436:        * src/classes/json.C: null key bug fixed
                   7437: 
                   7438: 2010-09-29  misha
                   7439: 
                   7440:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   7441: 
                   7442: 2010-09-25  moko
                   7443: 
                   7444:        * src/classes/json.C: small fixed
                   7445: 
                   7446:        * tests/results/: 253.processed, 255.processed: just updated
                   7447: 
                   7448:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   7449:          results/255.processed: charset transcode test added for
                   7450:          json:parse
                   7451: 
                   7452: 2010-09-24  moko
                   7453: 
                   7454:        * src/types/pa_value.h: warning war :)
                   7455: 
                   7456:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   7457:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   7458:          ^json:string
                   7459: 
                   7460: 2010-09-22  moko
                   7461: 
                   7462:        * src/main/pa_charset.C: parser charset tables declare only
                   7463:          white-space before 0x20, thus adding the missing chars
                   7464: 
                   7465:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   7466:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   7467: 
                   7468: 2010-09-21  misha
                   7469: 
                   7470:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   7471:          want to compile grammar if they are absent)
                   7472: 
                   7473:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   7474: 
                   7475:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   7476: 
                   7477:        * src/main/main.vcproj: - path to bison is changed
                   7478: 
                   7479: 2010-09-21  moko
                   7480: 
1.116     moko     7481:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   7482:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   7483:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     7484: 
                   7485: 2010-09-20  misha
                   7486: 
                   7487:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   7488: 
                   7489:        * src/classes/json.C: - add EOL while json-serializing hash
                   7490: 
                   7491:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   7492:          compilers don't like 'ES'.
                   7493: 
                   7494: 2010-09-17  misha
                   7495: 
                   7496:        * operators.txt: - info about json class was added
                   7497: 
                   7498:        * src/classes/json.C: - ^json:string[object]
                   7499: 
                   7500:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   7501:          preventing infinite recursion while executing json:string was
                   7502:          added
                   7503: 
                   7504:        * src/include/pa_string.h: - method append_quoted was added
                   7505: 
                   7506:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   7507:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   7508:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   7509:          was added to Value & Co
                   7510: 
                   7511:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   7512:          were used
                   7513: 
                   7514:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   7515:          were added
                   7516: 
                   7517: 2010-09-10  moko
                   7518: 
                   7519:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   7520:          die_or_abort (backport from 3.4.1)
                   7521: 
                   7522:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   7523:          die_or_abort (bugfix: #106)
                   7524: 
                   7525: 2010-09-09  moko
                   7526: 
                   7527:        * src/classes/json.C: warning war. :)
                   7528: 
                   7529: 2010-09-08  misha
                   7530: 
                   7531:        * src/lib/json/Makefile.am: - additional include directories were
                   7532:          added (for pa_memory.h and gc.h)
                   7533: 
                   7534:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   7535:          compile as C++ instead default - additional include directory was
                   7536:          added (for gc.h)
                   7537: 
                   7538:        * src/types/pa_vform.C: - little code reformating
                   7539: 
                   7540:        * src/classes/file.C: - $.content-type option now can be specified
                   7541:          in ^file::create ( new feature: #102 )
                   7542: 
                   7543: 2010-09-08  moko
                   7544: 
                   7545:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   7546:          pa_malloc/pa_free
                   7547: 
                   7548: 2010-09-07  moko
                   7549: 
                   7550:        * tests/results/254.processed: VStateless_class:put_element
                   7551:          exception was fixed
                   7552: 
                   7553:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   7554:          VStateless_class:put_element barks self.type, not this.type
                   7555:          (bugfix: #105)
                   7556: 
                   7557: 2010-09-06  moko
                   7558: 
                   7559:        * src/classes/reflection.C: bugfix: new String() is required for
                   7560:          exception handling
                   7561: 
                   7562:        * tests/: 254.html, results/254.processed: test modified
                   7563: 
                   7564: 2010-09-05  moko
                   7565: 
                   7566:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   7567:          added
                   7568: 
                   7569:        * src/: classes/reflection.C, include/pa_request.h:
                   7570:          ^reflection:copy implemented (new feature: #100)
                   7571: 
                   7572: 2010-09-03  moko
                   7573: 
                   7574:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   7575: 
                   7576:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   7577:          option testing added
                   7578: 
                   7579: 2010-09-02  moko
                   7580: 
                   7581:        * src/classes/json.C: $.distinct[first|last|all] added
                   7582: 
                   7583: 2010-09-01  moko
                   7584: 
                   7585:        * tests/results/253.processed: json test result
                   7586: 
                   7587:        * tests/: 253.html, 253_json.txt: json test added
                   7588: 
                   7589:        * src/classes/json.C: json.C update to actual version + hash key
                   7590:          creation bugfix
                   7591: 
                   7592: 2010-08-31  misha
                   7593: 
                   7594:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   7595:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   7596:          src/lib/Makefile.am, src/classes/Makefile.am,
                   7597:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   7598:          json library was added
                   7599: 
                   7600: 2010-08-30  moko
                   7601: 
                   7602:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   7603:          types/pa_vobject.C: cosmetic optimization in
                   7604:          request:execute_method usage
                   7605: 
                   7606:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   7607:          optimization, just to decrease number of lines. :)
                   7608: 
                   7609: 2010-08-27  misha
                   7610: 
                   7611:        * src/classes/op.C: - taint[json] was added
                   7612: 
                   7613:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   7614:          were added
                   7615: 
                   7616:        * src/main/pa_exec.C: - warning fix was rolled back.
                   7617: 
                   7618:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   7619:          include/pa_string.h: - taint[json] was added - escaping was
                   7620:          slightly modified
                   7621: 
                   7622: 2010-08-25  misha
                   7623: 
                   7624:        * src/classes/file.C: - typo in file:sql exception was fixed
                   7625: 
                   7626:        * src/main/pa_exec.C: - warning about declared and not used
                   7627:          variable forced_allow was removed
                   7628: 
                   7629: 2010-08-14  misha
                   7630: 
                   7631:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   7632:          were removed
                   7633: 
                   7634: 2010-08-11  moko
                   7635: 
                   7636:        * tests/: 249.html, results/249.processed: default setter and
                   7637:          anti-recursive default getter test added
                   7638: 
                   7639:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   7640:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   7641:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   7642:          types/pa_vstateless_class.h: default setter support +
                   7643:          anti-recursive default getter support ( new feature: #13 )
                   7644: 
                   7645:        * src/include/pa_hash.h: optimization: threshold member removed
                   7646:          from hash, reducing sizeof(hash)
                   7647: 
                   7648: 2010-08-10  misha
                   7649: 
                   7650:        * tests/196.html: - junction-method was added to the test
                   7651: 
                   7652:        * tests/248.html: - ups. typo :)
                   7653: 
                   7654:        * tests/248.html: - test for checking .match with 4 params
                   7655: 
                   7656:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   7657:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   7658:          $request:charset during loading if the BOM code is detected"
                   7659: 
                   7660:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   7661:          $request:charset during loading if the BOM code is detected ( new
                   7662:          feature: #98 )
                   7663: 
                   7664: 2010-08-05  misha
                   7665: 
                   7666:        * src/classes/image.C: - ^image.replace now can accept only 2
                   7667:          params. in this case the whole image is affected ( new feature:
                   7668:          #95 )
                   7669: 
                   7670: 2010-08-04  misha
                   7671: 
                   7672:        * tests/246.html: - test tor ^hash._at[] was added
                   7673: 
                   7674:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   7675:          #53 )
                   7676: 
                   7677:        * src/include/pa_hash.h: - methods for accessing the first and the
                   7678:          last values of ordered hash were added (first_value and
                   7679:          last_value)
                   7680: 
                   7681:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   7682:          (similar to others file's methods):
                   7683:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   7684:          #68 )
                   7685: 
                   7686:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   7687: 
                   7688: 2010-08-01  moko
                   7689: 
                   7690:        * src/classes/op.C: to correctly process $result[] in code, called
                   7691:          from ^process
                   7692: 
                   7693:        * tests/245.html: $result in ^process[] test added
                   7694: 
                   7695:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   7696:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   7697:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   7698:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   7699:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   7700:          removed, construct(class,method) added
                   7701: 
                   7702:        * tests/results/: 192.processed, 244.processed: request::construct
                   7703:          added
                   7704: 
                   7705:        * tests/: 244.html, 245.html, results/244.processed,
                   7706:          results/245.processed: object creation exceptions and ^process
                   7707:          tests added
                   7708: 
                   7709: 2010-07-28  misha
                   7710: 
                   7711:        * tests/make_tests.cmd: - win32 EOLs
                   7712: 
                   7713:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   7714:          tests on Win32 were added (The system timezone should be GMT+3)
                   7715: 
                   7716: 2010-07-26  misha
                   7717: 
                   7718:        * tests/: 212.html, results/212.processed: - sizes were removed
                   7719:          mecause they could be different on different OSs
                   7720: 
                   7721:        * tests/065.html: - make it "win32 friendly"
                   7722: 
                   7723: 2010-07-25  misha
                   7724: 
                   7725:        * src/main/compile.y: - all EOLs between methods are removed during
                   7726:          compilation ( new feature: #47 )
                   7727: 
                   7728:        * tests/results/149.processed: - prepare tests to trim trailing
                   7729:          methods' EOLs
                   7730: 
                   7731:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   7732: 
                   7733:        * tests/: results/006.processed, results/014.processed, 006.html,
                   7734:          014.html, 022.html: - prepare tests to trim trailing methods'
                   7735:          EOLs
                   7736: 
                   7737:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   7738:          results/071.processed, results/022.processed: - prepare tests to
                   7739:          trim trailing methods' EOLs
                   7740: 
                   7741:        * tests/: results/073.processed, results/109.processed,
                   7742:          results/142.processed, results/144.processed,
                   7743:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   7744:          144.html: - prepare tests to trim trailing methods' EOLs
                   7745: 
                   7746:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   7747:          149.html, 152.html, results/096.processed, results/107.processed,
                   7748:          results/109.processed, results/142.processed,
                   7749:          results/144.processed: - prepare tests to trim trailing methods'
                   7750:          EOLs
                   7751: 
                   7752: 2010-07-24  moko
                   7753: 
                   7754:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   7755:          the hash order in this test
                   7756: 
                   7757:        * tests/014.html: to check hash order, hash no is longer sorted
                   7758:          before print
                   7759: 
                   7760:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   7761:          (bugfix: #54)
                   7762: 
                   7763: 2010-07-23  moko
                   7764: 
                   7765:        * tests/results/224.processed: @auto[] is no longer inherited
                   7766: 
                   7767:        * src/types/pa_vstateless_class.C, tests/227.html,
                   7768:          tests/results/227.processed: @auto[] is no longer inherited
                   7769:          (bugfix: #57)
                   7770: 
                   7771: 2010-07-22  misha
                   7772: 
                   7773:        * src/classes/table.C: - don't skip comment lines during
                   7774:          table::load if encloser or separator is set as '#' ( new feature:
                   7775:          #30 )
                   7776: 
                   7777:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   7778:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   7779:          #12 )
                   7780: 
                   7781:        * src/classes/file.C: - set PARSER_VARSION env before external
                   7782:          script executing
                   7783: 
                   7784: 2010-07-13  misha
                   7785: 
                   7786:        * tests/058.html: - test for suppressing @border was added - test
                   7787:          for user attribute was added
                   7788: 
                   7789:        * tests/results/186.processed: unescaping from \uXXXX
                   7790: 
                   7791:        * tests/186.html: unescaping from \uXXXX
                   7792: 
                   7793:        * tests/: 239.html, results/239.processed: method call type
                   7794: 
                   7795:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   7796:          $junction_method.CLASS_NAME (+CLASS)
                   7797: 
                   7798: 2010-07-07  misha
                   7799: 
                   7800:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   7801:          *nix
                   7802: 
                   7803: 2010-07-05  misha
                   7804: 
                   7805:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   7806:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   7807:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   7808:          comment strings "options must be hash", "options must be hash,
                   7809:          not code" and "called with invalid option" were replaced by
                   7810:          constatns - exception comment string "invalid option passed" was
                   7811:          replaced by "called with invalid option" (now in different
                   7812:          methods are the same exception comment string)
                   7813: 
                   7814:        * src/include/pa_exception.h: - more exception strings were defined
                   7815: 
                   7816:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   7817:          types/pa_vstateless_class.h: - now we can define possible
                   7818:          method's call type ( new feature: #5 )   1.
                   7819:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   7820:          methods   2. @static:method[params] (only static keyword could be
                   7821:          used here) -- for specified methods
                   7822: 
                   7823:        * src/main/pa_common.C: - junction points should not be deleted on
                   7824:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   7825:          cleanup
                   7826: 
                   7827: 2010-07-03  misha
                   7828: 
                   7829:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   7830:          results/158.processed, results/160.processed,
                   7831:          results/161.processed, results/162.processed,
                   7832:          results/163.processed: - prepare tests to trim trailing methods'
                   7833:          EOLs
                   7834: 
                   7835:        * tests/results/169.processed: - prepare tests to trim trailing
                   7836:          methods' EOLs
                   7837: 
                   7838:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   7839:          trim trailing methods' EOLs
                   7840: 
                   7841:        * tests/: results/170.processed, results/167.processed,
                   7842:          results/168.processed, results/169.processed, 167.html, 168.html,
                   7843:          169.html: - prepare tests to trim trailing methods' EOLs
                   7844: 
                   7845:        * tests/: results/170.processed, results/171.processed,
                   7846:          results/172.processed, results/173.processed,
                   7847:          results/174.processed, results/175.processed, 170.html, 171.html,
                   7848:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   7849:          trailing methods' EOLs
                   7850: 
                   7851:        * tests/: results/176.processed, results/180.processed,
                   7852:          results/184.processed, results/185.processed,
                   7853:          results/191.processed, results/192.processed,
                   7854:          results/196.processed, results/197.processed,
                   7855:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   7856:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   7857:          to trim trailing methods' EOLs
                   7858: 
                   7859:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   7860:          results/199.processed, results/208.processed,
                   7861:          results/209.processed, results/213.processed,
                   7862:          results/214.processed: - prepare tests to trim trailing methods'
                   7863:          EOLs
                   7864: 
                   7865: 2010-06-29  misha
                   7866: 
                   7867:        * tests/: 220.html, 218.html, results/218.processed,
                   7868:          results/215.processed, results/217.processed, 215.html, 217.html:
                   7869:          - prepare tests to trim trailing methods' EOLs
                   7870: 
                   7871:        * tests/: results/224.processed, 224.html, 223.html,
                   7872:          results/223.processed, results/220.processed: - prepare tests to
                   7873:          trim trailing methods' EOLs
                   7874: 
                   7875:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   7876:          trim trailing methods' EOLs
                   7877: 
                   7878:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   7879:          trailing methods' EOLs
                   7880: 
                   7881:        * tests/: 232.html, 235.html, results/232.processed,
                   7882:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   7883:          results/226.processed, results/227.processed,
                   7884:          results/228.processed, results/230.processed: - prepare tests to
                   7885:          trim trailing methods' EOLs
                   7886: 
                   7887: 2010-06-16  moko
                   7888: 
                   7889:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   7890:          ^if
                   7891: 
                   7892:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   7893: 
                   7894: 2010-06-03  misha
                   7895: 
                   7896:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   7897:          instead of memcopy for overlaped regions
                   7898: 
                   7899: 2010-05-25  misha
                   7900: 
                   7901:        * src/main/pa_common.C: - wanring about unused vars was removed
                   7902: 
                   7903:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   7904:          get_method_filename was moved to execute.C
                   7905: 
                   7906: 2010-05-23  misha
                   7907: 
                   7908:        * src/main/pa_request.C: - more accurate detection of method's file
                   7909: 
                   7910: 2010-05-22  misha
                   7911: 
                   7912:        * src/classes/reflection.C: - bugfix: core during detection of
                   7913:          .file if filespec isn't detected successfully
                   7914: 
                   7915: 2010-05-20  misha
                   7916: 
                   7917:        * src/main/pa_request.C: - fix in get_method_filename
                   7918: 
                   7919:        * src/include/pa_request.h: - new feature: #24 -- searching
                   7920:          included file in @USE/^use is changed. if its filespec doesn't
                   7921:          start from '/' it will be searched in caller file directory
                   7922: 
                   7923:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   7924:          where the method is defined
                   7925: 
                   7926:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   7927:          classes/op.C: - new feature: #24 -- searching included file in
                   7928:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   7929:          will be searched in caller file directory
                   7930: 
                   7931:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   7932:          is moved to pa_common.h
                   7933: 
                   7934: 2010-05-18  misha
                   7935: 
                   7936:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   7937:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   7938:          cookie parser decode \uXXXX as well as %uXXXX
                   7939: 
                   7940: 2010-05-17  misha
                   7941: 
                   7942:        * src/classes/curl.C: beauty: - unused param is removed in method
                   7943:          _curl_version_action - some spaces were removed or replaced by
                   7944:          tabs
                   7945: 
                   7946:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   7947:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   7948: 
                   7949: 2010-05-16  misha
                   7950: 
                   7951:        * src/classes/curl.C: new: #61 more curl options were added
                   7952:          (contributed by Sumo)
                   7953: 
                   7954: 2010-04-29  pretender
                   7955: 
                   7956:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   7957:          now empty string.
                   7958: 
                   7959:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   7960:          string type.
                   7961: 
                   7962: 2010-04-28  pretender
                   7963: 
                   7964:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   7965:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   7966:          macrodefinition removed
                   7967: 
                   7968: 2010-04-19  pretender
                   7969: 
                   7970:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   7971:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   7972: 
                   7973:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   7974:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   7975: 
                   7976:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   7977:          variable" exception in grpunlim version.
                   7978: 
                   7979: 2010-04-05  misha
                   7980: 
                   7981:        * src/classes/string.C: - new feature: 4th param was added to
                   7982:          match. if specified its value is returned in case of nothing was
                   7983:          found
                   7984: 
                   7985: 2010-04-01  misha
                   7986: 
                   7987:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   7988:          multiple execution of /a/b/auto.p
                   7989: 
                   7990: 2010-03-19  misha
                   7991: 
                   7992:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   7993: 
                   7994:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   7995: 
                   7996: 2010-01-27  misha
                   7997: 
                   7998:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   7999:          trying to open file by path /existing-file/non-exixting-file
                   8000: 
                   8001: 2010-01-26  misha
                   8002: 
                   8003:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   8004:          was added (returns file)
                   8005: 
                   8006: 2009-12-22  misha
                   8007: 
                   8008:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   8009:          now parser doesn't have class curl if it was built without it
                   8010: 
                   8011: 2009-12-15  misha
                   8012: 
                   8013:        * configure.in: - little cheat with curl include dir was added
                   8014: 
                   8015: 2009-12-05  misha
                   8016: 
                   8017:        * src/classes/curl.C: - some fixes
                   8018: 
                   8019: 2009-12-04  misha
                   8020: 
                   8021:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   8022:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   8023:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   8024:          class was added
                   8025: 
                   8026:        * src/include/pa_hash.h: - hash-iterator was added
                   8027: 
                   8028:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   8029:          was added to pcre
                   8030: 
                   8031: 2009-11-27  misha
                   8032: 
                   8033:        * src/classes/image.C: - don't add @border attribute to output of
                   8034:          ^image.html[] if it was specified by user with empty value
                   8035: 
                   8036:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   8037:          root element and we are trying to access .documentElement
                   8038: 
                   8039: 2009-11-11  misha
                   8040: 
                   8041:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   8042:          instead of number of items in first row for named tables
                   8043: 
                   8044: 2009-11-10  misha
                   8045: 
                   8046:        * operators.txt: - info about hash-options in ^file::create was
                   8047:          added
                   8048: 
                   8049:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   8050:          added
                   8051: 
                   8052: 2009-11-09  misha
                   8053: 
                   8054:        * buildall-with-xml: - moving to libxml 2.7.6
                   8055: 
                   8056:        * tests/236.html: - tests for comparations cords with functions
                   8057:          were added
                   8058: 
                   8059:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   8060:          added
                   8061: 
                   8062:        * src/main/pa_http.C: - little optimisation
                   8063: 
                   8064:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   8065:          GPF mallocs + stringstream (table.save)
                   8066: 
                   8067:        * src/classes/file.C: - file::create now accepts 4th param: options
                   8068:          with $.charset
                   8069: 
                   8070:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   8071:          bug in cord (comparation cords with functions was buggy)
                   8072: 
                   8073: 2009-11-06  misha
                   8074: 
                   8075:        * src/main/pa_string.C: - bugfix: calculation string.length
                   8076:          sometimes was buggy
                   8077: 
                   8078:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   8079:          destroyed if exception occured during match/replace
                   8080: 
                   8081:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   8082:          lengthUTF8Char was added
                   8083: 
                   8084:        * src/classes/op.C: - clean tainting lang was added for user's
                   8085:          usage
                   8086: 
                   8087:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   8088:          fixed: checkouts are required after GC_MALLOC
                   8089: 
                   8090:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   8091: 
                   8092:        * operators.txt: - actually, there is no ^untaint[xml] in
                   8093:          file::create
                   8094: 
                   8095: 2009-10-15  misha
                   8096: 
                   8097:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   8098:          were added
                   8099: 
                   8100:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   8101:          were added
                   8102: 
                   8103:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   8104:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   8105:          hacking: for dealing with transcoding+^taint[uri]
                   8106:          transcode_and_untaint was replaced by untaint_and_transcode
                   8107: 
                   8108: 2009-10-13  misha
                   8109: 
                   8110:        * tests/: 121.html, results/121.processed: - test transcoding +
                   8111:          url-escaping now
                   8112: 
                   8113:        * tests/results/auto.p: - more helpers' methods were added
                   8114: 
                   8115:        * src/main/pa_globals.C: - die instead of abort
                   8116: 
                   8117: 2009-10-06  misha
                   8118: 
                   8119:        * src/main/pa_common.C: - don't allocate memory during
                   8120:          capitalization if input string is already capitalized
                   8121: 
                   8122:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   8123: 
                   8124:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   8125:          use format function because it calls malloc
                   8126: 
                   8127:        * src/include/pa_common.h: - more capitalized headers were added
                   8128: 
                   8129:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   8130:          file writing
                   8131: 
                   8132: 2009-10-05  misha
                   8133: 
                   8134:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   8135: 
                   8136: 2009-10-03  misha
                   8137: 
                   8138:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   8139:          ^img.text[] & ^img.length[] can work in utf-8 now
                   8140: 
                   8141:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   8142:          UTF8_string_iterator was added
                   8143: 
                   8144:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   8145:          length
                   8146: 
                   8147:        * src/classes/mail.C: - check from before get message.cstr
                   8148: 
                   8149: 2009-10-02  misha
                   8150: 
                   8151:        * tests/233.html: - test for image.font, image.length, image.text
                   8152:          with text in utf-8 were added
                   8153: 
                   8154:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   8155: 
                   8156:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   8157:          version for freebsd 4 was added
                   8158: 
                   8159: 2009-10-01  misha
                   8160: 
                   8161:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   8162:          terminator) - read_pipe were slightly optimized
                   8163: 
                   8164: 2009-09-28  misha
                   8165: 
                   8166:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   8167:          removed
                   8168: 
                   8169:        * src/types/pa_vmail.C: - forgot about space after ':'
                   8170: 
                   8171:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   8172:          body - small simplifications
                   8173: 
                   8174:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   8175:          inout params like pa_base64
                   8176: 
                   8177:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   8178:          option $.debug-print(1) was added to mail:send - changes for
                   8179:          using uue_encode which uses less memory
                   8180: 
                   8181:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   8182: 
                   8183:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   8184:          memory now
                   8185: 
                   8186: 2009-09-26  misha
                   8187: 
                   8188:        * src/types/pa_vmail.C: - default encoding now is base64
                   8189: 
                   8190:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   8191: 
                   8192: 2009-09-25  misha
                   8193: 
                   8194:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   8195:          sending mail as well
                   8196: 
                   8197:        * buildall-with-xml: - catalog package was removed from libxml
                   8198: 
                   8199:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   8200:          win32 absolute path
                   8201: 
                   8202:        * src/include/pa_common.h: - one more capitalized header was added
                   8203: 
                   8204: 2009-09-22  misha
                   8205: 
                   8206:        * INSTALL: - comment about building just httpd binary while
                   8207:          building apache module was added
                   8208: 
                   8209: 2009-09-21  misha
                   8210: 
                   8211:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   8212:          libxml 2.7.4 and libxslt 1.1.25
                   8213: 
                   8214: 2009-09-19  misha
                   8215: 
                   8216:        * tests/231.html: - test for encoding cookie in win-1251
                   8217: 
                   8218: 2009-09-18  misha
                   8219: 
                   8220:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   8221:          object] were added
                   8222: 
                   8223:        * operators.txt: - info about method ^reflection:fields[class or
                   8224:          object] was added
                   8225: 
                   8226:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   8227:          object] was added
                   8228: 
                   8229:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   8230:          methods get_fields were added
                   8231: 
                   8232:        * tests/232.html: - tests for @GET[name]
                   8233: 
                   8234:        * src/classes/table.C: - some changes in handling hash-options for
                   8235:          creare, join and locate
                   8236: 
                   8237:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   8238:          defined with option: the type of requested value
                   8239: 
                   8240: 2009-09-17  misha
                   8241: 
                   8242:        * tests/212.html: - tests for .pattern and .options were added
                   8243: 
                   8244:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   8245:          $regex.options were added
                   8246: 
                   8247: 2009-09-11  misha
                   8248: 
                   8249:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   8250:          rewrited. it checks not just one case of sending cookies during
                   8251:          file::load[http], but also sending headers and fields (including
                   8252:          files)
                   8253: 
                   8254: 2009-09-10  misha
                   8255: 
                   8256:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   8257:          was removed => now parser can open files with Russian 'r' in
                   8258:          filename
                   8259: 
                   8260:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   8261:          while escaping cookies but now source charset
                   8262: 
                   8263:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   8264:          ^tainted[uri] so it was possible to make request with incorrect
                   8265:          http header
                   8266: 
                   8267:        * src/main/pa_http.C: - capitalization of http headers during
                   8268:          file::load[http was slightly changes - bugfix: all headers which
                   8269:          parser sends during file::load[http should be transcoded and only
                   8270:          then escaped
                   8271: 
                   8272:        * src/main/untaint.C: - a bit more comments were added
                   8273: 
                   8274:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   8275:          warnings)
                   8276: 
                   8277:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   8278:          headers during file::load[http were added
                   8279: 
                   8280: 2009-09-08  misha
                   8281: 
                   8282:        * operators.txt: - changes in file.save and string.save were added
                   8283: 
                   8284:        * tests/: 230.html, 230.txt: - tests for checking options in
                   8285:          file.save and string.save were added
                   8286: 
                   8287:        * src/main/pa_request.C: - http headers names, which are passed to
                   8288:          SAPI::add_header_attribute are lowercased now (it'll be
                   8289:          capitalized in that method)
                   8290: 
                   8291:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   8292:          classes/string.C: - file_write accepts Request_charsets and asked
                   8293:          charset and cound transcode content before writing - string.save
                   8294:          and file.save have option $.charset now
                   8295: 
                   8296:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   8297:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   8298:          charset and cound transcode content before writing
                   8299: 
                   8300:        * src/include/pa_exception.h: - new exception comment string was
                   8301:          defined
                   8302: 
                   8303: 2009-09-07  misha
                   8304: 
                   8305:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   8306:          sub-pattern\s
                   8307: 
                   8308: 2009-09-04  misha
                   8309: 
                   8310:        * src/main/pa_http.C: - capitalization of http headers during
                   8311:          file::load[http was implemented
                   8312: 
                   8313: 2009-09-03  misha
                   8314: 
                   8315:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   8316:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   8317:          types/pa_vmail.C, targets/cgi/parser3.C,
                   8318:          targets/isapi/parser3isapi.C: - back to storing response http
                   8319:          headers in lowercase - capitalize them during output
                   8320: 
                   8321: 2009-08-31  misha
                   8322: 
                   8323:        * src/classes/table.C: - allow call with any brackets (it could be
                   8324:          useful in methods with explict result declaration)
                   8325: 
                   8326:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   8327:          correctly if $request:charset==koi8-r
                   8328: 
                   8329: 2009-08-30  misha
                   8330: 
                   8331:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   8332:          changed: content-type => Content-type and so on
                   8333: 
                   8334:        * src/classes/file.C, src/include/pa_common.h,
                   8335:          src/include/pa_request.h, src/main/pa_http.C,
                   8336:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   8337:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   8338:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   8339:          tests/results/002.processed, tests/results/003.processed,
                   8340:          tests/results/004.processed, tests/results/005.processed,
                   8341:          tests/results/006.processed, tests/results/007.processed,
                   8342:          tests/results/008.processed, tests/results/009.processed,
                   8343:          tests/results/010.processed, tests/results/011.processed,
                   8344:          tests/results/012.processed, tests/results/013.processed,
                   8345:          tests/results/014.processed, tests/results/015.processed,
                   8346:          tests/results/016.processed, tests/results/017.processed,
                   8347:          tests/results/018.processed, tests/results/019.processed,
                   8348:          tests/results/020.processed, tests/results/021.processed,
                   8349:          tests/results/022.processed, tests/results/023.processed,
                   8350:          tests/results/024.processed, tests/results/025.processed,
                   8351:          tests/results/026.processed, tests/results/027.processed,
                   8352:          tests/results/028.processed, tests/results/029.processed,
                   8353:          tests/results/030.processed, tests/results/031.processed,
                   8354:          tests/results/032.processed, tests/results/033.processed,
                   8355:          tests/results/034.processed, tests/results/035.processed,
                   8356:          tests/results/036.processed, tests/results/037.processed,
                   8357:          tests/results/038.processed, tests/results/039.processed,
                   8358:          tests/results/040.processed, tests/results/041.processed,
                   8359:          tests/results/042.processed, tests/results/043.processed,
                   8360:          tests/results/044.processed, tests/results/045.processed,
                   8361:          tests/results/046.processed, tests/results/047.processed,
                   8362:          tests/results/048.processed, tests/results/049.processed,
                   8363:          tests/results/050.processed, tests/results/051.processed,
                   8364:          tests/results/052.processed, tests/results/053.processed,
                   8365:          tests/results/054.processed, tests/results/055.processed,
                   8366:          tests/results/056.processed, tests/results/057.processed,
                   8367:          tests/results/058.processed, tests/results/059.processed,
                   8368:          tests/results/060.processed, tests/results/061.processed,
                   8369:          tests/results/062.processed, tests/results/063.processed,
                   8370:          tests/results/064.processed, tests/results/065.processed,
                   8371:          tests/results/066.processed, tests/results/067.processed,
                   8372:          tests/results/068.processed, tests/results/069.processed,
                   8373:          tests/results/070.processed, tests/results/071.processed,
                   8374:          tests/results/072.processed, tests/results/073.processed,
                   8375:          tests/results/074.processed, tests/results/075.processed,
                   8376:          tests/results/076.processed, tests/results/077.processed,
                   8377:          tests/results/078.processed, tests/results/079.processed,
                   8378:          tests/results/080.processed, tests/results/081.processed,
                   8379:          tests/results/082.processed, tests/results/083.processed,
                   8380:          tests/results/084.processed, tests/results/085.processed,
                   8381:          tests/results/086.processed, tests/results/087.processed,
                   8382:          tests/results/088.processed, tests/results/089.processed,
                   8383:          tests/results/090.processed, tests/results/091.processed,
                   8384:          tests/results/092.processed, tests/results/093.processed,
                   8385:          tests/results/094.processed, tests/results/095.processed,
                   8386:          tests/results/096.processed, tests/results/097.processed,
                   8387:          tests/results/098.processed, tests/results/099.processed,
                   8388:          tests/results/100.processed, tests/results/101.processed,
                   8389:          tests/results/102.processed, tests/results/103.processed,
                   8390:          tests/results/104.processed, tests/results/105.processed,
                   8391:          tests/results/106.processed, tests/results/107.processed,
                   8392:          tests/results/108.processed, tests/results/109.processed,
                   8393:          tests/results/110.processed, tests/results/111.processed,
                   8394:          tests/results/112.processed, tests/results/113.processed,
                   8395:          tests/results/114.processed, tests/results/115.processed,
                   8396:          tests/results/116.processed, tests/results/117.processed,
                   8397:          tests/results/118.processed, tests/results/119.processed,
                   8398:          tests/results/120.processed, tests/results/121.processed,
                   8399:          tests/results/122.processed, tests/results/123.processed,
                   8400:          tests/results/124.processed, tests/results/125.processed,
                   8401:          tests/results/126.processed, tests/results/127.processed,
                   8402:          tests/results/128.processed, tests/results/129.processed,
                   8403:          tests/results/130.processed, tests/results/131.processed,
                   8404:          tests/results/132.processed, tests/results/133.processed,
                   8405:          tests/results/134.processed, tests/results/135.processed,
                   8406:          tests/results/136.processed, tests/results/138.processed,
                   8407:          tests/results/139.processed, tests/results/140.processed,
                   8408:          tests/results/141.processed, tests/results/142.processed,
                   8409:          tests/results/143.processed, tests/results/144.processed,
                   8410:          tests/results/145.processed, tests/results/146.processed,
                   8411:          tests/results/147.processed, tests/results/148.processed,
                   8412:          tests/results/149.processed, tests/results/150.processed,
                   8413:          tests/results/151.processed, tests/results/152.processed,
                   8414:          tests/results/153.processed, tests/results/154.processed,
                   8415:          tests/results/155.processed, tests/results/156.processed,
                   8416:          tests/results/157.processed, tests/results/158.processed,
                   8417:          tests/results/159.processed, tests/results/160.processed,
                   8418:          tests/results/161.processed, tests/results/162.processed,
                   8419:          tests/results/163.processed, tests/results/164.processed,
                   8420:          tests/results/165.processed, tests/results/166.processed,
                   8421:          tests/results/167.processed, tests/results/168.processed,
                   8422:          tests/results/169.processed, tests/results/170.processed,
                   8423:          tests/results/171.processed, tests/results/172.processed,
                   8424:          tests/results/173.processed, tests/results/174.processed,
                   8425:          tests/results/175.processed, tests/results/176.processed,
                   8426:          tests/results/177.processed, tests/results/178.processed,
                   8427:          tests/results/179.processed, tests/results/180.processed,
                   8428:          tests/results/181.processed, tests/results/182.processed,
                   8429:          tests/results/183.processed, tests/results/184.processed,
                   8430:          tests/results/185.processed, tests/results/186.processed,
                   8431:          tests/results/187.processed, tests/results/188.processed,
                   8432:          tests/results/189.processed, tests/results/190.processed,
                   8433:          tests/results/191.processed, tests/results/192.processed,
                   8434:          tests/results/193.processed, tests/results/194.processed,
                   8435:          tests/results/195.processed, tests/results/196.processed,
                   8436:          tests/results/197.processed, tests/results/198.processed,
                   8437:          tests/results/199.processed, tests/results/200.processed,
                   8438:          tests/results/201.processed, tests/results/202.processed,
                   8439:          tests/results/203.processed, tests/results/204.processed,
                   8440:          tests/results/205.processed, tests/results/206.processed,
                   8441:          tests/results/207.processed, tests/results/208.processed,
                   8442:          tests/results/209.processed, tests/results/210.processed,
                   8443:          tests/results/211.processed, tests/results/212.processed,
                   8444:          tests/results/213.processed, tests/results/214.processed,
                   8445:          tests/results/215.processed, tests/results/216.processed,
                   8446:          tests/results/217.processed, tests/results/218.processed,
                   8447:          tests/results/219.processed, tests/results/220.processed,
                   8448:          tests/results/221.processed, tests/results/222.processed,
                   8449:          tests/results/223.processed, tests/results/224.processed,
                   8450:          tests/results/225.processed, tests/results/226.processed,
                   8451:          tests/results/227.processed, tests/results/228.processed,
                   8452:          tests/results/229.processed: - http headers were changed:
                   8453:          content-type => Content-type and so on
                   8454: 
                   8455: 2009-08-27  misha
                   8456: 
                   8457:        * src/: main/pa_random.C, include/pa_random.h,
                   8458:          targets/cgi/parser3.C: - year was updated :)
                   8459: 
                   8460: 2009-08-26  misha
                   8461: 
                   8462:        * tests/: 224.html, 224.p: - test for creating of parser object
                   8463:          using constructor without params - little bugfix in test
                   8464: 
                   8465:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   8466:          checking existed class while processing partial option
                   8467: 
                   8468:        * src/classes/reflection.C: - bugfix: core when creating object
                   8469:          with reflection and constructor doesn't have params
                   8470: 
                   8471: 2009-08-24  misha
                   8472: 
                   8473:        * tests/229.html: - tests for checking the number of parameters
                   8474:          were added
                   8475: 
                   8476:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   8477:          number of method's parameters wasn't checked correctly (the bug
                   8478:          was introduced in 3.4.0)
                   8479: 
                   8480: 2009-08-22  misha
                   8481: 
                   8482:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   8483:          transcoded, but tainted pieces are escaped only when
                   8484:          content-type==url-encoding
                   8485: 
                   8486:        * tests/228.html: - test for checking
                   8487:          ^file::load[http://...;$.body[]]
                   8488: 
                   8489:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   8490:          post charset was too early (charsets is empty at this moment)
                   8491: 
                   8492: 2009-08-21  misha
                   8493: 
                   8494:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   8495:          main/untaint.C: - some fixes with transcode+untaint
                   8496: 
                   8497: 2009-08-15  misha
                   8498: 
                   8499:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   8500:          was increaced to 100 (was 50)
                   8501: 
                   8502:        * tests/227.html: - test for checking overriding properties in
                   8503:          static classes was added
                   8504: 
                   8505:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   8506: 
                   8507:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   8508:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   8509:          autouse was implemented
                   8510: 
                   8511: 2009-08-14  misha
                   8512: 
                   8513:        * src/classes/reflection.C: - outdated checkout was removed
                   8514: 
                   8515:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   8516:          added.
                   8517: 
                   8518:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   8519:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   8520: 
                   8521:        * src/types/pa_vclass.C: - exception if base on sytem class
                   8522: 
                   8523: 2009-08-12  misha
                   8524: 
                   8525:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   8526:          pa_vstateless_class.h: - little optimisation
                   8527: 
                   8528: 2009-08-11  misha
                   8529: 
                   8530:        * tests/224.html: - method_params => method_info - checking for
                   8531:          $.inherited
                   8532: 
                   8533:        * src/classes/reflection.C, operators.txt: - method method_params
                   8534:          was renamed to method_info and now it returns class name, if
                   8535:          method was defined in ancestor
                   8536: 
                   8537:        * tests/225.html: - tests for cheching properties in hierarhical
                   8538:          classes were added
                   8539: 
                   8540:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   8541:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8542:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   8543:          with properties in new classes implementation were fixed
                   8544: 
                   8545: 2009-08-10  misha
                   8546: 
                   8547:        * src/main/execute.C: - now constructor shouldn't be defined in
                   8548:          class. it could be defined in parent.
                   8549: 
                   8550: 2009-08-09  misha
                   8551: 
                   8552:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   8553:          base's methods
                   8554: 
                   8555: 2009-08-08  misha
                   8556: 
                   8557:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   8558:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   8559:          classes/image.C, classes/mail.C, classes/op.C,
                   8560:          classes/reflection.C, classes/regex.C, classes/string.C,
                   8561:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8562:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   8563:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   8564:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   8565:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   8566:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8567:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   8568:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8569:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8570:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8571:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   8572:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   8573:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   8574:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   8575:          types/pa_vresponse.C, types/pa_vresponse.h,
                   8576:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8577:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   8578:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   8579:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   8580:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   8581:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   8582:          implementation
                   8583: 
                   8584:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   8585:          USE_MUNMAP is used. so it is disabled as a workaround.
                   8586: 
                   8587: 2009-08-05  misha
                   8588: 
                   8589:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   8590:          parameter was removed
                   8591: 
                   8592:        * src/main/pa_http.C: - bugfix: error was during detecting
                   8593:          content-type of file which was loaded by http
                   8594: 
                   8595: 2009-08-01  misha
                   8596: 
                   8597:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   8598:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   8599:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   8600:          can't be disabled with defines any longer
                   8601: 
                   8602: 2009-07-29  misha
                   8603: 
                   8604:        * src/classes/reflection.C, tests/results/224.processed: - for
                   8605:          native methods with any call type now returned empty call_type
                   8606:          value
                   8607: 
                   8608:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   8609:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   8610:          main/pa_request.C: - break in cycles was optimized
                   8611: 
                   8612:        * INSTALL: - more defines were described
                   8613: 
                   8614: 2009-07-28  misha
                   8615: 
                   8616:        * operators.txt: - some changes in information about reflection
                   8617:          class
                   8618: 
                   8619:        * tests/: 224.html, 224.p: - tests for reflection class
                   8620: 
                   8621:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   8622:          was added, refactoring
                   8623: 
                   8624: 2009-07-26  misha
                   8625: 
                   8626:        * src/classes/classes.vcproj: - reflection class wass added to
                   8627:          project
                   8628: 
                   8629:        * operators.txt: - information about reflection class was added
                   8630: 
                   8631:        * src/classes/reflection.C: - class was redesigned
                   8632: 
                   8633: 2009-07-24  misha
                   8634: 
                   8635:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   8636:          added
                   8637: 
                   8638:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   8639:          in classes was added
                   8640: 
                   8641: 2009-07-22  misha
                   8642: 
                   8643:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   8644:          over-optimized. it failed if $object1.$object2.field
                   8645: 
                   8646: 2009-07-16  misha
                   8647: 
                   8648:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   8649:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   8650:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   8651:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   8652:          one more arg: length of cord
                   8653: 
                   8654: 2009-07-15  misha
                   8655: 
                   8656:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   8657:          tainted in ^file::load[http://...;$.cookies[]]
                   8658: 
                   8659:        * src/classes/: op.C, regex.C, string.C: - new string with
                   8660:          exception was used
                   8661: 
                   8662:        * src/include/pa_exception.h: - new string with exception was added
                   8663: 
                   8664:        * tests/223.html: - test for checking cookie-encoding during
                   8665:          ^file::load[http was added
                   8666: 
                   8667:        * tests/: 221.html, 222.html: - tests for checking type of
                   8668:          $table.fields.field were added
                   8669: 
                   8670:        * src/types/pa_vtable.C: - not used var decl was removed
                   8671: 
                   8672:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   8673:          it improves speed of match with brackets in pattern
                   8674: 
                   8675:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   8676:          outside
                   8677: 
                   8678: 2009-07-14  misha
                   8679: 
                   8680:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   8681:          column is empty (sometime returned void) - $table.fields was
                   8682:          added for nameless tables
                   8683: 
                   8684:        * src/targets/cgi/getopt.c: - one warning resolved
                   8685: 
                   8686:        * src/main/pa_string.C: - potentian bug fixed
                   8687: 
                   8688:        * src/classes/op.C: - small optimization in taint/untaint
                   8689: 
                   8690: 2009-07-13  misha
                   8691: 
                   8692:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   8693:          added
                   8694: 
                   8695:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   8696:          souldn't add the attribut to output
                   8697: 
                   8698: 2009-07-11  misha
                   8699: 
                   8700:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8701:          stack size was increaced to 2MB (default=1MB)
                   8702: 
                   8703: 2009-07-08  misha
                   8704: 
                   8705:        * src/main/pa_string.C: - link to UTF-8 description was added
                   8706: 
                   8707:        * src/include/pa_hash.h: - hash keeps element's order in more
                   8708:          places (ex: ._keys[])
                   8709: 
                   8710:        * tests/220.html: - test for checking order of elements in hash in
                   8711:          foreach was added
                   8712: 
                   8713:        * tests/172.html: - small changes in printing hash
                   8714: 
                   8715:        * tests/129.html: - small changes in printing hash
                   8716: 
                   8717:        * src/: include/pa_common.h, include/pa_hash.h,
                   8718:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   8719:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   8720: 
                   8721:        * tests/014.html: - small changes in printing hash
                   8722: 
                   8723: 2009-07-07  misha
                   8724: 
                   8725:        * src/classes/op.C: - new taint language "parser-code" was added
                   8726: 
                   8727:        * tests/219.html: - test for auto untaint parser code in process
                   8728:          was added
                   8729: 
                   8730:        * src/classes/op.C: - tainted pieces in body of process are
                   8731:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   8732: 
                   8733:        * src/: include/pa_string.h, main/untaint.C: - new language
                   8734:          L_PARSER_CODE for auto-untaint in process was added
                   8735: 
                   8736:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8737:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   8738:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   8739:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   8740:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   8741:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   8742:          code cleanup
                   8743: 
                   8744: 2009-07-06  misha
                   8745: 
                   8746:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   8747:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   8748:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   8749: 
                   8750:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   8751:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   8752:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   8753:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   8754:          should be used
                   8755: 
                   8756:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   8757:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   8758:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   8759:          untaint_cstr[m] should be used
                   8760: 
                   8761:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   8762:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   8763: 
                   8764:        * tests/218.html: - test for checking automatic file-spec-taint was
                   8765:          added
                   8766: 
                   8767:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   8768:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   8769:          classes/file.C, classes/hash.C, classes/image.C,
                   8770:          classes/string.C, classes/table.C, classes/void.C,
                   8771:          classes/xdoc.C: - optimizations and simplification of
                   8772:          string.cstr(...)
                   8773: 
                   8774:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   8775:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   8776:          - optimizations and simplification of string.cstr(...)
                   8777: 
                   8778: 2009-07-04  misha
                   8779: 
                   8780:        * tests/217.html: - test for recursion detection was added
                   8781: 
                   8782:        * src/: types/types.vcproj, main/main.vcproj,
                   8783:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   8784:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   8785:          from .vcproj
                   8786: 
                   8787:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   8788: 
                   8789:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   8790:          uploading files and case-insensitive http-method were added
                   8791: 
                   8792:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   8793:          tainted pattern in ^file:list[] was added
                   8794: 
                   8795: 2009-07-03  misha
                   8796: 
                   8797:        * src/: classes/classes.vcproj, main/main.vcproj,
                   8798:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   8799:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   8800:          for dynamic_cast) - little options changes
                   8801: 
                   8802:        * src/main/pa_http.C: - file::load[http works now with uploading
                   8803:          files _and_ changing $.charset
                   8804: 
                   8805: 2009-06-29  misha
                   8806: 
                   8807:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   8808:          while creating pattern
                   8809: 
                   8810: 2009-06-25  misha
                   8811: 
                   8812:        * src/classes/image.C, operators.txt: - options' names for
                   8813:          ^image.font were changed to $.space, $.width and $spacing -
                   8814:          default space width now == gif's width
                   8815: 
                   8816: 2009-06-24  misha
                   8817: 
                   8818:        * tests/215.html: - tests for $file.mode were added
                   8819: 
                   8820:        * operators.txt: - added info about $file.mode and changes in
                   8821:          ^image.font[
                   8822: 
                   8823:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   8824:          param now could be omited - third param now could be hash (with
                   8825:          all widths options: $.space-width, $.letter-width) - it's
                   8826:          possible to specify tracking ($.letter-space)
                   8827: 
                   8828:        * src/classes/file.C: - file objects now could have mode field
                   8829:          (text|binary)
                   8830: 
                   8831:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   8832: 
                   8833: 2009-06-23  misha
                   8834: 
                   8835:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8836:          trim can work with utf-8 chars now
                   8837: 
                   8838: 2009-06-20  misha
                   8839: 
                   8840:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   8841:          was implemented
                   8842: 
                   8843:        * src/classes/table.C: - string length cacheing was implemented
                   8844: 
                   8845:        * src/include/pa_string.h: - string length cacheing was implemented
                   8846: 
                   8847: 2009-06-17  misha
                   8848: 
                   8849:        * src/main/execute.C: - value param was removed from
                   8850:          WContext::WContext
                   8851: 
                   8852:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   8853:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   8854:          - field wcontext was removed from VCodeFrame (using fparent
                   8855:          instead)
                   8856: 
                   8857:        * tests/214.html: - test with hash copying
                   8858: 
                   8859: 2009-06-16  misha
                   8860: 
                   8861:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   8862:          strings doesn't work in expression anymore
                   8863: 
                   8864:        * src/main/execute.C: - less calls for get_constructing() - little
                   8865:          refactoring
                   8866: 
                   8867:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   8868:          include/pa_request.h: - less calls for get_constructing()
                   8869: 
                   8870:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   8871:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   8872: 
                   8873: 2009-06-14  misha
                   8874: 
                   8875:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8876:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   8877:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   8878:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   8879:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   8880:          storing object's fields only for parser objects
                   8881: 
                   8882: 2009-06-13  misha
                   8883: 
                   8884:        * buildall-with-xml, buildall-without-xml: - new option was added
                   8885:          for building GC (it slightly reduces memory usage)
                   8886: 
                   8887:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   8888:          single string write
                   8889: 
                   8890:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   8891:          - optimization of single string write
                   8892: 
                   8893:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   8894:          - bytecode optimization of ^class:constructor
                   8895: 
                   8896: 2009-06-09  misha
                   8897: 
                   8898:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   8899:          main (better compatibility)
                   8900: 
                   8901: 2009-06-08  misha
                   8902: 
                   8903:        * src/main/compile.y: - I've forgot to commit it :(
                   8904: 
                   8905: 2009-06-07  misha
                   8906: 
                   8907:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   8908:          WITH_READ and WITH_ROOT
                   8909: 
                   8910:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8911:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   8912:          WITH_ROOT - little refactoring
                   8913: 
                   8914: 2009-06-06  misha
                   8915: 
                   8916:        * tests/213.html: - tests for 3rd match string-param were added
                   8917: 
                   8918:        * src/classes/string.C: - 3rd match param could be string now
                   8919: 
                   8920:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   8921:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   8922:          GET_OBJECT_ELEMENT
                   8923: 
                   8924: 2009-06-05  misha
                   8925: 
                   8926:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   8927:          if $.body was specified
                   8928: 
                   8929: 2009-06-04  misha
                   8930: 
                   8931:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   8932: 
                   8933:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   8934: 
                   8935:        * src/main/execute.C: - little refactoring - optimizing
                   8936:          write_assign_lang in taint/untaint
                   8937: 
                   8938:        * src/include/pa_opcode.h: - little refactoring
                   8939: 
                   8940:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   8941:          main/compile_tools.h, main/execute.C: - optimizations for
                   8942:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   8943:          were added
                   8944: 
                   8945: 2009-06-03  misha
                   8946: 
                   8947:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   8948: 
                   8949: 2009-06-02  misha
                   8950: 
                   8951:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   8952:          include/pa_opcode.h: - refactoring in last optimizations
                   8953:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   8954:          now but code is much easy and it is ready for further
                   8955:          improvements.
                   8956: 
                   8957: 2009-05-27  misha
                   8958: 
                   8959:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   8960:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   8961:          changed in destructing junctions
                   8962: 
                   8963:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   8964:          String:Body
                   8965: 
                   8966: 2009-05-26  misha
                   8967: 
                   8968:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   8969:          one method detect_charset was deleted - bug was fixed in this
                   8970:          method (error while detecting charset in content_type withot last
                   8971:          ';')
                   8972: 
                   8973:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   8974:          once
                   8975: 
                   8976: 2009-05-25  misha
                   8977: 
                   8978:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   8979:          optimizing of helper_length
                   8980: 
                   8981: 2009-05-24  misha
                   8982: 
                   8983:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   8984:          were added - little refactoring
                   8985: 
                   8986:        * src/main/execute.C: - core while printing in debug log
                   8987:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   8988:          optimisations were added
                   8989: 
                   8990:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   8991:          were added
                   8992: 
                   8993: 2009-05-23  misha
                   8994: 
                   8995:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   8996:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   8997:          CORD_cat optimization
                   8998: 
                   8999:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   9000:          - call constr optimisation under separate define now
                   9001: 
                   9002:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   9003:          in $b should be string, not void
                   9004: 
                   9005:        * src/main/compile.y: - little fix for rem-cut optimisation
                   9006: 
                   9007:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   9008:          main/compile_tools.h, main/execute.C: - optimisations for
                   9009:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   9010: 
                   9011:        * INSTALL: - description of some #defined were added
                   9012: 
                   9013:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   9014:          before 1st access (memory usage is reduced if don't access to
                   9015:          .text field)
                   9016: 
                   9017:        * src/include/pa_array.h: - array grows step now not static (it
                   9018:          reduces numbers of reallocs)
                   9019: 
                   9020: 2009-05-20  misha
                   9021: 
                   9022:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   9023:          $.b(2), $c[d] and $.e[f] was added
                   9024: 
                   9025:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9026:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   9027:          $.e[f] was added
                   9028: 
                   9029:        * src/main/execute.C: - debug printing moved in defines
                   9030: 
                   9031:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   9032:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   9033:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   9034: 
                   9035: 2009-05-19  misha
                   9036: 
                   9037:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9038:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   9039: 
                   9040:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   9041:          ^a.$b optimisation)
                   9042: 
                   9043:        * src/main/compile.y: - compiler now generate new opcodes:
                   9044:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   9045:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   9046:          of params }
                   9047: 
                   9048:        * src/main/execute.C: - code for handle new opcodes
                   9049:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   9050: 
                   9051:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   9052:          added for LA2V and LA2S
                   9053: 
                   9054:        * src/include/pa_opcode.h: - new defines which can be used for
                   9055:          disable some bytecode optimisation and new opcodes were added
                   9056: 
                   9057: 2009-05-17  misha
                   9058: 
                   9059:        * src/lib/cord/cordxtra.c: - bugfix.
                   9060: 
                   9061:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   9062: 
                   9063:        * operators.txt: - info about regex class was added
                   9064: 
                   9065:        * tests/212.html: - tests for regex class were added
                   9066: 
                   9067: 2009-05-16  misha
                   9068: 
                   9069:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   9070:          gc7.1
                   9071: 
                   9072:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   9073:          was added
                   9074: 
                   9075:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   9076:          param) should work
                   9077: 
                   9078: 2009-05-15  misha
                   9079: 
                   9080:        * src/classes/table.C: - automatically disable stringstream usage
                   9081:          on freebsd4
                   9082: 
                   9083:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   9084:          scope
                   9085: 
                   9086:        * tests/211.html: - test with different types of access to hash was
                   9087:          added
                   9088: 
                   9089:        * tests/210.html: - test which checks for loosing tainting in
                   9090:          hash's keys was added
                   9091: 
                   9092:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   9093: 
                   9094:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   9095: 
                   9096:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   9097: 
                   9098:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   9099:          optimisations for increacing version number more dramatically :)
                   9100: 
                   9101:        * src/classes/date.C: - little refactoring: use constructor which
                   9102:          accepts formated string
                   9103: 
                   9104:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   9105:          which can print formatted string was added
                   9106: 
                   9107: 2009-05-14  misha
                   9108: 
                   9109:        * src/include/pa_string.h: - type was fixed
                   9110: 
                   9111:        * src/: classes/hashfile.C, classes/op.C,
                   9112:          include/pa_cache_managers.h, include/pa_charset.h,
                   9113:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   9114:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   9115:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   9116:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   9117:          main/pa_charsets.C, main/pa_string.C,
                   9118:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   9119:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9120:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   9121:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   9122:          (seaches should be faster now)
                   9123: 
                   9124:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9125:          classes/string.C, classes/table.C, include/pa_string.h,
                   9126:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   9127:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   9128:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   9129:          types/pa_vrequest.C: - String constructors don't have that stupid
                   9130:          true/false param which means 'tainted'. they accept lang instead.
                   9131: 
                   9132:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   9133:          with OPTIMIZE_RESULT
                   9134: 
                   9135:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   9136:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   9137: 
                   9138: 2009-05-13  misha
                   9139: 
                   9140:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   9141:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   9142:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9143:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   9144:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   9145:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   9146:          include/pa_string.h, classes/date.C, classes/file.C,
                   9147:          classes/hash.C, classes/image.C, classes/string.C,
                   9148:          classes/table.C, classes/xdoc.C: - result optimisation -
                   9149:          helper_length parameter removed from string constructors
                   9150: 
                   9151: 2009-05-11  misha
                   9152: 
                   9153:        * tests/209.html: - tests for ^hash::create[hash] were added
                   9154: 
                   9155:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   9156:          ^memory:compact[] were added
                   9157: 
                   9158:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   9159:          log10 were added
                   9160: 
                   9161:        * tests/206.html: - test for try with finally was added
                   9162: 
                   9163: 2009-05-10  misha
                   9164: 
                   9165:        * tests/205.html: - test for ^file::create[...] was added
                   9166: 
                   9167:        * tests/204.html: - test for ^response:clear[] was added
                   9168: 
                   9169:        * tests/038.html: - tests for trigonometric functions were added
                   9170: 
                   9171:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   9172:          added - more tests for .add, .sub, .union, .intersects and
                   9173:          .intersections
                   9174: 
                   9175:        * tests/065.html: - test for ^file:dirname was added
                   9176: 
                   9177:        * tests/030.html: - test for $cookie:fields was added
                   9178: 
                   9179:        * tests/203.html: - test for ^h._keys[column name] was added
                   9180: 
                   9181:        * tests/201.html: - tests for .trim were added
                   9182: 
                   9183:        * tests/202.html: - tests for last-day,
                   9184:          date:calendar[type](YYYY;MM;DD) were added
                   9185: 
                   9186:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   9187:          .offset[type](N) were added
                   9188: 
                   9189:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   9190:          and .pos[c](N) were added
                   9191: 
                   9192:        * tests/141.html: - test for math:sha1 was added
                   9193: 
                   9194:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   9195: 
                   9196: 2009-05-09  misha
                   9197: 
                   9198:        * src/main/compile.y: - rollback
                   9199: 
                   9200: 2009-05-05  misha
                   9201: 
                   9202:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   9203:          replaced by is_empty()
                   9204: 
                   9205:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   9206:          optimisation: somewhere length() was replaced by is_empty()
                   9207: 
                   9208:        * src/classes/table.C: - little optimisation: somewhere length()
                   9209:          was replaced by is_empty()
                   9210: 
                   9211:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   9212:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   9213:          optimisation: somewhere length() was replaced by is_empty()
                   9214: 
                   9215: 2009-05-04  misha
                   9216: 
                   9217:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9218:          types/pa_vstateless_class.h, main/execute.C,
                   9219:          include/pa_request.h, classes/hash.C, classes/op.C,
                   9220:          classes/table.C: - more optimisations were added: some operators
                   9221:          don't switch write context anylonger
                   9222: 
                   9223: 2009-05-01  misha
                   9224: 
                   9225:        * src/main/compile.y: - slightly more opcode optimisations for
                   9226:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   9227: 
                   9228:        * src/main/execute.C: - simplifying process for getters
                   9229: 
                   9230: 2009-04-30  misha
                   9231: 
                   9232:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   9233: 
                   9234:        * tests/results/199.processed: - test for checking $result into
                   9235:          ^rem was added
                   9236: 
                   9237:        * tests/199.html: - test for checking $result into ^rem was added
                   9238: 
                   9239:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   9240:          some OS it returns list in different order)
                   9241: 
                   9242:        * src/: include/pa_array.h, include/pa_request.h,
                   9243:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   9244:          changes in stack impl - get_element() optimisation: 3rd param
                   9245:          removed - bugfix: problems with reading empty input param -
                   9246:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   9247: 
                   9248:        * tests/results/198.processed: - test for reading empty local var
                   9249:          was added
                   9250: 
                   9251:        * tests/198.html: - test for reading empty local var was added
                   9252: 
                   9253: 2009-04-29  misha
                   9254: 
                   9255:        * src/main/compile.y: - bugfix: couldn't compile because
                   9256:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   9257: 
                   9258:        * src/: include/pa_array.h, include/pa_opcode.h,
                   9259:          include/pa_request.h, main/compile.y, main/execute.C,
                   9260:          main/pa_request.C, types/pa_vmethod_frame.C,
                   9261:          types/pa_vmethod_frame.h: - we can work without opcode
                   9262:          OP_STORE_PARAM, so it was removed
                   9263: 
                   9264: 2009-04-28  misha
                   9265: 
                   9266:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   9267:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   9268:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   9269:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   9270:          4.
                   9271:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   9272: 
                   9273:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   9274: 
                   9275:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   9276:          is_empty()
                   9277: 
                   9278: 2009-04-27  misha
                   9279: 
                   9280:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   9281: 
                   9282: 2009-04-24  misha
                   9283: 
                   9284:        * src/classes/string.C: - ups. typo fixed
                   9285: 
                   9286:        * src/main/execute.C: - more replacements '*new VBool' to
                   9287:          'VBool::get' - checks for ^break[], ^continue[] and
                   9288:          parser.interrupted were optimised
                   9289: 
                   9290:        * src/classes/string.C: - number of params.count() calls was
                   9291:          slightly reduced
                   9292: 
                   9293: 2009-04-23  misha
                   9294: 
                   9295:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9296:          make it x64 friendly
                   9297: 
                   9298:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9299:          parser is x64 friendly now
                   9300: 
                   9301: 2009-04-22  misha
                   9302: 
                   9303:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   9304:          exceeding record size was added
                   9305: 
                   9306:        * src/classes/file.C: - use vregex object instead of direct calls
                   9307:          methods from pcre lib
                   9308: 
                   9309:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   9310:          classes/string.C: - use vregex object instead of direct calls
                   9311:          methods from pcre lib
                   9312: 
                   9313:        * src/: include/pa_common.h, main/pa_common.C: - method
                   9314:          print_pcre_exec_error_text was moved to class vregex
                   9315: 
                   9316:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   9317:          was added
                   9318: 
                   9319:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   9320:          - class vregex was added
                   9321: 
                   9322: 2009-04-21  misha
                   9323: 
                   9324:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   9325: 
                   9326:        * src/: types/pa_junction.h, types/pa_value.C,
                   9327:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   9328:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   9329:          junction-optimisation (destructors)
                   9330: 
                   9331:        * src/include/pa_array.h: - free under if now
                   9332: 
                   9333: 2009-04-19  misha
                   9334: 
                   9335:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   9336: 
                   9337: 2009-04-18  misha
                   9338: 
                   9339:        * src/include/pa_version.h:
                   9340:          :q :
                   9341: 
                   9342:          CV:
                   9343:          ----------------------------------------------------------------------
                   9344: 
                   9345:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   9346:          refactoring
                   9347: 
                   9348:        * src/: include/pa_array.h, include/pa_hash.h,
                   9349:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   9350: 
                   9351:        * src/include/pa_memory.h: - define for using destructors was added
                   9352: 
                   9353:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9354:          main/execute.C: - some junctions will be cached now
                   9355: 
                   9356:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   9357: 
                   9358:        * src/include/pa_array.h: - inline was added to destructor
                   9359: 
                   9360:        * src/types/pa_method.h: - comment was changed
                   9361: 
                   9362: 2009-04-17  misha
                   9363: 
                   9364:        * src/: include/pa_array.h, include/pa_hash.h,
                   9365:          types/pa_vmethod_frame.h: - destructors were added
                   9366: 
                   9367:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   9368:          renamed to always_use_result
                   9369: 
                   9370:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   9371:          compiler: full backward compatibility is better
                   9372: 
                   9373:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   9374:          result in var's hash
                   9375: 
                   9376:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   9377:          optimisation in method_frame
                   9378: 
                   9379:        * src/include/pa_array.h: - optimisation in array (allocate
                   9380:          elements only when needed)
                   9381: 
                   9382:        * src/types/pa_vresponse.C: - check for $response:headers field
                   9383:          before looking at custom fields
                   9384: 
                   9385:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   9386:          not needed to check existance var with name 'result' in var's
                   9387:          hash
                   9388: 
                   9389:        * src/main/compile.y: - compiler was changed: now it detects
                   9390:          writings to $result and set flag writo_to_result in method
                   9391: 
                   9392:        * src/classes/string.C: - little optimisation: no needed to write
                   9393:          number with lang
                   9394: 
                   9395:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   9396:          used for read utf8-strings were renamed - is_escaped was renamed
                   9397:          to isEscaped (to the same name convention)
                   9398: 
                   9399:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   9400:          write_to_result added. compiler get this info from code.
                   9401: 
                   9402: 2009-04-16  misha
                   9403: 
                   9404:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   9405:          String only before 1st write
                   9406: 
                   9407:        * src/include/pa_string.h: - not needed template removed
                   9408: 
                   9409:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   9410:          types/pa_vjunction.C, types/pa_vproperty.C,
                   9411:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   9412:          main/pa_request.C, classes/bool.C, classes/double.C,
                   9413:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   9414:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   9415:          bool objects)
                   9416: 
                   9417: 2009-04-15  misha
                   9418: 
                   9419:        * src/lib/cord/cordxtra.c: - more optimisation
                   9420: 
                   9421:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   9422:          optimisation
                   9423: 
                   9424:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   9425:          then get and can sometime be used)
                   9426: 
                   9427:        * src/main/pa_string.C: - String::length optimisation
                   9428: 
                   9429:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   9430:          these methods read different strings
                   9431: 
                   9432:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   9433:          fresult_initial_void removed + some optimisation - if $result
                   9434:          defined we don't write to context anymore
                   9435: 
                   9436:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   9437:          need just skip char)
                   9438: 
                   9439:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9440:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   9441:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   9442: 
                   9443:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   9444:          instance
                   9445: 
                   9446: 2009-04-11  misha
                   9447: 
                   9448:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   9449: 
                   9450:        * tests/197.html: - test for parser://test in xml was added
                   9451: 
                   9452:        * src/classes/string.C: - small optimisation
                   9453: 
                   9454:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   9455:          optimisation
                   9456: 
                   9457: 2009-04-10  misha
                   9458: 
                   9459:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   9460:          to pcre-7.8
                   9461: 
                   9462:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   9463: 
                   9464:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   9465:          added
                   9466: 
                   9467:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   9468:          $request:CLASS_NAME were added
                   9469: 
                   9470:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   9471:          were added
                   9472: 
                   9473:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   9474:          $env:CLASS_NAME were added
                   9475: 
                   9476:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   9477:          '@todo' now
                   9478: 
                   9479:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   9480:          compirer
                   9481: 
                   9482:        * src/main/pa_string.C: - little code cleanup
                   9483: 
                   9484:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   9485:          during PCRE compile/execute
                   9486: 
                   9487:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   9488:          normalizing todo-comments: '@todo' now
                   9489: 
                   9490:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   9491: 
                   9492:        * src/main/pa_charset.C: - type changed for making compiler happy
                   9493: 
                   9494: 2009-03-10  misha
                   9495: 
                   9496:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   9497:          in main()
                   9498: 
                   9499: 2009-02-01  misha
                   9500: 
                   9501:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   9502:          boundary
                   9503: 
                   9504: 2009-01-25  misha
                   9505: 
                   9506:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   9507: 
                   9508:        * src/classes/file.C: - more changes for parsing different number
                   9509:          of params for file::load
                   9510: 
                   9511:        * tests/193.html: - tests for exception while base64-decode binary
                   9512:          to string was added
                   9513: 
                   9514:        * tests/192.html: - tests for file::load with different number of
                   9515:          options
                   9516: 
                   9517:        * src/classes/math.C: - ups. forgot '+1'
                   9518: 
                   9519:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   9520:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   9521:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   9522:          (new option $.encode[multipart-form/data] should be specified) -
                   9523:          $.method[] option for file::load now is not case-sensitive
                   9524: 
                   9525:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   9526:          new taint language L_FILE_POST was added
                   9527: 
                   9528:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   9529:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   9530:          stuff was moved to separate files
                   9531: 
                   9532: 2009-01-23  misha
                   9533: 
                   9534:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   9535:          spaces to tabs were converted
                   9536: 
                   9537: 2009-01-12  misha
                   9538: 
                   9539:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   9540:          now
                   9541: 
                   9542:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   9543:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   9544:          their names
                   9545: 
                   9546:        * src/main/pa_common.C: - changes in formating
                   9547: 
                   9548:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   9549:          their names
                   9550: 
                   9551:        * src/include/pa_http.h: - some spaces were converted to tabs
                   9552: 
                   9553:        * src/include/pa_common.h: - some constants changed their names
                   9554: 
                   9555:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   9556:          little code rewriting
                   9557: 
                   9558:        * src/types/pa_vfile.C: - little code rewriting
                   9559: 
                   9560:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   9561:          types/pa_value.h: - some formating changes
                   9562: 
                   9563:        * src/include/pa_common.h: - some formating spaces transformed to
                   9564:          tabs
                   9565: 
                   9566:        * src/classes/string.C: - exception while base64-decode binary to a
                   9567:          string
                   9568: 
                   9569: 2009-01-11  misha
                   9570: 
                   9571:        * configure.in: - version changed to 3.3.1b
                   9572: 
                   9573: 2008-09-05  misha
                   9574: 
                   9575:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   9576:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   9577: 
                   9578: 2008-09-04  misha
                   9579: 
                   9580:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   9581:          anymore
                   9582: 
                   9583:        * src/classes/op.C: - exception with 'invalid taint language' not
                   9584:          typeless anylonger
                   9585: 
                   9586:        * src/classes/image.C: - some exceptions while operations with
                   9587:          image not typeless anymore
                   9588: 
                   9589:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   9590:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   9591:          operations with files not typeless anymore
                   9592: 
                   9593:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   9594:          types/pa_vdate.h: - exceptions while checking date range not
                   9595:          typeless anymore
                   9596: 
                   9597:        * src/include/pa_exception.h: - exception type string for invalid
                   9598:          date range was added
                   9599: 
                   9600: 2008-09-03  misha
                   9601: 
                   9602:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   9603:          operations not typeless anymore
                   9604: 
                   9605:        * src/include/pa_exception.h: - exception type for pce operations
                   9606:          was added
                   9607: 
                   9608:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   9609:          and .CLASS_NAME insite classes
                   9610: 
                   9611:        * src/classes/table.C: - don't save table header whiile
                   9612:          ^table.save[append;filename] if file exists
                   9613: 
                   9614: 2008-09-02  misha
                   9615: 
                   9616:        * src/main/compile.y, src/main/compile_tools.h,
                   9617:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   9618:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   9619:          renamed to partial and it login changed: we must mark class as
                   9620:          partial for allow their modifications in future.
                   9621: 
                   9622: 2008-08-29  misha
                   9623: 
                   9624:        * tests/results/022.processed: - testing taint[regex] in mask for
                   9625:          file:list
                   9626: 
                   9627:        * tests/022.html: - testing taint[regex] in mask for file:list
                   9628: 
                   9629:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   9630:          for file:list was added
                   9631: 
                   9632:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   9633:          file:list
                   9634: 
                   9635: 2008-08-26  misha
                   9636: 
                   9637:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   9638:          last derived object
                   9639: 
                   9640:        * src/classes/image.C: - many strings "image.format" replaced by
                   9641:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   9642:          understand some more exif tags
                   9643: 
                   9644:        * src/include/pa_exception.h: - string "image.format" was added
                   9645: 
                   9646: 2008-08-21  misha
                   9647: 
                   9648:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   9649:          pcre_exec text error
                   9650: 
                   9651:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   9652:          added
                   9653: 
                   9654:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   9655:          text error was added
                   9656: 
                   9657: 2008-08-19  misha
                   9658: 
                   9659:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   9660:          namespace while debug execution as well
                   9661: 
                   9662:        * tests/: 015.html, results/015.processed: - test for escaping some
                   9663:          parser chars was added
                   9664: 
                   9665: 2008-08-18  misha
                   9666: 
                   9667:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   9668:          $caller.self.field + default getter in one class was added
                   9669: 
                   9670:        * tests/: 189.html, results/189.processed: - test for
                   9671:          ^date::create[date object]
                   9672: 
                   9673:        * tests/: 188.html, results/188.processed: - tests for match with
                   9674:          UTF-8 strings
                   9675: 
                   9676:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   9677:          ^string.match[]
                   9678: 
                   9679:        * ChangeLog: - parser 3.3.0 beta13
                   9680: 
                   9681: 2008-08-15  misha
                   9682: 
1.116     moko     9683:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   9684:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   9685:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   9686:          dftables.c: - old PCRE files removed
1.95      moko     9687: 
                   9688:        * src/lib/pcre/config.h: - configuration for PCRE library
                   9689: 
                   9690:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9691:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   9692: 
                   9693:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   9694:          library and set flag UTF8 if $request:charset is UTF-8
                   9695: 
                   9696:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   9697:          include/pa_config_fixed.h: - moved to new PCRE library
                   9698: 
                   9699:        * src/: main/main.vcproj, types/types.vcproj,
                   9700:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   9701:          win32\pcre instead of parser3\src\lib\pcre
                   9702: 
                   9703:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   9704:          main/compile.C, main/compile.y, main/compile_tools.C,
                   9705:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   9706:          opcodes were moved to separate namespace
                   9707: 
                   9708: 2008-08-14  misha
                   9709: 
                   9710:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   9711: 
                   9712:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   9713:          tainting
                   9714: 
                   9715: 2008-08-11  misha
                   9716: 
                   9717:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   9718:          $caller.self, $caller.self.field and $caller.self.field[value]
                   9719:          were added
                   9720: 
                   9721:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   9722:          runtime as well (for $caller.self)
                   9723: 
                   9724: 2008-07-25  misha
                   9725: 
                   9726:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   9727:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   9728:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   9729:          tests with international characters
                   9730: 
                   9731: 2008-07-23  misha
                   9732: 
                   9733:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   9734:          file::load[...;http://
                   9735: 
                   9736:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   9737:          now everywhere in separate namespace
                   9738: 
                   9739:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   9740:          for vars
                   9741: 
                   9742:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   9743:          can be escaped by '^'
                   9744: 
                   9745: 2008-07-22  misha
                   9746: 
                   9747:        * src/classes/string.C, tests/186.html: - names changes:
                   9748:          escape=>js-escape, unescape=>js-unescape
                   9749: 
                   9750: 2008-07-21  misha
                   9751: 
                   9752:        * tests/results/186.processed: - test for string escape/unescape
                   9753: 
                   9754:        * tests/186.html: - test for string escape/unescape
                   9755: 
                   9756:        * src/classes/string.C: - string has escape and unescape methods
                   9757:          now
                   9758: 
                   9759:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   9760:          added
                   9761: 
                   9762:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   9763:          method-layers added (with different params)
                   9764: 
                   9765: 2008-07-18  misha
                   9766: 
                   9767:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   9768:          was added
                   9769: 
                   9770:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   9771: 
                   9772:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   9773:          ^string.pos[substr](offset) -- 2nd param accepted now
                   9774: 
                   9775:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   9776:          strings
                   9777: 
                   9778: 2008-07-17  misha
                   9779: 
                   9780:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9781:          helper length added for mid for small optimisation
                   9782: 
                   9783: 2008-07-16  misha
                   9784: 
                   9785:        * tests/: 185.html, results/185.processed: - tests for
                   9786:          length/left/right/mid/pos with utf-8 strings
                   9787: 
                   9788:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   9789:          utf-8 strings
                   9790: 
                   9791:        * src/main/untaint.C: - comments removed
                   9792: 
                   9793:        * src/: include/pa_string.h, main/pa_string.C,
                   9794:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   9795:          with pos/mid for strings in utf-8 were added
                   9796: 
                   9797: 2008-07-15  misha
                   9798: 
                   9799:        * tests/: 184.html, results/184.processed: - test for case body as
                   9800:          expression: $var(^switch(1){^case(1)(true)..})
                   9801: 
                   9802:        * src/classes/op.C: - case body can be expression now:
                   9803:          $var(^switch(1){^case(1)(true)..})
                   9804: 
                   9805:        * tests/: results/183.processed, 183.html: - added test for testing
                   9806:          new cookie encoding (%uXXXX)
                   9807: 
                   9808:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   9809:          decoding for backward compatibility they decoded from %XX in
                   9810:          request:charset too
                   9811: 
                   9812:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   9813:          - cookie class now decode cookies before first access after last
                   9814:          request:charset changing (as form class).
                   9815: 
                   9816:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   9817:          as %uXXXX - before transcode calculate required space for dest
                   9818:          string. it reduce mem usage for transcode
                   9819: 
                   9820:        * src/include/pa_charset.h: - added method escape for escaping
                   9821:          cookies as %uXXXX
                   9822: 
                   9823:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   9824:          was added. will used for escaping cookies as %uXXXX
                   9825: 
                   9826:        * src/include/pa_common.h: - escape method has new option for skip
                   9827:          converting '+' to a space char
                   9828: 
                   9829:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   9830:          transcode - escape method has new option for skip converting '+'
                   9831:          to a space char
                   9832: 
                   9833: 2008-07-08  misha
                   9834: 
                   9835:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   9836:          (no UE if more then 1 case matches anylonger) - optimization:
                   9837:          doing searching.as_string() || searching.as_double() only once
                   9838: 
                   9839: 2008-07-04  misha
                   9840: 
                   9841:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   9842:          now ^date::create[date object] works
                   9843: 
                   9844:        * src/classes/string.C: - left and right added as aliases for start
                   9845:          and end in ^string.trim[]
                   9846: 
                   9847: 2008-07-03  misha
                   9848: 
                   9849:        * src/classes/file.C: - allow $.limit for file::sql as well
                   9850: 
                   9851:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   9852:          send limit=1 to query for use sql specifics authomatically
                   9853: 
                   9854:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   9855:          if $.limit value if empty. autoconvert it as everywere
                   9856: 
                   9857: 2008-07-02  misha
                   9858: 
                   9859:        * configure.in: - time to change version number to 3.3.0 %-)
                   9860: 
                   9861:        * src/include/pa_version.h: - time to change version number to
                   9862:          3.3.0 %-)
                   9863: 
                   9864: 2008-06-26  misha
                   9865: 
                   9866:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   9867:          $.limit(0) fixes
                   9868: 
                   9869:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   9870:          - $.limit(0) fixes
                   9871: 
                   9872:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   9873:          new API)
                   9874: 
                   9875:        * src/: include/pa_sql_driver_manager.h,
                   9876:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   9877:          classes/op.C: - document_root added
                   9878: 
                   9879:        * src/main/compile.tab.C: - error message was changed
                   9880: 
                   9881: 2008-06-25  misha
                   9882: 
                   9883:        * src/main/compile.y: - error message was changed
                   9884: 
                   9885: 2008-06-24  misha
                   9886: 
                   9887:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   9888: 
                   9889:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   9890:          tests for @OPTIONS\nappend
                   9891: 
                   9892:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   9893: 
                   9894:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   9895: 
                   9896:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   9897: 
                   9898:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   9899:          compile.y
                   9900: 
                   9901: 2008-06-17  misha
                   9902: 
                   9903:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   9904:          compilation: ^if(default){true. it's incorrect. must be
                   9905:          exception}
                   9906: 
                   9907: 2008-06-16  misha
                   9908: 
                   9909:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   9910:          checking external reference loading with 'http://localhost'
                   9911:          prefix while creating xdoc
                   9912: 
                   9913:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   9914:          ^math:long2ip[] and ^math:ip2long[]
                   9915: 
                   9916:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   9917:          added which use scalar stateless class method when user object
                   9918:          used in scalar context - use get_scalar_value when user object
                   9919:          requested in scalar context
                   9920: 
                   9921:        * src/main/pa_common.C: - size must be int but not size_t or we
                   9922:          can't compare with 0 sprintf result
                   9923: 
                   9924:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9925:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   9926:          with internal switch between local/global vars
                   9927: 
                   9928:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   9929:          specified
                   9930: 
                   9931:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   9932:          pa_vstateless_object.h: - stateless class and object now has
                   9933:          private scalar field and getter/setter for working with it
                   9934: 
                   9935:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   9936:          moved to inet static class
                   9937: 
                   9938:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   9939:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   9940: 
                   9941:        * tests/: 180.html, results/180.processed: - tests for
                   9942:          ^math:long2ip(long) and ^math:ip2long[IP]
                   9943: 
                   9944:        * src/classes/math.C: - ^math:ip2long[IP] added
                   9945: 
                   9946: 2008-06-11  misha
                   9947: 
                   9948:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   9949:          need cut BOM code and remove DOS newline chars. but don't
                   9950:          transcode it anyway.
                   9951: 
                   9952:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   9953:          main/pa_http.C: - option for disable transcoding while file_read
                   9954:          and file_read_text added
                   9955: 
                   9956: 2008-06-10  misha
                   9957: 
                   9958:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   9959:          classes in 1 file
                   9960: 
                   9961:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   9962:          classes now.
                   9963: 
                   9964:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   9965:          classes now. internals.
                   9966: 
                   9967:        * src/main/pa_request.C: - compile return list of classes now. try
                   9968:          call @conf and @auto for each returned class
                   9969: 
                   9970:        * src/include/pa_request.h: - compile return list of classes now
                   9971: 
                   9972:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   9973:          return list of classes when compile buf)
                   9974: 
                   9975: 2008-06-07  misha
                   9976: 
                   9977:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   9978:          param -- form
                   9979: 
                   9980:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   9981:          3rd param: form. needed for get post_charset
                   9982: 
                   9983:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   9984:          added
                   9985: 
                   9986:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   9987:          types/pa_vform.C, types/pa_vform.h: - some polish
                   9988: 
                   9989: 2008-06-06  misha
                   9990: 
                   9991:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   9992:          charset and decode chars from it but not from response:charset
                   9993: 
                   9994:        * src/main/pa_http.C: - detect_charset moved out of here
                   9995: 
                   9996:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   9997:          methods moved here - unescape_chars accepn one charset now
                   9998: 
                   9999:        * src/main/pa_http.C: - new constants used - don't allow
                   10000:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   10001:          charset info while ^file::load[;http://;$.method[POST]] - option
                   10002:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   10003:          disabling charset during post
                   10004: 
                   10005:        * src/types/pa_vform.C: - new constants used
                   10006: 
                   10007:        * src/include/pa_common.h: - some constants were added
                   10008: 
                   10009:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   10010:          instead of StrEqNc
                   10011: 
                   10012:        * src/main/pa_common.C: - new method for caseless search
                   10013:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   10014: 
                   10015:        * src/include/pa_common.h: - new method for caseless search
                   10016:          c-substring in c-string
                   10017: 
                   10018: 2008-06-05  misha
                   10019: 
                   10020:        * tests/results/178.processed: - test for testing default getter
                   10021: 
                   10022:        * tests/178.html: - test for testing default getter
                   10023: 
                   10024:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   10025:          for test for testing default getter
                   10026: 
                   10027:        * src/main/execute.C: - default getter soul
                   10028: 
                   10029:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   10030:          requested objects' field not found
                   10031: 
                   10032:        * src/types/pa_vclass.C: - register default getter if defined - get
                   10033:          default getter if requested field not found
                   10034: 
                   10035:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   10036:          added
                   10037: 
                   10038:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10039:          pointer to default getter and methods for get/set it were added
                   10040: 
                   10041:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   10042:          auto_name field (for default getter)
                   10043: 
                   10044: 2008-06-04  misha
                   10045: 
                   10046:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   10047:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   10048:          it to libxml "as is"
                   10049: 
                   10050: 2008-06-03  misha
                   10051: 
                   10052:        * src/main/pa_common.C: - use store_Char instead of
                   10053:          transcodeCharFromUTF8
                   10054: 
                   10055:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   10056:          store_Char added, transcodeCharFromUTF8 -- removed
                   10057: 
                   10058: 2008-06-02  misha
                   10059: 
                   10060:        * tests/: results/177.processed, 177.html: - test for checking
                   10061:          .[acm]date after local ^file::load[] was added
                   10062: 
                   10063:        * tests/: results/176.processed, 176.html: - test for checking
                   10064:          @OPTION\locals + @method[vars][locals] added
                   10065: 
                   10066:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   10067: 
                   10068: 2008-05-30  misha
                   10069: 
                   10070:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   10071:          @OPTION\nlocals + @method[vars][;locals;] were added
                   10072: 
                   10073:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   10074:          moved to separate method op_code - switch from VMethodFrame to
                   10075:          VMethodFrameGlobal + VMethodFrameLocal
                   10076: 
                   10077:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   10078:          was moved to separate method op_code
                   10079: 
                   10080:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   10081:          VMethodFrame now
                   10082: 
                   10083:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   10084:          all_vars_local as well
                   10085: 
                   10086:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   10087:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   10088:          VMethodFrame were added: one (global) works as VMethodFrame
                   10089:          before and second (local) write all vars in self vars scope
                   10090: 
                   10091:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   10092: 
                   10093: 2008-05-29  misha
                   10094: 
                   10095:        * tests/: 129.html, results/129.processed: - more tests for
                   10096:          ^table.hash[]
                   10097: 
                   10098:        * src/classes/hash.C: - ^hash::sql has a new option:
                   10099:          $.type[hash|string|table] as ^table.hash[] one.
                   10100: 
                   10101:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   10102:          executed anyway after try or catch section
                   10103: 
                   10104: 2008-05-27  misha
                   10105: 
                   10106:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   10107:          must not fail if $.distinct(1) wasn't specified
                   10108: 
                   10109: 2008-05-26  misha
                   10110: 
                   10111:        * src/classes/op.C: - allow ^throw[my type]
                   10112: 
                   10113: 2008-05-22  misha
                   10114: 
                   10115:        * configure.in, configure: - version number updated to 3.2.4b
                   10116: 
                   10117:        * src/classes/: op.C, string.C: - trim format string before
                   10118:          eval/format
                   10119: 
                   10120:        * tests/: results/175.processed, 175.html: - more tests for
                   10121:          different format strings in .format[]
                   10122: 
                   10123:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   10124:          as well (not only %XX)
                   10125: 
                   10126:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   10127:          charset specified - checks for format before print number
                   10128:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   10129:          (instead of tabs) removed
                   10130: 
                   10131:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   10132:          charset specified
                   10133: 
                   10134:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   10135:          char in requested charset from utf code was added
                   10136: 
                   10137: 2008-05-19  misha
                   10138: 
                   10139:        * tests/: 174.html, results/174.processed: - test for
                   10140:          ^hashfile.cleanup[] added
                   10141: 
                   10142:        * src/classes/hashfile.C: - optimization: don't create any key or
                   10143:          value variable if it's name weren't specified
                   10144:          (^hf.foreach[;v]{...})
                   10145: 
                   10146: 2008-05-16  misha
                   10147: 
                   10148:        * src/classes/hash.C: - optimization: don't create any key variable
                   10149:          if variable name wasn't specified (^h.foreach[;v]{...})
                   10150: 
                   10151: 2008-05-15  misha
                   10152: 
                   10153:        * src/classes/op.C: - small changes
                   10154: 
                   10155:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   10156: 
                   10157:        * src/classes/hash.C: - calculate var_context once before foreach
                   10158: 
                   10159: 2008-05-14  misha
                   10160: 
                   10161:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   10162:          ^hashfile.foreach[;]{} fixed
                   10163: 
                   10164:        * src/classes/: hash.C, table.C: - little optimisation
                   10165: 
                   10166:        * src/classes/file.C: - bugfix: double absolute path while loading
                   10167:          file
                   10168: 
                   10169:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   10170:          were added
                   10171: 
                   10172:        * buildall-with-xml: - moving to libxslt 1.1.24
                   10173: 
                   10174: 2008-04-30  misha
                   10175: 
                   10176:        * src/classes/file.C: - stat file while loading (local only) so
                   10177:          .adate, .mdate and .cdate available without additional ::stat
                   10178: 
                   10179: 2008-04-28  misha
                   10180: 
                   10181:        * src/classes/file.C: - $.name and $.content-type available for
                   10182:          stated file
                   10183: 
                   10184: 2008-04-14  misha
                   10185: 
                   10186:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   10187: 
                   10188:        * src/include/pa_version.h: - new version number in head
                   10189: 
                   10190: 2008-04-10  misha
                   10191: 
                   10192:        * tests/: 080.html, results/080.processed: - cut '0' from
                   10193:          exponential part because of on diff OS it differ (20 or 020 for
                   10194:          ex)
                   10195: 
                   10196:        * tests/: 119.html, results/119.processed: - check for encoding
                   10197:          while creating xdoc
                   10198: 
                   10199: 2008-04-09  misha
                   10200: 
                   10201:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   10202: 
                   10203:        * src/main/pa_common.C: - comment added
                   10204: 
                   10205:        * src/classes/date.C: - little refactoring
                   10206: 
                   10207: 2008-04-07  misha
                   10208: 
                   10209:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   10210:          style of ^table.save[]: prepare one big string and sabe it at
                   10211:          once. it's safe on freebsd 4.x but use much more memory.
                   10212: 
                   10213:        * buildall-with-xml, buildall-without-xml: - option
                   10214:          --disable-stringstream added (under comment. use it on freebsd
                   10215:          4.x)
                   10216: 
                   10217: 2008-02-22  misha
                   10218: 
                   10219:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   10220:          specified together in file::load[;http] - get back transcoding
                   10221:          $.body[] in file::load[;http]
                   10222: 
                   10223: 2008-02-21  misha
                   10224: 
                   10225:        * src/classes/date.C: - ^date.gmt-string[] was added
                   10226: 
                   10227:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   10228:          moved to pa_common.h
                   10229: 
                   10230:        * src/include/pa_common.h: - method for output date in RFC 822
                   10231:          format moved here from pa_value.C
                   10232: 
                   10233:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   10234:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   10235: 
                   10236: 2008-02-20  misha
                   10237: 
                   10238:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   10239:          specified charset while ^file::load[...;http://...] (L_URI
                   10240:          instead of L_HTTP_HEADER) - $.cookies param available in
                   10241:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   10242:          response yet) (cookies not transcoded as common $cookies)
                   10243: 
                   10244: 2008-02-19  misha
                   10245: 
                   10246:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   10247:          $response:field values because in this case
                   10248:          $response:locateion[http://...] don't works.
                   10249: 
                   10250: 2008-02-15  misha
                   10251: 
                   10252:        * src/classes/op.C: - little refactoring
                   10253: 
                   10254:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   10255: 
                   10256:        * src/main/pa_request.C: - force taint values of $response:field
                   10257: 
                   10258: 2008-02-14  misha
                   10259: 
                   10260:        * src/main/pa_request.C: - $response:field transcoded to
                   10261:          $response:charset before escaping now
                   10262: 
                   10263:        * src/main/pa_http.C: - some outdated comments removed
                   10264: 
                   10265:        * src/classes/date.C: - lastdat -> last-day
                   10266: 
                   10267:        * src/classes/date.C: - ^date:lastday(year;month) and
                   10268:          ^date.lastday[] were added - little code refactoring - comments
                   10269:          changes
                   10270: 
                   10271:        * tests/: 159.html, results/159.processed: - test for number of
                   10272:          days in February
                   10273: 
                   10274:        * src/types/pa_value.C: - fixes in code formatting
                   10275: 
                   10276:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   10277:          and comments
                   10278: 
                   10279: 2008-02-13  misha
                   10280: 
                   10281:        * src/main/pa_common.C: - bugfix for february at leap year
                   10282: 
                   10283: 2008-01-28  misha
                   10284: 
                   10285:        * tests/: 160.html, results/160.processed: - more test for cache
                   10286:          added
                   10287: 
                   10288:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   10289:          unhandled exception
                   10290: 
                   10291: 2008-01-25  misha
                   10292: 
                   10293:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   10294:          bug when hashfile became inavailable after memory:compact)
                   10295: 
                   10296:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   10297: 
                   10298: 2008-01-22  misha
                   10299: 
                   10300:        * src/classes/table.C: - little refactiring and exception texts
                   10301:          changes in method ^table.hash[]
                   10302: 
                   10303:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   10304: 
                   10305: 2008-01-21  misha
                   10306: 
                   10307:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   10308:          file::exec/cgi
                   10309: 
                   10310:        * src/classes/file.C: - bugfix: core while processing headers if
                   10311:          executed cgi script don't return content
                   10312: 
                   10313: 2008-01-18  misha
                   10314: 
                   10315:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   10316: 
                   10317:        * src/include/pa_version.h, configure.in: - version number updated
                   10318:          to '3.2.3b'
                   10319: 
                   10320: 2007-12-28  misha
                   10321: 
                   10322:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   10323:          hash.contains
                   10324: 
                   10325: 2007-12-27  misha
                   10326: 
                   10327:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10328:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   10329:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   10330:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   10331:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10332:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   10333:          src/targets/cgi/parser3.vcproj,
                   10334:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   10335:          back to VS2003 because of Apache 1.3 module can't work if it was
                   10336:          built in VS 2005.  with cgi all file so VS2003 project files can
                   10337:          be easy converted to the new format.
                   10338: 
                   10339: 2007-12-04  misha
                   10340: 
                   10341:        * src/types/pa_vcode_frame.h: - changes in comment
                   10342: 
                   10343: 2007-11-29  misha
                   10344: 
                   10345:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   10346:          intercept strings any longer
                   10347: 
                   10348:        * tests/: 173.html, results/173.processed: - tests for
                   10349:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   10350:          but not in main code frame
                   10351: 
                   10352:        * tests/: 172.html, results/172.processed: - more tests for pass
                   10353:          objects from code frames
                   10354: 
                   10355: 2007-11-27  misha
                   10356: 
                   10357:        * tests/: 152.html, results/152.processed: - tests for converting
                   10358:          strings 'true'/'false' to bool were added
                   10359: 
                   10360:        * tests/152.html: - added checks for converting strings
                   10361:          'true'/'false' to bool
                   10362: 
                   10363:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   10364:          not only strings with numbers but with values 'true'/'false' as
                   10365:          well
                   10366: 
                   10367:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   10368:          for parser3.log increased
                   10369: 
                   10370:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   10371: 
                   10372:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   10373: 
                   10374:        * src/include/pa_types.h: - constant with buffer size for
                   10375:          parser3.log added
                   10376: 
                   10377: 2007-11-16  misha
                   10378: 
                   10379:        * tests/cat.sh: - script for tests for file::exec/cgi
                   10380: 
                   10381:        * tests/171.html: - tests for file::exec/cgi
                   10382: 
                   10383:        * tests/results/171.processed: - tests results for file::exec/cgi
                   10384: 
                   10385: 2007-11-15  misha
                   10386: 
                   10387:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   10388: 
                   10389:        * src/classes/file.C: - .body must be set before analyzing cgi
                   10390:          headers
                   10391: 
                   10392:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   10393:          only if exec/cgi return anything.
                   10394: 
                   10395: 2007-11-14  misha
                   10396: 
                   10397:        * operators.txt: - info about new text|binary option for
                   10398:          file::exec/cgi was added
                   10399: 
                   10400:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   10401:          ^file:exec[[text|binary];script;...]
                   10402: 
                   10403:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   10404:          classes/string.C, classes/table.C: - more text strings moved to
                   10405:          the one place
                   10406: 
                   10407: 2007-11-09  misha
                   10408: 
                   10409:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   10410: 
                   10411:        * ChangeLog: - $request:argv [patch from Sumo]
                   10412: 
                   10413:        * operators.txt: - $request:argv
                   10414: 
                   10415:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   10416:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   10417: 
                   10418: 2007-10-25  misha
                   10419: 
                   10420:        * buildall-with-xml, buildall-without-xml: - options preparations
                   10421:          for ./configure rewrited
                   10422: 
                   10423:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   10424:          error occure in unhandled_exception finally fixed
                   10425: 
                   10426: 2007-10-23  misha
                   10427: 
                   10428:        * tests/: 170.html, results/170.processed: - test for
                   10429:          @method[][result]
                   10430: 
                   10431:        * operators.txt: - added info about node.prefix and
                   10432:          node.namespaceURI
                   10433: 
                   10434:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   10435: 
                   10436:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   10437:          added for node and attribute
                   10438: 
                   10439: 2007-10-22  misha
                   10440: 
                   10441:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   10442: 
                   10443:        * src/main/pa_request.C: - added const content-transfer-encoding
                   10444: 
                   10445:        * src/include/pa_request.h: - added const content-transfer-encoding
                   10446:          - ups. constants must be in lowercase (for search)
                   10447: 
                   10448:        * src/types/pa_vmail.C: - more constants used -
                   10449:          content-transfer-encoding: 8bit added
                   10450: 
                   10451:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   10452: 
                   10453:        * src/include/pa_request.h: - more constants
                   10454: 
                   10455:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   10456:          ommit anymore if $.content-disposition was specified - little
                   10457:          refactoring
                   10458: 
                   10459:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   10460: 
                   10461: 2007-10-17  misha
                   10462: 
                   10463:        * operators.txt: - info about
                   10464:          table::create[nameless]{data}[>options<] was added
                   10465: 
                   10466:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   10467:          compile method don't put this method in methods table anymore.
                   10468:          in other case the parser coredumped if @unhandled_exception
                   10469:          method can't be compiled because of parser.compile error.
                   10470: 
                   10471:        * src/main/execute.C: - little code reformating
                   10472: 
                   10473:        * src/main/pa_request.C: - little code reformating - comment
                   10474:          changed
                   10475: 
                   10476: 2007-10-16  misha
                   10477: 
                   10478:        * tests/: 035.html, results/035.processed: - tests
                   10479:          table::create[]{}[options] added
                   10480: 
                   10481:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   10482:          options (only $.seperator[] yet)
                   10483: 
                   10484: 2007-10-10  misha
                   10485: 
                   10486:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   10487:          some code changes
                   10488: 
                   10489: 2007-10-02  misha
                   10490: 
                   10491:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   10492:          then three time as much. but base64 encoding method still use
                   10493:          less memory anyway.
                   10494: 
                   10495: 2007-09-17  misha
                   10496: 
                   10497:        * operators.txt: - added info about $cookie:fields
                   10498: 
                   10499:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   10500: 
                   10501:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   10502:          common
                   10503: 
                   10504:        * src/include/pa_common.h: - some stuff for use with .for_each
                   10505:          moved here
                   10506: 
                   10507:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   10508: 
                   10509: 2007-09-14  misha
                   10510: 
                   10511:        * buildall-with-xml: - new xml libs again =)
                   10512: 
                   10513: 2007-08-28  misha
                   10514: 
                   10515:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   10516:          ^string.split[...][v][column name] were added
                   10517: 
                   10518:        * tests/: 168.html, 169.html, results/168.processed,
                   10519:          results/169.processed: - tests for ^table.columns[[column name]]
                   10520:          and ^string.split[...][v][column name] were added
                   10521: 
                   10522:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   10523:          was added
                   10524: 
                   10525:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   10526:          name]]
                   10527: 
                   10528:        * src/include/pa_exception.h: - error text message for
                   10529:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   10530: 
                   10531: 2007-08-27  misha
                   10532: 
                   10533:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   10534:          body ^taint[sql][something] outside of connect
                   10535: 
                   10536:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   10537:          outside of connect
                   10538: 
                   10539:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   10540:          added (commented by default)
                   10541: 
                   10542: 2007-08-20  misha
                   10543: 
                   10544:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   10545:          was added
                   10546: 
                   10547:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   10548:          duplicated exception text strings were removed
                   10549: 
                   10550:        * src/include/pa_exception.h: - more exception text strings moved
                   10551:          here
                   10552: 
                   10553:        * src/classes/table.C: - some duplicate exceptions' text strings
                   10554:          removed
                   10555: 
                   10556:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   10557:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   10558:          removed
                   10559: 
                   10560:        * src/include/pa_exception.h: - some exception text strings movet
                   10561:          to pa_exception
                   10562: 
                   10563:        * tests/: 149.html, results/149.processed: - test for
                   10564:          ^xnode.hasAttributes[] was added - some code changes
                   10565: 
                   10566:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   10567:          added
                   10568: 
                   10569: 2007-08-17  misha
                   10570: 
                   10571:        * tests/: results/006.processed, results/059.processed, 006.html,
                   10572:          059.html: - more tests for match
                   10573: 
                   10574:        * tests/: 129.html, results/129.processed: - tests for
                   10575:          ^table.hash[...][$.type[string|hash|table]] added
                   10576: 
                   10577:        * src/targets/cgi/parser3.C: - little syntax changes
                   10578: 
                   10579:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   10580:          syntax changes
                   10581: 
                   10582:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   10583:          messages in parser3.log switched off by default. If someone
                   10584:          really still need it: use $SIGPIPE(1)
                   10585: 
                   10586: 2007-08-08  misha
                   10587: 
                   10588:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   10589:          files by default since now
                   10590: 
                   10591: 2007-08-07  misha
                   10592: 
                   10593:        * buildall-without-xml: - some option syntax changes
                   10594: 
                   10595:        * buildall-with-xml: - compile libxml2 without http support - some
                   10596:          option syntax changes
                   10597: 
                   10598:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   10599: 
                   10600: 2007-08-06  misha
                   10601: 
                   10602:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   10603: 
                   10604:        * tests/: 160.html, results/160.processed: - cache test was
                   10605:          rewrited
                   10606: 
                   10607: 2007-07-06  misha
                   10608: 
                   10609:        * tests/: 153.html, results/153.processed: - added test for
                   10610:          ^math:sha1[string]
                   10611: 
                   10612:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   10613:          transcoded
                   10614: 
                   10615:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   10616:          were added
                   10617: 
                   10618: 2007-06-28  misha
                   10619: 
                   10620:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   10621:          some incorrect chars
                   10622: 
                   10623: 2007-06-19  misha
                   10624: 
                   10625:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   10626:          were moved on top because of gcc 4 had a problems during
                   10627:          building.
                   10628: 
                   10629: 2007-06-18  misha
                   10630: 
                   10631:        * tests/results/019.processed: - new image commited
                   10632: 
                   10633: 2007-06-09  misha
                   10634: 
                   10635:        * src/classes/: op.C, table.C: - in while and table.select method
                   10636:          as_expression used now
                   10637: 
                   10638:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   10639: 
                   10640: 2007-06-08  misha
                   10641: 
                   10642:        * tests/: 166.html, results/166.processed: - test for
                   10643:          ^match[...][n]
                   10644: 
                   10645:        * tests/: 165.html, results/165.processed: - tests for loops
                   10646: 
                   10647:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   10648:          because of no speed/memory optimisation but some proglems with
                   10649:          long cycles occure
                   10650: 
                   10651: 2007-06-06  misha
                   10652: 
                   10653:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   10654:          ^table.select(true) and ^table.select(1) didn't works because of
                   10655:          awaiting junction-param only. fixed.
                   10656: 
                   10657: 2007-05-24  misha
                   10658: 
                   10659:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   10660:          with 0.5 secs interval
                   10661: 
                   10662:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   10663:          locking system now on unix
                   10664: 
                   10665:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   10666:          system locks which wait till other threads release it but try get
                   10667:          lock, if fail wait 1 sec and make 10 attempts.
                   10668: 
                   10669:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   10670:          were added
                   10671: 
                   10672:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   10673:          opening files
                   10674: 
                   10675:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   10676:          after our classes on unix it can't be build
                   10677: 
                   10678:        * src/types/pa_vhashfile.C: - not needed code removed
                   10679: 
                   10680: 2007-05-23  misha
                   10681: 
                   10682:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   10683:          include/pa_common.h: - cosmetic changes
                   10684: 
                   10685: 2007-05-18  misha
                   10686: 
                   10687:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   10688:          often. it's give some speed increasing
                   10689: 
                   10690:        * tests/results/160.processed: - returned time corrected
                   10691: 
                   10692:        * tests/160.html: - time increased because on unix 1 mean nothing
                   10693:          :(
                   10694: 
                   10695:        * operators.txt: - added info about ^hash.contain[key]
                   10696: 
                   10697:        * src/classes/hash.C: - added ^hash.contain[key]
                   10698: 
                   10699:        * src/include/pa_hash.h: - added method for checking key exists in
                   10700:          hash
                   10701: 
                   10702: 2007-05-07  misha
                   10703: 
                   10704:        * src/include/pa_string.h: - was compilation error during build on
                   10705:          freebsd4
                   10706: 
                   10707: 2007-05-03  misha
                   10708: 
                   10709:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   10710:          for ^table.hash[]
                   10711: 
                   10712:        * src/classes/file.C: - comment removed
                   10713: 
                   10714: 2007-04-26  misha
                   10715: 
                   10716:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   10717:          real files doesn't opened in place anymore
                   10718: 
                   10719: 2007-04-24  misha
                   10720: 
                   10721:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   10722: 
                   10723:        * src/include/pa_exception.h: "static" removed
                   10724: 
                   10725: 2007-04-23  misha
                   10726: 
                   10727:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   10728: 
                   10729:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   10730:          ^math:log(N)) - ^math:lg(N)
                   10731: 
                   10732:        * tests/: 097.html, results/097.processed: - charsets converstion
                   10733:          during ^file::load[text;http://...] added
                   10734: 
                   10735:        * tests/: 164.html, results/164.processed: - check for set expires
                   10736:          as a date
                   10737: 
                   10738:        * tests/: 164.html, results/164.processed: - test for hashfile
                   10739: 
                   10740:        * src/classes/hashfile.C: - little comment changes
                   10741: 
                   10742:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   10743:          access
                   10744: 
                   10745:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   10746:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   10747:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   10748:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   10749:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   10750:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10751:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   10752:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   10753:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   10754:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   10755:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10756:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10757:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   10758:          "parser.runtime" strings were removed
                   10759: 
                   10760:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   10761:          now.
                   10762: 
                   10763:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   10764: 
                   10765:        * src/include/pa_exception.h: - string constant with
                   10766:          "parser.runtime" text was added
                   10767: 
                   10768: 2007-04-20  misha
                   10769: 
                   10770:        * operators.txt: - some comments changing
                   10771: 
                   10772:        * operators.txt: - added info about .^hashfile.release[],
                   10773:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   10774: 
                   10775:        * configure: =cheching for unsetenv
                   10776: 
                   10777:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   10778:          ^hashfile.release[] were added
                   10779: 
                   10780:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   10781:          ^string.match[][] understand new option now: return number of
                   10782:          matches but not table wit results
                   10783: 
                   10784:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   10785:          reopen now
                   10786: 
                   10787:        * src/classes/op.C: - bug. must be false
                   10788: 
                   10789:        * configure.in: - checking for unsetenv was added
                   10790: 
                   10791:        * src/types/pa_vform.C: - some comments
                   10792: 
                   10793: 2007-04-18  misha
                   10794: 
                   10795:        * buildall-with-xml: moving to libxml2-2.6.28
                   10796: 
                   10797:        * buildall-with-xml, buildall-without-xml: added commented lines
                   10798:          with --disable-safe-mode option
                   10799: 
                   10800:        * operators.txt: - info about $form:files
                   10801: 
                   10802: 2007-04-17  misha
                   10803: 
                   10804:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   10805:          $form:files was added
                   10806: 
                   10807:        * tests/: 163.html, results/163.processed: removing auto format
                   10808: 
                   10809:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   10810: 
                   10811: 2007-04-16  misha
                   10812: 
                   10813:        * tests/: 163.html, results/163.processed: - test for .int[],
                   10814:          floor, round, ceiling and .format[]
                   10815: 
                   10816:        * src/classes/file.C: - little optimization for getting args in
                   10817:          exec/cgi
                   10818: 
                   10819: 2007-04-13  misha
                   10820: 
                   10821:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   10822:          specified now as s table with one column
                   10823: 
                   10824: 2007-03-27  misha
                   10825: 
                   10826:        * tests/: 162.html, results/162.processed: - test for
                   10827:          ^table.select(^condition[$t])
                   10828: 
                   10829:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   10830: 
                   10831:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   10832: 
                   10833:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   10834:          161_windows1251.txt: - added test for
                   10835:          ^file::load[text;/local/file.txt;$.charset[...]]
                   10836: 
                   10837:        * tests/: results/013.processed, 013.html: - added test for
                   10838:          checking $._default value while hash modifications
                   10839: 
                   10840:        * tests/: 160.html, results/160.processed: - add test for
                   10841:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   10842: 
                   10843: 2007-03-22  misha
                   10844: 
                   10845:        * src/include/pa_common.h: - "charset" string defined for
                   10846:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   10847: 
                   10848:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   10849:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   10850:          added - not needed transcodes were removed from
                   10851:          ^file::load[...;http://...]
                   10852: 
                   10853:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   10854:          added
                   10855: 
                   10856:        * src/classes/date.C: - date.week was fixed
                   10857: 
                   10858:        * operators.txt: - added info about date.weekyear
                   10859: 
                   10860:        * tests/: 159.html, results/159.processed: - tests for date.week
                   10861:          and date.weekyear added
                   10862: 
                   10863: 2007-03-15  misha
                   10864: 
                   10865:        * src/classes/table.C: - enclose column numbers for nameless tables
                   10866:          as well
                   10867: 
                   10868: 2007-03-14  misha
                   10869: 
                   10870:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   10871: 
                   10872:        * src/classes/table.C: - table.save optimization: now required much
                   10873:          less memory
                   10874: 
                   10875: 2007-03-13  misha
                   10876: 
                   10877:        * tests/results/: 158.processed, 158.processes: - tests for
                   10878:          table.save/table.load
                   10879: 
                   10880:        * tests/: 158.html, results/158.processes: - tests for
                   10881:          table.save/table.load
                   10882: 
                   10883:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   10884: 
                   10885:        * buildall-with-xml: - pattern needed now for building
                   10886: 
                   10887:        * tests/results/097.processed: - added test results for xdoc::load
                   10888:          & xdoc::load[http://...]
                   10889: 
                   10890:        * tests/097.html: - added test for xdoc::load
                   10891: 
                   10892: 2007-03-12  misha
                   10893: 
                   10894:        * tests/: 107.html, results/107.processed: - added test for xpath
                   10895:          '//man'
                   10896: 
                   10897: 2007-03-01  misha
                   10898: 
                   10899:        * tests/: 097.html, results/097.processed: - added test for
                   10900:          creating xdoc from file
                   10901: 
                   10902:        * tests/: results/157.processed, 157.html: - added test for
                   10903:          file:move
                   10904: 
                   10905: 2007-02-28  misha
                   10906: 
                   10907:        * src/classes/xdoc.C: - another attempt
                   10908: 
                   10909:        * src/classes/xdoc.C: - roll back last changes for a while
                   10910: 
                   10911:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   10912: 
                   10913:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   10914: 
                   10915:        * tests/results/099.processed: - ever send content-disposition to
                   10916:          client with file
                   10917: 
                   10918:        * tests/157.html: + test for file:copy
                   10919: 
                   10920: 2007-02-26  misha
                   10921: 
                   10922:        * src/classes/file.C: - some similar strings moved to #define
                   10923:          instead of to be copy/pasted many times
                   10924: 
                   10925:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   10926:          #define
                   10927: 
                   10928: 2007-02-20  misha
                   10929: 
                   10930:        * configure.in: - added some strings for sqlite detection
                   10931: 
                   10932: 2007-02-19  misha
                   10933: 
                   10934:        * operators.txt: - some comments changes
                   10935: 
                   10936:        * buildall-with-xml, buildall-without-xml: - some modifications
                   10937: 
                   10938: 2007-02-17  misha
                   10939: 
                   10940:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   10941: 
                   10942:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   10943:          change console behaviour
                   10944: 
                   10945: 2007-02-12  misha
                   10946: 
                   10947:        * src/targets/cgi/parser3.C: - don't print headers if
                   10948:          $console:line[data] was used during cgi execution.
                   10949: 
                   10950:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   10951:          marked as 'true' if class was used.
                   10952: 
                   10953:        * tests/: 152.html, results/152.processed: - more types was added
                   10954:          to test 152
                   10955: 
                   10956:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   10957:          adding 'bool' (^if($image){} caused exception)
                   10958: 
                   10959: 2007-02-09  misha
                   10960: 
                   10961:        * tests/: 152.html, results/152.processed: - test alightly updated
                   10962: 
                   10963:        * tests/: 152.html, results/152.processed: - test rewrited
                   10964: 
                   10965:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   10966:          bugfix. I broke xdoc & xnode in expression
                   10967: 
                   10968: 2007-02-08  misha
                   10969: 
                   10970:        * tests/: 152.html, results/152.processed: - add test for checking
                   10971:          'def' for void, string, bool, int & double
                   10972: 
                   10973: 2007-02-07  misha
                   10974: 
                   10975:        * operators.txt: - ^file:base64[filespec]  was added
                   10976: 
                   10977:        * tests/results/153.processed: - result test for
                   10978:          ^file:base64[filespec]  was updated
                   10979: 
                   10980:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   10981: 
                   10982:        * src/types/pa_vconsole.h: - little optimization
                   10983: 
                   10984:        * src/classes/file.C: - ^file:base64[filespec]
                   10985: 
                   10986:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   10987: 
                   10988:        * src/include/pa_common.h: - declarations for
                   10989:          ^file:base64[filespec]
                   10990: 
                   10991:        * src/types/pa_vcookie.C: - little optimization
                   10992: 
                   10993: 2007-02-06  misha
                   10994: 
                   10995:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   10996:          were temporary commented
                   10997: 
                   10998:        * src/types/pa_vbool.h: - bugfix
                   10999: 
                   11000:        * tests/156.html: - added test for bool cookie
                   11001: 
                   11002:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   11003: 
                   11004:        * tests/: 155.html, results/155.processed: - added test for check
                   11005:          $.encloser[] option for table save/load
                   11006: 
                   11007:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   11008: 
                   11009: 2007-02-05  misha
                   11010: 
                   11011:        * tests/results/152.processed: - newline at the end was missed
                   11012: 
                   11013:        * tests/results/141.processed: - math:md5 must be lowercased
                   11014: 
                   11015:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   11016: 
                   11017: 2007-02-03  misha
                   11018: 
                   11019:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   11020:          test for bool added and some content length fixes
                   11021: 
                   11022:        * tests/152.html: - test for bool added
                   11023: 
                   11024:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   11025: 
                   11026:        * operators.txt: - info bool class was added
                   11027: 
1.116     moko     11028:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     11029:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   11030:          classes/string.C, classes/void.C, classes/xnode.C,
                   11031:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   11032:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   11033:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   11034:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11035:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11036:          types/types.vcproj: - bool class was added
                   11037: 
                   11038:        * src/main/pa_request.C: - fix
                   11039: 
                   11040: 2007-01-18  misha
                   11041: 
                   11042:        * src/: main/pa_string.C, classes/string.C: - return table during
                   11043:          ^string.match[][] even if no matched found.
                   11044: 
                   11045: 2006-12-20  misha
                   11046: 
                   11047:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   11048:          http://www.parser.ru/forum/?id=55598 ]
                   11049: 
                   11050: 2006-12-19  misha
                   11051: 
                   11052:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   11053:          details: http://www.parser.ru/forum/?id=52359
                   11054: 
                   11055:        * src/main/pa_request.C: - always set content-disposition for
                   11056:          $response:body[hash here]. more details:
                   11057:          http://www.parser.ru/forum/?id=52130
                   11058: 
                   11059: 2006-12-07  misha
                   11060: 
                   11061:        * operators.txt: - added info about bool params in cookie set
                   11062: 
                   11063:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   11064:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   11065:          ]
                   11066: 
                   11067:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   11068:          was added
                   11069: 
                   11070: 2006-12-02  misha
                   11071: 
                   11072:        * src/classes/file.C: - file_block_read used instead of native read
                   11073: 
                   11074:        * src/main/pa_common.C: - added file_block_read with read error
                   11075:          detection - file_block_read used instead of native read
                   11076: 
                   11077:        * src/include/pa_common.h: - added file_block_read declaration
                   11078: 
                   11079: 2006-12-01  misha
                   11080: 
                   11081:        * operators.txt: - info about $var.CLASS_NAME was added
                   11082: 
                   11083:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   11084:          $var.CLASS_NAME added
                   11085: 
                   11086:        * operators.txt: - added info about ^file:copy[]
                   11087: 
                   11088:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   11089: 
                   11090: 2006-11-20  misha
                   11091: 
                   11092:        * src/classes/date.C: - bug fix :)
                   11093: 
                   11094: 2006-11-17  misha
                   11095: 
                   11096:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   11097:          to static
                   11098: 
                   11099:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   11100:          small changes in crc32 calculation
                   11101: 
                   11102:        * src/classes/date.C: - not needed code was removed
                   11103: 
                   11104: 2006-11-16  misha
                   11105: 
                   11106:        * src/types/pa_vmail.C: - fix missed brakes
                   11107: 
                   11108:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   11109:          multipart/related instead of multipart/mixed if file have
                   11110:          $.content-id[]
                   11111: 
                   11112: 2006-11-15  misha
                   11113: 
                   11114:        * src/types/pa_vdouble.h: abs -> fabs
                   11115: 
                   11116: 2006-11-14  misha
                   11117: 
                   11118:        * operators.txt: - added info about ^file.md5[] and
                   11119:          ^file:md5[file-name]
                   11120: 
                   11121:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   11122:          added
                   11123: 
                   11124:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   11125:          FILE_BUFFER_SIZE
                   11126: 
                   11127:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   11128: 
                   11129:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   11130:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   11131: 
                   11132:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   11133:          values was fixed
                   11134: 
                   11135: 2006-11-13  misha
                   11136: 
                   11137:        * operators.txt: - added info about ^math:crc32[string],
                   11138:          ^file:crc32[file-name] & ^file.crc32[]
                   11139: 
                   11140:        * src/classes/math.C: - added ^math:crc32[string]
                   11141: 
                   11142:        * src/classes/file.C: - some comments were changed - added
                   11143:          ^file:crc32[file-name] and ^file.crc32[]
                   11144: 
                   11145:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   11146:          crc32 calculation added
                   11147: 
                   11148: 2006-11-03  misha
                   11149: 
                   11150:        * src/include/pa_array.h: - not needed variable removed
                   11151: 
                   11152:        * tests/: 150.html, 151.html, results/150.processed,
                   11153:          results/151.processed: - 2 tests were added
                   11154: 
                   11155:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   11156:          with $.reverse(1) were fixed
                   11157: 
                   11158:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   11159:          query converted to $.charset during ^file::load[http://...]
                   11160: 
                   11161: 2006-11-02  misha
                   11162: 
                   11163:        * src/include/pa_table.h: ups. forget '=' char
                   11164: 
                   11165:        * src/include/pa_table.h: - one more fix in
                   11166:          .locate[...][$.reverse(1)]
                   11167: 
                   11168: 2006-11-01  misha
                   11169: 
                   11170:        * src/classes/math.C: - bug fix, details:
                   11171:          http://www.parser.ru/forum/?id=53360
                   11172: 
                   11173:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   11174:          false for all records )[$.reverse(1)]
                   11175: 
                   11176:        * src/main/pa_http.C: - second param for this mid method is length
                   11177:          but not end_index so this method has error and can't detect
                   11178:          charsets in next content-types: Content-type: text/html;
                   11179:          charset="windows-1251" Content-type: text/html;
                   11180:          charset="windows-1251"; Content-type: text/html;
                   11181:          charset=windows-1251;
                   11182: 
                   11183:          only Content-type: text/html; charset=windows-1251 was fine
                   11184: 
                   11185: 2006-10-31  misha
                   11186: 
                   11187:        * src/classes/file.C: - empty args in file::exec removed now
                   11188: 
                   11189: 2006-09-03  paf
                   11190: 
                   11191:        * src/classes/file.C: proper tainting of
                   11192:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   11193: 
                   11194: 2006-06-09  paf
                   11195: 
                   11196:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   11197: 
                   11198:        * src/classes/table.C: formatting
                   11199: 
                   11200:        * src/classes/table.C: incorporated patch from misha: Sent:
                   11201:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   11202:          ignoring string options for ^table.save[]
                   11203: 
                   11204:        * src/classes/hash.C: incorporated patch from misha Sent:
                   11205:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   11206:          $hash._default disappear while
                   11207: 
                   11208:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   11209:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   11210: 
                   11211:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   11212:          PM Subject: patch for base64 in ^mail:send[] %-)
                   11213: 
                   11214: 2006-04-09  paf
                   11215: 
                   11216:        * src/main/compile.tab.C: ` change compiled
                   11217: 
                   11218:        * gnu.vcproj, operators.txt, parser3.sln,
                   11219:          src/classes/classes.vcproj, src/classes/file.C,
                   11220:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   11221:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11222:          src/classes/xnode.C, src/include/pa_array.h,
                   11223:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11224:          src/include/pa_memory.h, src/include/pa_request.h,
                   11225:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11226:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11227:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11228:          src/lib/pcre/pcre_dftables.vcproj,
                   11229:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11230:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11231:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11232:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11233:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11234:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11235:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11236:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11237:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11238:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11239:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11240:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11241:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11242:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11243:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11244:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   11245:          ^menu, ^hash/hashfile.foreach
                   11246: 
                   11247:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   11248:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   11249:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11250:          src/classes/xnode.C, src/include/pa_array.h,
                   11251:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11252:          src/include/pa_memory.h, src/include/pa_request.h,
                   11253:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11254:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11255:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11256:          src/lib/pcre/pcre_dftables.vcproj,
                   11257:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11258:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11259:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11260:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11261:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11262:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11263:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11264:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11265:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11266:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11267:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11268:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11269:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11270:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11271:          tests/descript.ion: ! switched to VS2005 (projects and
                   11272:          object<info explicitly typed>.for_each(, info)) +
                   11273:          $response:field[] setting void means removing + grammar $name`
                   11274:          name stops now, for mysql `$field` + started ^break[]
                   11275:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   11276:          foreach) + all log messages += [uri=, method=, cl=]
                   11277: 
                   11278:        * buildall-with-xml: merged . ftp paths update
                   11279: 
                   11280:        * buildall-with-xml: . ftp paths update
                   11281: 
                   11282: 2006-03-04  paf
                   11283: 
                   11284:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   11285:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   11286: 
                   11287:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   11288:          Igor Zinkovsky for detailed report]
                   11289: 
                   11290: 2006-03-01  paf
                   11291: 
                   11292:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11293:          \n to ' ' in
                   11294: 
                   11295: 2006-02-18  paf
                   11296: 
                   11297:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11298:          \n to ' ' in
                   11299: 
                   11300:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   11301: 
                   11302: 2006-02-03  paf
                   11303: 
                   11304:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   11305:          base64
                   11306: 
                   11307:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   11308: 
                   11309: 2006-01-20  paf
                   11310: 
                   11311:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11312:          economy fix
                   11313: 
                   11314:        * src/classes/: table.C: merged from HEAD ! bugfix
                   11315:          ^table.save[$.encloser-s now handled properly
                   11316: 
                   11317:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   11318:          handled properly
                   11319: 
                   11320: 2006-01-19  paf
                   11321: 
                   11322:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   11323:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   11324:          helps a lot in our case: after transform we want
                   11325:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   11326: 
                   11327:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11328:          economy fix
                   11329: 
                   11330:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   11331:          activates merging of free memory blocks which helps a lot in our
                   11332:          case: after transform we want CORD(main.result)->cstr[big
                   11333:          malloc]->transcode[big malloc]
                   11334: 
                   11335: 2006-01-17  paf
                   11336: 
                   11337:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   11338:          before reading them. got rid of reallocs = became quicker and
                   11339:          less fragmentated
                   11340: 
                   11341: 2005-12-29  paf
                   11342: 
1.116     moko     11343:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   11344:          configure, configure.in, src/include/pa_version.h,
                   11345:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     11346:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   11347:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   11348:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   11349:          src/lib/ltdl/missing: . merged from 3.2.1
                   11350: 
1.116     moko     11351:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   11352:          packaged when 'make dist', so do configure companion files in
                   11353:          src/lib/ltdl
                   11354: 
                   11355:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   11356:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   11357:          missing: . now config_auto.h is created with configure [were
                   11358:          constant]
1.95      moko     11359: 
                   11360:        * INSTALL: . references to documentation and some clarification
                   11361: 
                   11362:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   11363:          indication
                   11364: 
1.116     moko     11365:        * Makefile.am: . dist+=buildall*
1.95      moko     11366: 
                   11367: 2005-12-28  paf
                   11368: 
                   11369:        * configure: . 3.2.1
                   11370: 
                   11371:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   11372:          simplify build process, see INSTALL
                   11373: 
                   11374: 2005-12-26  paf
                   11375: 
                   11376:        * configure: ver
                   11377: 
                   11378:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   11379:          version
                   11380: 
                   11381: 2005-12-21  paf
                   11382: 
                   11383:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   11384:          compiled with bison 1.875b, it reports unexpected token names
                   11385: 
                   11386: 2005-12-19  paf
                   11387: 
                   11388:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   11389:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   11390: 
                   11391:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   11392:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11393:          src/main/main.vcproj, src/main/pa_globals.C,
                   11394:          src/targets/cgi/parser3.vcproj,
                   11395:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   11396:          configure, configure.in, src/include/pa_version.h: . killing
                   11397:          gdome [what a relief]
                   11398: 
                   11399:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   11400:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   11401:          run_parser.sh, results/001.processed, results/002.processed,
                   11402:          results/003.processed, results/004.processed,
                   11403:          results/005.processed, results/006.processed,
                   11404:          results/008.processed, results/009.processed,
                   11405:          results/010.processed, results/011.processed,
                   11406:          results/012.processed, results/013.processed,
                   11407:          results/014.processed, results/015.processed,
                   11408:          results/016.processed, results/017.processed,
                   11409:          results/018.processed, results/020.processed,
                   11410:          results/021.processed, results/022.processed,
                   11411:          results/023.processed, results/024.processed,
                   11412:          results/025.processed, results/026.processed,
                   11413:          results/027.processed, results/028.processed,
                   11414:          results/029.processed, results/030.processed,
                   11415:          results/031.processed, results/032.processed,
                   11416:          results/033.processed, results/034.processed,
                   11417:          results/035.processed, results/036.processed,
                   11418:          results/037.processed, results/038.processed,
                   11419:          results/039.processed, results/040.processed,
                   11420:          results/041.processed, results/042.processed,
                   11421:          results/043.processed, results/044.processed,
                   11422:          results/045.processed, results/046.processed,
                   11423:          results/047.processed, results/048.processed,
                   11424:          results/049.processed, results/050.processed,
                   11425:          results/051.processed, results/052.processed,
                   11426:          results/053.processed, results/054.processed,
                   11427:          results/055.processed, results/056.processed,
                   11428:          results/057.processed, results/058.processed,
                   11429:          results/059.processed, results/060.processed,
                   11430:          results/061.processed, results/062.processed,
                   11431:          results/063.processed, results/064.processed,
                   11432:          results/065.processed, results/066.processed,
                   11433:          results/067.processed, results/068.processed,
                   11434:          results/069.processed, results/070.processed,
                   11435:          results/071.processed, results/072.processed,
                   11436:          results/073.processed, results/074.processed,
                   11437:          results/075.processed, results/076.processed,
                   11438:          results/077.processed, results/078.processed,
                   11439:          results/079.processed, results/080.processed,
                   11440:          results/081.processed, results/082.processed,
                   11441:          results/083.processed, results/084.processed,
                   11442:          results/085.processed, results/086.processed,
                   11443:          results/087.processed, results/088.processed,
                   11444:          results/089.processed, results/090.processed,
                   11445:          results/091.processed, results/092.processed,
                   11446:          results/093.processed, results/094.processed,
                   11447:          results/095.processed, results/096.processed,
                   11448:          results/097.processed, results/099.processed,
                   11449:          results/100.processed, results/101.processed,
                   11450:          results/102.processed, results/104.processed,
                   11451:          results/105.processed, results/106.processed,
                   11452:          results/107.processed, results/108.processed,
                   11453:          results/109.processed, results/110.processed,
                   11454:          results/111.processed, results/112.processed,
                   11455:          results/113.processed, results/114.processed,
                   11456:          results/115.processed, results/117.processed,
                   11457:          results/119.processed, results/120.processed,
                   11458:          results/121.processed, results/122.processed,
                   11459:          results/123.processed, results/124.processed,
                   11460:          results/125.processed, results/126.processed,
                   11461:          results/127.processed, results/128.processed,
                   11462:          results/129.processed, results/130.processed,
                   11463:          results/131.processed, results/132.processed,
                   11464:          results/133.processed, results/134.processed,
                   11465:          results/135.processed, results/136.processed,
                   11466:          results/138.processed, results/139.processed,
                   11467:          results/140.processed, results/141.processed,
                   11468:          results/142.processed, results/143.processed,
                   11469:          results/144.processed, results/145.processed,
                   11470:          results/146.processed, results/147.processed,
                   11471:          results/148.processed, results/149.processed, results/auto.p: .
                   11472:          now works if we turn off default auto.p
                   11473: 
1.116     moko     11474:        * configure: . makes
1.95      moko     11475: 
                   11476:        * src/types/pa_vxnode.C: . less warnings
                   11477: 
                   11478:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   11479:          tests/145.html, tests/149.html, tests/descript.ion,
                   11480:          tests/outputs/d.cmd, tests/results/142.processed,
                   11481:          tests/results/143.processed, tests/results/144.processed,
                   11482:          tests/results/145.processed, tests/results/146.processed,
                   11483:          tests/results/147.processed, tests/results/148.processed,
                   11484:          tests/results/149.processed: . removed .nodeValue from all node
                   11485:          types other than 5 (grabbed piece from gdome)
                   11486: 
                   11487:        * tests/: 137.html, results/137.processed: . not handled this case
                   11488:          yet. code does not hang from inserting parent into child,
                   11489:          considering thing minor issue -- nodes are removed from source
                   11490:          anyway, don't know why shold that be an error after all
                   11491: 
                   11492:        * src/targets/cgi/parser3.C: . style
                   11493: 
                   11494:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   11495:          xdoc too [were barking "not element"]
                   11496: 
                   11497: 2005-12-16  paf
                   11498: 
                   11499:        * tests/: 146.html, 147.html, 148.html: . more tests
                   11500: 
                   11501:        * src/classes/xnode.C: . also bark on possible errors
                   11502: 
                   11503:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   11504:          props
                   11505: 
                   11506:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   11507:          main/compile.y: merged from HEAD ! fixed overoptimized
                   11508:          ^call(false) case. (confused it with ^call[] case)
                   11509: 
                   11510:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   11511:          ^call(false) case. (confused it with ^call[] case)
                   11512: 
                   11513:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   11514: 
                   11515:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   11516:          results/001.processed, results/002.processed,
                   11517:          results/003.processed, results/004.processed,
                   11518:          results/005.processed, results/006.processed,
                   11519:          results/008.processed, results/009.processed,
                   11520:          results/010.processed, results/011.processed,
                   11521:          results/012.processed, results/013.processed,
                   11522:          results/014.processed, results/015.processed,
                   11523:          results/016.processed, results/017.processed,
                   11524:          results/018.processed, results/019.processed,
                   11525:          results/020.processed, results/021.processed,
                   11526:          results/022.processed, results/023.processed,
                   11527:          results/024.processed, results/025.processed,
                   11528:          results/026.processed, results/027.processed,
                   11529:          results/028.processed, results/029.processed,
                   11530:          results/030.processed, results/031.processed,
                   11531:          results/032.processed, results/033.processed,
                   11532:          results/034.processed, results/035.processed,
                   11533:          results/036.processed, results/037.processed,
                   11534:          results/038.processed, results/039.processed,
                   11535:          results/040.processed, results/041.processed,
                   11536:          results/042.processed, results/043.processed,
                   11537:          results/044.processed, results/045.processed,
                   11538:          results/046.processed, results/047.processed,
                   11539:          results/048.processed, results/049.processed,
                   11540:          results/050.processed, results/051.processed,
                   11541:          results/052.processed, results/053.processed,
                   11542:          results/054.processed, results/055.processed,
                   11543:          results/056.processed, results/057.processed,
                   11544:          results/058.processed, results/059.processed,
                   11545:          results/060.processed, results/061.processed,
                   11546:          results/062.processed, results/063.processed,
                   11547:          results/064.processed, results/065.processed,
                   11548:          results/066.processed, results/067.processed,
                   11549:          results/068.processed, results/069.processed,
                   11550:          results/070.processed, results/071.processed,
                   11551:          results/072.processed, results/073.processed,
                   11552:          results/074.processed, results/075.processed,
                   11553:          results/076.processed, results/077.processed,
                   11554:          results/078.processed, results/079.processed,
                   11555:          results/080.processed, results/081.processed,
                   11556:          results/082.processed, results/083.processed,
                   11557:          results/084.processed, results/085.processed,
                   11558:          results/086.processed, results/087.processed,
                   11559:          results/088.processed, results/089.processed,
                   11560:          results/090.processed, results/091.processed,
                   11561:          results/092.processed, results/093.processed,
                   11562:          results/094.processed, results/095.processed,
                   11563:          results/096.processed, results/097.processed,
                   11564:          results/099.processed, results/101.processed,
                   11565:          results/102.processed, results/104.processed,
                   11566:          results/105.processed, results/106.processed,
                   11567:          results/107.processed, results/108.processed,
                   11568:          results/109.processed, results/110.processed,
                   11569:          results/111.processed, results/112.processed,
                   11570:          results/113.processed, results/114.processed,
                   11571:          results/115.processed, results/116.processed,
                   11572:          results/117.processed, results/118.processed,
                   11573:          results/119.processed, results/120.processed,
                   11574:          results/121.processed, results/122.processed,
                   11575:          results/123.processed, results/124.processed,
                   11576:          results/125.processed, results/126.processed,
                   11577:          results/127.processed, results/128.processed,
                   11578:          results/129.processed, results/130.processed,
                   11579:          results/131.processed, results/132.processed,
                   11580:          results/133.processed, results/134.processed,
                   11581:          results/135.processed, results/136.processed,
                   11582:          results/137.processed, results/138.processed,
                   11583:          results/139.processed, results/140.processed,
                   11584:          results/141.processed: . refreshed old tests, made them work
                   11585:          without auto.p (in utf8) . things noted: . gif got encoded
                   11586:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   11587:          some strange year)
                   11588: 
                   11589:        * INSTALL: . revived linux libgc fix
                   11590: 
                   11591:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   11592:          glib/gdome in INSTALL and patches]
                   11593: 
                   11594:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11595:          include/pa_charset.h, include/pa_config_includes.h,
                   11596:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   11597:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   11598:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   11599:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   11600:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   11601:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   11602:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11603:          types/pa_vxnode.h: . started killing gdome
                   11604: 
                   11605: 2005-12-13  paf
                   11606: 
                   11607:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   11608:          @unhandled_exception thrown another exception, print correct
                   11609:          origin (earlier code in catch of exception inside of
                   11610:          @unhandled_exception grabbed parent_frame(original_exception)
                   11611:          origin and printed it, instead of true origin)
                   11612: 
                   11613:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   11614:          another exception, print correct origin (earlier code in catch of
                   11615:          exception inside of @unhandled_exception grabbed
                   11616:          parent_frame(original_exception) origin and printed it, instead
                   11617:          of true origin)
                   11618: 
                   11619: 2005-12-09  paf
                   11620: 
                   11621:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   11622:          detection problem, due to change in gc6.4 code
                   11623: 
                   11624:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   11625:          ignored in ^string.matched :(
                   11626: 
                   11627:        * src/main/pa_string.C: ! regex tainting were ignored in
                   11628:          ^string.matched :(
                   11629: 
                   11630:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   11631:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   11632:          src/main/compile.y, src/main/compile_tools.h,
                   11633:          src/main/pa_charset.C, src/main/pa_common.C,
                   11634:          src/main/pa_globals.C, src/main/pa_string.C,
                   11635:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   11636:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   11637: 
                   11638: 2005-12-08  paf
                   11639: 
                   11640:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   11641:          500 chars now handled OK [were wrapped on 500th char according to
                   11642:          rfc, but sendmail failed to unwrap it properly]
                   11643: 
                   11644:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   11645:          handled OK [were wrapped on 500th char according to rfc, but
                   11646:          sendmail failed to unwrap it properly]
                   11647: 
                   11648:        * src/targets/isapi/parser3isapi.C: . less warnings
                   11649: 
                   11650:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   11651:          since 3.1.5
                   11652: 
                   11653:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   11654:          link fixes
                   11655: 
                   11656:        * src/: classes/date.C, include/pa_config_fixed.h,
                   11657:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   11658:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   11659:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   11660: 
                   11661:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   11662:          [in current storage scheme there's no place for them. someday we
                   11663:          can add third CORD to store origins and special version of parser
                   11664:          which stores origins there [separate binary]]
                   11665: 
                   11666: 2005-12-07  paf
                   11667: 
                   11668:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   11669: 
                   11670:        * src/include/pa_version.h: makefiles
                   11671: 
                   11672:        * src/include/pa_version.h: . not beta
                   11673: 
                   11674:        * configure, configure.in, src/include/pa_version.h: not beta
                   11675: 
                   11676: 2005-12-06  paf
                   11677: 
                   11678:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   11679:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   11680:          decided to undo the change ^call[$void] passes void. now it will
                   11681:          pass empty string again.
                   11682: 
                   11683:        * src/main/: compile.tab.C, compile.y: . version readded
                   11684: 
                   11685:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   11686:          = ^switch[void] problem
                   11687: 
                   11688: 2005-12-01  paf
                   11689: 
                   11690:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   11691:          caused ^case[string] to be coerced to double since searching
                   11692:          value were not string (it was vvoid)
                   11693: 
                   11694:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   11695:          ^case[string] to be coerced to double since searching value were
                   11696:          not string (it was vvoid)
                   11697: 
                   11698:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   11699:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   11700: 
                   11701: 2005-11-30  paf
                   11702: 
                   11703:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   11704:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   11705: 
                   11706:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   11707:          putenv("TZ="), on unix works only putenv("TZ")
                   11708: 
                   11709:        * INSTALL: . xml libs versions updated
                   11710: 
                   11711:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   11712:          claims that fixed a lot there // 20040920 for now both
                   11713:          workarounds needed. wait for new libxml/xsl versions
                   11714: 
                   11715: 2005-11-28  paf
                   11716: 
                   11717:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   11718:          columns==0
                   11719: 
                   11720:        * src/classes/table.C: ! nameless table has columns==0
                   11721: 
                   11722:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   11723:          earlier [was totally wrong]
                   11724: 
                   11725:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   11726:          wrong]
                   11727: 
                   11728: 2005-11-25  paf
                   11729: 
                   11730:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   11731:          undoing for now...
                   11732: 
                   11733:        * src/include/pa_version.h: -this reduces speed(table::load),
                   11734:          strange. undoing
                   11735: 
                   11736:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   11737: 
                   11738:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   11739: 
                   11740:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   11741:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   11742:          this speeds things up and saves memory a LOT! (not noticed
                   11743:          negative effect on syntetic tests, future will tell...)
                   11744: 
                   11745:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   11746:          changed gc_malloc implementation, which obscured profiling
                   11747: 
                   11748:        * src/classes/table.C: merged from HEAD: + optimized
                   11749:          table::load/sql, now row ArrayString-s allocated with
                   11750:          columns.count() elements and don't always grow from
                   11751:          count=3[realloc,realloc]
                   11752: 
                   11753:        * src/classes/table.C: + optimized table::load/sql, now row
                   11754:          ArrayString-s allocated with columns.count() elements and don't
                   11755:          always grow from count=3[realloc,realloc]
                   11756: 
                   11757:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   11758:          buffer after save
                   11759: 
                   11760:        * src/classes/table.C: . ^table.save unused buffer after save
                   11761: 
                   11762: 2005-11-24  paf
                   11763: 
                   11764:        * configure.in: . merged glib2-config patch
                   11765: 
                   11766:        * configure.in: + trying to find glib2-config
                   11767: 
                   11768:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   11769:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   11770:          file/dir_readable to simple file/dir_exist, this would help in
                   11771:          situations "class not found because .p file has bad rights" << in
                   11772:          that case error would be explicit "access denied to 'this' file"
                   11773: 
1.116     moko     11774:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     11775: 
                   11776:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   11777:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   11778:          to simple file/dir_exist, this would help in situations "class
                   11779:          not found because .p file has bad rights" << in that case error
                   11780:          would be explicit "access denied to 'this' file"
                   11781: 
                   11782:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   11783:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   11784:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   11785:          ^file::exec/cgi[script;$.charset[changed]
                   11786:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   11787:          encoded in $.charset charset
                   11788: 
                   11789:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   11790:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   11791:          encoded in $.charset charset
                   11792: 
                   11793:        * src/: include/Makefile.am, include/pa_common.h,
                   11794:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   11795:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   11796:          separate file [preparation for
                   11797:          ^file::cgi[script;$.form[$.field1[]
                   11798: 
                   11799: 2005-11-22  paf
                   11800: 
                   11801:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   11802: 
                   11803:        * acinclude.m4, configure.in: . merged underquting fixes
                   11804: 
1.116     moko     11805:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     11806: 
                   11807:        * src/classes/op.C: . overmerged a little
                   11808: 
                   11809:        * src/main/compile.tab.C: Makefile
                   11810: 
                   11811:        * src/main/: pa_common.C: . less gcc warnings
                   11812: 
                   11813:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   11814:          now reports original exception if we have no old cache
                   11815: 
                   11816:        * src/classes/op.C: + $exception.handled[cache] now reports
                   11817:          original exception if we have no old cache
                   11818: 
                   11819:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   11820:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   11821:          \^$.[]|()?*+{}
                   11822: 
                   11823:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   11824:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   11825: 
                   11826:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   11827:          getenv-ed variable, which does not work both on win32&unix.
                   11828:          copied old TZ value now
                   11829: 
                   11830:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   11831:          stored pointer to getenv-ed variable, which does not work both on
                   11832:          win32&unix. copied old TZ value now
                   11833: 
                   11834:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   11835:          getenv-ed variable, which does not work both on win32&unix.
                   11836:          copied old TZ value now
                   11837: 
                   11838:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   11839:          access to internal hash
                   11840: 
                   11841:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   11842:          hash
                   11843: 
                   11844:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   11845:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   11846:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   11847:          very large block" messages to only important onces
                   11848: 
                   11849:        * src/targets/isapi/parser3isapi.C: +
                   11850:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   11851:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   11852:          very large block" messages to only important onces
                   11853: 
                   11854:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   11855:          ^string/int/double:sql{}[$.default[({param style})] ]
                   11856: 
                   11857:        * src/classes/string.C: + removed limitation on
                   11858:          ^string/int/double:sql{}[$.default[({param style})] ]
                   11859: 
                   11860:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   11861:          with ?params or $.form option" limitation
                   11862: 
                   11863:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   11864:          $.form option" limitation
                   11865: 
                   11866:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   11867:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   11868:          ^file::base64[encoded] decode
                   11869: 
                   11870:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   11871:          main/pa_common.C: + ^file.base64[] encode +
                   11872:          ^file::base64[encoded] decode
                   11873: 
                   11874:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   11875:          ^string:base64[encoded] decode
                   11876: 
                   11877:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   11878:          ^string:base64[in] encode + ^string.base64[] decode
                   11879: 
                   11880: 2005-11-21  paf
                   11881: 
                   11882:        * src/classes/file.C: + merged from HEAD:
                   11883:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11884: 
                   11885:        * src/classes/file.C: +
                   11886:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   11887: 
                   11888:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   11889:          differes from :download, it does not return content-disposition
                   11890:          at all now [previusely it returned valueless content-disposition]
                   11891: 
                   11892:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   11893:          :download, it does not return content-disposition at all now
                   11894:          [previusely it returned valueless content-disposition]
                   11895: 
                   11896:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   11897:          literals, reverted to just vvod, recreating empty array with each
                   11898:          void_value token. that's absolutely needed, since that array
                   11899:          grows
                   11900: 
                   11901:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11902:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11903:          types/pa_vmethod_frame.h: + merged: expression literals:
                   11904:          true/false. ^format[$.indent(true)]
                   11905: 
                   11906:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   11907:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   11908:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   11909:          ^format[$.indent(true)]
                   11910: 
                   11911:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11912:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11913:          i386-pc-win32)"
                   11914: 
                   11915:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   11916:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   11917:          i386-pc-win32)"
                   11918: 
                   11919: 2005-11-18  paf
                   11920: 
                   11921:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   11922:          null}[$.default(123)] will now return default value
                   11923: 
                   11924:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   11925:          expiration time
                   11926: 
                   11927:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   11928:          time
                   11929: 
                   11930:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   11931:          failed << Exception.problem_source pointed to local var!
                   11932: 
                   11933:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   11934:          Exception.problem_source pointed to local var!
                   11935: 
                   11936:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   11937:          now loads VFile.ptr!=0, so such files can be saved now
                   11938: 
                   11939:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   11940:          loads VFile.ptr!=0, so such files can be saved now
                   11941: 
                   11942:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   11943:          only . and .. now removed from list [were removed all .*]
                   11944: 
                   11945:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   11946:          .. now removed from list [were removed all .*]
                   11947: 
                   11948:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   11949:          open error now checked, were not :( [stole that piece from apache
                   11950:          1.3 sources]
                   11951: 
                   11952:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   11953:          checked, were not :( [stole that piece from apache 1.3 sources]
                   11954: 
                   11955:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   11956:          untainting of @main result if returned by $result or
                   11957:          $response:body
                   11958: 
                   11959:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   11960:          result if returned by $result or $response:body
                   11961: 
                   11962:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   11963:          issue: now tries to guess content-length and allocates one big
                   11964:          piece if possible [regretfully gc_realloc works as malloc+free,
                   11965:          leaving lots of holes behind]
                   11966: 
                   11967:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   11968:          fixed file load memory issue: now tries to guess content-length
                   11969:          and allocates one big piece if possible [regretfully gc_realloc
                   11970:          works as malloc+free, leaving lots of holes behind]
                   11971: 
                   11972: 2005-11-16  paf
                   11973: 
                   11974:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   11975:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   11976:          table::save with enclosers now doubles them: "->"" !
                   11977:          table::save/load do not remove elements from options hash
                   11978: 
                   11979:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   11980:          [were overoptimized ^if(double_literal), compiler confused
                   11981:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11982: 
                   11983:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   11984:          [were overoptimized ^if(double_literal), compiler confused
                   11985:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   11986: 
                   11987:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   11988:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   11989:          "->"" ! table::save/load do not remove elements from options hash
                   11990: 
                   11991: 2005-11-03  paf
                   11992: 
1.116     moko     11993:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   11994:          compilation, not all makefiles liked that
1.95      moko     11995: 
                   11996: 2005-08-30  paf
                   11997: 
                   11998:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   11999: 
                   12000:        * src/classes/op.C: . speedup check of [DEFAULT]
                   12001: 
                   12002: 2005-08-26  paf
                   12003: 
                   12004:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   12005: 
                   12006:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   12007: 
                   12008:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   12009:          complains about bad!=nameless
                   12010: 
                   12011:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   12012:          about bad!=nameless
                   12013: 
                   12014:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   12015:          optional options were allowed to be empty. were checked
                   12016:          if(is_string), changed to !defined||is_string to allow void
                   12017: 
                   12018:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   12019:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   12020:          options were allowed to be empty. were checked if(is_string),
                   12021:          changed to !defined||is_string to allow void
                   12022: 
                   12023:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   12024:          as_junction where they needed as_int/double, so failed with
                   12025:          recent "(const) now no junction" optimization
                   12026: 
                   12027:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   12028:          merged ! many classes/*  used as_junction where they needed
                   12029:          as_int/double, so failed with recent "(const) now no junction"
                   12030:          optimization
                   12031: 
                   12032:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   12033:          classes/op.C, classes/string.C, classes/table.C,
                   12034:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   12035:          used as_junction where they needed as_int/double, so failed with
                   12036:          recent "(const) now no junction" optimization
                   12037: 
                   12038: 2005-08-24  paf
                   12039: 
                   12040:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   12041:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   12042:          stripped it
                   12043: 
                   12044: 2005-08-09  paf
                   12045: 
                   12046:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12047:          not cleared
                   12048: 
                   12049:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12050:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12051:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12052:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12053:          classes/response.C, classes/string.C, classes/table.C,
                   12054:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12055:          include/pa_array.h, include/pa_cache_managers.h,
                   12056:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12057:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12058:          include/pa_dictionary.h, include/pa_dir.h,
                   12059:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12060:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12061:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12062:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12063:          include/pa_sapi.h, include/pa_socks.h,
                   12064:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12065:          include/pa_stack.h, include/pa_string.h,
                   12066:          include/pa_stylesheet_connection.h,
                   12067:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12068:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12069:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12070:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12071:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12072:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12073:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12074:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12075:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12076:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12077:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12078:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12079:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12080:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12081:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12082:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12083:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12084:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   12085:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12086:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12087:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12088:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   12089:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12090:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   12091:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12092:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12093:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   12094:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12095:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12096:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12097:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12098:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12099:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12100:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12101:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12102:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12103:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12104:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   12105: 
                   12106:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12107:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   12108:          speedup consequent checks in vmethod_frame
                   12109: 
                   12110:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12111:          not cleared
                   12112: 
                   12113:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   12114:          params: 50 max (were 10)
                   12115: 
                   12116:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   12117:          params: 50 max (were 10)
                   12118: 
                   12119:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12120:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   12121:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   12122:          empty string) ! simplified (double) speedup consequent checks in
                   12123:          vmethod_frame
                   12124: 
                   12125:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   12126:          optimized constants in expressions vstring->vdouble + optimized
                   12127:          ^call(vdouble), no junction creation, no calls later
                   12128: 
                   12129: 2005-08-08  paf
                   12130: 
                   12131:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   12132:          compile_tools.h: merged + optimized constants in expressions
                   12133:          vstring->vdouble + optimized ^call(vdouble), no junction
                   12134:          creation, no calls later
                   12135: 
                   12136:        * src/types/pa_vdouble.h: merged . double values without fractional
                   12137:          part now default printed as %.0f instead of %g
                   12138: 
                   12139:        * src/types/pa_vdouble.h: . double values without fractional part
                   12140:          now default printed as %.0f instead of %g
                   12141: 
                   12142:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   12143:          cause an exception
                   12144: 
                   12145:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   12146:          exception
                   12147: 
                   12148:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   12149:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12150:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12151:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12152:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   12153:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12154:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12155:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12156:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12157:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12158:          merged VJunction(new Junction) optimization from 3.1.4
                   12159: 
                   12160:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   12161:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   12162:          Junction(params)) to new VJunction(params), thousands of mallocs
                   12163:          removed
                   12164: 
                   12165: 2005-08-05  paf
                   12166: 
                   12167:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   12168:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   12169:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   12170:          creation, no calls later
                   12171: 
                   12172:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12173:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12174:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12175:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12176:          classes/response.C, classes/string.C, classes/table.C,
                   12177:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12178:          include/pa_array.h, include/pa_cache_managers.h,
                   12179:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12180:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12181:          include/pa_dictionary.h, include/pa_dir.h,
                   12182:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12183:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12184:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12185:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12186:          include/pa_sapi.h, include/pa_socks.h,
                   12187:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12188:          include/pa_stack.h, include/pa_string.h,
                   12189:          include/pa_stylesheet_connection.h,
                   12190:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12191:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12192:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12193:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12194:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12195:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   12196:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12197:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12198:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12199:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12200:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   12201:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12202:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12203:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12204:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12205:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12206:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12207:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12208:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12209:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12210:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12211:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12212:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12213:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   12214:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12215:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12216:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   12217:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   12218:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12219:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12220:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12221:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12222:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12223:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12224:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12225:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12226:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   12227: 
                   12228:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   12229:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   12230:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12231:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   12232:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   12233:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   12234:          optimized constants in expressions vstring->vdouble
                   12235: 
                   12236: 2005-07-29  paf
                   12237: 
                   12238:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   12239: 
                   12240:        * src/types/pa_vclass.C: + property getter can now be overridden
                   12241: 
                   12242:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   12243:          bug fix: static parent fields were not replaced in case
                   12244:          $derived:field[put] + property setter can now be overridden
                   12245: 
                   12246: 2005-07-28  paf
                   12247: 
                   12248:        * configure, configure.in, src/classes/classes.h,
                   12249:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   12250:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   12251:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   12252:          src/classes/xnode.h, src/include/pa_hash.h,
                   12253:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     12254:          src/types/Makefile.am, src/types/pa_method.h,
                   12255:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12256:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12257:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   12258:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   12259:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   12260:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   12261:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12262:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   12263:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12264:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12265:          src/types/pa_vstateless_class.h,
1.95      moko     12266:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   12267:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12268:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   12269:          dynamic_fields_join
                   12270: 
                   12271:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   12272:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   12273:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12274:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12275:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12276:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12277:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12278:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12279:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   12280:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   12281:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   12282:          restored its checks in vobject.put_element->static fields |
                   12283:          dynamic properties
                   12284: 
                   12285: 2005-07-27  paf
                   12286: 
                   12287:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   12288:          is some old code containing @set_name $name
                   12289: 
                   12290:        * src/types/pa_vobject.h: . fixed warning
                   12291: 
                   12292:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     12293:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     12294: 
                   12295:        * src/: classes/xnode.C, include/pa_hash.h,
                   12296:          types/pa_vstateless_class.C: ! new asserts were all false.
                   12297:          regretfully reverted them all to checks
                   12298: 
                   12299:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12300:          classes/op.C, main/execute.C, types/pa_method.h,
                   12301:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12302:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12303:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12304:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12305:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12306:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12307:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12308:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12309:          joined_dynamic_fields: removed unused param from put_method
                   12310:          (returned to 3 params)
                   12311: 
                   12312:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   12313:          joined_dynamic_fields: dynamic get/set works with overriding
                   12314:          props [alpha2]
                   12315: 
                   12316:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   12317:          works [alfa]
                   12318: 
                   12319:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12320:          classes/op.C, include/pa_hash.h, main/execute.C,
                   12321:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12322:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12323:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12324:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12325:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12326:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12327:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12328:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12329:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12330:          joined_dynamic_fields: just compiled
                   12331: 
                   12332:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12333:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12334:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   12335:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   12336:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   12337: 
                   12338:        * src/types/pa_vobject.C: . object setters [only started, does not
                   12339:          work yet]
                   12340: 
                   12341:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   12342:          object setters [only started, does not work yet]
                   12343: 
                   12344: 2005-07-26  paf
                   12345: 
                   12346:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   12347:          works [alpha2]. for classes. todo: for objects
                   12348: 
                   12349:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   12350:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12351:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12352:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12353:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12354:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12355:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12356:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12357:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12358:          properties: set works [alpha1]
                   12359: 
                   12360: 2005-07-25  paf
                   12361: 
                   12362:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   12363:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   12364:          properties: started, get works [alpha1, other approach]
                   12365: 
                   12366:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   12367:          properties: started, get works [alpha2]
                   12368: 
                   12369:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   12370:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   12371: 
                   12372: 2005-07-15  paf
                   12373: 
                   12374:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   12375:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   12376:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12377:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12378:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12379:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   12380:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12381:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12382:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12383:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12384:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   12385:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   12386:          [getters work but think of changing them too to precaching]
                   12387: 
                   12388: 2005-07-08  paf
                   12389: 
                   12390:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   12391:          gpf
                   12392: 
                   12393: 2005-06-28  paf
                   12394: 
                   12395:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   12396:          in passing empty strings to file::exec/cgi environment
                   12397: 
                   12398: 2005-06-06  paf
                   12399: 
                   12400:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   12401:          ^table:sql ^hash:sql now DO process $.bind option
                   12402: 
                   12403: 2005-05-24  paf
                   12404: 
                   12405:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   12406:          $.limit] now work again [support was broken in 3.1.4]
                   12407: 
                   12408:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   12409:          ALL_INTERIOR_POINTERS
                   12410: 
                   12411: 2005-05-12  paf
                   12412: 
                   12413:        * configure: 3.1.5beta
                   12414: 
                   12415:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   12416: 
                   12417:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   12418:          $.limit] now work again [support was broken in 3.1.4]
                   12419: 
                   12420:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   12421:          line-width  [was refusing to fill if line-width >1, thanks to
                   12422:          Seras <seras@pinxit.lt> for repro case
                   12423: 
                   12424: 2005-04-25  paf
                   12425: 
                   12426:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   12427:          correctly
                   12428: 
                   12429: 2005-04-19  paf
                   12430: 
                   12431:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   12432:          in VString violating invariant!!
                   12433: 
                   12434:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   12435:          getenv("TZ")==null
                   12436: 
                   12437: 2005-04-08  paf
                   12438: 
                   12439:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   12440:          bugfix: when there is no char in charset one byte produces 6
                   12441:          (&#255; <<max). increased buffer size!
                   12442: 
                   12443: 2005-03-23  paf
                   12444: 
                   12445:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   12446:          ^date.sql-string now takes TZ into account
                   12447: 
                   12448: 2005-03-16  paf
                   12449: 
                   12450:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   12451:          gcc 3.4
                   12452: 
                   12453:        * src/types/pa_vhash.C: . warning about eof eol
                   12454: 
                   12455: 2005-02-17  paf
                   12456: 
                   12457:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   12458:          seconds)
                   12459: 
                   12460: 2005-02-02  paf
                   12461: 
                   12462:        * src/classes/xnode.C: beauty: removed needless includes
                   12463: 
                   12464: 2005-01-31  paf
                   12465: 
                   12466:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   12467:          $.partNoNumber now alias to $.part1
                   12468: 
                   12469:        * src/types/pa_vmail.C: change: incoming letter part contains
                   12470:          "content-disposition" header with any value? now considering that
                   12471:          part to be "file#" [for text/plain text/html were $.text#
                   12472:          $.html#]
                   12473: 
                   12474:        * INSTALL: updatet to latest working versions available
                   12475: 
                   12476: 2005-01-20  paf
                   12477: 
                   12478:        * configure.in, src/include/pa_version.h: version
                   12479: 
                   12480: 2005-01-19  paf
                   12481: 
1.116     moko     12482:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   12483:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   12484:          couple warnings in parser3.C
1.95      moko     12485: 
                   12486: 2004-12-23  paf
                   12487: 
                   12488:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   12489: 
                   12490:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   12491:          dir to directory of script (when shbang used), not to directory
                   12492:          of its interpreter
                   12493: 
                   12494:        * src/include/pa_version.h: compiled on win32...
                   12495: 
                   12496:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   12497:          we need more hspace
                   12498: 
                   12499:        * configure, configure.in, src/include/pa_version.h: configured
                   12500:          host to pa_version. will be displayed everywhere
                   12501: 
                   12502:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   12503:          exception from being logged by setting $exception.handled(1)
                   12504: 
                   12505:        * operators.txt, src/classes/file.C: change:
                   12506:          ^file::sql{query}[[options]] options: $.name[file name]
                   12507:          $.content-type[application/what]
                   12508: 
                   12509:        * src/: include/pa_common.h, main/pa_common.C,
                   12510:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   12511:          new file
                   12512: 
                   12513:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   12514:          bugfix: table->hash now regards _default
                   12515: 
                   12516:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   12517:          created by accessing $name_of_method it acquired bad self=closest
                   12518:          methodframe; instead of proper self (current class)
                   12519: 
                   12520:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   12521:          hashfile produced bad cord
                   12522: 
                   12523: 2004-12-10  paf
                   12524: 
                   12525:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   12526:          subsequent failures though defined in .h
                   12527: 
                   12528:        * src/main/pa_common.C: comment on volatile
                   12529: 
                   12530:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   12531:          alarm function were not used since the beginning due to stupid
                   12532:          error [setsigjmp were not checked in configure.in]
                   12533: 
                   12534:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   12535:          unix too
                   12536: 
                   12537:        * src/main/pa_common.C: http: exception status of send/recv errors
                   12538:          change to most probable http.timeout
                   12539: 
                   12540:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   12541:          works [setsockopt on send/receive]
                   12542: 
                   12543: 2004-12-08  paf
                   12544: 
                   12545:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   12546:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   12547:          proper charset
                   12548: 
                   12549: 2004-11-24  paf
                   12550: 
                   12551:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   12552: 
                   12553:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   12554:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   12555: 
                   12556: 2004-11-12  paf
                   12557: 
                   12558:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   12559:          [since 3.0.4]
                   12560: 
                   12561: 2004-11-09  paf
                   12562: 
                   12563:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   12564:          writes basics to c:\parser3.log
                   12565: 
                   12566: 2004-10-21  paf
                   12567: 
                   12568:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   12569:          tainted strings [were returning clean onces]
                   12570: 
                   12571: 2004-10-15  paf
                   12572: 
                   12573:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   12574:          cycles(i=1; i=2), which was wrong, now does ONE
                   12575: 
                   12576: 2004-10-12  paf
                   12577: 
                   12578:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   12579: 
                   12580: 2004-10-07  paf
                   12581: 
                   12582:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   12583:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   12584:          release asserts
                   12585: 
                   12586:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   12587:          String.dump() to stdout in detailed form  [were String.v() in
                   12588:          short form]
                   12589: 
                   12590:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   12591:          \t\r\n as @#| and truncates long char sequences less
                   12592: 
                   12593: 2004-10-06  paf
                   12594: 
                   12595:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   12596:          win32 beauty: socket errors properly decoded
                   12597: 
                   12598: 2004-10-05  paf
                   12599: 
                   12600:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   12601:          request::configure_user/admin done always, even if no
                   12602:          file-to-process useful in @unhandled_exception [say, if they
                   12603:          would want to mail by SMTP something]
                   12604: 
                   12605:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   12606:          now performed prior to file loading [and @auto executing] thus
                   12607:          making $cookie:value available in @auto and in
                   12608:          @unhandled_exception when IIS is configured to run interpreter
                   12609:          even if no file exist
                   12610: 
                   12611: 2004-09-20  paf
                   12612: 
                   12613:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   12614:          somewhere where it should have called xmlMalloc and it calls
                   12615:          xmlFree when it should have not called it.  inserted two
                   12616:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   12617:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   12618:          author would fix all that.  until that day: we have SLOW garbage
                   12619:          collecting when many xml objects are alive hint: do
                   12620:          ^memory:compact[] before xdoc::create
                   12621: 
                   12622: 2004-09-17  paf
                   12623: 
                   12624:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   12625:          error from 3.0.8 version]
                   12626: 
                   12627: 2004-09-14  paf
                   12628: 
                   12629:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   12630:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   12631:          modified inside
                   12632: 
                   12633: 2004-09-13  paf
                   12634: 
                   12635:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   12636:          [were as octal]
                   12637: 
                   12638:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   12639:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   12640:          safety-check
                   12641: 
                   12642:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   12643:          [not something obscure from sdbm lib]
                   12644: 
                   12645:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   12646:          = strerror now returnes something and we can properly report that
                   12647:          to client
                   12648: 
                   12649:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   12650:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   12651: 
                   12652:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   12653:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   12654:          not be unnecessary optimized away [ruining javascript]
                   12655: 
                   12656:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   12657:          [tainted as-is]
                   12658: 
                   12659:        * src/classes/mail.C: bugfix: typo error
                   12660: 
                   12661: 2004-09-09  paf
                   12662: 
                   12663:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   12664:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   12665:          (bloody yandex.server)
                   12666: 
                   12667: 2004-09-06  paf
                   12668: 
                   12669:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   12670:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   12671:          encoded
                   12672: 
                   12673: 2004-09-01  paf
                   12674: 
                   12675:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   12676:          multipart/related outlook express have no problems showing
                   12677:          unrelated attachments.  todo: someday figure out a way of
                   12678:          multipart/mixed    multipart/related       text/html
                   12679:          image/xxx application/octet-stream << true attachments
                   12680: 
                   12681:        * src/types/pa_vmail.C: new:
                   12682:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   12683:          empty mail header fields removed from letter
                   12684: 
                   12685:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   12686:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   12687:          ^mail:send[    $.file[       $.any[header]
                   12688: 
                   12689: 2004-08-30  paf
                   12690: 
                   12691:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   12692:          warnings
                   12693: 
                   12694:        * src/main/pa_common.C: beauty: do not bother with charset
                   12695:          detection when ^file::load[binary
                   12696: 
                   12697: 2004-08-27  paf
                   12698: 
                   12699:        * src/main/pa_common.C: hack: for yandex.server http server
                   12700: 
                   12701: 2004-08-18  paf
                   12702: 
                   12703:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   12704:          possibly-chunked response
                   12705: 
                   12706: 2004-08-17  paf
                   12707: 
                   12708:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   12709:          $f.content-type now = that of http response
                   12710: 
                   12711:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   12712:          $f.content-type now = that of http response
                   12713: 
                   12714: 2004-07-30  paf
                   12715: 
                   12716:        * src/: include/pa_request.h, main/pa_request.C,
                   12717:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   12718:          win32: system&parser exceptions in release mode reported properly
                   12719:          parser exception in exception handler WERE mistakenly reported as
                   12720:          system exception, without details [in apache & isapi] +some
                   12721:          beauty in exception text
                   12722: 
                   12723:        * src/: include/pa_exception.h, main/pa_request.C,
                   12724:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   12725:          release mode reported properly parser exception in exception
                   12726:          handler WERE mistakenly reported as system exception, without
                   12727:          details
                   12728: 
                   12729:        * src/main/execute.C: beauty: simplified system exception handling
                   12730: 
                   12731: 2004-07-29  paf
                   12732: 
                   12733:        * src/classes/table.C: bugfix:
                   12734:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   12735:          were ignored, and \t used unconditionally]
                   12736: 
                   12737:        * src/types/Makefile.am: added vhash.c
                   12738: 
                   12739: 2004-07-28  paf
                   12740: 
                   12741:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   12742:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   12743:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   12744:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   12745:          failed on russian letters
                   12746: 
                   12747:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   12748:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   12749:          letters
                   12750: 
                   12751:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   12752:          as 'currentDirectory' parameter to CreateProcess
                   12753: 
                   12754: 2004-07-27  paf
                   12755: 
                   12756:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   12757:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   12758:          from release somewhere [to help searching for unhandled system
                   12759:          exceptions]
                   12760: 
                   12761:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   12762:          TZ shift
                   12763: 
                   12764:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   12765:          but also in ctor
                   12766: 
                   12767: 2004-07-26  paf
                   12768: 
                   12769:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   12770:          src/main/pa_request.C, src/types/pa_vfile.h,
                   12771:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12772:          src/types/types.vcproj: new: $response:body/download[
                   12773:          $.file[name on disk]    $.name[of file for user]
                   12774:          $.mdate[date of last-modified. default from directory] ]
                   12775: 
                   12776:        * src/classes/file.C: moving file:send somewhere else..
                   12777: 
                   12778:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   12779:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   12780:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   12781:          $response:download[ $.filename[filename] $.option[] ,, ]
                   12782: 
                   12783:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   12784: 
                   12785: 2004-07-21  paf
                   12786: 
                   12787:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   12788:          to several lines
                   12789: 
                   12790:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   12791: 
                   12792:          note: ms outlook[!express] shows only first 255 characters of
                   12793:          subject
                   12794: 
                   12795: 2004-07-15  paf
                   12796: 
                   12797:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   12798:          off]
                   12799: 
                   12800: 2004-07-14  paf
                   12801: 
                   12802:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   12803:          according to lang  [were: as-is]
                   12804: 
                   12805: 2004-07-07  paf
                   12806: 
                   12807:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   12808:          checked that
                   12809: 
                   12810:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   12811:          now untainted according to their languages.  were: as-is.
                   12812:          EVERYWHERE
                   12813: 
                   12814:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   12815:          environment string now untainted according to their languages.
                   12816:          were: as-is. EVERYWHERE
                   12817: 
                   12818:        * src/main/pa_exec.C: bufix: on unix environment string now
                   12819:          untainted according to their languages.  were: as-is. on win32:
                   12820:          ok
                   12821: 
                   12822:        * parser3.vssscc: ...would not go unnoticed
                   12823: 
                   12824:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   12825:          fails. in case on input appears nonutf, those bytes will be
                   12826:          printed in %HH form. that can be easily decoded/recovered.
                   12827: 
                   12828:          this form is quite noticable, and hopefully would not go noticed
                   12829: 
                   12830: 2004-07-06  paf
                   12831: 
                   12832:        * src/main/pa_exec.C: bufix: on unix environment string now
                   12833:          untainted according to their languages.  were: as-is. on win32:
                   12834:          ok
                   12835: 
                   12836: 2004-07-01  paf
                   12837: 
                   12838:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   12839:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   12840:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12841:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   12842:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   12843:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   12844:          option: global optimization ON
                   12845: 
                   12846:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   12847:          to do xdoc::create{invalid chars} standard disables chars less
                   12848:          then \x20, except tab, cr, lf.
                   12849: 
                   12850:          changed tainting so that those become '!'
                   12851: 
                   12852: 2004-06-25  paf
                   12853: 
                   12854:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   12855:          int on odd address [prev bugfix failed due to superwize
                   12856:          optimizer, which turned memcpy into same 'ld' asm command]
                   12857: 
                   12858:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   12859:          int on odd address
                   12860: 
                   12861: 2004-06-22  paf
                   12862: 
                   12863:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   12864: 
                   12865:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   12866:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12867:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   12868:          paf(:a)}[                $.bind[                         $.a[2]
                   12869:                 ]       ] output variables work.  todo: check in out
                   12870:          variables
                   12871: 
                   12872: 2004-06-18  paf
                   12873: 
                   12874:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   12875:          classes/table.C, classes/void.C, include/pa_globals.h,
                   12876:          include/pa_sql_connection.h, main/compile.tab.C,
                   12877:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   12878:                      $.bind[                         $.a[2]          ]
                   12879:          ] input variables work.  todo:output
                   12880: 
                   12881:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   12882:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   12883:          /_bug.html?404;http://hpsv/test/
                   12884:          --------------------------------------------------------------------------------
                   12885:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   12886:          --------------------------------------------------------------------------------
                   12887:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   12888: 
                   12889: 2004-06-16  paf
                   12890: 
                   12891:        * src/targets/cgi/parser3.C: new: iis specific
                   12892:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   12893:          $request:query
                   12894:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   12895:          $form:fields IIS-STATUS="404"
                   12896:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   12897: 
                   12898:          todo: isapi too
                   12899: 
                   12900: 2004-05-26  paf
                   12901: 
                   12902:        * src/include/pa_version.h: 3.1.3
                   12903: 
                   12904:        * operators.txt: beauty: removed outdated level 'table'
                   12905: 
                   12906:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   12907: 
                   12908:        * src/main/pa_string.C: beauty: removed 3 warnings
                   12909: 
                   12910:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   12911:          classes/op.C: beauty: removed outdated level 'table'
                   12912: 
                   12913: 2004-05-25  paf
                   12914: 
                   12915:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   12916:          implementation. mistery: how anything worked
                   12917: 
                   12918:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   12919:          changed, it is now safe to use url if pointers to it are stored
                   12920:          to gc mem
                   12921: 
                   12922:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   12923:          unknown errors reported and not cause SIGSEGV now
                   12924: 
                   12925: 2004-05-24  paf
                   12926: 
                   12927:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12928:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   12929:          less memory: CORD_chars_block originally intended to ...  it was
                   12930:          good that CORD_chars_block were not used: it consumes more memory
                   12931:          [and, might be slow too] undoing that. [and removed that func so
                   12932:          that it would not confuse parser developer in future]
                   12933: 
                   12934:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   12935:          less memory: CORD_chars_block originally intended to
                   12936:          speedup/reduce mem usage were forgotten, and were used stupid
                   12937:          CORD_chars
                   12938: 
                   12939:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   12940: 
                   12941:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   12942:          BIGENDIAN processors space-conserving mech failed, causing
                   12943:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   12944:          (1|2|3));
                   12945: 
                   12946: 2004-05-14  paf
                   12947: 
                   12948:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   12949:          bugfix: void now has vfile value, and $response:body[] works OK
                   12950: 
                   12951: 2004-05-12  paf
                   12952: 
                   12953:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   12954:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   12955:          sources to use is_defined() {return as_bool();} along VBool
                   12956: 
                   12957: 2004-05-11  paf
                   12958: 
                   12959:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   12960:          referencing to local objects
                   12961: 
                   12962:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   12963:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   12964:          left intact
                   12965: 
                   12966: 2004-04-15  paf
                   12967: 
                   12968:        * src/classes/date.C: merged: beauty: unused var removed
                   12969: 
                   12970:        * src/classes/date.C: beauty: unused var removed
                   12971: 
                   12972:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   12973:          provoked bug
                   12974: 
                   12975: 2004-04-09  paf
                   12976: 
                   12977:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   12978: 
                   12979:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   12980: 
                   12981: 2004-04-08  paf
                   12982: 
                   12983:        * src/classes/date.C: new: ^date::create[y-m-d
                   12984:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   12985: 
                   12986:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   12987: 
                   12988:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   12989:          to consult default catalog [usually, that file belongs to other
                   12990:          user/group]
                   12991: 
                   12992: 2004-04-06  paf
                   12993: 
                   12994:        * src/main/pa_common.C: beauty: gcc warning removed
                   12995: 
                   12996:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   12997:          accept that trick, trying other
                   12998: 
                   12999:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   13000:          explicit result problem
                   13001: 
                   13002:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   13003:          explicit result problem
                   13004: 
                   13005:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   13006:          explicit result problem
                   13007: 
                   13008:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   13009: 
                   13010:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   13011:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   13012:          failed
                   13013: 
                   13014:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13015:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13016:          gethostbyname failed with such 'domains'] now checked properly,
                   13017:          were: needless reverse/forward dns lookup
                   13018: 
                   13019:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13020:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13021:          gethostbyname failed with such 'domains'] now checked properly,
                   13022:          were: needless reverse/forward dns lookup
                   13023: 
                   13024:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   13025:          @method[][result] means "no string output here" moved to lexical
                   13026:          level [on grammar level it were too difficult]
                   13027: 
                   13028:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   13029:          src/main/compile.y, src/main/compile_tools.h,
                   13030:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   13031:          @method[][result] means "no string output here", implemented part
                   13032:          of that idea: compiler throws away string literal generation
                   13033:          code. and barks nonwhitespace chars
                   13034: 
                   13035:        * operators.txt: truth: removed comment about $ORIGIN
                   13036: 
                   13037: 2004-04-05  paf
                   13038: 
                   13039:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   13040:          src/include/pa_version.h, src/main/pa_common.C,
                   13041:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   13042: 
                   13043:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   13044:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   13045: 
                   13046:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   13047: 
                   13048:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   13049:          interfered with FAR console
                   13050: 
                   13051:        * configure, configure.in: 3.1.3
                   13052: 
                   13053:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   13054: 
                   13055:        * src/main/pa_common.C: removed warning
                   13056: 
                   13057:        * src/include/pa_version.h: 3.1.3
                   13058: 
                   13059: 2004-04-02  paf
                   13060: 
                   13061:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   13062: 
                   13063:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   13064:          allows to specify where to put parser log file
                   13065: 
                   13066: 2004-04-01  paf
                   13067: 
                   13068:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   13069:          without tab and enter were ignored
                   13070: 
                   13071:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   13072:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   13073:          main/pa_socks.C, targets/cgi/parser3.C,
                   13074:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   13075:          bugfix: sql connections now are disconnected
                   13076: 
                   13077: 2004-03-30  paf
                   13078: 
                   13079:        * src/classes/table.C: bugfix: table::load last line without tab
                   13080:          and enter were ignored
                   13081: 
                   13082:        * src/classes/table.C: bufix: if last table lines were commented,
                   13083:          gpfed
                   13084: 
                   13085:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   13086:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   13087:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   13088:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   13089:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   13090:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   13091:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   13092:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   13093:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   13094: 
                   13095: 2004-03-29  paf
                   13096: 
                   13097:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   13098:          causes gpf
                   13099: 
                   13100:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   13101:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   13102:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   13103:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   13104:          value.dox: translated to english
                   13105: 
                   13106: 2004-03-25  paf
                   13107: 
                   13108:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   13109:          parser3project dependency removed
                   13110: 
                   13111:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   13112:          bugfix: refused to compile without xml
                   13113: 
                   13114:        * src/types/pa_vform.C: beauty: removed warning
                   13115: 
                   13116:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   13117:          any folder [removed last ;) folder dependency]
                   13118: 
                   13119:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   13120:          folder [removed last ;) folder dependency]
                   13121: 
                   13122:        * src/include/pa_version.h: release
                   13123: 
                   13124:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   13125: 
                   13126:        * src/classes/table.C: beauty: comment& more meaningful error
                   13127:          message
                   13128: 
                   13129:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   13130:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   13131:          thing]
                   13132: 
                   13133: 2004-03-23  paf
                   13134: 
                   13135:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   13136:          and http status line parsing checked number of columns in table
                   13137:          [user reported an assert]
                   13138: 
                   13139:        * operators.txt: example: on hashfile
                   13140: 
                   13141:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   13142:          bugfix: junction reattach now actually reattaches a junction to
                   13143:          new wcontext [were only assigning it to junction, which caused
                   13144:          junction tracking to loose junction, and it's context were not
                   13145:          killed, and it tried to process in invalid context, gpf]
                   13146: 
                   13147:        * src/targets/cgi/parser3.C: debug helper added
                   13148: 
                   13149: 2004-03-19  paf
                   13150: 
                   13151:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   13152:          "type(type)" in braces
                   13153: 
                   13154: 2004-03-10  paf
                   13155: 
                   13156:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   13157:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13158:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   13159:          solution to search-in-namespaces problem:
                   13160:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   13161:          $nodes[^xdoc.select[//x:second]]
                   13162: 
                   13163:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   13164:          expression][[NAMESPACES HASH]] allows to search for info in
                   13165:          namespaces
                   13166: 
                   13167:          $nodes[^xdoc.select[//x:second][
                   13168:          $.x[http://pif.design.ru/] ]]
                   13169: 
                   13170: 2004-03-09  paf
                   13171: 
                   13172:        * operators.txt, src/main/pa_common.C: new:
                   13173:          ^file::load[...][options]         $.form[
                   13174:          !$.field1[string]
                   13175:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   13176:               ]         !$.body[string]
                   13177: 
                   13178:          GET ?here notGET(POST, HEAD, others) in content-type:
                   13179:          application/x-www-form-urlencoded
                   13180: 
                   13181:          todo: upload files ability
                   13182: 
                   13183:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   13184:          properly, done
                   13185: 
                   13186: 2004-03-05  paf
                   13187: 
                   13188:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   13189:          GET/POST $.form[$.fields started, not tested yet
                   13190:          todo:$.field[table] for multiple values
                   13191: 
                   13192:        * operators.txt: new: http:// options $.user $.password basic
                   13193:          authorization
                   13194: 
                   13195:        * src/main/pa_common.C: beauty: link to rtf added
                   13196: 
                   13197:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   13198:          new: http:// options $.user $.password basic authorization
                   13199: 
                   13200:        * src/main/pa_common.C: beauty: removed needless vars
                   13201: 
                   13202:        * operators.txt: new: pgsql option [like that recently added to
                   13203:          oracle driver]             ClientCharset=parser-charset <<
                   13204:          charset in which parser thinks client works
                   13205: 
                   13206:        * operators.txt: new: odbc option [like that recently added to
                   13207:          oracle driver]             ClientCharset=parser-charset <<
                   13208:          charset in which parser thinks client works
                   13209: 
                   13210:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   13211: 
                   13212:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   13213:          char!
                   13214: 
                   13215:        * etc/parser3.charsets/windows-1251.cfg: typo
                   13216: 
                   13217: 2004-03-04  paf
                   13218: 
                   13219:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   13220:          cached, sql transcoding now goes faster
                   13221: 
                   13222:        * operators.txt: new: mysql option [like that recently added to
                   13223:          oracle driver]             ClientCharset=parser-charset <<
                   13224:          charset in which parser thinks client works
                   13225: 
                   13226:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   13227:          typo error
                   13228: 
                   13229:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   13230:          chars commented
                   13231: 
                   13232: 2004-03-03  paf
                   13233: 
                   13234:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   13235:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   13236: 
                   13237: 2004-03-02  paf
                   13238: 
                   13239:        * operators.txt: new[update typo]:     !^void.left(n)
                   13240:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   13241:                nothing
                   13242: 
                   13243:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   13244:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   13245:                nothing
                   13246: 
                   13247:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   13248:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   13249:          row with columns:   first: data   second: file name   third:
                   13250:          content-type
                   13251: 
                   13252:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   13253:          ^connect gets properly escaped string, which can be passed to
                   13254:          request now this for mysql only. it's up to parser sql driver to
                   13255:          fix zeros properly
                   13256: 
                   13257:        * INSTALL: note: added on building apache with this option:
                   13258:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   13259: 
                   13260: 2004-03-01  paf
                   13261: 
                   13262:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   13263:          extension memory:compact befor processingrequest
                   13264: 
                   13265:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   13266:          call sole column of result
                   13267: 
                   13268:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   13269:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   13270:          pixel color
                   13271: 
                   13272:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   13273:          beauty: image -- less checks [were ugly impl]
                   13274: 
                   13275:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   13276:          negative values now considered bad
                   13277: 
                   13278:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   13279: 
                   13280:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   13281:          options now have unified defaults [after transform
                   13282:          indent/omit-xml-declaration/standalone 'default' erroreously
                   13283:          meant 'true']
                   13284: 
                   13285:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   13286:          added [on some platforms gethostbyname failed with such
                   13287:          'domains']
                   13288: 
                   13289:        * src/include/pa_config_auto.h.in: no select check, no define
                   13290: 
                   13291:        * src/classes/string.C: feature: ^string.trim both parameters may
                   13292:          be empty-strings, meaning kind=both chars=whitespaces
                   13293: 
                   13294:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   13295:          exist
                   13296: 
                   13297:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   13298:          exception if it is
                   13299: 
                   13300:        * src/classes/string.C: changed: ^string.trim [] << both,
                   13301:          whitespaces [start|both|end] << kind, whitespaces
                   13302:          [start|both|end;chars]  full
                   13303: 
                   13304: 2004-02-27  paf
                   13305: 
                   13306:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   13307:          method: ^string.trim[start|both|end[;chars]]        default
                   13308:          'chars' -- whitespace chars finished
                   13309: 
                   13310:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   13311:          src/main/pa_string.C: new method:
                   13312:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   13313:          whitespace chars   started, only start works
                   13314: 
                   13315:        * src/main/compile.C: bugfix: line numbers after
                   13316:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   13317:          signed
                   13318: 
                   13319:        * src/main/untaint.C: speed: there's no \n chars in output
                   13320:          [normally], so no need to optimize them they could be retrived
                   13321:          from databases, though. but 1. should be replaced 2. if not
                   13322:          optimized, no harm done
                   13323: 
                   13324:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   13325:          ^file::exec/cgi could return invalid status & zombie child can
                   13326:          remain for short period until process exists [very bad in
                   13327:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   13328: 
                   13329:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   13330:          malicious SMTP server to attack as by returning too long status
                   13331:          responses http://i2/tasks/edit/?id=4629448401140924947
                   13332: 
                   13333: 2004-02-26  paf
                   13334: 
                   13335:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   13336:          are         $.main[to what to rename @main]         $.file[file,
                   13337:          from which (user says) goes that CODE]         $.lineno(line
                   13338:          number in that file, where CODE starts. may be negative)
                   13339: 
                   13340:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13341:          src/main/compile.C, src/main/compile_tools.h,
                   13342:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   13343:          options] which are         $.main[to what to rename @main]
                   13344:          $.file[file, from which (user says) goes that CODE]
                   13345:          $.lineno(line number in that file, where CODE starts. may be
                   13346:          negative)
                   13347: 
                   13348: 2004-02-25  paf
                   13349: 
1.116     moko     13350:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   13351:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     13352: 
                   13353:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   13354:          produces hash of column=>1
                   13355: 
                   13356:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   13357:          with incomplete errno constants set
                   13358: 
                   13359: 2004-02-24  paf
                   13360: 
                   13361:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   13362:          "man select"
                   13363: 
                   13364:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   13365: 
                   13366:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   13367: 
                   13368:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   13369: 
1.116     moko     13370:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     13371: 
                   13372:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   13373:          unix: steps to work on unix [extracted 'to']
                   13374: 
                   13375:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   13376: 
                   13377:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   13378: 
1.116     moko     13379:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13380:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   13381:          unix [testing on solaris]
1.95      moko     13382: 
                   13383: 2004-02-20  paf
                   13384: 
                   13385:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   13386:          pointing that out
                   13387: 
                   13388:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   13389:          fixed again [same solution, mistanenly removed one line]
                   13390: 
                   13391: 2004-02-19  paf
                   13392: 
                   13393:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   13394:          date::create from bad datetime in spring daylightsaving hole now
                   13395:          OK for all platforms [on some platforms it failed]
                   13396: 
                   13397:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   13398:          in daylightsaving hole] now throws error
                   13399: 
                   13400:        * src/classes/date.C: comment: mistake fixed
                   13401: 
                   13402: 2004-02-18  paf
                   13403: 
                   13404:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   13405:          now renderes in $request:charset, but in header puts
                   13406:          $response:charset todo: make that default only so that coder
                   13407:          could override that
                   13408: 
                   13409:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   13410:          turns off omit-xml-declaration
                   13411: 
                   13412:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   13413:          /.xsl for sample
                   13414: 
                   13415: 2004-02-17  paf
                   13416: 
                   13417:        * src/classes/xdoc.C: beauty: needless helper class removed
                   13418: 
                   13419:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   13420:          copied extra time
                   13421: 
                   13422:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   13423:          part of libxml
                   13424: 
                   13425:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   13426:          libxml to do the work] <xsl:output        method="html"
                   13427:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   13428:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   13429:          />
                   13430: 
                   13431:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   13432: 
                   13433:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   13434:          caused assertion
                   13435: 
                   13436:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   13437:          could hang. now such add does nothing, sub clears $hash
                   13438: 
                   13439:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   13440:          not made quoted-printable
                   13441: 
                   13442:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   13443:          string invariant
                   13444: 
                   13445: 2004-02-16  paf
                   13446: 
                   13447:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   13448:          cleared [were not cleared properly]
                   13449: 
                   13450: 2004-02-13  paf
                   13451: 
1.116     moko     13452:        * src/include/pa_version.h: prerelease
1.95      moko     13453: 
                   13454:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   13455:          used, introducing dependencies timestamp check
                   13456: 
                   13457:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   13458:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   13459:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   13460:          .xsl.stamp now not used, introducing dependencies timestamp check
                   13461: 
1.150     moko     13462:        * configure.in: auto.p: @conf made relative
1.95      moko     13463: 
                   13464: 2004-02-12  paf
                   13465: 
                   13466:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   13467:          ruined empty <input type=file> submits. parser thought there were
                   13468:          nameless empty file and $form:field got value of type 'file'
                   13469: 
                   13470:        * INSTALL: --without-threads
                   13471: 
                   13472:        * src/include/pa_sapi.h: 2004
                   13473: 
                   13474: 2004-02-11  paf
                   13475: 
                   13476:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13477:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13478:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13479:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13480:          classes/response.C, classes/string.C, classes/table.C,
                   13481:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13482:          include/pa_array.h, include/pa_cache_managers.h,
                   13483:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13484:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13485:          include/pa_dictionary.h, include/pa_dir.h,
                   13486:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13487:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   13488:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   13489:          include/pa_request_charsets.h, include/pa_request_info.h,
                   13490:          include/pa_socks.h, include/pa_sql_connection.h,
                   13491:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13492:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13493:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13494:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13495:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   13496:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   13497:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13498:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   13499:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   13500:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13501:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13502:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   13503:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   13504:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13505:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   13506:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   13507:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   13508:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   13509:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13510:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13511:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13512:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13513:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13514:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13515:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   13516:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13517:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   13518:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13519:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13520:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13521:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13522:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13523:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13524:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13525:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13526:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13527:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   13528: 
                   13529:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   13530:          debug version of gc.dll
                   13531: 
                   13532:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   13533:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13534:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   13535:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   13536:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   13537:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   13538:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   13539:          processes
                   13540: 
                   13541:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   13542:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   13543:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   13544:          changes to reflect libxml xsl new folders
                   13545: 
                   13546:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   13547:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   13548:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   13549:          to reflect libxml xsl new folders
                   13550: 
                   13551:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   13552:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   13553:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   13554:          types/types.vcproj: started changes to reflect libxml xsl new
                   13555:          folders
                   13556: 
                   13557:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   13558:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   13559:          src/main/compile.tab.C, src/main/main.vcproj,
                   13560:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   13561:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13562:          started changes to reflect libxml xsl new folders
                   13563: 
                   13564: 2004-02-10  paf
                   13565: 
                   13566:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   13567:          compile. recommened latest libxml up to date
                   13568: 
                   13569:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   13570:          pattern compilation errors", on which spent 4 hours worktime. use
                   13571:          versions higher than that. recommended now latest up to date
                   13572: 
                   13573: 2004-02-06  paf
                   13574: 
                   13575:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   13576:          beauty: unified destructing style
                   13577: 
                   13578:        * src/main/untaint.C: beauty: removed old def/ifdef
                   13579: 
                   13580:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   13581:          now
                   13582: 
                   13583: 2004-02-03  paf
                   13584: 
                   13585:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   13586:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   13587:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   13588:          then %ld/%lu
                   13589: 
                   13590:        * src/main/pa_common.C: typo: %l -> %u
                   13591: 
                   13592:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   13593:          in attributes or documents-results of transform now not &#04xx;
                   13594: 
                   13595:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   13596: 
                   13597:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   13598: 
                   13599:        * src/main/pa_charset.C: beauty: uncomment
                   13600:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   13601:          libraries
                   13602: 
                   13603: 2004-02-02  paf
                   13604: 
                   13605:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   13606:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   13607: 
                   13608:          $cookie:example[        $.value[]       $.expires[session]
                   13609:          $.path[/there/]         $.domain[test.com] ]
                   13610: 
                   13611:        * src/types/pa_vform.C: bugfix: empty values with
                   13612:          enctype=multipart/form-data now produce entries in $form:tables
                   13613:          <form method=post enctype=multipart/form-data> <input type=hidden
                   13614:          name=a> <input type=hidden name=b>
                   13615: 
                   13616:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   13617:          <hr> <pre>$request:body
                   13618: 
                   13619: 2004-01-30  paf
                   13620: 
                   13621:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   13622:          or documents-results of transform now not &#04xx;
                   13623: 
                   13624:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   13625:          produce exception.
                   13626: 
                   13627:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   13628:          bugfix: ^date::create[invalid fields now produce exception.
                   13629: 
                   13630:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   13631:          year] now produces exception. todo: check other fields
                   13632: 
                   13633: 2004-01-29  paf
                   13634: 
                   13635:        * src/include/pa_memory.h: typo error
                   13636: 
                   13637:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   13638:          more byte then specified, then zeroed it << useless and
                   13639:          potentially harmful(could gpf)
                   13640: 
                   13641: 2004-01-22  paf
                   13642: 
                   13643:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   13644: 
                   13645:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   13646:          optimization
                   13647: 
                   13648:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   13649:          [were bug: ^taint[1 & 2]="1 &2"
                   13650: 
                   13651:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   13652:          errors
                   13653: 
                   13654:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   13655:          overflow
                   13656: 
                   13657:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   13658:          error-reporting code * in parser-error reporting code [when no
                   13659:          @unhandled_exception defined]
                   13660: 
                   13661:          fixed in one place: my *snprintf override
                   13662: 
                   13663: 2004-01-13  paf
                   13664: 
                   13665:        * operators.txt: typo erro
                   13666: 
                   13667: 2003-12-25  paf
                   13668: 
                   13669:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   13670:          garbled  [pieces after zero bytes were removed]
                   13671: 
                   13672: 2003-12-22  paf
                   13673: 
1.116     moko     13674:        * src/include/Makefile.am: bugfix: removed from dist:
                   13675:          src/include/pa_config_auto.h which were configured for
1.95      moko     13676:          make-dist-platform and badly updated proper config file in target
                   13677:          [when .tar used for updating existing source tree]
                   13678: 
                   13679:        * ChangeLog, operators.txt, src/classes/op.C,
                   13680:          src/include/pa_sql_connection.h,
                   13681:          src/include/pa_sql_driver_manager.h,
                   13682:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   13683:          feature: sql introducing ability to transcode charsets
                   13684: 
                   13685: 2003-12-19  paf
                   13686: 
                   13687:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   13688:          error message
                   13689: 
                   13690:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   13691:          structure for libxml now allocated properly
                   13692: 
                   13693: 2003-12-17  paf
                   13694: 
                   13695:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   13696: 
                   13697:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   13698: 
                   13699:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   13700: 
                   13701:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   13702:          unreported xmlGenericErrors]
                   13703: 
                   13704: 2003-12-15  paf
                   13705: 
                   13706:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   13707:          works}
                   13708: 
                   13709: 2003-12-11  paf
                   13710: 
                   13711:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   13712:          id
                   13713:              !$status:tid thread id
                   13714: 
                   13715:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   13716:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   13717:          bugfix(solaris): removed dependency on object initialization
                   13718:          order [one more place]
                   13719: 
                   13720:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   13721:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   13722:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   13723:          understand that
                   13724: 
                   13725:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   13726:          classes/xdoc.C, include/pa_cache_managers.h,
                   13727:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13728:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   13729:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   13730:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   13731:          ctor call [relying on implicit String::Body(cstr) call]
                   13732: 
                   13733:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   13734:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   13735:          object initialization order [two places]
                   13736: 
                   13737: 2003-12-10  paf
                   13738: 
                   13739:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   13740:          << time now ok
                   13741: 
                   13742:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13743:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   13744:          operational
                   13745: 
                   13746:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   13747:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   13748:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   13749:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   13750:          back operational
                   13751: 
                   13752: 2003-12-02  paf
                   13753: 
                   13754:        * src/types/pa_vmail.C: bugfix:
                   13755:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   13756:          as-is forced]
                   13757: 
                   13758:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   13759:          exceptions out of libxml callbacks: reimplemented error handling
                   13760:          of http://localhost, parser://method and safemode check callbacks
                   13761: 
                   13762:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   13763:          [merged from HEAD]
                   13764: 
                   13765:        * src/classes/image.C: nothing: comment removed
                   13766: 
                   13767:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   13768:          addresses to int
                   13769: 
                   13770: 2003-12-01  paf
                   13771: 
                   13772:        * src/main/pa_xml_io.C: bugfix: typo
                   13773: 
                   13774:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   13775: 
                   13776:        * src/classes/xdoc.C: bugfix: typo
                   13777: 
                   13778:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   13779:          exception
                   13780: 
                   13781:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   13782: 
                   13783: 2003-11-28  paf
                   13784: 
                   13785:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   13786:          all xml documents read
                   13787: 
                   13788:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   13789: 
                   13790:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   13791:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   13792:          replaced original open mech of xdoc::create & co to use libxml
                   13793:          open, so that this would work for root document todo: safe mode
                   13794:          checks to libxml: ideally to some 1 point
                   13795: 
                   13796:        * src/main/pa_xml_io.C: comment
                   13797: 
                   13798:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   13799:          http://parser[abscent params]
                   13800: 
                   13801:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   13802:          works.  todo: maybe replace original open mech of xdoc::create &
                   13803:          co to use libxml open, so that this would work for root document
                   13804: 
                   13805:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   13806:          "parser://method/params/here"> <test>   &test^; </test> }]
                   13807: 
                   13808:          ^taint[^xdoc.string[]]
                   13809: 
                   13810:          @method[param] <!ENTITY test
                   13811:          "test-entity-value+$form:user+$param!">
                   13812: 
                   13813: 2003-11-27  paf
                   13814: 
                   13815:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   13816: 
                   13817:        * src/classes/date.C: bugfix: typo error
                   13818: 
                   13819: 2003-11-26  paf
                   13820: 
                   13821:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   13822:          src/main/Makefile.am, src/main/main.vcproj,
                   13823:          src/main/pa_globals.C, src/main/pa_request.C,
                   13824:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   13825:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   13826:          to pa_xml_io.C/h
                   13827: 
                   13828:        * src/types/pa_value.h: warnings: --
                   13829: 
                   13830: 2003-11-25  paf
                   13831: 
                   13832:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   13833:          whatever)
                   13834: 
                   13835:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   13836:          a, (c?x:y, z)
                   13837: 
                   13838:        * src/main/untaint.C: bugfix: consequences of not reading this
                   13839:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   13840:          <= 0 ==> none    */
                   13841: 
                   13842:        * src/include/pa_array.h: removed needless checks
                   13843: 
                   13844: 2003-11-24  paf
                   13845: 
                   13846:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   13847:          removed limit: now $form:xxx can be accessed anytime, even in
                   13848:          @auto/conf [and request/response:charset still can be changed
                   13849:          anytime]
                   13850: 
                   13851:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   13852:          now not transcodes response body
                   13853: 
                   13854:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   13855:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   13856:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   13857:          $xdoc.firstChild.firstChild.nodeValue[different]
                   13858:          ^taint[^xdoc.string[]]
                   13859: 
                   13860:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   13861:          workaround: static Hash::allocates -> static Hash_allocates
                   13862: 
                   13863: 2003-11-21  paf
                   13864: 
1.116     moko     13865:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   13866:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   13867:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     13868: 
                   13869:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   13870: 
                   13871:        * src/classes/mail.C: bugfix: typo
                   13872: 
                   13873:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     13874:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   13875:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   13876:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   13877:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     13878:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   13879: 
                   13880:        * src/main/pa_exec.C: bug in safe mode
                   13881: 
                   13882:        * src/include/Makefile.am: pa_xml_exception.h
                   13883: 
                   13884:        * src/targets/isapi/parser3isapi.C: more warnings --
                   13885: 
                   13886: 2003-11-20  paf
                   13887: 
                   13888:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   13889:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   13890:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   13891:          --
                   13892: 
                   13893:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   13894:          more warnings --
                   13895: 
                   13896:        * src/classes/xdoc.C: more warnings --
                   13897: 
                   13898:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   13899: 
                   13900:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   13901:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   13902: 
                   13903:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13904:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   13905:          classes/table.C, include/pa_cache_managers.h,
                   13906:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   13907:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   13908:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   13909:          --
                   13910: 
                   13911:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   13912:          can't report problem (undefined @unhandled_exception) problem
                   13913:          source string were not reported
                   13914: 
                   13915:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13916:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13917:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13918:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13919:          classes/response.C, classes/string.C, classes/table.C,
                   13920:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13921:          include/pa_array.h, include/pa_cache_managers.h,
                   13922:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13923:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13924:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13925:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   13926:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   13927:          include/pa_request.h, include/pa_request_charsets.h,
                   13928:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   13929:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13930:          include/pa_stack.h, include/pa_string.h,
                   13931:          include/pa_stylesheet_connection.h,
                   13932:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13933:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13934:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13935:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   13936:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13937:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   13938:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   13939:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   13940:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   13941:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13942:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13943:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   13944:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   13945:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   13946:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   13947:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   13948:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   13949:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13950:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13951:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13952:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13953:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   13954:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13955:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   13956:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13957:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13958:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13959:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13960:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13961:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13962:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13963:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13964:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13965:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   13966:          const IDENT
                   13967: 
                   13968:        * src/: include/pa_array.h, include/pa_pool.h,
                   13969:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   13970:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   13971:          types/pa_wcontext.h: more warnings --
                   13972: 
                   13973:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   13974:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   13975:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13976:          classes/memory.C, classes/op.C, classes/string.C,
                   13977:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   13978:          include/pa_config_includes.h, include/pa_operation.h,
                   13979:          include/pa_sql_connection.h, include/pa_table.h,
                   13980:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   13981:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   13982:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   13983:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   13984:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   13985:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   13986:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   13987:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   13988:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   13989:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   13990:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   13991:          types/pa_vmail.C, types/pa_vobject.C,
                   13992:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13993:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13994:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   13995:          on all projects (except libltdl=off & libsdbm=level3) found
                   13996:          several unitialized vars
                   13997: 
                   13998: 2003-11-19  paf
                   13999: 
                   14000:        * src/classes/op.C: more ansi C++ comp
                   14001: 
                   14002:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14003:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   14004:          $exception.handled[cache] meaning "get expired cache, if any.
                   14005:          else error"}
                   14006: 
                   14007:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   14008:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   14009:          ^cache[...]{body}{catch code with $exception.cache field}
                   14010: 
                   14011: 2003-11-12  paf
                   14012: 
                   14013:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   14014:          [copy/paste bug]
                   14015: 
                   14016: 2003-11-11  paf
                   14017: 
                   14018:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   14019:          failed]
                   14020: 
                   14021: 2003-11-10  paf
                   14022: 
                   14023:        * src/types/pa_vconsole.h: flush
                   14024: 
                   14025:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   14026:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   14027:          read/write  [for nntp]
                   14028: 
                   14029:        * operators.txt: mysql: transaction support: ?autocommit=0
                   14030: 
                   14031:        * operators.txt: comment: updated
                   14032: 
                   14033:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   14034:          serialize version and exipire now removes entries
                   14035: 
                   14036:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   14037:          dir, if could]
                   14038: 
                   14039:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   14040:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   14041:          removes files altogether [and dir, if could]
                   14042: 
                   14043:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   14044:          nonexistent pair. .c coded that that was error. fixed
                   14045: 
                   14046:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   14047:          file.access [regretfull can't split it to different exceptions
                   14048:          without modifying sdbm source wich would prefer not to]
                   14049: 
                   14050: 2003-11-07  paf
                   14051: 
                   14052:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14053:          classes/hashfile.C, classes/image.C, classes/table.C,
                   14054:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   14055:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   14056:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   14057:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   14058:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   14059:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   14060:          destructing objects at request processing end
                   14061: 
                   14062: 2003-11-06  paf
                   14063: 
                   14064:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   14065:          updates
                   14066: 
                   14067:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   14068:          to include sdbm
                   14069: 
1.116     moko     14070:        * src/include/: pa_config_includes.h, pa_version.h: our
                   14071:          replacements of max& co only for cpp
1.95      moko     14072: 
                   14073:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   14074:          upper dir, .am updated
                   14075: 
                   14076:        * tests/todo.txt: hashfile: done
                   14077: 
                   14078:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   14079:          expiration [time in value. todo: move time to key]
                   14080: 
                   14081:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   14082: 
                   14083:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   14084:          to do that in foreach, no errors, but surely wrong]
                   14085: 
                   14086:        * operators.txt, src/types/pa_vhashfile.C,
                   14087:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   14088: 
                   14089:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   14090:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   14091:          foreach
                   14092: 
                   14093:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14094:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   14095: 
                   14096:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14097:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   14098: 
                   14099:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   14100:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14101:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   14102:          get/put [raw]
                   14103: 
                   14104:        * src/: classes/op.C, main/pa_os.C: just linked
                   14105: 
                   14106:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   14107:          XmlException changes
                   14108: 
                   14109:        * src/: include/pa_charset.h, include/pa_globals.h,
                   14110:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   14111:          XmlException changes
                   14112: 
                   14113:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   14114: 
                   14115:        * src/: include/pa_common.h, include/pa_exception.h,
                   14116:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   14117:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   14118:          main/pa_xml_exception.C: locking move to pa_os [along with
                   14119:          pa_sleep] apr-impl locking done
                   14120: 
                   14121:        * configure, configure.in, operators.txt, parser3.sln,
                   14122:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   14123:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   14124:          src/include/pa_exception.h, src/include/pa_globals.h,
                   14125:          src/include/pa_memory.h, src/include/pa_version.h,
                   14126:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   14127:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   14128:          src/main/compile.tab.C, src/main/main.vcproj,
                   14129:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   14130:          src/types/Makefile.am, src/types/pa_vhash.C,
                   14131:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   14132:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   14133:          again with sdbm from apache
                   14134: 
                   14135: 2003-11-05  paf
                   14136: 
                   14137:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14138:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   14139:          \parser3project dir anymore
                   14140: 
                   14141:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   14142:          thoughtlessly from xalan]
                   14143: 
                   14144:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   14145:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   14146:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   14147: 
                   14148:        * src/main/helpers/CaseFolding.txt:
                   14149:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   14150: 
                   14151: 2003-11-04  paf
                   14152: 
                   14153:        * operators.txt: comment: ^mail:send[$.options[
                   14154: 
                   14155:        * src/classes/table.C: compiled on unix
                   14156: 
1.116     moko     14157:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     14158: 
                   14159:        * src/classes/mail.C: compiled on unix
                   14160: 
                   14161:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   14162:          src/types/pa_vmail.h:     !^mail:send[
                   14163:                  $.options[unix: string to append to sendmail command
                   14164:          line]
                   14165: 
                   14166:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   14167:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   14168:          $.encloser["] <nothing> by default
                   14169: 
                   14170:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   14171:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   14172:          default
                   14173: 
                   14174: 2003-11-03  paf
                   14175: 
                   14176:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   14177:          ^table::load[; options:         !$.column-separator[^#09]
                   14178:          !$.column-encloser["]
                   14179: 
                   14180:        * operators.txt, src/include/pa_config_fixed.h,
                   14181:          src/types/pa_vrequest.C: $request:document-root
                   14182: 
                   14183:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   14184:          [already included into uri=xxx]
                   14185: 
                   14186:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   14187:          ^image.gif[filename] for $response:download
                   14188: 
                   14189:        * src/classes/date.C: minor precaution
                   14190: 
                   14191:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   14192:              !^date.unix-timestamp[]
                   14193: 
                   14194: 2003-10-30  paf
                   14195: 
                   14196:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   14197:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   14198: 
                   14199:        * src/classes/: date.C, image.C: improvement diagnostics:
                   14200:          $now[^date::create[$undefined]] now is error
                   14201: 
                   14202:        * src/main/pa_common.C: read errors would now be reported 'actually
                   14203:          read -1 bytes'
                   14204: 
                   14205: 2003-10-24  paf
                   14206: 
                   14207:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   14208:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   14209:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   14210:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   14211: 
                   14212: 2003-10-22  paf
                   14213: 
                   14214:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   14215: 
                   14216: 2003-10-21  paf
                   14217: 
                   14218:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   14219:          fixed: string.match[g] without <'> option produced columns with
                   14220:          NULL's, which gpf'ed at table.save time
                   14221: 
                   14222:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   14223:          recoursion' message with intensive throw-catches fixed: incorrect
                   14224:          name and line (one name upper then needed) in error message about
                   14225:          problems inside try block
                   14226: 
                   14227: 2003-10-10  paf
                   14228: 
                   14229:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   14230:          check offset argument for validity did that in String::Body::pos
                   14231:          myself http://i2/tasks/edit/?id=4577425257580789777
                   14232: 
                   14233: 2003-10-07  paf
                   14234: 
                   14235:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   14236:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   14237: 
                   14238: 2003-10-03  paf
                   14239: 
                   14240:        * parser3.sln, src/include/pa_dictionary.h,
                   14241:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   14242:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   14243:          precalculating cstr&length
                   14244: 
                   14245: 2003-10-02  paf
                   14246: 
                   14247:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14248:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14249:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   14250:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   14251: 
                   14252: 2003-09-30  paf
                   14253: 
                   14254:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   14255:          occurrances after lang-mismatched
                   14256: 
                   14257: 2003-09-29  paf
                   14258: 
                   14259:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   14260:          helper
                   14261: 
                   14262:        * src/main/pa_string.C: string::serialize bug fix with
                   14263:          zero-terminator
                   14264: 
                   14265:        * src/classes/table.C: ^nameless_table.save column row now has no
                   14266:          \t at the end
                   14267: 
                   14268:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14269:          @postprocess  now takes $response:body/download
                   14270: 
                   14271:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   14272:          error message
                   14273: 
                   14274:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   14275: 
                   14276:        * src/classes/table.C: bugfix: flip: must produce nameless
                   14277:          http://i2/tasks/edit/?id=4573405524674081244
                   14278: 
                   14279:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   14280:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   14281: 
                   14282:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   14283:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   14284: 
                   14285: 2003-09-26  paf
                   14286: 
                   14287:        * src/main/untaint.C: removed needless field
                   14288: 
                   14289:        * src/main/untaint.C: removed needless const
                   14290: 
                   14291:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   14292:          String.for_each bug fixed [omited one-char cases]
                   14293: 
                   14294:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   14295:          runtime-executor stack were cleared... BADLY
                   14296: 
                   14297:        * src/main/pa_string.C: ^stirng.replace code used old
                   14298:          param-convention on langs.append, fixed that search fo the like,
                   14299:          found none
                   14300: 
                   14301:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   14302:          string::serialize/deserialize implemented Language enum assigned
                   14303:          meaningful letters [more convinient for debugging. read warning
                   14304:          before adding/changing anything]
                   14305: 
                   14306: 2003-09-25  paf
                   14307: 
                   14308:        * src/: include/pa_string.h, include/pa_version.h,
                   14309:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   14310:          differences on unix
                   14311: 
                   14312:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   14313:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   14314:          src/classes/xdoc.C, src/classes/xnode.C,
                   14315:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14316:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14317:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   14318:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   14319:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   14320:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   14321:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   14322:          src/main/compile_tools.h, src/main/pa_charset.C,
                   14323:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   14324:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14325:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   14326:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   14327:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   14328:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   14329:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   14330: 
                   14331:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   14332:          functions aligned to that of eeparser3 look
                   14333: 
                   14334:        * src/lib/cord/cordprnt.c: removed warnings
                   14335: 
                   14336: 2003-09-24  paf
                   14337: 
                   14338:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14339:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   14340:          include/pa_cache_managers.h, include/pa_charset.h,
                   14341:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   14342:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14343:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14344:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   14345:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   14346:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14347:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   14348:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   14349:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   14350:          types/pa_vxnode.C: v() functions of String::Body,
                   14351:          String::Languages and String itself StringBody->String::Body
                   14352: 
                   14353:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14354:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   14355:          never optimized anything.  todo: somehow speed up harder cases:
                   14356:          concatenationA+concatenationB when last block of A and first of B
                   14357:          contain same letters
                   14358: 
                   14359:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14360:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   14361:          blocks of same char [CORD_append_block]
                   14362: 
                   14363:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14364:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   14365:          save space by extending blocks when appending block with c ==
                   14366:          lastblock.c
                   14367: 
                   14368:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   14369:          working yet :( but more working &understood :)
                   14370: 
                   14371:        * src/: classes/table.C, include/pa_string.h,
                   14372:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   14373: 
                   14374: 2003-09-23  paf
                   14375: 
                   14376:        * src/main/untaint.C: $a[ok!] $a works!
                   14377: 
                   14378:        * src/main/untaint.C: something even more works :)
                   14379: 
                   14380:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14381:          something more works :)
                   14382: 
                   14383:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14384:          lib/cord/cordxtra.c: something already works :)
                   14385: 
                   14386:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   14387:          serialize&deserialize
                   14388: 
                   14389:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14390:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   14391:          main/untaint.C: main idea implemented, details left
                   14392: 
                   14393: 2003-09-22  paf
                   14394: 
                   14395:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   14396: 
                   14397:        * src/classes/xnode.C: copy/paste comment bugfix
                   14398: 
                   14399:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   14400:          allocator returns 0, just die.
                   14401:          http://i2/tasks/edit/?id=4570798492410259445
                   14402: 
                   14403:        * src/classes/xdoc.C: copy/paste comment bugfix
                   14404: 
                   14405:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   14406:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   14407:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   14408:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   14409: 
                   14410:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   14411:          chars due to bitwise operation signed-char error]
                   14412: 
                   14413: 2003-09-19  paf
                   14414: 
                   14415:        * src/types/pa_wcontext.C: output message: more practical
                   14416:          suggestion
                   14417: 
                   14418:        * src/main/pa_common.C, operators.txt: merged
                   14419:          $f[^file::load[binary;http://...]] $f.tables
                   14420: 
                   14421: 2003-09-02  paf
                   14422: 
                   14423:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   14424:          flush stdout without referencing 'stdout' symbol. to hell with
                   14425:          non-ansi libraries without 'stdout' symbol
                   14426: 
                   14427:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   14428:          unix (users reported problems with some old libc)
                   14429: 
                   14430:        * src/types/pa_vdate.h: forgot initializer
                   14431: 
                   14432: 2003-09-01  paf
                   14433: 
                   14434:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   14435:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   14436:          zone]
                   14437: 
                   14438:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   14439: 
                   14440: 2003-08-19  paf
                   14441: 
                   14442:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   14443:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   14444:          simplified a little
                   14445: 
                   14446:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   14447:          [lost fix from 3.0.8]
                   14448: 
                   14449:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   14450:          visible here }
                   14451: 
                   14452:          bug fix
                   14453: 
                   14454:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   14455: 
                   14456:        * src/main/compile.tab.C: initialized couple of variables about
                   14457:          which user reported runtime problems when parser were compiled
                   14458:          with VC7, warning level4.  study shows that later in bison
                   14459:          they've fixed that. would migrate to latest bison someday
                   14460: 
                   14461:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   14462:          recoding headers)
                   14463: 
                   14464:        * src/types/pa_vmail.C: works as before, same charset problems:
                   14465:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   14466:          anything for now
                   14467: 
                   14468:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   14469:          problems with body
                   14470: 
                   14471:        * src/types/pa_vmail.C: mail_receive just compiled
                   14472: 
                   14473: 2003-08-18  paf
                   14474: 
                   14475:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14476:          main/main.vcproj, types/types.vcproj: win32: continued process
                   14477:          detaching from \parser3project directory
                   14478: 
                   14479:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   14480:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   14481:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   14482:          src/lib/pcre/pcre_dftables.dsp,
                   14483:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   14484:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   14485:          src/types/types.dsp: moved to MSVC 7
                   14486: 
                   14487:        * gnu.vcproj.vspscc, parser3.vssscc,
                   14488:          src/classes/classes.vcproj.vspscc,
                   14489:          src/lib/cord/cord.vcproj.vspscc,
                   14490:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   14491:          src/lib/md5/md5.vcproj.vspscc,
                   14492:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   14493:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   14494:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   14495:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   14496:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   14497:          moved to MSVC 7
                   14498: 
                   14499:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   14500:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   14501:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   14502:          src/lib/pcre/pcre_dftables.vcproj,
                   14503:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   14504:          src/targets/cgi/parser3.vcproj,
                   14505:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   14506:          new VS project files
                   14507: 
                   14508:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   14509:          .NET to detect Jalindi Igloo capabilities.
                   14510: 
                   14511:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     14512:          src/classes/classes.awk, src/doc/footer.htm,
                   14513:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   14514:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     14515:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   14516:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   14517: 
                   14518: 2003-08-15  paf
                   14519: 
                   14520:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   14521:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   14522: 
                   14523:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   14524:          non-ascii <yyy> now encoded correctly
                   14525: 
                   14526: 2003-07-29  paf
                   14527: 
1.116     moko     14528:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   14529:          dist
1.95      moko     14530: 
                   14531:        * src/types/pa_vmail.C: just started --with-mail-receive
                   14532: 
                   14533: 2003-07-28  paf
                   14534: 
1.116     moko     14535:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   14536:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     14537: 
                   14538:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   14539: 
                   14540: 2003-07-25  paf
                   14541: 
                   14542:        * src/doc/footer.htm: year
                   14543: 
                   14544: 2003-07-24  paf
                   14545: 
                   14546:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   14547:          fix
                   14548: 
                   14549:        * src/include/pa_version.h: release
                   14550: 
1.116     moko     14551:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     14552: 
                   14553:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   14554:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   14555:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   14556:          getting rid of win32xml pseudo project
                   14557: 
                   14558:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   14559: 
1.116     moko     14560:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   14561:          configure.in, operators.txt, parser3.dsw,
1.95      moko     14562:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     14563:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     14564:          src/classes/classes.C, src/classes/classes.awk,
                   14565:          src/classes/classes.dsp, src/classes/classes.h,
                   14566:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14567:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14568:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14569:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14570:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14571:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14572:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   14573:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     14574:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   14575:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14576:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   14577:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   14578:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   14579:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14580:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14581:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   14582:          src/include/pa_operation.h, src/include/pa_pool.h,
                   14583:          src/include/pa_pragma_pack_begin.h,
1.95      moko     14584:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   14585:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   14586:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   14587:          src/include/pa_sql_connection.h,
                   14588:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   14589:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14590:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14591:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     14592:          src/include/pa_uue.h, src/lib/Makefile.am,
                   14593:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   14594:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   14595:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   14596:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     14597:          src/lib/cord/include/ec.h,
                   14598:          src/lib/cord/include/private/Makefile.am,
                   14599:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     14600:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   14601:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     14602:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     14603:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   14604:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14605:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   14606:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   14607:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14608:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   14609:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     14610:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   14611:          src/main/pa_request.C, src/main/pa_socks.C,
                   14612:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14613:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     14614:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   14615:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   14616:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   14617:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   14618:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14619:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   14620:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     14621:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   14622:          src/targets/isapi/parser3isapi.dsp,
                   14623:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     14624:          src/types/pa_junction.h, src/types/pa_method.h,
                   14625:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     14626:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14627:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14628:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14629:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14630:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14631:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14632:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14633:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   14634:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   14635:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   14636:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14637:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14638:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14639:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14640:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14641:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14642:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14643:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14644:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14645:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14646:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14647:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14648:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   14649:          HEAD
                   14650: 
                   14651:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   14652:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   14653:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   14654:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   14655:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   14656:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   14657:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   14658:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   14659:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   14660:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   14661:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   14662:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   14663:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   14664:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   14665:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   14666:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   14667:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   14668:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   14669:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   14670:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   14671:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14672:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   14673:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   14674:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   14675:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   14676:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   14677:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   14678:          outputs/create-dir, results/001.processed, results/002.processed,
                   14679:          results/003.processed, results/004.processed,
                   14680:          results/005.processed, results/006.processed,
                   14681:          results/007.processed, results/008.processed,
                   14682:          results/009.processed, results/010.processed,
                   14683:          results/011.processed, results/012.processed,
                   14684:          results/013.processed, results/014.processed,
                   14685:          results/015.processed, results/016.processed,
                   14686:          results/017.processed, results/018.processed,
                   14687:          results/019.processed, results/020.processed,
                   14688:          results/021.processed, results/022.processed,
                   14689:          results/023.processed, results/024.processed,
                   14690:          results/025.processed, results/026.processed,
                   14691:          results/027.processed, results/028.processed,
                   14692:          results/029.processed, results/030.processed,
                   14693:          results/031.processed, results/032.processed,
                   14694:          results/033.processed, results/034.processed,
                   14695:          results/035.processed, results/036.processed,
                   14696:          results/037.processed, results/038.processed,
                   14697:          results/039.processed, results/040.processed,
                   14698:          results/041.processed, results/042.processed,
                   14699:          results/043.processed, results/044.processed,
                   14700:          results/045.processed, results/046.processed,
                   14701:          results/047.processed, results/048.processed,
                   14702:          results/049.processed, results/050.processed,
                   14703:          results/051.processed, results/052.processed,
                   14704:          results/053.processed, results/054.processed,
                   14705:          results/055.processed, results/056.processed,
                   14706:          results/057.processed, results/058.processed,
                   14707:          results/059.processed, results/060.processed,
                   14708:          results/061.processed, results/062.processed,
                   14709:          results/063.processed, results/064.processed,
                   14710:          results/065.processed, results/066.processed,
                   14711:          results/067.processed, results/068.processed,
                   14712:          results/069.processed, results/070.processed,
                   14713:          results/071.processed, results/072.processed,
                   14714:          results/073.processed, results/074.processed,
                   14715:          results/075.processed, results/076.processed,
                   14716:          results/077.processed, results/078.processed,
                   14717:          results/079.processed, results/080.processed,
                   14718:          results/081.processed, results/082.processed,
                   14719:          results/083.processed, results/084.processed,
                   14720:          results/085.processed, results/086.processed,
                   14721:          results/087.processed, results/088.processed,
                   14722:          results/089.processed, results/090.processed,
                   14723:          results/091.processed, results/092.processed,
                   14724:          results/093.processed, results/094.processed,
                   14725:          results/095.processed, results/096.processed,
                   14726:          results/097.processed, results/098.processed,
                   14727:          results/099.processed, results/100.processed,
                   14728:          results/101.processed, results/102.processed,
                   14729:          results/103.processed, results/104.processed,
                   14730:          results/105.processed, results/106.processed,
                   14731:          results/107.processed, results/108.processed,
                   14732:          results/109.processed, results/110.processed,
                   14733:          results/111.processed, results/112.processed,
                   14734:          results/113.processed, results/114.processed,
                   14735:          results/115.processed, results/116.processed,
                   14736:          results/117.processed, results/118.processed,
                   14737:          results/119.processed, results/120.processed,
                   14738:          results/121.processed, results/122.processed,
                   14739:          results/123.processed, results/124.processed,
                   14740:          results/125.processed, results/126.processed,
                   14741:          results/127.processed, results/128.processed,
                   14742:          results/129.processed, results/130.processed,
                   14743:          results/131.processed, results/132.processed,
                   14744:          results/133.processed, results/134.processed,
                   14745:          results/135.processed, results/136.processed,
                   14746:          results/137.processed, results/138.processed,
                   14747:          results/139.processed, results/140.processed,
                   14748:          results/141.processed: merged(copied) to HEAD from template_gc
                   14749: 
                   14750:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   14751:          towards \parser3project not having to be in root
                   14752: 
                   14753:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   14754:          module compiled [were minor unnecessary changes in lib/md5
                   14755:          interface]
                   14756: 
                   14757:        * src/include/pa_version.h: release
                   14758: 
                   14759:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   14760: 
                   14761:        * src/classes/math.C: merged uuid bugfix
                   14762: 
                   14763:        * tests/: 141.html, results/141.processed: fixed bug with
                   14764:          too-small-a-buffer
                   14765: 
                   14766:        * src/classes/math.C: uuid bugfix
                   14767: 
                   14768:        * tests/: 141.html, Makefile, results/005.processed,
                   14769:          results/030.processed, results/075.processed,
                   14770:          results/078.processed: to reflect date format change (were -
                   14771:          become ' ')
                   14772: 
                   14773:        * src/classes/math.C: uuid bugfix
                   14774: 
                   14775:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   14776:          debug/release changes
                   14777: 
                   14778:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   14779: 
                   14780: 2003-07-23  paf
                   14781: 
                   14782:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   14783:          renamed a little [to move to comman naming conv]
                   14784: 
1.116     moko     14785:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   14786:          build
1.95      moko     14787: 
                   14788:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   14789:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14790:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   14791:          stack top_index() fixed
                   14792: 
                   14793:        * src/main/pa_globals.C: minor style changes
                   14794: 
                   14795:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   14796:          closing/caching fixed [connections were not closed/put to cache]
                   14797: 
                   14798: 2003-07-22  paf
                   14799: 
                   14800:        * INSTALL: gc part updated stightly
                   14801: 
                   14802:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   14803:          new sapi interface
                   14804: 
                   14805:        * src/classes/file.C: comment on OS
                   14806: 
                   14807:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   14808:          one deeper in cord lib]
                   14809: 
                   14810:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   14811: 
                   14812:        * src/main/pa_memory.C: out of memory is no longer coredump
                   14813: 
                   14814:        * INSTALL: disable-threads adviced
                   14815: 
                   14816: 2003-07-21  paf
                   14817: 
1.116     moko     14818:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     14819: 
                   14820:        * src/classes/file.C: file::exec/cgi environment variables now must
                   14821:          be UPPERCASE and A-Z 0-9 _-
                   14822: 
                   14823:        * src/classes/file.C: env passing fixed
                   14824: 
                   14825:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   14826: 
                   14827:        * src/main/pa_common.C: http:// CRLF now
                   14828: 
                   14829: 2003-07-02  paf
                   14830: 
                   14831:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   14832:          fields to reflect their real meaning
                   14833: 
                   14834: 2003-06-27  paf
                   14835: 
                   14836:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   14837:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   14838:          file::exec/cgi .charset
                   14839: 
                   14840: 2003-06-26  paf
                   14841: 
                   14842:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   14843:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   14844:          src/classes/table.C: fixed several uninitialized local
                   14845:          structures.  notably ^hash.foreach now inserts delimiters
                   14846:          properly [were inserting it before first body]
                   14847: 
                   14848: 2003-06-24  paf
                   14849: 
                   14850:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   14851: 
                   14852: 2003-06-20  paf
                   14853: 
                   14854:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   14855:          src/main/pa_globals.C: introducing
                   14856:          $f[^file::load[binary;http://...]] $f.tables
                   14857: 
                   14858: 2003-06-06  paf
                   14859: 
                   14860:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   14861:          table. [were method lookup: inconsistent]
                   14862: 
                   14863: 2003-06-02  paf
                   14864: 
                   14865:        * src/include/pa_memory.h: empty string clone fixed to return
                   14866:          writable memory
                   14867: 
                   14868:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   14869:          were not appended] which violated string invariant
                   14870: 
                   14871: 2003-05-30  paf
                   14872: 
                   14873:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   14874:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   14875: 
                   14876:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   14877:          GMT  ; RFC 822, updated by RFC 1123
                   14878: 
                   14879:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   14880:          targets/isapi/parser3isapi.C: initialized request_info properly
                   14881: 
                   14882:        * src/classes/xnode.C: found minor bug, commended for future
                   14883: 
                   14884: 2003-05-28  paf
                   14885: 
                   14886:        * src/classes/form.C: request_info.content_length can't be <0,
                   14887:          size_t for some time
                   14888: 
                   14889: 2003-05-26  paf
                   14890: 
                   14891:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   14892:          forgotten <0 changed to !=STRING_NOT_FOUND
                   14893: 
                   14894:        * src/classes/math.C: merged ffffu from HEAD
                   14895: 
                   14896: 2003-05-11  paf
                   14897: 
                   14898:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   14899: 
                   14900:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   14901:          premature doc free.  transformed document had xmlDoc reference
                   14902:          stored to non-gc-memory (libgdome) added holding-reference
                   14903: 
                   14904: 2003-04-29  paf
                   14905: 
                   14906:        * src/main/pa_globals.C: started digging on double free.  on win32
                   14907:          found that that's perfectly normal.
                   14908: 
                   14909: 2003-04-25  paf
                   14910: 
                   14911:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   14912: 
                   14913:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   14914: 
                   14915:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   14916:          print anything.  changed to quicker and simplier code
                   14917: 
                   14918:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   14919:          strict a check]
                   14920: 
                   14921:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   14922: 
                   14923: 2003-04-24  paf
                   14924: 
                   14925:        * src/include/pa_table.h: too strict assert loosened
                   14926: 
                   14927:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   14928:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   14929:          report
                   14930: 
                   14931: 2003-04-21  paf
                   14932: 
1.116     moko     14933:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     14934: 
                   14935:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   14936:          memory
                   14937: 
                   14938:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   14939:          xmlMallocAtomic [author agreed to my suggestion], used that
                   14940: 
                   14941:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   14942: 
                   14943:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   14944:          types/pa_vmail.C: attributed_meaning_to_string added
                   14945:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   14946:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   14947:          made that param obligatory
                   14948: 
                   14949:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   14950:          fixed [assert helped]
                   14951: 
                   14952:        * src/include/pa_string.h: assert added [looking for bug]
                   14953: 
                   14954:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   14955:          names on Win32 considered disk-global
                   14956: 
                   14957:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   14958:          considered disk-global
                   14959: 
                   14960: 2003-04-18  paf
                   14961: 
                   14962:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   14963:          filenames
                   14964: 
                   14965:        * src/main/untaint.C: enabled '~' letter in filenames
                   14966: 
                   14967: 2003-04-16  paf
                   14968: 
                   14969:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   14970: 
                   14971:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   14972:          HEAD
                   14973: 
1.116     moko     14974:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     14975: 
                   14976: 2003-04-15  paf
                   14977: 
                   14978:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14979:          src/lib/md5/pa_md5c.c, tests/141.html,
                   14980:          tests/results/141.processed: merged from head ^math:uuid[]
                   14981:          ^math:uid64[] ^math:md5[string]
                   14982: 
                   14983:          test added: 141.html
                   14984: 
                   14985:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   14986: 
                   14987:        * src/classes/math.C: ^math:uuid[]
                   14988: 
                   14989:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   14990: 
                   14991:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   14992:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   14993: 
                   14994:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   14995:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   14996:          ^file::load[mode;name;     $.offset     $.limit
                   14997: 
                   14998: 2003-04-14  paf
                   14999: 
                   15000:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15001:          started ^math:md5
                   15002: 
                   15003:        * src/classes/table.C, src/include/pa_array.h,
                   15004:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   15005:          tests/results/140.processed: table $.reverse option works in
                   15006:          create&co table $.distinct[tables] bug fix merged
                   15007: 
                   15008:        * src/: classes/table.C, include/pa_table.h: table
                   15009:          $.distinct[tables] bug fixed
                   15010: 
                   15011:        * src/classes/table.C: more warnings
                   15012: 
                   15013:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   15014:          removed checks in table::set_current, moved them back to
                   15015:          table::locate implemented table::create/join ñ $.reverse
                   15016: 
                   15017:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   15018:          removed checks in table::set_current, moved them back to
                   15019:          table::locate
                   15020: 
                   15021: 2003-04-11  paf
                   15022: 
                   15023:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15024:          src/include/pa_array.h, src/include/pa_common.h,
                   15025:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   15026:          src/include/pa_table.h, src/main/pa_request.C,
                   15027:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15028:          src/main/pa_table.C: merged from HEAD from
                   15029:          before_append_array_limit_sense_change to
                   15030:          after_append_array_limit_sense_change
                   15031: 
                   15032:        * src/classes/table.C: typo
                   15033: 
                   15034:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15035:          src/include/pa_array.h, src/include/pa_common.h,
                   15036:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   15037:          src/include/pa_table.h, src/main/pa_array.C,
                   15038:          src/main/pa_globals.C, src/main/pa_request.C,
                   15039:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15040:          src/main/pa_table.C: append_array_limit_sense_change locate
                   15041:          accepts options same as create new option: $.reverse(1)   [do not
                   15042:          work in table::create]
                   15043: 
                   15044:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   15045:          (stat xxx,
                   15046: 
                   15047:        * src/classes/: table.C: typo
                   15048: 
                   15049:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   15050:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   15051:          results/130.processed, results/131.processed,
                   15052:          results/132.processed, results/133.processed,
                   15053:          results/134.processed, results/135.processed,
                   15054:          results/136.processed, results/137.processed,
                   15055:          results/138.processed, results/139.processed: added few mustfail
                   15056:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   15057:          date/time 132.html mustfail: access to junction outside of
                   15058:          context 133.html mustfail: access to junction outside of context,
                   15059:          case version 134.html mustfail: hash: adding a key inside of
                   15060:          foreach 135.html mustfail: modifying system class 136.html
                   15061:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   15062:          appendChild without import 138.html mustfail: invalid encoding
                   15063:          inside of xml 139.html mustfail: bad XPath
                   15064: 
                   15065:        * operators.txt, src/classes/table.C, tests/084.html,
                   15066:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   15067:          tests/129.html, tests/results/125.processed,
                   15068:          tests/results/126.processed, tests/results/127.processed,
                   15069:          tests/results/128.processed, tests/results/129.processed: merged
                   15070:          from HEAD ^table.hash[key][$.distinct[tables]]
                   15071: 
                   15072:          maked appropriate tests [changed one old nonconforming]
                   15073: 
                   15074:        * operators.txt, src/classes/table.C:
                   15075:          ^table.hash[key][$.distinct[tables]]
                   15076: 
                   15077:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15078:          merged fix for found very old xml (dom) bug: were passing
                   15079:          domString objects and later ERROREOUSLY freed them
                   15080: 
                   15081:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   15082:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   15083:          libgdome bug can not be worked around
                   15084: 
                   15085: 2003-04-10  paf
                   15086: 
                   15087:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15088:          found very old xml (dom) bug: were passing domString objects and
                   15089:          later ERROREOUSLY freed them
                   15090: 
                   15091:        * src/doc/string.dox, src/include/pa_memory.h,
                   15092:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   15093:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   15094:          tests/123.html, tests/124.html, tests/results/001.processed,
                   15095:          tests/results/002.processed, tests/results/003.processed,
                   15096:          tests/results/004.processed, tests/results/005.processed,
                   15097:          tests/results/006.processed, tests/results/008.processed,
                   15098:          tests/results/009.processed, tests/results/010.processed,
                   15099:          tests/results/011.processed, tests/results/012.processed,
                   15100:          tests/results/013.processed, tests/results/014.processed,
                   15101:          tests/results/015.processed, tests/results/016.processed,
                   15102:          tests/results/017.processed, tests/results/018.processed,
                   15103:          tests/results/020.processed, tests/results/021.processed,
                   15104:          tests/results/022.processed, tests/results/023.processed,
                   15105:          tests/results/024.processed, tests/results/025.processed,
                   15106:          tests/results/026.processed, tests/results/027.processed,
                   15107:          tests/results/028.processed, tests/results/029.processed,
                   15108:          tests/results/030.processed, tests/results/031.processed,
                   15109:          tests/results/032.processed, tests/results/033.processed,
                   15110:          tests/results/034.processed, tests/results/035.processed,
                   15111:          tests/results/036.processed, tests/results/037.processed,
                   15112:          tests/results/038.processed, tests/results/039.processed,
                   15113:          tests/results/040.processed, tests/results/041.processed,
                   15114:          tests/results/042.processed, tests/results/043.processed,
                   15115:          tests/results/044.processed, tests/results/045.processed,
                   15116:          tests/results/046.processed, tests/results/047.processed,
                   15117:          tests/results/048.processed, tests/results/049.processed,
                   15118:          tests/results/050.processed, tests/results/051.processed,
                   15119:          tests/results/052.processed, tests/results/053.processed,
                   15120:          tests/results/054.processed, tests/results/055.processed,
                   15121:          tests/results/056.processed, tests/results/057.processed,
                   15122:          tests/results/058.processed, tests/results/059.processed,
                   15123:          tests/results/060.processed, tests/results/061.processed,
                   15124:          tests/results/062.processed, tests/results/063.processed,
                   15125:          tests/results/064.processed, tests/results/065.processed,
                   15126:          tests/results/066.processed, tests/results/067.processed,
                   15127:          tests/results/068.processed, tests/results/069.processed,
                   15128:          tests/results/070.processed, tests/results/071.processed,
                   15129:          tests/results/072.processed, tests/results/073.processed,
                   15130:          tests/results/074.processed, tests/results/075.processed,
                   15131:          tests/results/076.processed, tests/results/077.processed,
                   15132:          tests/results/078.processed, tests/results/079.processed,
                   15133:          tests/results/080.processed, tests/results/081.processed,
                   15134:          tests/results/082.processed, tests/results/083.processed,
                   15135:          tests/results/084.processed, tests/results/085.processed,
                   15136:          tests/results/086.processed, tests/results/087.processed,
                   15137:          tests/results/088.processed, tests/results/089.processed,
                   15138:          tests/results/090.processed, tests/results/091.processed,
                   15139:          tests/results/092.processed, tests/results/093.processed,
                   15140:          tests/results/094.processed, tests/results/095.processed,
                   15141:          tests/results/096.processed, tests/results/097.processed,
                   15142:          tests/results/101.processed, tests/results/102.processed,
                   15143:          tests/results/104.processed, tests/results/105.processed,
                   15144:          tests/results/106.processed, tests/results/107.processed,
                   15145:          tests/results/108.processed, tests/results/109.processed,
                   15146:          tests/results/110.processed, tests/results/111.processed,
                   15147:          tests/results/112.processed, tests/results/113.processed,
                   15148:          tests/results/114.processed, tests/results/115.processed,
                   15149:          tests/results/116.processed, tests/results/117.processed,
                   15150:          tests/results/118.processed, tests/results/119.processed,
                   15151:          tests/results/120.processed, tests/results/121.processed,
                   15152:          tests/results/122.processed, tests/results/123.processed,
                   15153:          tests/results/124.processed: new convention: char* never 0.
                   15154:          assert in cord on that
                   15155: 
                   15156:        * src/main/pa_charset.C: couple more asserts
                   15157: 
                   15158:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   15159:          speedup
                   15160: 
                   15161:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   15162:          added [may be those is the case now?]
                   15163: 
                   15164:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15165:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15166:          hope]
                   15167: 
                   15168:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15169:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15170:          hope]
                   15171: 
                   15172:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   15173: 
                   15174: 2003-04-09  paf
                   15175: 
                   15176:        * src/classes/date.C: merged ^date.roll changes
                   15177: 
                   15178:        * src/classes/date.C: ^date.roll bug fix
                   15179: 
                   15180:        * src/classes/date.C: ^date.roll now throws less errors: month
                   15181:          shifts handles end of month situation by reducing day number
                   15182:          hour-hole shift reduces hour to recover
                   15183: 
                   15184:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   15185:          Sort by function time
                   15186: 
                   15187:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   15188:          http://   $.charset[] param done
                   15189: 
                   15190:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   15191:          added [after volatile fix. passes on win&intel-solaris]
                   15192: 
                   15193: 2003-04-08  paf
                   15194: 
                   15195:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   15196:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   15197:          include/pa_common.h, include/pa_request_charsets.h,
                   15198:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15199:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   15200:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   15201:          types/pa_vresponse.C: started http://   $.charset[] param and
                   15202:          http response charset detection just compiled.  todo:test
                   15203: 
                   15204:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   15205: 
                   15206:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   15207:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   15208:          types/pa_vmail.C: changed transcode param converntion  along with
                   15209:          string creating convention -- all strings are zero-terminated,
                   15210:          this allowed to fix one remaining String("123", 2) case
                   15211: 
                   15212:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15213:          classes/op.C, classes/string.C, classes/table.C,
                   15214:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   15215:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   15216:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15217:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   15218:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   15219:          violated String::invariant. started fixing [not compiled now]
                   15220: 
                   15221:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15222:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   15223:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   15224:          improvements & optimizations
                   15225: 
                   15226:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   15227:          :(]
                   15228: 
                   15229:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   15230:          [for it's a pointer really]
                   15231: 
                   15232:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   15233:          'n' param. worked that around
                   15234: 
                   15235:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   15236:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   15237:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   15238:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   15239:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   15240: 
                   15241:          Thanks for the bug report and patch.
                   15242: 
                   15243:          I hadn't looked at this code in a while.  Reading it now, it
                   15244:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   15245:          comply with the invariant, though that may not matter a lot.  I
                   15246:          changed that, too.
                   15247: 
                   15248:          Hans
                   15249: 
                   15250: 2003-04-07  paf
                   15251: 
                   15252:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   15253:          merged from head:safe mode error message now includes numbers
                   15254: 
                   15255:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15256:          problem: as_double returns it's result in fp-register compiler
                   15257:          optimizes access to that register after b->as_double, and just
                   15258:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15259:          from memory.  _SAME_ double values do not match here.  when
                   15260:          forced to REload fp-register, values do match.
                   15261: 
                   15262:          tried to make them volatile.
                   15263: 
                   15264:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15265:          problem: as_double returns it's result in fp-register compiler
                   15266:          optimizes access to that register after b->as_double, and just
                   15267:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15268:          from memory.  _SAME_ double values do not match here.  when
                   15269:          forced to REload fp-register, values do match.
                   15270: 
                   15271:          tried to make them volatile.
                   15272: 
                   15273:        * src/types/pa_vobject.h: small style change
                   15274: 
                   15275:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   15276: 
                   15277:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   15278:          mode error message now includes numbers
                   15279: 
                   15280:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   15281:          now causes death
                   15282: 
                   15283: 2003-04-04  paf
                   15284: 
                   15285:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   15286:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   15287:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   15288:          Sent: Thursday, January 23, 2003 9:14 AM
                   15289: 
                   15290:          huge speedup on ^file::cgi with big result
                   15291: 
                   15292:        * src/classes/table.C: sort table with 0 rows bug fixed
                   15293: 
                   15294:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   15295:          fix http://i2/tasks/edit/?id=4493701604654042676
                   15296: 
                   15297:          @main[] $with_default[  $.a[1]  $._default[default from
                   15298:          with_default] ] ^show[$with_default]
                   15299: 
                   15300:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15301:          =$to_add_to.xxx=<br>
                   15302: 
                   15303:          ^show[$to_add_to]
                   15304: 
                   15305:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15306:          ^show[$cloned]
                   15307: 
                   15308:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15309: 
                   15310:          }  <hr>
                   15311: 
                   15312:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   15313:          http://i2/tasks/edit/?id=4493701604654042676
                   15314: 
                   15315:          @main[] $with_default[  $.a[1]  $._default[default from
                   15316:          with_default] ] ^show[$with_default]
                   15317: 
                   15318:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15319:          =$to_add_to.xxx=<br>
                   15320: 
                   15321:          ^show[$to_add_to]
                   15322: 
                   15323:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15324:          ^show[$cloned]
                   15325: 
                   15326:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15327: 
                   15328:          }  <hr>
                   15329: 
                   15330:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   15331:          http://i2/tasks/edit/?id=4507350336410850921
                   15332: 
                   15333:        * src/classes/xdoc.C: memory allocation func bugfix
                   15334:          http://i2/tasks/edit/?id=4499303470368629745
                   15335: 
                   15336:        * src/classes/math.C: allowed random 1...
                   15337: 
                   15338:        * src/classes/math.C: allowed random 0..
                   15339: 
                   15340:        * src/main/pa_globals.C: exif mem leak
                   15341:          http://i2/tasks/edit/?id=4480590323629807263
                   15342: 
                   15343:        * src/: classes/classes.dsp, main/main.dsp,
                   15344:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   15345:          fix http://i2/tasks/edit/?id=4493946731322521294
                   15346:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   15347: 
                   15348:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15349:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   15350:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   15351:          links to xml libs made relative, no need to unpack parser3project
                   15352:          to /parser3project.
                   15353: 
                   15354:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   15355:          column more precise - tab handling bug fixed
                   15356: 
                   15357:        * src/main/: compile.tab.C, compile.y: more understandable error
                   15358:          message in case @CLASS with more then one line inside
                   15359: 
                   15360:        * src/targets/cgi/parser3.C: more understandable error message in
                   15361:          case of errors in @unhandled_exception
                   15362: 
                   15363: 2003-04-03  paf
                   15364: 
                   15365:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   15366:          src/main/compile.tab.C, src/main/compile.y,
                   15367:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15368:          src/main/execute.C, src/main/pa_request.C: debug info format
                   15369:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   15370: 
                   15371:          higher limits:   file number (max: 255)   line number (max:
                   15372:          64535)   column number (max: 255)
                   15373: 
                   15374:        * src/classes/math.C: top limit
                   15375: 
                   15376:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15377:          precise parse error position in case of
                   15378: 
                   15379:          ^bug ]
                   15380: 
                   15381:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   15382:          changed to realities, and passed [bug fixed]
                   15383: 
                   15384:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   15385:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15386:          main/compile_tools.h, main/pa_request.C: introducing
                   15387:          ^process...[main-method-alias]
                   15388: 
                   15389:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   15390:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15391:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   15392:          params receive zero reference, but they are expected not to look
                   15393:          there]
                   15394: 
                   15395:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   15396:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   15397:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15398:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15399:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15400:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15401:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   15402:          [methods without params receive zero reference, but they are
                   15403:          expected not to look there]
                   15404: 
                   15405:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   15406:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   15407:          ^process...[filename] useful for better error reporting
                   15408:          [file/line/col]
                   15409: 
                   15410:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   15411:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   15412:          '%s', it 2. method undefined in case of ^void[]
                   15413: 
                   15414:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15415:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   15416:          handling done. now we have error columns todo: test it
                   15417: 
                   15418:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   15419:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   15420: 
                   15421:          this makes life easier: were: bad stack order -- were in
                   15422:          exception catch unwind order, which didn't match execution order
                   15423: 
                   15424:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   15425: 
                   15426:          @first[] ^throw[a;1]
                   15427: 
                   15428:          showed throw a first throw b try
                   15429: 
                   15430:          which is no good
                   15431: 
                   15432:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15433:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   15434:          trace reset after handled exception [old bug fixed]
                   15435: 
                   15436:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   15437:          fixed.  position reporting made precise [both, in parse erros and
                   15438:          runtime errors]
                   15439: 
                   15440: 2003-04-02  paf
                   15441: 
                   15442:        * src/: include/pa_operation.h, include/pa_request.h,
                   15443:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15444:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15445:          main/pa_exception.C, main/pa_request.C: debug info: started
                   15446:          using.  todo:complete
                   15447: 
                   15448:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   15449:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15450:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15451:          main/pa_request.C: prepared debug info todo:use it
                   15452: 
                   15453:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   15454:          return Operation class->union after switching from autoptrs.
                   15455: 
                   15456:        * tests/: Makefile, results/108.processed, results/117.processed:
                   15457:          meta considered OK [it's up to coder now to remove it not needed]
                   15458: 
                   15459:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   15460:          Dictionary constructor when moved to gc]
                   15461: 
                   15462:        * src/main/pa_common.C: uncommented http:// file loading
                   15463: 
                   15464:        * src/include/pa_array.h, src/main/execute.C,
                   15465:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   15466:          fix [gdGrowingBuf]
                   15467: 
                   15468:        * configure.in, src/lib/Makefile.am: removed patches
                   15469: 
                   15470:        * configure, src/include/pa_config_auto.h.in,
                   15471:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   15472: 
                   15473:        * src/main/pa_common.C: uncommented http:// file loading
                   15474: 
                   15475:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   15476:          xdoc::create/load
                   15477: 
                   15478:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   15479:          classes/string.C, classes/table.C, classes/void.C,
                   15480:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   15481:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   15482:          String::String(str,helper_length) are checked.  found/fixed one
                   15483:          place: $request:body now zero-terminated,
                   15484: 
                   15485:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15486:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   15487:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   15488:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15489:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15490:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   15491:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   15492:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   15493:          easily optimizable)
                   15494: 
                   15495:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   15496:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   15497: 
                   15498:        * src/: include/pa_array.h, include/pa_stack.h,
                   15499:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   15500:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   15501:          become assertion iterator in methodframe filler
                   15502: 
                   15503:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   15504:          targets/cgi/parser3.C: array::get/put inlined
                   15505: 
                   15506:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   15507:          gc_substitute_memory_management_functions +installed CORD_oom
                   15508:          function
                   15509: 
                   15510:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   15511:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   15512:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   15513:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   15514:          assertions started configure.in --enable-assertions
                   15515: 
                   15516: 2003-04-01  paf
                   15517: 
                   15518:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   15519:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   15520:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   15521:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   15522:          gc misses that and collects valid memory fixed by remembering
                   15523:          xmlDoc from dom object in xdoc.  todo: do something with
                   15524:          premature free of xdoc with xnodes/node values referring into it
                   15525: 
                   15526:        * src/classes/: mail.C: typo fix
                   15527: 
                   15528:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   15529:          changes
                   15530: 
                   15531:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   15532:          main/pa_memory.C: moved memory debugging to global level: to
                   15533:          pa_gc_malloc
                   15534: 
                   15535:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   15536:          debugging showed no errors. todo: debug parser memory
                   15537: 
                   15538:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   15539:          configurations
                   15540: 
                   15541:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   15542:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   15543:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   15544:          types/types.dsp: prepared xml-static configuration
                   15545: 
                   15546: 2003-03-31  paf
                   15547: 
                   15548:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   15549:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   15550:          xml lib memory debugging, simple checks failed: it seems that
                   15551:          library does realloc(bad ptr), and recording those ptrs in heap
                   15552:          [for debugging] was bad: heap situation changes = everything
                   15553:          works fine
                   15554: 
                   15555:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   15556:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   15557:          limit of 10 user-defined charsets]
                   15558: 
                   15559: 2003-03-28  paf
                   15560: 
                   15561:        * src/main/execute.C: execution stack copied to local register
                   15562:          variable, removed lots [~2e7) of memory accesses
                   15563: 
                   15564: 2003-03-27  paf
                   15565: 
                   15566:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   15567:          works in debug, but fails in release todo: fix that
                   15568: 
                   15569:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   15570:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   15571:          replacement from gc branch
                   15572: 
                   15573:        * src/main/pa_exec.C: introducing append_help_length [radical
                   15574:          improvement here]
                   15575: 
                   15576:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   15577:          'not recommened' in gc.h, on win32 noticed no difference]
                   15578: 
                   15579:        * src/include/pa_array.h: returned checked array get [were disabled
                   15580:          for debugging] result:not slower [don't understand that, it were
                   15581:          INLINED] todo: find out a way of inlining it!
                   15582: 
                   15583:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   15584:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   15585:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   15586:          convention changed: all resulting strings are zero-terminated
                   15587: 
                   15588:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15589:          classes/string.C, classes/table.C, classes/void.C,
                   15590:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   15591:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   15592:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   15593:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15594:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   15595:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   15596:          append_help_length [radical improvement here]
                   15597: 
                   15598:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   15599:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   15600:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   15601:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   15602:          even slower
                   15603: 
                   15604:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   15605:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   15606:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   15607:          clients of &get(): most to use non-ref version, some[in tight
                   15608:          places] to get_unchecked_ref
                   15609: 
                   15610:        * src/doc/memory.dox: forgot to add
                   15611: 
                   15612:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   15613:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   15614:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   15615:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   15616:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   15617:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   15618:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   15619:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   15620:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   15621:          func] other Array & removed
                   15622: 
                   15623: 2003-03-26  paf
                   15624: 
                   15625:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   15626:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   15627:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   15628:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15629:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   15630:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   15631:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15632:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   15633:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15634:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   15635:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   15636:          pre-evaluated .count() in some places
                   15637: 
                   15638:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15639:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   15640:          types/types.dsp: .dsp profiling updated
                   15641: 
                   15642:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   15643:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   15644:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   15645: 
                   15646:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   15647:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   15648:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   15649:          use lib/gc,lib/cord
                   15650: 
1.116     moko     15651:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   15652:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     15653:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   15654:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   15655:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15656:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     15657:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     15658:          src/lib/cord/include/Makefile.am,
1.116     moko     15659:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   15660:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   15661:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   15662:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   15663:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   15664:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   15665:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   15666:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   15667:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   15668:          funcs ported pa_exec
1.95      moko     15669: 
                   15670:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   15671: 
                   15672:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   15673:          bundled gc includes
                   15674: 
                   15675:        * src/: classes/op.C, include/pa_array.h,
                   15676:          include/pa_sql_connection.h, include/pa_string.h,
                   15677:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   15678:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   15679:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   15680:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   15681:          first real site (aval)]
                   15682: 
                   15683: 2003-03-25  paf
                   15684: 
                   15685:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   15686:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   15687:          process
                   15688: 
                   15689:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   15690:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   15691: 
                   15692:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   15693: 
                   15694:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   15695:          src/types/pa_value.h, src/types/pa_vfile.h,
                   15696:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15697:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   15698:          tests/results/121.processed: untaint.C L_URI
                   15699: 
                   15700:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   15701:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   15702:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   15703:          src/types/pa_vmemory.h: ^memory:compact[]
                   15704: 
                   15705:        * tests/results/109.processed: it was a bug in parser. updated 109
                   15706:          test result
                   15707: 
                   15708:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   15709: 
                   15710:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   15711:          tests/results/107.processed: fixed dom language [values are now
                   15712:          considered tainted.  it was a bug in parser. updated 107 test
                   15713:          result
                   15714: 
                   15715:        * src/classes/xdoc.C: fixed transform params
                   15716: 
                   15717:        * src/: include/pa_stylesheet_manager.h,
                   15718:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   15719: 
                   15720:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   15721:          overloads for structure handling
                   15722: 
                   15723:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   15724:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   15725:          StringBody(0) ambiguilty, introducting static
                   15726:          StringBody::Format(int)
                   15727: 
                   15728:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   15729:          linked
                   15730: 
                   15731:        * src/types/pa_vxdoc.C: vxdoc compiled
                   15732: 
                   15733:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   15734:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   15735:          finalizers isntalled
                   15736: 
                   15737:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   15738:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   15739:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15740:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   15741:          compiled todo: xnode.C / finalizers
                   15742: 
                   15743:        * src/doc/string.dox: updated: new string internals
                   15744: 
                   15745: 2003-03-24  paf
                   15746: 
                   15747:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15748:          include/pa_charset.h, include/pa_config_fixed.h,
                   15749:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   15750:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   15751:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   15752:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   15753:          types/pa_vxnode.h: started XML
                   15754: 
                   15755:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   15756: 
                   15757:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15758:          include/pa_string.h, main/pa_common.C,
                   15759:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   15760: 
                   15761:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15762:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   15763:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15764:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   15765:          for eq STRING_NOT_FOUND
                   15766: 
                   15767:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   15768:          optimize bit implemented
                   15769: 
                   15770:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15771:          String::ArrayFragment::append_positions fixed
                   15772: 
                   15773:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   15774:          String::this_starts fixed
                   15775: 
                   15776:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   15777: 
                   15778:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   15779:          hashcode implemented fully, including per-char callback [it can
                   15780:          be - substr CORD node]
                   15781: 
                   15782:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   15783:          rewritten to rewalloc with 100byte buf ahead
                   15784: 
                   15785:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   15786:          src/include/pa_string.h, src/main/compile.tab.C,
                   15787:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   15788:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   15789:          CORD_ec [bad] would rewrite as realloc now
                   15790: 
                   15791:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15792:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   15793:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15794:          include/pa_common.h, include/pa_request.h,
                   15795:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   15796:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   15797:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   15798:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   15799:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   15800:          types/pa_vstateless_class.h: 2*2 worked :)
                   15801: 
                   15802:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   15803:          src/include/pa_exec.h, src/include/pa_string.h,
                   15804:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   15805:          passed OK
                   15806: 
                   15807:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15808:          types/pa_value.C: all linked todo: debug
                   15809: 
                   15810:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   15811:          types/pa_vstateless_class.C: all compiled.  todo:link
                   15812: 
                   15813:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   15814: 
                   15815:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   15816: 
                   15817:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   15818: 
                   15819:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   15820: 
                   15821:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   15822:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   15823:          pa_vstateless_class.C, pa_vstateless_class.h:
                   15824:          pa_vstateless_class.C compiled
                   15825: 
                   15826:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   15827:          types/pa_vmath.C: pa_vmail.C compiled
                   15828: 
                   15829:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   15830: 
                   15831:        * src/types/pa_vform.C: pa_vform.C compiled
                   15832: 
                   15833:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   15834: 
                   15835:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   15836:          pa_vstateless_class.C: pa_vcookie.C compiled
                   15837: 
                   15838:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   15839:          types/pa_vhash.h: pa_value.C compiled
                   15840: 
                   15841:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   15842:          classes.lib main.lib compiled
                   15843: 
                   15844:        * src/classes/void.C: void.C compiled
                   15845: 
                   15846:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   15847:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   15848:          compiled
                   15849: 
                   15850:        * src/: classes/string.C, include/pa_request.h,
                   15851:          include/pa_string.h, main/pa_string.C: string.C compiled
                   15852: 
                   15853:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   15854:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   15855:          main/pa_request.C, main/pa_string.C: op.C compiled
                   15856: 
                   15857:        * src/classes/: math.C, op.C: math.C compiled
                   15858: 
                   15859:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   15860:          types/pa_vmail.h: mail.C compiled
                   15861: 
                   15862:        * src/classes/: int.C, table.C: int.C compiled
                   15863: 
                   15864:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   15865:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   15866:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   15867:          compiled
                   15868: 
                   15869:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15870:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   15871:          include/pa_sql_connection.h: hash.C compiled
                   15872: 
                   15873:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   15874:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   15875:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15876:          classes/math.C, classes/op.C, classes/response.C,
                   15877:          classes/string.C, classes/table.C, classes/void.C,
                   15878:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   15879:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15880:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   15881:          file.C table.C compiled
                   15882: 
                   15883:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   15884:          main/untaint.C: main.lib compiled
                   15885: 
                   15886: 2003-03-21  paf
                   15887: 
                   15888:        * src/: classes/op.C, include/pa_cache_managers.h,
                   15889:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15890:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   15891:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15892:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   15893:          compiled
                   15894: 
                   15895:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   15896:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   15897:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15898:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   15899:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   15900:          pa_request.C compiled
                   15901: 
                   15902:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   15903:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   15904:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   15905:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   15906:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15907:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   15908:          compiled
                   15909: 
                   15910:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   15911:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   15912:          on unix
                   15913: 
                   15914:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15915:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   15916:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   15917:          pa_charsets.C compiled
                   15918: 
                   15919:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   15920:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   15921:          main/compile.y, main/execute.C, main/pa_common.C,
                   15922:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   15923:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   15924:          types/pa_vmethod_frame.h: execute.C compiled
                   15925: 
                   15926:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15927:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15928:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15929:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   15930:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15931:          include/pa_cache_managers.h, include/pa_charsets.h,
                   15932:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   15933:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   15934:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15935:          include/pa_stylesheet_connection.h,
                   15936:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15937:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15938:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15939:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15940:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   15941:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   15942:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15943:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   15944:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   15945:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15946:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15947:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15948:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15949:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15950:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15951:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15952:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15953:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15954:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15955:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15956:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15957:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15958:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15959:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15960:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   15961:          [C++ CORD wrapper]
                   15962: 
                   15963:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   15964: 
                   15965:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   15966:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   15967: 
                   15968:          command line, env values, input got transcoded before call
                   15969:          stdout, stderr got transcoded after call
                   15970: 
                   15971:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   15972:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   15973: 
                   15974:        * src/main/pa_common.C: } typo bug fix
                   15975: 
                   15976:        * src/main/pa_common.C: } typo bug fix
                   15977: 
                   15978: 2003-03-20  paf
                   15979: 
                   15980:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   15981:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   15982: 
                   15983:        * src/include/pa_string.h: more tests
                   15984: 
                   15985:        * src/main/pa_string.C: string.pos fixed
                   15986: 
1.116     moko     15987:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   15988:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   15989:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   15990:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   15991:          replaces
1.95      moko     15992: 
                   15993:        * src/: classes/image.C, include/pa_dictionary.h,
                   15994:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15995:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   15996:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   15997:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   15998: 
                   15999:        * src/include/pa_string.h: warning
                   16000: 
                   16001:        * src/include/pa_string.h: this_starts fixed
                   16002: 
                   16003:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   16004:          new String ctor & append params convention
                   16005: 
                   16006:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   16007:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   16008:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   16009:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   16010:          main/pa_exception.C, main/pa_exec.C,
                   16011:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16012:          main/pa_stylesheet_manager.C, main/untaint.C,
                   16013:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   16014:          types/pa_vmail.C: more tests OK
                   16015: 
                   16016:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   16017:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   16018:          gc/exit runned OK
                   16019: 
                   16020:        * src/types/pa_vmail.C: another naming problem: should not name
                   16021:          vars like that: unpredictable close caused problems with later
                   16022:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   16023:          descriptors missing on startup: stdin; Bad file number
                   16024: 
                   16025:          todo: find out why so many filters(stream) here. probably wrong?
                   16026: 
                   16027:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   16028:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   16029:          main/untaint.C: test compiled
                   16030: 
                   16031:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   16032:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   16033:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   16034:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   16035:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   16036:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16037:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   16038:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   16039:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   16040:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   16041: 
                   16042:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   16043:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   16044:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   16045:          src/include/pa_memory.h, src/include/pa_request.h,
                   16046:          src/include/pa_request_charsets.h,
                   16047:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   16048:          src/main/compile.tab.C, src/main/execute.C,
                   16049:          src/main/pa_charset.C, src/main/pa_common.C,
                   16050:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16051:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16052:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   16053:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   16054:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   16055:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16056:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   16057:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16058:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   16059:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   16060:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16061:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   16062:          pa_common.C [done, without http for now]
                   16063: 
                   16064: 2003-03-19  paf
                   16065: 
                   16066:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   16067:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   16068:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   16069:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   16070:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   16071:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   16072:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   16073:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   16074:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16075:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   16076:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   16077:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16078:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16079:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16080:          types/pa_wwrapper.h: started test
                   16081: 
1.116     moko     16082:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   16083:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     16084: 
                   16085:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   16086:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   16087:          it
                   16088: 
                   16089:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   16090:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   16091:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   16092:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   16093:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   16094:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   16095:          types/pa_vmethod_frame.h, types/types.dsp: string
                   16096:          reimplementation with cord+array<fragment>: 70%
                   16097: 
                   16098: 2003-03-18  paf
                   16099: 
                   16100:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16101:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   16102:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   16103:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   16104:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   16105:          can ignore lang in cmp and pos really,             but would
                   16106:          split properly!
                   16107: 
                   16108:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   16109:          cord part made parser/src/lib: it's not compiled into libgc by
                   16110:          default
                   16111: 
                   16112:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   16113:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16114:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16115:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16116:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16117:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16118:          src/classes/xnode.C, src/classes/xnode.h,
                   16119:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   16120:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   16121:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   16122:          src/include/pa_exception.h, src/include/pa_exec.h,
                   16123:          src/include/pa_globals.h, src/include/pa_hash.h,
                   16124:          src/include/pa_memory.h, src/include/pa_pool.h,
                   16125:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   16126:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   16127:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16128:          src/include/pa_stylesheet_connection.h,
                   16129:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   16130:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   16131:          src/main/compile.C, src/main/compile.tab.C,
                   16132:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16133:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   16134:          src/main/pa_charsets.C, src/main/pa_common.C,
                   16135:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   16136:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   16137:          src/main/pa_pool.C, src/main/pa_request.C,
                   16138:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   16139:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   16140:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   16141:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16142:          src/types/pa_junction.h, src/types/pa_method.h,
                   16143:          src/types/pa_value.C, src/types/pa_value.h,
                   16144:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   16145:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16146:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16147:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16148:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   16149:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   16150:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   16151:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   16152:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16153:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16154:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16155:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16156:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16157:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16158:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   16159:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   16160:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   16161:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   16162:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16163:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   16164:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   16165:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   16166:          gc: PA_Object done lots of replacements also
                   16167: 
                   16168:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   16169:          gc logging
                   16170: 
                   16171: 2003-03-17  paf
                   16172: 
                   16173:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16174:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   16175:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16176:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16177:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   16178:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   16179:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   16180:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16181:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16182:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   16183:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16184:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16185:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   16186:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   16187:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16188:          types/pa_vxnode.h: libgc attempt
                   16189: 
                   16190: 2003-03-13  paf
                   16191: 
                   16192:        * src/: include/pa_sql_driver_manager.h,
                   16193:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   16194:          called
                   16195: 
                   16196:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   16197:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   16198:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   16199:          types/pa_value.h, types/pa_vobject.h,
                   16200:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   16201:          set_base, set_derived simplified [counter leaks fixed]
                   16202: 
                   16203:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   16204:          src/types/types.dsp: incorporated status class patch From:
                   16205:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   16206:          2003 8:14 AM
                   16207: 
                   16208:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   16209:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   16210:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   16211: 
                   16212: 2003-03-12  paf
                   16213: 
1.116     moko     16214:        * configure, configure.in, src/lib/ltdl/configure,
                   16215:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     16216:          lib/ltdl/Makefile now created by /configure.in only [were by
                   16217:          lib/ltdl/configure.in OVERWRITE]
                   16218: 
1.116     moko     16219:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   16220:          linkage fixed for g++ 3.2.2
1.95      moko     16221: 
                   16222:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   16223:          on using privately declared class [fixed]
                   16224: 
                   16225:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   16226:          3.2 rightliy complained on using privately declared class [fixed]
                   16227: 
                   16228:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   16229:          sigpipe before request constructor now causes death
                   16230: 
                   16231:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   16232:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   16233:          not cause exception in exception handler
                   16234: 
1.116     moko     16235:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   16236:          now default links libstdc++ statically.  that can be overriden by
                   16237:          --with-dynamic-stdcpp
1.95      moko     16238: 
                   16239: 2003-03-11  paf
                   16240: 
                   16241:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   16242:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   16243:          necessity of libstdc++
                   16244: 
                   16245:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16246: 
                   16247:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16248: 
                   16249: 2003-03-08  paf
                   16250: 
                   16251:        * tests/Makefile: make install & co
                   16252: 
                   16253:        * src/: include/pa_request.h, classes/op.C: removing
                   16254:          vclass,object.h -> pa_request.h dependency
                   16255: 
                   16256:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   16257:          main/pa_request.C: removing vform,response,cookie.h ->
                   16258:          pa_request.h dependency
                   16259: 
                   16260:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   16261:          dependency [testing...]
                   16262: 
                   16263:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   16264:          return 0; fixed
                   16265: 
                   16266:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   16267:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   16268: 
                   16269:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   16270: 
                   16271:        * src/main/pa_request.C: forgotten: ifdef XML
                   16272: 
                   16273:        * src/main/pa_request.C: forgotten: ifdef XML
                   16274: 
                   16275:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   16276:          win32 and run memleak tests again
                   16277: 
                   16278:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   16279:          old xml lib-- it's internal memory handling has faults
                   16280: 
                   16281:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   16282:          problems when transcode from charset A to A.
                   16283: 
                   16284:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   16285:          todo: still problems when transcode from charset A to A.
                   16286: 
                   16287:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   16288:          classes/table.C, include/pa_array.h,
                   16289:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   16290:          started full-scale-site-test [~ http://parser.ru sources]
                   16291: 
                   16292:          some fixes
                   16293: 
                   16294:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   16295:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   16296:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   16297:          results/110.processed, results/111.processed,
                   16298:          results/112.processed, results/113.processed,
                   16299:          results/114.processed, results/115.processed,
                   16300:          results/116.processed, results/117.processed,
                   16301:          results/118.processed, results/119.processed,
                   16302:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   16303:          selectSingle 111 xdoc.create from tainted & 112
                   16304:          xdoc.create/output with russian attr value 113 xpath
                   16305:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   16306:          116 output media-type change 117 transform by dom stylesheet 118
                   16307:          empty transform result 119 dom setAttribute 120 nbsp letter
                   16308:          output
                   16309: 
                   16310:          =END OF PREPARED XML TESTS=
                   16311: 
                   16312: 2003-03-07  paf
                   16313: 
                   16314:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16315:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   16316:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   16317:          transform with params [bugs fixed]
                   16318: 
                   16319:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   16320:          from copy/paste bug
                   16321: 
                   16322:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16323:          src/include/pa_request.h, src/main/execute.C,
                   16324:          src/main/pa_charset.C, src/main/pa_exception.C,
                   16325:          src/main/pa_globals.C, src/main/pa_request.C,
                   16326:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16327:          src/types/pa_vxnode.C, tests/107.html,
                   16328:          tests/results/107.processed: xml: test: 107 bug fixes
                   16329: 
                   16330:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16331:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16332:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   16333: 
                   16334:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   16335:          string
                   16336: 
                   16337:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   16338:          mem alloc functions used for different cases [libxml, libxsl]
                   16339: 
                   16340:        * src/classes/classes.C: fixed: prevent system classes from
                   16341:          modification to lock ALL the classes, not only directly used
                   16342: 
                   16343:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   16344:          linked
                   16345: 
                   16346:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   16347: 
                   16348: 2003-03-06  paf
                   16349: 
                   16350:        * src/classes/xdoc.C: xdoc.C 50%
                   16351: 
                   16352:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   16353:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16354:          main/pa_globals.C, main/pa_request.C,
                   16355:          main/pa_stylesheet_manager.C: xnode.C compiled
                   16356: 
                   16357:        * src/: include/pa_stylesheet_connection.h,
                   16358:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   16359:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   16360: 
                   16361:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   16362:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   16363:          xml: stylesheet&manager STARTED
                   16364: 
                   16365:        * src/: include/pa_globals.h, main/pa_charset.C,
                   16366:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   16367: 
                   16368:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   16369:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   16370:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   16371:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   16372:          charsets
                   16373: 
                   16374:        * tests/023.html: in some cases it rounded up badly. postponing
                   16375:          solution of that problem, making more simple test
                   16376: 
                   16377:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   16378:          -kb now
                   16379: 
                   16380:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16381:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   16382:          moved to charsets.C
                   16383: 
                   16384: 2003-03-05  paf
                   16385: 
                   16386:        * src/classes/string.C, src/include/pa_string.h,
                   16387:          src/main/pa_string.C, tests/105.html,
                   16388:          tests/results/105.processed: String::match bug fixed
                   16389: 
                   16390:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   16391:          tests/results/104.processed: ^bpt operator added [does int3 in
                   16392:          debug build on win32]
                   16393: 
                   16394:        * tests/: 057.html, results/057.processed: test bug fixed
                   16395: 
1.116     moko     16396:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     16397: 
                   16398:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   16399:          missing
                   16400: 
1.116     moko     16401:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   16402:          forgotten files added to Makes
1.95      moko     16403: 
                   16404:        * ltmain.sh: ltmain.sh added
                   16405: 
                   16406:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   16407:          change undone ;(
                   16408: 
                   16409:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   16410:          made static
                   16411: 
                   16412:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     16413:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   16414:          todo:make linker happy
1.95      moko     16415: 
                   16416:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   16417:          env param made optional
                   16418: 
                   16419: 2003-03-04  paf
                   16420: 
                   16421:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   16422:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   16423: 
                   16424:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   16425:          results/103.processed: tests: 103 image.copy transparence test
                   16426: 
                   16427:        * src/main/execute.C, tests/101.html, tests/102.html,
                   16428:          tests/results/101.processed, tests/results/102.processed: tests:
                   16429:          101 method/variable name conflict test 102 form fields change
                   16430:          should not not change anything [bug fix]
                   16431: 
                   16432:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   16433:          results/099.processed, results/100.processed: tests: 57 date
                   16434:          create 2002: added 99,100 response:body/download
                   16435: 
                   16436:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   16437:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   16438: 
                   16439:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   16440:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   16441:          fixed]
                   16442: 
                   16443:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   16444:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   16445:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   16446:          image EXIF  [bug fixed]
                   16447: 
                   16448:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   16449:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   16450:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   16451:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   16452:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   16453:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   16454:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   16455:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   16456:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   16457:          tests/094.html, tests/095.html, tests/results/061.processed,
                   16458:          tests/results/062.processed, tests/results/063.processed,
                   16459:          tests/results/064.processed, tests/results/065.processed,
                   16460:          tests/results/066.processed, tests/results/067.processed,
                   16461:          tests/results/068.processed, tests/results/069.processed,
                   16462:          tests/results/070.processed, tests/results/071.processed,
                   16463:          tests/results/072.processed, tests/results/073.processed,
                   16464:          tests/results/074.processed, tests/results/075.processed,
                   16465:          tests/results/076.processed, tests/results/077.processed,
                   16466:          tests/results/078.processed, tests/results/080.processed,
                   16467:          tests/results/081.processed, tests/results/082.processed,
                   16468:          tests/results/083.processed, tests/results/084.processed,
                   16469:          tests/results/085.processed, tests/results/086.processed,
                   16470:          tests/results/087.processed, tests/results/088.processed,
                   16471:          tests/results/089.processed, tests/results/090.processed,
                   16472:          tests/results/091.processed, tests/results/092.processed,
                   16473:          tests/results/093.processed, tests/results/094.processed,
                   16474:          tests/results/095.processed, tests/079.html,
                   16475:          tests/results/079.processed: tests: 61 file::stat size 62
                   16476:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   16477:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   16478:          string.match simple on long 68 string.match normalized simple on
                   16479:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   16480:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   16481:          date arithmetics 75 response date values/attributes 76 string.pos
                   16482:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   16483:          with local 80 scientific numeric literal in string autoconvert 81
                   16484:          xor: logical and numerical 82 for delims 83 menu delims 84
                   16485:          table.hash distinct 85 long string  replace 86 throw+catch
                   16486:          current language preserve 87 bit shifts 88 junction tests +
                   16487:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   16488:          91 $caller test 92 junction is + def junction tests 93 $caller
                   16489:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   16490: 
                   16491:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   16492:          fixed] 60 string eq string [bug fixed]
                   16493: 
                   16494:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   16495:          058.html, 058_paf2000.png, 059.html, 060.html,
                   16496:          results/053.processed, results/054.processed,
                   16497:          results/055.processed, results/056.processed,
                   16498:          results/057.processed, results/058.processed,
                   16499:          results/059.processed, results/060.processed: test: 53
                   16500:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   16501:          date.create[string] 58 image.measure[png]
                   16502: 
                   16503:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   16504:          outputs/051.processed, results/052.processed: test: 52
                   16505:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   16506:          task: fix that
                   16507: 
                   16508: 2003-03-03  paf
                   16509: 
                   16510:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   16511:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   16512:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   16513:          outputs/049.processed, outputs/050.processed,
                   16514:          outputs/051.processed, results/001.processed,
                   16515:          results/002.processed, results/003.processed,
                   16516:          results/005.processed, results/006.processed,
                   16517:          results/008.processed, results/009.processed,
                   16518:          results/011.processed, results/012.processed,
                   16519:          results/013.processed, results/014.processed,
                   16520:          results/015.processed, results/016.processed,
                   16521:          results/017.processed, results/020.processed,
                   16522:          results/021.processed, results/022.processed,
                   16523:          results/024.processed, results/025.processed,
                   16524:          results/026.processed, results/027.processed,
                   16525:          results/028.processed, results/029.processed,
                   16526:          results/030.processed, results/031.processed,
                   16527:          results/049.processed, results/050.processed,
                   16528:          results/051.processed, results/043.processed,
                   16529:          results/044.processed, results/045.processed,
                   16530:          results/046.processed, results/047.processed,
                   16531:          results/048.processed: tests: 43,44,45 date rolls 46
                   16532:          autoevaluating junction 47 table.select 48 name with subvar 49
                   16533:          hash-creating switch 50 process 51 started parent/child, works as
                   16534:          it were but it were NOT GOOD, created separate task  to fix that
                   16535: 
                   16536:        * tests/: 042.html, results/042.processed: test: 42
                   16537:          exception.handled
                   16538: 
                   16539:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   16540:          expression
                   16541: 
                   16542:        * tests/: 040.html, results/040.processed: test: 39 method result
                   16543:          of type table 40 method param junction auto evaluate
                   16544: 
                   16545:        * tests/: 039.html, results/039.processed: test: 37 method result
                   16546:          of type table
                   16547: 
                   16548:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   16549:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   16550:          tests/038.html, tests/results/033.processed,
                   16551:          tests/results/034.processed, tests/results/035.processed,
                   16552:          tests/results/036.processed, tests/results/037.processed,
                   16553:          tests/results/038.processed: tests: 33 string.replace 34
                   16554:          string.upper 35 table created 36 local/global vars with juntions
                   16555:          37 table clone 38 math PI & number formatting
                   16556: 
                   16557:          math class registring typo fixed
                   16558: 
                   16559:        * src/classes/op.C, src/include/pa_request.h,
                   16560:          src/include/pa_string.h, src/main/execute.C,
                   16561:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   16562:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   16563:          tests/032.html, tests/results/032.processed: uchar changed to
                   16564:          String_UL in all places [was not everywhere] untaint test: 032
                   16565: 
                   16566:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   16567:          tests/results/004.processed, tests/parser-cygwin.sh,
                   16568:          tests/parser-unix.sh: removed -H command line key, now testing
                   16569:          using .sh file with SERVER_SOFTWARE=xxx
                   16570: 
                   16571: 2003-02-26  paf
                   16572: 
                   16573:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   16574:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   16575:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   16576:          tests/results/024.processed, tests/results/025.processed,
                   16577:          tests/results/026.processed, tests/results/027.processed,
                   16578:          tests/results/028.processed, tests/results/029.processed,
                   16579:          tests/results/030.processed, tests/results/031.processed: fixed
                   16580:          bug with name_cstr mutable CharPtr more tests
                   16581: 
                   16582:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   16583:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   16584:          << abort.  die now just exits
                   16585: 
                   16586:        * src/classes/classes.awk, src/classes/classes.h,
                   16587:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16588:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16589:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16590:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16591:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16592:          src/classes/xnode.C, src/include/pa_memory.h,
                   16593:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   16594:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   16595:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   16596:          tests/017.html, tests/018.html, tests/019.html,
                   16597:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   16598:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   16599:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   16600:          tests/results/015.processed, tests/results/016.processed,
                   16601:          tests/results/017.processed, tests/results/018.processed,
                   16602:          tests/results/019.processed, tests/results/020.processed,
                   16603:          tests/results/021.processed, tests/results/022.processed,
                   16604:          tests/results/023.processed: methoded_array now contains all Mxxx
                   16605:          classes SAPI::get_env now returns info on pool more tests
                   16606: 
                   16607:        * src/include/pa_array.h, src/include/pa_hash.h,
                   16608:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   16609:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   16610:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   16611:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   16612:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   16613:          tests/results/001.processed, tests/results/002.processed,
                   16614:          tests/results/003.processed, tests/results/004.processed,
                   16615:          tests/results/005.processed, tests/results/006.processed,
                   16616:          tests/results/007.processed, tests/results/008.processed,
                   16617:          tests/results/009.processed, tests/results/010.processed,
                   16618:          tests/results/011.processed, tests/results/012.processed,
                   16619:          tests/results/013.processed, tests/results/014.processed: hash
                   16620:          cloning fixed
                   16621: 
                   16622: 2003-02-25  paf
                   16623: 
                   16624:        * src/main/pa_common.C: typo fixed
                   16625: 
                   16626: 2003-02-24  paf
                   16627: 
                   16628:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   16629:          [one remained]
                   16630: 
                   16631:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   16632:          [should have been get_string(&pool)] todo: check other such calls
                   16633: 
                   16634:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   16635:          test10, bad lookups
                   16636: 
                   16637:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   16638:          object got destructed, and xxx points to sky
                   16639: 
                   16640:        * ChangeLog, src/classes/string.C: match bug fixed
                   16641: 
                   16642:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   16643:          $.charset[specified] now
                   16644: 
                   16645:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   16646:          which failed to handle sigsetjmp+throw: crashed inside of
                   16647:          pre-throw code.  rewritten simplier [though duplicating
                   16648:          closesocket code]
                   16649: 
                   16650:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   16651:          which failed to handle sigsetjmp+throw: crashed inside of
                   16652:          pre-throw code.  rewritten simplier [though duplicating
                   16653:          closesocket code]
                   16654: 
                   16655: 2003-02-21  paf
                   16656: 
                   16657:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   16658:          $cookie:name[$.expires[date << can be now]]
                   16659: 
                   16660:          written makefile with regression tests [raw]
                   16661: 
                   16662:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   16663:          tests' only [it's not forcing CGI mode now] now use -H to output
                   16664:          CGI header when parser used in command line [useful for tests
                   16665:          also]
                   16666: 
                   16667:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   16668:          switches on CGI mode, and is used in regression tests
                   16669: 
                   16670:        * src/: include/pa_request.h, main/pa_request.C,
                   16671:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   16672:          fixed
                   16673: 
                   16674:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   16675:          handling pa_*
                   16676: 
                   16677:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   16678:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   16679:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   16680:          memory handling files
                   16681: 
                   16682:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   16683: 
                   16684:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   16685:          compiles OK test to show benefits of free
                   16686: 
                   16687:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16688:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   16689:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16690:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   16691:          use pool [as the one in ^process]
                   16692: 
                   16693:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   16694:          -- some must use pool [as the one in ^process]
                   16695: 
                   16696: 2003-02-20  paf
                   16697: 
                   16698:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16699:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16700:          classes/math.C, classes/op.C, classes/response.C,
                   16701:          classes/string.C, classes/table.C, classes/void.C,
                   16702:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   16703:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   16704:          string cmp fixed
                   16705: 
                   16706:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   16707:          values passed OK now
                   16708: 
                   16709: 2003-02-19  paf
                   16710: 
                   16711:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   16712:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   16713:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   16714:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   16715:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   16716:          all remaning leaks resulted from pooled::malloc calls [excluding
                   16717:          in gd -- planning complete rewrite extremely ugly code]
                   16718: 
                   16719:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   16720:          files
                   16721: 
                   16722: 2003-02-17  paf
                   16723: 
                   16724:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16725:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16726:          classes/response.C, classes/string.C, classes/table.C,
                   16727:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   16728:          include/pa_stylesheet_connection.h,
                   16729:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   16730:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16731:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   16732:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   16733:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   16734:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   16735:          of unitialized simple-typed field
                   16736: 
                   16737:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   16738:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   16739:          simple-typed field fixed.  todo: find&kill all like that one
                   16740: 
                   16741:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16742:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   16743:          debug output fixed
                   16744: 
                   16745:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   16746:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   16747:          object_ptr from delete[them]
                   16748: 
                   16749:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   16750:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   16751:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   16752:          main/pa_charset.C, main/pa_common.C,
                   16753:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16754:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16755:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   16756:          calls
                   16757: 
                   16758:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   16759:          couple mem leaks rusulted from old pooled::malloc usage.
                   16760:          todo:find more like those
                   16761: 
                   16762:        * src/main/: compile.C, compile_tools.C: 2*2!
                   16763: 
                   16764:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   16765:          stackItem fixed [there were no string on stack before]
                   16766: 
                   16767:        * src/: main/execute.C, main/pa_request.C,
                   16768:          types/pa_vmethod_frame.C: first letters out OK
                   16769: 
                   16770:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   16771:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   16772:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   16773:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   16774:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   16775:          type not initialized with zeros :( while class fields of class
                   16776:          types initialized with default constructors.  learn C++
                   16777: 
                   16778:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   16779:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   16780:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   16781:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   16782:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   16783: 
                   16784: 2003-02-14  paf
                   16785: 
                   16786:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   16787:          13 link errors
                   16788: 
                   16789:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   16790:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16791:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16792:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   16793:          errors :)
                   16794: 
                   16795:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   16796:          classes/hash.C, classes/mail.C, classes/op.C,
                   16797:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   16798:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   16799:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   16800:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   16801: 
                   16802:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   16803:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   16804:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   16805:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   16806:          types/pa_vint.h, types/types.dsp: op compiled
                   16807: 
                   16808:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   16809:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   16810:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   16811: 
                   16812: 2003-02-07  paf
                   16813: 
                   16814:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   16815: 
                   16816: 2003-02-06  paf
                   16817: 
                   16818:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   16819:          mail compiled
                   16820: 
                   16821:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   16822:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   16823:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   16824: 
                   16825:        * src/classes/: file.C, form.C: form compiled
                   16826: 
                   16827:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   16828:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   16829:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   16830: 
                   16831:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   16832:          types/pa_vmath.h: math compiled [win32]
                   16833: 
                   16834:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   16835:          types/pa_vstring.h: hash compiled
                   16836: 
                   16837: 2003-02-04  paf
                   16838: 
                   16839:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   16840:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16841:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   16842:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   16843:          types/pa_vhash.h: hash 50% compiled
                   16844: 
                   16845:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16846:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   16847:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16848:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   16849:          main/pa_string.C: date compiled
                   16850: 
                   16851:        * src/classes/: classes.dsp, double.C: double compiled
                   16852: 
                   16853:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16854:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   16855:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16856:          classes/string.C, classes/table.C, classes/void.C,
                   16857:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   16858:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   16859:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   16860:          compiled
                   16861: 
                   16862:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16863:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16864:          classes/math.C, classes/op.C, classes/response.C,
                   16865:          classes/string.C, classes/table.C, classes/void.C,
                   16866:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16867:          types/pa_vvoid.h: void  compiled :)
                   16868: 
                   16869:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   16870:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16871:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16872:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   16873:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   16874:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   16875:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   16876:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   16877:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   16878:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   16879:          value_includes.h
                   16880: 
                   16881:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   16882:          trying to remove stupid value_includes.h
                   16883: 
                   16884:        * src/main/pa_exec.C: pa_exec compiled on win32
                   16885: 
                   16886:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   16887: 
                   16888:        * src/: include/pa_globals.h, include/pa_request.h,
                   16889:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   16890:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   16891:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   16892:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   16893:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   16894: 
                   16895:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   16896:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   16897:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   16898: 
                   16899:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   16900:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   16901:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   16902:          compiled
                   16903: 
                   16904:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   16905:          name conflicts)
                   16906: 
                   16907:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   16908:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   16909:          yelds "virtual memory exhausted" while trying to compile
                   16910:          execute.C [eating up to 127MB]
                   16911: 
                   16912: 2003-02-03  paf
                   16913: 
                   16914:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   16915:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   16916:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   16917:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16918:          types/pa_vint.h, types/pa_vjunction.h,
                   16919:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   16920:          started gcc compiling pa_common compiled
                   16921: 
                   16922:        * src/: include/pa_exception.h, include/pa_pool.h,
                   16923:          main/pa_exception.C: exception gcc change #1
                   16924: 
1.116     moko     16925:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   16926:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     16927: 
                   16928:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   16929: 
                   16930:        * src/types/pa_vtable.C: vtable compiled
                   16931: 
                   16932:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   16933: 
                   16934:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   16935:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   16936: 
                   16937:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   16938: 
                   16939:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   16940: 
                   16941:        * src/types/pa_vrequest.C: vrequest compiled
                   16942: 
                   16943:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   16944:          pa_vobject.C, pa_vobject.h: vobject compiled
                   16945: 
                   16946:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   16947:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16948:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   16949:          compiled
                   16950: 
                   16951:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   16952: 
                   16953:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   16954:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   16955:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   16956:          compiled
                   16957: 
                   16958:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16959:          main.lib - 0 error(s), 0 warning(s)
                   16960: 
                   16961:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16962:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   16963: 
                   16964: 2003-01-31  paf
                   16965: 
                   16966:        * src/: include/pa_array.h, include/pa_operation.h,
                   16967:          include/pa_request.h, main/execute.C, main/main.dsp,
                   16968:          types/pa_vjunction.h: started last file from main library:
                   16969:          execute
                   16970: 
                   16971:        * src/: include/pa_request.h, include/pa_sapi.h,
                   16972:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   16973:          main/pa_request.C, targets/cgi/parser3.C,
                   16974:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   16975:          types/pa_vhash.h: pa_request compiled
                   16976: 
                   16977:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   16978:          include/pa_globals.h, include/pa_request.h,
                   16979:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   16980:          main/execute.C, main/main.dsp, main/pa_common.C,
                   16981:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16982:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   16983:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   16984:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16985:          types/types.dsp: most pa_request compiled
                   16986: 
                   16987:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16988:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16989:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16990:          classes/op.C, classes/response.C, classes/string.C,
                   16991:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16992:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16993:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16994:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16995:          include/pa_dictionary.h, include/pa_dir.h,
                   16996:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16997:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   16998:          include/pa_pool.h, include/pa_request.h,
                   16999:          include/pa_request_charsets.h, include/pa_request_info.h,
                   17000:          include/pa_sapi.h, include/pa_socks.h,
                   17001:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17002:          include/pa_stack.h, include/pa_string.h,
                   17003:          include/pa_stylesheet_connection.h,
                   17004:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17005:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17006:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   17007:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   17008:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   17009:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   17010:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17011:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17012:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   17013:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17014:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17015:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17016:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17017:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17018:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   17019:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   17020:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17021:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17022:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17023:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   17024:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   17025:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17026:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17027:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17028:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17029:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17030:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   17031:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   17032:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   17033:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17034:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17035:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17036:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17037:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17038:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17039:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17040:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   17041: 
                   17042:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   17043:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   17044:          src/include/pa_charsets.h, src/include/pa_common.h,
                   17045:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   17046:          src/include/pa_exec.h, src/include/pa_pool.h,
                   17047:          src/include/pa_request.h, src/include/pa_sapi.h,
                   17048:          src/include/pa_sql_connection.h,
                   17049:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   17050:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   17051:          src/main/compile.tab.C, src/main/compile_tools.C,
                   17052:          src/main/compile_tools.h, src/main/main.dsp,
                   17053:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   17054:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   17055:          src/main/pa_exception.C, src/main/pa_exec.C,
                   17056:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   17057:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   17058:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   17059:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   17060:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   17061:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   17062:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   17063:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   17064:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   17065:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   17066:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17067:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   17068:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   17069:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   17070:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   17071:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   17072:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   17073:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   17074:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   17075:          died, long live StringPtr
                   17076: 
                   17077: 2003-01-30  paf
                   17078: 
                   17079:        * src/: include/pa_charset.h, include/pa_request.h,
                   17080:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   17081:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   17082:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   17083: 
                   17084:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   17085:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   17086:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   17087:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17088:          types/types.dsp: vstateless_class compiled
                   17089: 
                   17090:        * src/main/compile.C: compile compiled
                   17091: 
                   17092:        * src/: include/pa_array.h, include/pa_operation.h,
                   17093:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   17094:          main/pa_table.C: compile_tools compiled
                   17095: 
                   17096:        * src/: include/pa_operation.h, main/compile.y,
                   17097:          main/compile_tools.C, main/compile_tools.h: started
                   17098:          compile_tools. vagues ideas of how to free compiled code
                   17099: 
                   17100:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   17101:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   17102:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   17103:          compiled
                   17104: 
                   17105: 2003-01-29  paf
                   17106: 
                   17107:        * src/: include/pa_globals.h, include/pa_request.h,
                   17108:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17109:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   17110:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   17111:          compiled
                   17112: 
                   17113:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   17114:          now
                   17115: 
                   17116:        * src/: include/pa_array.h, include/pa_exception.h,
                   17117:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   17118: 
                   17119:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   17120:          compiled
                   17121: 
                   17122:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17123:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   17124:          types/pa_vfile.h: vfile compiled
                   17125: 
                   17126:        * src/: include/pa_common.h, include/pa_globals.h,
                   17127:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   17128:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17129:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   17130: 
                   17131:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   17132:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   17133:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17134:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17135:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   17136: 
                   17137:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   17138:          main/main.dsp, main/untaint.C: more compiled
                   17139: 
                   17140:        * src/: include/pa_charsets.h, include/pa_request.h,
                   17141:          include/pa_request_info.h, include/pa_string.h,
                   17142:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17143:          types/pa_vresponse.h: vrequest compiled
                   17144: 
                   17145:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   17146:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   17147:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   17148: 
                   17149:        * src/: classes/classes.h, include/pa_charset.h,
                   17150:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   17151:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   17152:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   17153:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   17154:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   17155:          types/pa_vrequest.C, types/pa_vrequest.h,
                   17156:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   17157:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   17158: 
                   17159:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   17160:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   17161:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   17162:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   17163:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17164:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   17165:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17166:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17167:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   17168: 
                   17169: 2003-01-28  paf
                   17170: 
                   17171:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   17172:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   17173:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   17174:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   17175:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   17176:          compile_tools
                   17177: 
                   17178:        * src/: include/pa_charset.h, include/pa_exception.h,
                   17179:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   17180:          untaint compiled
                   17181: 
                   17182:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   17183:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   17184:          more compiled.  struck with string::store_to needing to know
                   17185:          source/client charsets
                   17186: 
                   17187:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   17188:          types/pa_vfile.h: uue compiled
                   17189: 
                   17190:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   17191:          table compiled
                   17192: 
                   17193:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   17194:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   17195: 
                   17196:        * src/: include/pa_charset.h, main/pa_charset.C,
                   17197:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   17198:          introduced]
                   17199: 
                   17200:        * src/: classes/date.C, include/pa_charset.h,
                   17201:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   17202:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   17203:          pa_charsets compiled
                   17204: 
                   17205:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   17206:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   17207: 
                   17208:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   17209:          common compiled
                   17210: 
                   17211:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   17212:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   17213: 
                   17214:        * src/: include/pa_array.h, include/pa_charset.h,
                   17215:          include/pa_charsets.h, include/pa_pool.h,
                   17216:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17217:          include/pa_stack.h, include/pa_string.h,
                   17218:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   17219:          sql_driver_manager compiled
                   17220: 
                   17221:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   17222:          letter i with two dots added to koi, all ukranian letters added
                   17223:          to win1251.
                   17224: 
                   17225:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   17226:          abscent from koi]
                   17227: 
                   17228: 2003-01-27  paf
                   17229: 
                   17230:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   17231:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17232:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   17233:          sql/pa_sql_driver.h: paused on sql_manager
                   17234: 
                   17235:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   17236:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17237:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   17238:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   17239: 
                   17240:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   17241:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17242:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   17243:          main/pa_table.C: table compiled
                   17244: 
                   17245:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   17246:          cache_managers compiled
                   17247: 
                   17248:        * src/: include/pa_array.h, include/pa_charset.h,
                   17249:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   17250: 
                   17251:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   17252: 
                   17253:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   17254:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17255:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   17256:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   17257:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   17258: 
                   17259: 2003-01-24  paf
                   17260: 
                   17261:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   17262:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   17263:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17264:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   17265:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   17266:          types/pa_vint.h, types/pa_vjunction.h,
                   17267:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17268:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   17269: 
                   17270:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   17271:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   17272:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   17273:          main/pa_string.C, main/pa_table.C: string compiled
                   17274: 
                   17275:        * src/: include/pa_array.h, include/pa_common.h,
                   17276:          include/pa_dictionary.h, include/pa_exception.h,
                   17277:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   17278:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   17279:          main/pa_string.C: dictionary compiled
                   17280: 
                   17281: 2003-01-23  paf
                   17282: 
                   17283:        * src/: include/pa_array.h, include/pa_common.h,
                   17284:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   17285:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   17286:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   17287:          types/pa_value.h: resurrected pool in new sense: now it's
                   17288:          factory, producing&accounting memory chunks for read[autofree]
                   17289:          buffers
                   17290: 
                   17291:        * src/: include/pa_array.h, include/pa_exception.h,
                   17292:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   17293:          main/pa_exception.C, main/pa_table.C: table compiled
                   17294: 
                   17295:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   17296:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   17297:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   17298:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   17299:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   17300:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   17301:          main/pa_table.C: aint that easy
                   17302: 
                   17303:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   17304:          main/main.dsp: continued with Hash
                   17305: 
                   17306:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   17307:          stack] now. and exception can be reported OK now [can be reported
                   17308:          outside of pro c with that stack]
                   17309: 
                   17310: 2003-01-22  paf
                   17311: 
                   17312:        * src/: include/pa_array.h, include/pa_charset.h,
                   17313:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   17314:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   17315:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   17316:          base: contains references_count.  auto_ptr template calls
                   17317:          add_ref/release
                   17318: 
                   17319: 2003-01-21  paf
                   17320: 
                   17321:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17322:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17323:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17324:          classes/op.C, classes/response.C, classes/string.C,
                   17325:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17326:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17327:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17328:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17329:          include/pa_dictionary.h, include/pa_dir.h,
                   17330:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17331:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17332:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17333:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17334:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17335:          include/pa_stack.h, include/pa_string.h,
                   17336:          include/pa_stylesheet_connection.h,
                   17337:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17338:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17339:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17340:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   17341:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17342:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17343:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17344:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17345:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17346:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17347:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17348:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17349:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17350:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17351:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17352:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17353:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   17354:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17355:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17356:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17357:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17358:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17359:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17360:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17361:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17362:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17363:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17364:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17365:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17366:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17367:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17368:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17369:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   17370:          2002->2003
                   17371: 
                   17372: 2003-01-16  paf
                   17373: 
                   17374:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   17375:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   17376: 
                   17377:        * operators.txt, src/include/pa_config_fixed.h,
                   17378:          src/main/pa_common.C: http request now return status. and not
                   17379:          fail on status!=200
                   17380: 
                   17381: 2003-01-15  paf
                   17382: 
                   17383:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   17384: 
                   17385: 2003-01-14  paf
                   17386: 
                   17387:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   17388:          mkinstalldirs: removed some ancient files [they in / really]
                   17389: 
                   17390:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   17391:          regretfully needed patch in two places.  in config_fixed.h made
                   17392:          stubs for lib to compile in MSVC
                   17393: 
                   17394: 2003-01-13  paf
                   17395: 
                   17396:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   17397:          configure.in(libtool) hacks
                   17398: 
1.116     moko     17399:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     17400:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   17401:          ltdl.h: moved to latest libtool (1.4.3)
                   17402: 
                   17403: 2003-01-10  paf
                   17404: 
                   17405:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   17406: 
                   17407:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   17408:          patches.        libxml2 >= 2.5.1
                   17409:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   17410:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   17411:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   17412: 
                   17413:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   17414:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   17415:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   17416:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   17417: 
                   17418: 2003-01-09  paf
                   17419: 
                   17420:        * INSTALL: xml,xslt,gdome lib urls updated
                   17421: 
                   17422:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     17423:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     17424:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     17425:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   17426:          1.7.2
1.95      moko     17427: 
                   17428:        * depcomp: moving to automake 1.7.2
                   17429: 
                   17430: 2002-12-27  paf
                   17431: 
                   17432:        * src/include/pa_version.h: 0007
                   17433: 
                   17434:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   17435:          outdated parts, made links to language docs
                   17436: 
                   17437:        * src/include/pa_config_auto.h.in: comment
                   17438: 
                   17439: 2002-12-26  paf
                   17440: 
                   17441:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   17442:          not contain trailing / fixed.
                   17443: 
                   17444:        * INSTALL: changing SAFE_MODE politics
                   17445: 
                   17446:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   17447: 
                   17448:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   17449: 
                   17450: 2002-12-25  paf
                   17451: 
                   17452:        * src/main/pa_globals.C: optimized-xml
                   17453: 
                   17454:        * src/main/pa_globals.C: optimized-as-is
                   17455: 
                   17456: 2002-12-24  paf
                   17457: 
                   17458:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   17459:          fixed [were really called with zero size when .html?a=&b=]
                   17460: 
                   17461:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   17462:          with --with-sendmail
                   17463: 
                   17464:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   17465:          fixed]
                   17466: 
                   17467: 2002-12-23  paf
                   17468: 
                   17469:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   17470:          ignoring parameters & were storing only string with default
                   17471:          expires
                   17472: 
                   17473:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   17474:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   17475:          December 23, 2002 4:22 AM Subject: bug â
                   17476:          Charset::transcode_buf2xchar
                   17477: 
                   17478: 2002-12-20  paf
                   17479: 
                   17480:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   17481:          non-cgi [script] runs
                   17482: 
                   17483: 2002-12-19  paf
                   17484: 
                   17485:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   17486:          [tested on elik]] moreover, it's not needed there [parser
                   17487:          registers charsets itself]
                   17488: 
                   17489:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   17490:          [tested on elik]]
                   17491: 
                   17492:        * operators.txt, src/include/pa_globals.h,
                   17493:          src/include/pa_request.h, src/main/pa_globals.C,
                   17494:          src/main/pa_request.C: $response:download
                   17495: 
                   17496:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   17497:          compiler [win32]].
                   17498: 
                   17499: 2002-12-18  paf
                   17500: 
                   17501:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   17502: 
                   17503: 2002-12-17  paf
                   17504: 
                   17505:        * src/targets/cgi/parser3.C: merged die&iis changes
                   17506: 
                   17507:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   17508:          to exit(1) 2. more flexible iilegal call check
                   17509: 
                   17510: 2002-12-16  paf
                   17511: 
                   17512:        * ltmain.sh: some automakes silly insist on having this handy
                   17513: 
                   17514:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   17515:          'p' bug fix
                   17516: 
                   17517: 2002-12-15  paf
                   17518: 
                   17519:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   17520:          'p'
                   17521: 
                   17522:        * configure.in, src/include/pa_config_auto.h.in,
                   17523:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   17524:          from branch 6 to HEAD
                   17525: 
                   17526:        * src/main/compile.C: removed warning
                   17527: 
                   17528:        * src/main/pa_common.C: ftruncate having checked
                   17529: 
                   17530:        * configure.in, src/include/pa_version.h: new version
                   17531: 
                   17532: 2002-12-14  paf
                   17533: 
                   17534:        * src/classes/table.C: removed unnecessary code
                   17535: 
                   17536:        * src/sql/pa_sql_driver.h: exception type fixed
                   17537: 
                   17538: 2002-12-09  paf
                   17539: 
                   17540:        * src/types/pa_vvoid.h: $void.store[now] error
                   17541: 
                   17542:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   17543: 
                   17544:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   17545:          tries to write core dump
                   17546: 
                   17547:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   17548: 
                   17549:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17550:          classes/void.C, main/pa_sql_driver_manager.C,
                   17551:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   17552:          handlers #2
                   17553: 
                   17554:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   17555:          exception handling mech in sql handlers
                   17556: 
                   17557:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   17558:          handlers
                   17559: 
                   17560:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17561:          classes/void.C, main/pa_sql_driver_manager.C,
                   17562:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   17563:          handlers
                   17564: 
1.116     moko     17565:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   17566:          to write makefile which used libtool to install things, which is
                   17567:          not needed
1.95      moko     17568: 
                   17569: 2002-12-06  paf
                   17570: 
                   17571:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   17572:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   17573: 
                   17574: 2002-12-05  paf
                   17575: 
                   17576:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   17577:          cc/bcc OK now
                   17578: 
                   17579:        * src/main/untaint.C: mail header closed properly
                   17580: 
                   17581:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   17582:          header ',' allowed.  still bugs in smtp [only one receiptient
                   17583:          works, cc, bcc ignored now, and MAILED ;)]
                   17584: 
                   17585:          [strncpy killed, memnchr used]
                   17586: 
                   17587:        * src/main/pa_table.C: table-copy now current=0
                   17588: 
                   17589:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   17590:          lowlevel proc
                   17591: 
                   17592:        * src/targets/cgi/parser3.C: more checks on
                   17593:          http://domain/parser.cgi start [maybe some getenv returns "",
                   17594:          checked that now
                   17595: 
                   17596:        * src/targets/cgi/parser3.C: more checks on
                   17597:          http://domain/parser.cgi start [maybe some getenv returns "",
                   17598:          checked that now
                   17599: 
                   17600:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   17601:          out-of-mem errors reached log]
                   17602: 
                   17603:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   17604:          mail:send MIME-Version default
                   17605: 
                   17606:        * src/main/main.dsp: pa_version included into main.dsp
                   17607: 
                   17608: 2002-12-04  paf
                   17609: 
                   17610:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   17611: 
                   17612:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   17613:          lib/libltdl -> lib/ltdl Win32 changes. s
                   17614: 
                   17615:        * src/classes/classes.awk: more strict *.C$
                   17616: 
                   17617:        * gnu.dsp: restored
                   17618: 
1.116     moko     17619:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   17620:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   17621:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   17622:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   17623:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   17624:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   17625:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   17626:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   17627:          now created with /configure, not ltdl/configure, so it does have
                   17628:          no problems with automake.  ltdl/configure
                   17629:          AC_OUTPUT(Makefile<<removed)
1.95      moko     17630: 
                   17631: 2002-12-02  paf
                   17632: 
                   17633:        * operators.txt: removed outdated status:db
                   17634: 
                   17635:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   17636:          src/main/pa_common.C, src/main/pa_request.C,
                   17637:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   17638:          tainted parts becomes http-header
                   17639: 
                   17640: 2002-11-29  paf
                   17641: 
                   17642:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   17643:          dates now objects of type date
                   17644: 
                   17645:        * src/classes/image.C: file.seek removed [it were used in image.C
                   17646:          only, and for parser user this  means that jpeg image has bad
                   17647:          size in fragment's header] now used image.format
                   17648: 
                   17649:        * src/: include/pa_common.h, main/pa_common.C,
                   17650:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   17651:          now handled exactly like $response:header values.  e.g. can be
                   17652:          hash [can have subattributes] & contain date values.
                   17653: 
                   17654:        * src/main/pa_common.C: http:// param values lang forced URI
                   17655: 
                   17656:        * src/main/pa_common.C: http:// tainted partes now %xx
                   17657: 
                   17658: 2002-11-28  paf
                   17659: 
                   17660:        * operators.txt: http.timeout
                   17661: 
                   17662:        * src/classes/image.C: ^image.length now counts interchar space.
                   17663:          plus space after last char
                   17664: 
                   17665:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   17666: 
                   17667:        * src/classes/image.C: ^image.font width measurer now scans full
                   17668:          height [were -1]
                   17669: 
                   17670:        * configure.in: stopped double libltdl/Makefile generation
                   17671: 
                   17672:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   17673:          chars [one top horizontal line of 1pixel height were missing]
                   17674: 
                   17675:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   17676:          'false' to go into (Hash *) parameter
                   17677: 
                   17678: 2002-11-27  paf
                   17679: 
                   17680:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   17681:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   17682:          returns content-disposition: >>attachment<<
                   17683: 
                   17684:        * src/classes/image.C: ^image.font << bad font file-size now
                   17685:          properly reported
                   17686: 
                   17687: 2002-11-26  paf
                   17688: 
                   17689:        * src/main/pa_request.C: fixed lang in reponse header
                   17690: 
                   17691:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   17692: 
                   17693:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   17694:          made exception: http.status with source=bad status#
                   17695: 
                   17696: 2002-11-25  paf
                   17697: 
                   17698:        * configure.in, src/classes/image.C,
                   17699:          src/include/pa_config_auto.h.in,
                   17700:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     17701:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   17702:          const void related probs fixed
1.95      moko     17703: 
                   17704:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   17705: 
                   17706:          $file[^file::load[http://there]] $file.SERVER
                   17707: 
                   17708:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   17709:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   17710:          http options [invalid onces now reported] made default
                   17711:          user-agent: paf
                   17712: 
                   17713:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   17714:          src/classes/xdoc.C, src/include/pa_common.h,
                   17715:          src/include/pa_globals.h, src/main/pa_common.C,
                   17716:          src/main/pa_globals.C, src/main/pa_request.C,
                   17717:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   17718:          now understand http:// prefix and additional params, sample:
                   17719:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   17720:          $.USER-AGENT[parser3] ]]
                   17721: 
                   17722: 2002-11-22  paf
                   17723: 
                   17724:        * src/classes/image.C, src/include/pa_globals.h,
                   17725:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   17726:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   17727:          $image.exif.DateTime & co
                   17728: 
                   17729: 2002-11-21  paf
                   17730: 
                   17731:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   17732:          _PASS_APPENDED)
                   17733: 
                   17734:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   17735:          EXIF information [were big block and it's size were considered
                   17736:          negative :(]
                   17737: 
                   17738:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   17739:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   17740:          internals rewritten. no there's reader.seek, and all's ready for
                   17741:          EXIF extraction [now we fail to measure files with EXIF info]
                   17742: 
                   17743:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   17744:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   17745:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   17746: 
                   17747: 2002-11-20  paf
                   17748: 
                   17749:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   17750: 
                   17751:        * configure.in, src/include/pa_config_auto.h.in,
                   17752:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   17753:          comment
                   17754: 
                   17755:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   17756: 
                   17757:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17758:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   17759:          currently processed document SIGPIPE >> interrupts request
                   17760:          processing [exception = DB rollback]
                   17761: 
                   17762:        * src/main/pa_exec.C: comment
                   17763: 
                   17764:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   17765: 
                   17766:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   17767:          << disable HTTP-POST repassing
                   17768: 
                   17769:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   17770:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   17771:          pipe read errors now checked
                   17772: 
                   17773: 2002-11-19  paf
                   17774: 
                   17775:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   17776:          CGI: Illegal call
                   17777: 
                   17778: 2002-11-01  paf
                   17779: 
                   17780:        * src/main/execute.C: comment
                   17781: 
                   17782: 2002-10-31  paf
                   17783: 
                   17784:        * src/main/execute.C: found out why, checked that for now.  todo:
                   17785:          find out a way for that user could do that
                   17786: 
                   17787:        * src/types/pa_vstateless_object.h: object put replaces static
                   17788:          parent if any
                   17789: 
                   17790:        * src/types/pa_vobject.C: object put replaces static parent if any
                   17791: 
                   17792:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17793:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   17794:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17795:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17796:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17797:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17798:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17799:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17800:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17801:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17802:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17803:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17804:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   17805:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   17806:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17807:          types/pa_wwrapper.h: static fix merged
                   17808: 
                   17809:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   17810:          $virtual_fields in dynamic, but one can reach derived
                   17811:          static[class] variable from base
                   17812: 
                   17813:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17814:          types/pa_vobject.C, types/pa_vobject.h,
                   17815:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   17816:          statics, left $virtual_fields in dynamic
                   17817: 
                   17818:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   17819:          one can't remember derivates in base class: there's so many of
                   17820:          them.  also there can be no virtual method calls in static
                   17821:          classes
                   17822: 
                   17823:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17824:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   17825:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17826:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17827:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17828:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17829:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17830:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17831:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17832:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17833:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17834:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17835:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   17836:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   17837:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17838:          types/pa_wwrapper.h: static call $self fixed
                   17839: 
                   17840:        * src/main/execute.C: comment
                   17841: 
                   17842:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   17843:          ^process[$caller.self]{...} now compiles to last derived object
                   17844:          part of that 'self'
                   17845: 
                   17846: 2002-10-29  paf
                   17847: 
                   17848:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   17849:          re-passing [iis to blame]
                   17850: 
                   17851:        * src/classes/string.C: changed string.save to pass current sql
                   17852:          connection to cstr thus one can ^connect[some server]{
                   17853:          $s[insert into table x (x) values (^taint[sql]{value})]
                   17854:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   17855:          properly escaped.  [tried in mssql->mysql export->import of
                   17856:          binary data]
                   17857: 
                   17858: 2002-10-25  paf
                   17859: 
                   17860:        * src/types/pa_vresponse.C: case insensitive response user fields
                   17861:          get/put
                   17862: 
                   17863:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   17864:          types/pa_vresponse.C: saving for maybe-future
                   17865: 
                   17866: 2002-10-23  paf
                   17867: 
                   17868:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   17869:          ^table.hash(expr)...
                   17870: 
                   17871:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   17872: 
                   17873: 2002-10-22  paf
                   17874: 
                   17875:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   17876:          VForm::Append...(...Value)
                   17877: 
                   17878:        * src/main/execute.C: $.name outside of $name[...] checked
                   17879: 
                   17880:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   17881:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   17882: 
                   17883: 2002-10-21  paf
                   17884: 
                   17885:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   17886:          $form:qtail $form:imap.x/y
                   17887: 
                   17888:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   17889:          "?value&...", "...&value&...", "...&value"
                   17890: 
                   17891:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   17892: 
                   17893:        * operators.txt, src/classes/file.C: /some/page.html:
                   17894:          ^file:fullpath[a.gif] => /some/a.gif
                   17895: 
                   17896: 2002-10-17  paf
                   17897: 
                   17898:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   17899:          a little: logical not and bitwise negation precedence made
                   17900:          highest, << and >> bitshits precedence made equal [were << higher
                   17901:          than >>]
                   17902: 
                   17903:        * src/classes/op.C: exception handling fixed [were bad with
                   17904:          contexts]
                   17905: 
                   17906: 2002-10-16  paf
                   17907: 
                   17908:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17909:          main/pa_request.C: Request::self considered equal to
                   17910:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   17911:          VMethodFrame.self()
                   17912: 
                   17913:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   17914:          $hash in open field now gives old good error meesage
                   17915: 
                   17916: 2002-10-15  paf
                   17917: 
                   17918:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   17919:          use ^if($junction is junction){was and now true}
                   17920: 
                   17921:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   17922:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   17923:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   17924:          points to place where value left xml library and came to parser:
                   17925:          place of dom field extraction/call
                   17926: 
                   17927:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   17928:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17929:          types/pa_vmethod_frame.h: removed last pieces of old code
                   17930:          allowing $junction.xxx at compile time
                   17931: 
                   17932:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   17933:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   17934:          objects also considered [were only classes]
                   17935: 
                   17936:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   17937:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   17938:          with CLASS self.  [   (request&method_frame).self temporarily
                   17939:          changed   ]
                   17940: 
                   17941:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   17942:          no exception to native calls.  for&foreach changed to use
                   17943:          method_frame.caller for their var's name context
                   17944: 
                   17945:        * src/: main/execute.C, targets/cgi/parser3.C,
                   17946:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   17947:          compiling to system classes disabled
                   17948: 
                   17949:        * operators.txt, src/classes/op.C:
                   17950:          ^process[$caller.CLASS]{code-string} added
                   17951: 
                   17952:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   17953:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   17954:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   17955:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   17956:          src/types/types.dsp: removed $junction.get $junction.set[]
                   17957:          introducing $caller
                   17958: 
                   17959:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   17960:          find them lower by inheritance tree
                   17961: 
                   17962:        * src/types/pa_vjunction.C: ident
                   17963: 
                   17964: 2002-10-14  paf
                   17965: 
                   17966:        * src/classes/op.C: process compiles to code's class class
                   17967: 
                   17968:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17969:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   17970:          main/compile.y, main/execute.C, main/pa_request.C,
                   17971:          types/pa_vstateless_class.h: operators now main-class-methods
                   17972: 
                   17973:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   17974:          better stack trace [has "call" & co there]
                   17975: 
                   17976:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17977:          operators @auto now executed in MAIN context
                   17978: 
                   17979:        * src/main/execute.C: operator execution context now = MAIN, not
                   17980:          closest stack frame
                   17981: 
                   17982:          @touchit[] $i[after]
                   17983: 
                   17984:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   17985:          were 'after'
                   17986: 
                   17987:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   17988:          'after'
                   17989: 
                   17990:        * src/main/execute.C: comment
                   17991: 
                   17992:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   17993:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   17994:          action]
                   17995: 
                   17996:        * src/types/pa_vxnode.C: misreplace fixed
                   17997: 
                   17998:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17999:          src/types/pa_vstatus.C, operators.txt:
                   18000:          $status:rusage.tv_secs/usecs introduced
                   18001: 
                   18002: 2002-10-09  paf
                   18003: 
                   18004:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   18005:          on empty string [or uses (default)]
                   18006: 
                   18007: 2002-10-08  paf
                   18008: 
                   18009:        * src/main/untaint.C: mail header quoted printable changed after
                   18010:          RFC reread
                   18011: 
                   18012:        * operators.txt: plan on ^if(method
                   18013: 
                   18014:        * src/types/pa_vxnode.C: misreplace
                   18015: 
                   18016: 2002-09-24  paf
                   18017: 
1.116     moko     18018:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     18019: 
                   18020:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   18021:          mailreceive would compile on freebsd now
                   18022: 
                   18023:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   18024:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     18025:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   18026:          mailreceive would compile on freebsd now
1.95      moko     18027: 
                   18028:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   18029:          changed: now there are only few chars are untainted: * ? ' " < >
                   18030:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   18031:          one should use ^untaint[uri]{...} now]
                   18032: 
                   18033:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   18034:          $list.name, not tainted as filespec
                   18035: 
                   18036:          @russianindex[] #dir with files with russian-lang names
                   18037:          $where[dir]
                   18038: 
                   18039:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   18040:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   18041: 
                   18042: 2002-09-23  paf
                   18043: 
                   18044:        * src/types/pa_vdouble.h: double->int round added
                   18045: 
                   18046:        * src/classes/date.C: date bug fix, now
                   18047:          round(floatDays*secondsPerDay)
                   18048: 
                   18049:        * src/classes/date.C: date bug fix, now
                   18050:          round(floatDays*secondsPerDay)
                   18051: 
                   18052: 2002-09-20  paf
                   18053: 
                   18054:        * src/main/execute.C: code junction calls disabled [before: code
                   18055:          was compiled in such a way, that there were no code-junctions in
                   18056:          OP_CALL]
                   18057: 
                   18058:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   18059: 
                   18060:          @badjunctioncallinside[code] ^code[]
                   18061: 
                   18062:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   18063:          expanding to include ^junction.method
                   18064: 
                   18065:        * src/main/pa_common.C: -d "DIR/" now true
                   18066: 
                   18067:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   18068:          as internal xdoc encoding, and after decoding attributes set by
                   18069:          dom functions now encoded OK, not as digital entities
                   18070: 
                   18071:        * src/classes/xdoc.C: empty transform result, being taken as file
                   18072:          now returns empty file, not raises stupid error about "stat-ed
                   18073:          file"
                   18074: 
                   18075:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   18076:          allowed
                   18077: 
                   18078:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   18079:          write iterators now:
                   18080: 
                   18081:          ^user-foreach[key;value]{$key=$value<br>}
                   18082: 
                   18083:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18084:          $code.value($i*2)       $code }
                   18085: 
                   18086:        * src/main/compile_tools.h: mistype
                   18087: 
1.116     moko     18088:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   18089:          thus taking linking options configure changes into account [were:
                   18090:          ignoring]
1.95      moko     18091: 
                   18092:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   18093:          $junction.get/put(1) one can write iterators now:
                   18094: 
                   18095:          ^user-foreach[key;value]{$key=$value<br>}
                   18096: 
                   18097:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18098:          $code.value($i*2)       $code }
                   18099: 
                   18100:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18101:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18102:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   18103:          introducing $junction.get/put(1) one can write iterators now:
                   18104: 
                   18105:          ^user-foreach[key;value]{$key=$value<br>}
                   18106: 
                   18107:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18108:          $code.value($i*2)       $code }
                   18109: 
                   18110: 2002-09-19  paf
                   18111: 
1.116     moko     18112:        * Makefile.am: new: make commit
1.95      moko     18113: 
                   18114:        * aclocal.m4: forced to be older
                   18115: 
                   18116: 2002-09-18  paf
                   18117: 
                   18118:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   18119:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   18120: 
                   18121:        * src/: include/pa_common.h, include/pa_request.h,
                   18122:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   18123:          - now this - fatal error
                   18124: 
                   18125:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   18126:          that one can pass binary data there
                   18127: 
                   18128:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   18129:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18130:          classes/op.C, classes/response.C, classes/string.C,
                   18131:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18132:          include/pa_request.h: pa_request contexts made privated, plus
                   18133:          get_{self/method_frame} to read.  Request_context_saver used in
                   18134:          ^try to save flang too.  [were not saved]
                   18135: 
                   18136:        * src/types/pa_vresponse.C: header value chains joined before
                   18137:          output, this should help $.subject[$var $var] from being
                   18138:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   18139: 
                   18140: 2002-09-17  paf
                   18141: 
                   18142:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18143:          removed changes, operators executed with calling self.  lots of
                   18144:          code with ^include code relies on defined/defining self variables
                   18145: 
                   18146:          $a[1] ^include[print_a.p] print_a.p: $a
                   18147: 
                   18148:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   18149: 
                   18150:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   18151:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18152:          types/pa_vstateless_class.h: operators now executed with MAIN
                   18153:          self.  it's for ^include sake, too strong a change
                   18154: 
                   18155:        * src/classes/op.C: made place for ^process to compile it's code to
                   18156:          in case of no self
                   18157: 
                   18158:        * src/main/execute.C: found ancient param to Junction, removed.
                   18159:          allowed passing self to native_code_operators [for ^process to
                   18160:          work, she needs self]
                   18161: 
                   18162:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   18163:          types/pa_vstateless_class.h: found ancient param to Junction,
                   18164:          removed.  allowed passing self to native_code_operators [for
                   18165:          ^process to work, she needs self]
                   18166: 
                   18167:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   18168:          types/pa_value.h, types/pa_vmethod_frame.h,
                   18169:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   18170:          checked that in VMethodFrame get/put and $self.
                   18171: 
                   18172:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   18173:          copy options options checked, wrong option now fatal error
                   18174: 
                   18175:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   18176:          pieces boundaries]
                   18177: 
1.150     moko     18178:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18179:          .dll on cygwin, .so in other cases)
1.95      moko     18180: 
                   18181:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18182:          .dll on cygwin, .so in other cases)
                   18183: 
                   18184:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   18185:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   18186:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   18187:          record taken [were last]
                   18188: 
                   18189:        * src/: classes/hash.C, classes/table.C,
                   18190:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   18191:          now errors
                   18192: 
                   18193:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   18194: 
                   18195:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   18196:          ,2,3]
                   18197: 
                   18198: 2002-09-16  paf
                   18199: 
                   18200:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   18201:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   18202:          stdout to be binary.  now detected closest header break.
                   18203: 
                   18204:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   18205:          closed right
                   18206: 
                   18207: 2002-09-13  paf
                   18208: 
                   18209:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   18210:          src/main/compile_tools.h: (expression #comment)
                   18211: 
                   18212:          (multiline expression #comment  line2  #comment )
                   18213: 
                   18214:          (expression #comment with (brackets) comment) << OK
                   18215: 
                   18216:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   18217:          bitwise !|| numerical xor now [preparing for expression
                   18218:          #comments]
                   18219: 
                   18220:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   18221:          error
                   18222: 
                   18223:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   18224:          cheched in pa_socks.C
                   18225: 
1.116     moko     18226:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18227:          HAVE_WINSOCK_H created in configure.in
1.95      moko     18228: 
                   18229:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   18230:          cookie date now clean [were mistakenly tainted & that worked bad
                   18231:          with opera -- 'happily' that worked OK with msie]
                   18232: 
                   18233: 2002-09-12  paf
                   18234: 
                   18235:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   18236:          VClass get_element now first looks to fields, next to methods &
                   18237:          co todo: the rest reason: more speed
                   18238: 
                   18239:        * src/main/untaint.C: quoted printable encoding stops before
                   18240:          \s*<...>$
                   18241: 
                   18242:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   18243:          stops before <...>$
                   18244: 
                   18245: 2002-09-11  paf
                   18246: 
                   18247:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   18248:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   18249:          forgot to check users of those funcs. not all were using that
                   18250:          return value convention
                   18251: 
                   18252:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   18253:          windows-1254 added
                   18254: 
                   18255: 2002-09-10  paf
                   18256: 
                   18257:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   18258:          VCodeFrame parent param were specified badly
                   18259: 
                   18260:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   18261:          WWrapper which used in constructing objects(second param to sql
                   18262:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   18263:          code in hash to survivi
                   18264: 
                   18265:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   18266:          param to execute [stack said 'thanks']
                   18267: 
                   18268:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   18269:          types/pa_value.h, types/pa_vcode_frame.h,
                   18270:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   18271:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   18272:          responsibility to wcontext
                   18273: 
                   18274:        * src/classes/file.C: decided not to log exec's with stderr, that
                   18275:          could be warnings, and it's up to scritper to log/show them
                   18276: 
                   18277:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   18278:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   18279:          double/string converstion, which were loosing time&precesion
                   18280: 
                   18281:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   18282:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   18283:          case of unfinished in buffer processing, causing accidental
                   18284:          transcode stop [in case that source enc != utf-8 & there is
                   18285:          incomplete utf-8 sequence at the end of 16000block iside of
                   18286:          libxml lib] tfm readed & code updated
                   18287: 
                   18288: 2002-09-04  paf
                   18289: 
                   18290:        * configure: makes with sjlj
                   18291: 
                   18292:        * INSTALL, src/include/pa_config_fixed.h,
                   18293:          src/include/pa_sql_connection.h,
                   18294:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   18295:          checked.  on win32 it made default
                   18296: 
                   18297:        * src/include/pa_config_auto.h.in: sjlj define
                   18298: 
                   18299:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   18300:          can not work with longjump/throw pair, and one must switch that
                   18301:          on there.  todo: detect that automatically]
                   18302: 
                   18303:        * src/types/pa_vxnode.C: removed too strong checks of
                   18304:          xnode.elements.  now, for instance, if element does not have any
                   18305:          attributes, $xnode.attributes is void, not error
                   18306: 
                   18307: 2002-09-02  paf
                   18308: 
                   18309:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   18310:          removed double_result, didn't help
                   18311: 
                   18312:        * src/main/execute.C: double_result made to move that var away from
                   18313:          hungry g++ optimizer (-O2), before: it were optimized and
                   18314:          comparison operators worked badly
                   18315: 
                   18316:        * src/types/pa_vdate.h: removed debug
                   18317: 
1.116     moko     18318:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     18319: 
                   18320:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   18321:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   18322:          unknown reason.
                   18323: 
                   18324: 2002-08-29  paf
                   18325: 
                   18326:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   18327:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   18328:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   18329:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   18330:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   18331:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   18332:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   18333:          [called less frequent, allowed to remove ugly
                   18334:          Junction.change_context-s from many places, switch,
                   18335:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   18336:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   18337:          [speed up]
                   18338: 
                   18339: 2002-08-28  paf
                   18340: 
                   18341:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   18342:          tainted
                   18343: 
                   18344:        * src/types/pa_vcookie.C: fixed cookie delete when
                   18345:          $cookie:name[$.value[]]
                   18346: 
                   18347:        * operators.txt, src/classes/string.C:
                   18348:          ^string.split[delim[;options]]
                   18349: 
                   18350: 2002-08-27  paf
                   18351: 
1.116     moko     18352:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     18353: 
                   18354:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   18355:          delimiter
                   18356: 
                   18357:        * INSTALL: recommended latest gmime 1.0.5
                   18358: 
                   18359: 2002-08-26  paf
                   18360: 
                   18361:        * configure, configure.in: apache13/hook added to make dist.
                   18362: 
                   18363: 2002-08-23  paf
                   18364: 
                   18365:        * src/: include/pa_common.h, main/pa_common.C,
                   18366:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   18367:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   18368:          whatever] it's error now
                   18369: 
                   18370: 2002-08-21  paf
                   18371: 
1.116     moko     18372:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     18373: 
                   18374:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18375:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   18376:          class".  compiled as if here they named base class
                   18377: 
                   18378:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   18379:          cloning constructor]
                   18380: 
                   18381:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   18382: 
1.150     moko     18383:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     18384:          $mail.received.file.value.content-type fixed
                   18385: 
                   18386: 2002-08-20  paf
                   18387: 
                   18388:        * src/classes/file.C: fixed language of file:file result
                   18389: 
                   18390:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   18391:          from 3.0.0005
                   18392: 
                   18393:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   18394: 
                   18395:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   18396:          3.0.0005
                   18397: 
                   18398:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   18399: 
                   18400: 2002-08-19  paf
                   18401: 
                   18402:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   18403:          work now
                   18404: 
                   18405:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   18406:          error in xnode, which were not catched in xdoc]
                   18407: 
                   18408:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   18409:          prepared:        // validate each document after load/create (?)
                   18410:                 //xmlDoValidityCheckingDefaultValue = 1;
                   18411: 
                   18412: 2002-08-15  paf
                   18413: 
                   18414:        * src/classes/classes.h: write to static var caused useless
                   18415:          Exception, introduced Methoded::put_element wich consumes those
                   18416: 
                   18417:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   18418:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   18419:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   18420:          $response:field[date] $response:field[$.xxx[date]]
                   18421: 
                   18422:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18423:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   18424:          ^hash::sql{bad}
                   18425: 
                   18426:        * operators.txt: $request:body unprecessed POST request body
                   18427: 
                   18428:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   18429: 
                   18430:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   18431:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   18432: 
                   18433:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   18434:          src/include/pa_request.h, src/main/pa_pool.C,
                   18435:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   18436:          $request:body r.post_data now const
                   18437: 
                   18438:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   18439:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   18440:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   18441:          types/pa_vtable.h: instead of type() checking everywhere used
                   18442:          Value.as now user descendants can be used in params.
                   18443: 
                   18444:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   18445:          ^if($xtable) now OK
                   18446: 
                   18447:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   18448:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   18449:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   18450: 
                   18451: 2002-08-14  paf
                   18452: 
                   18453:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   18454:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18455:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18456:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18457:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18458:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18459:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18460:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18461:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18462:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18463:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18464:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18465:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18466:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   18467:          & VClass
                   18468: 
                   18469:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   18470: 
                   18471:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   18472:          removed fixopt stupidity. on stupid linux use cd /document/root
                   18473:          ../cgi/parser3 script
                   18474: 
                   18475:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   18476:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   18477: 
                   18478:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   18479:          fixopt.h: fixopt now preprocesses command line params, splitting
                   18480:          them by space, excluding argv[0], argv[argc-1]
                   18481: 
                   18482:        * src/targets/cgi/parser3.C: -f config file
                   18483: 
                   18484:        * src/targets/cgi/parser3.C: fixed .log file dir
                   18485: 
                   18486: 2002-08-13  paf
                   18487: 
                   18488:        * src/types/pa_vobject.C: allow override parent variables, useful
                   18489:          for form descendants [in vobject too, were in vclass]
                   18490: 
                   18491:        * src/types/pa_vclass.C: allow override parent variables, useful
                   18492:          for form descendants
                   18493: 
                   18494:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   18495:          overwritten in derived(table)
                   18496: 
                   18497:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18498:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   18499:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18500:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18501:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18502:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18503:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18504:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18505:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18506:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18507:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18508:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18509:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18510:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18511:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   18512:          Value::get_element(..., bool looking_down) [needed to exclude
                   18513:          endless recoursion]
                   18514: 
                   18515:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   18516:          fix bug with put endless recoursion todo: check 'as'
                   18517: 
                   18518:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   18519:          reorganized modules todo: fix bug with put endless recoursion
                   18520:          todo: check 'as'
                   18521: 
                   18522:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   18523:          in derived(table)
                   18524: 
                   18525:        * src/types/pa_vobject.h: derived classes can have fields of their
                   18526:          own now
                   18527: 
                   18528:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   18529:          fixed error message on using non-created table
                   18530: 
                   18531:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   18532:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   18533:          main/compile.C, main/compile.tab.C, main/execute.C,
                   18534:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   18535:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18536:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18537:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18538:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   18539:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18540:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18541:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18542:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18543:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18544:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18545:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18546:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   18547:          looking down/up tree todo: fix error message on non-constructed
                   18548:          parents
                   18549: 
                   18550: 2002-08-12  paf
                   18551: 
                   18552:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   18553:          derived OK
                   18554: 
                   18555:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   18556:          thorough testing
                   18557: 
                   18558:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   18559:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   18560:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18561:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   18562:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   18563:          ^base:create[] dynamic call rewritten todo: thorough testing
                   18564: 
                   18565:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   18566:          now instantates base class, remembers it and saves child in
                   18567:          parent VObject.get_class now returns last child = downward
                   18568:          virtual calls OK
                   18569: 
                   18570:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   18571:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   18572:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   18573:          types/pa_vobject.h, types/pa_vresponse.h,
                   18574:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18575:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   18576:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   18577:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   18578:          instance]
                   18579: 
                   18580:        * src/main/pa_request.C: $response:body[file] content-type check
                   18581:          fixed [were bad when content-type is hash]
                   18582: 
                   18583: 2002-08-09  paf
                   18584: 
                   18585:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   18586:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   18587: 
                   18588: 2002-08-08  paf
                   18589: 
                   18590:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   18591:          src/main/pa_globals.C: year column in month calendar [week year]
                   18592: 
                   18593:        * src/main/execute.C: error reporting on object writes to MAIN
                   18594:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   18595: 
                   18596:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   18597:          $date.daylightsaving
                   18598: 
                   18599:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   18600:          use tainted data now. only she must specify the language.
                   18601: 
                   18602:          ^mail:send[     $.from[paf@mail.design.ru]
                   18603:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   18604:                $.text[^taint[uri][ìîñêâà]=] ]
                   18605: 
                   18606:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   18607:          now prints more precise origin
                   18608: 
                   18609:        * src/include/pa_string.h: String::first_char now not fails on
                   18610:          empty strings ^if(-f '') now ok and in 3 other places.
                   18611: 
                   18612:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   18613:          String::first_char now not fails on empty strings ^if(-f '') now
                   18614:          ok and in 3 other places.
                   18615: 
                   18616: 2002-08-07  paf
                   18617: 
                   18618:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   18619:          fixed
                   18620: 
                   18621:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   18622: 
                   18623:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   18624:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   18625:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   18626:          mistakenly not completely transparent to object writes.
                   18627:          $hash[^if(1){$hash}] now works
                   18628: 
                   18629:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   18630:          now erasing cache file [there were bad check on that]
                   18631: 
                   18632:        * src/: classes/classes.dsp, classes/table.C,
                   18633:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   18634:          all Debug dirs in .dsp now named 'Debug'
                   18635: 
1.116     moko     18636:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     18637: 
                   18638:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   18639: 
                   18640:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   18641: 
                   18642:        * src/types/pa_vmail.C: mail:send empty  email checked
                   18643: 
                   18644: 2002-08-06  paf
                   18645: 
                   18646:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18647:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18648:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   18649: 
                   18650:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   18651:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   18652:          #  $.default() }
                   18653: 
                   18654:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   18655: 
                   18656:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   18657:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   18658:          $file.content-type [instead of .mime-type] now works for
                   18659:          file::stat also
                   18660: 
                   18661:        * src/main/pa_request.C: case insensitive mime_type_of
                   18662: 
                   18663: 2002-08-05  paf
                   18664: 
                   18665:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   18666: 
                   18667:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   18668: 
                   18669:        * operators.txt: comment on date:calendar week column
                   18670: 
                   18671:        * src/main/pa_common.C: write checked
                   18672: 
                   18673:        * src/main/: pa_common.C: write checked
                   18674: 
                   18675:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   18676: 
                   18677:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   18678:          month calendar week column [ISO 8601 Week Numbers]
                   18679: 
                   18680: 2002-08-02  paf
                   18681: 
                   18682:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   18683:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   18684:          DEBUG*
                   18685: 
                   18686:        * configure, configure.in, src/include/pa_version.h: release
                   18687:          3_0_0005
                   18688: 
                   18689:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   18690:          multipart post fixed
                   18691: 
                   18692:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   18693:          response transcoded source->client only when text/* or simple
                   18694:          onoverridden $response:body
                   18695: 
                   18696: 2002-08-01  paf
                   18697: 
                   18698:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18699:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18700:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   18701:          classes/op.C, classes/response.C, classes/string.C,
                   18702:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18703:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   18704:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18705:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   18706:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   18707:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   18708:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18709:          include/pa_socks.h, include/pa_sql_connection.h,
                   18710:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   18711:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18712:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18713:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18714:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   18715:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   18716:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18717:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   18718:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   18719:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   18720:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   18721:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18722:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18723:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   18724:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   18725:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   18726:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18727:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18728:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   18729:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   18730:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18731:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   18732:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   18733:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   18734:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18735:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   18736:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18737:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18738:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18739:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18740:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18741:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18742:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18743:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     18744:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     18745: 
                   18746:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   18747:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   18748:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18749:          classes/math.C, classes/op.C, classes/response.C,
                   18750:          classes/string.C, classes/table.C, classes/void.C,
                   18751:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18752:          include/pa_array.h, include/pa_cache_managers.h,
                   18753:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18754:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18755:          include/pa_dictionary.h, include/pa_dir.h,
                   18756:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18757:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18758:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18759:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18760:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18761:          include/pa_stack.h, include/pa_string.h,
                   18762:          include/pa_stylesheet_connection.h,
                   18763:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18764:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18765:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   18766:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18767:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   18768:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18769:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   18770:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   18771:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18772:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   18773:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   18774:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18775:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18776:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   18777:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18778:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18779:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18780:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   18781:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18782:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   18783:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   18784:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18785:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   18786:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   18787:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18788:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18789:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18790:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18791:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18792:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   18793:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18794:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18795:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18796:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   18797:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   18798:          types/Makefile.am: ident.C* removed
                   18799: 
                   18800:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   18801:          file:find[/can/do/this/now.txt]
                   18802: 
                   18803:        * src/targets/cgi/parser3.C: usage to stdout now
                   18804: 
                   18805: 2002-07-31  paf
                   18806: 
                   18807:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   18808: 
                   18809:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   18810:          default "postmaster"
                   18811: 
                   18812:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   18813:          -f postmaster now default sendmail key word "postmaster"
                   18814:          replaced to $.from
                   18815: 
                   18816: 2002-07-30  paf
                   18817: 
1.116     moko     18818:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   18819:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     18820: 
                   18821:        * src/main/pa_charset.C: comment
                   18822: 
                   18823:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   18824:          table, &#decimal;
                   18825: 
                   18826:        * src/main/pa_request.C: comment
                   18827: 
                   18828:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   18829:          paragraf]
                   18830: 
                   18831: 2002-07-11  paf
                   18832: 
                   18833:        * src/main/pa_exec.C: build command line badly added params twice
                   18834:          [and first time without ' ']. double wrong. fixed.
                   18835: 
                   18836:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   18837:          wich parser did not provide = reported badly.  fixed that.
                   18838: 
                   18839:        * src/classes/mail.C: $MAIL[ # xxx ]
                   18840: 
                   18841:          now ok
                   18842: 
                   18843:        * operators.txt: plan: sql detailed exception
                   18844: 
                   18845: 2002-07-01  paf
                   18846: 
                   18847:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   18848:          [MForm.configure_admin were called when request.main_class ==0
                   18849: 
                   18850:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   18851: 
                   18852:        * src/classes/form.C: content_length type fix
                   18853: 
                   18854: 2002-06-30  paf
                   18855: 
                   18856:        * src/classes/mail.C: merged from 4
                   18857: 
                   18858:        * src/classes/mail.C: restored $MAIL
                   18859: 
                   18860: 2002-06-28  paf
                   18861: 
                   18862:        * configure, configure.in: removed paths.h
                   18863: 
1.116     moko     18864:        * configure, src/include/pa_version.h,
1.95      moko     18865:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   18866:          merged, makes updated
                   18867: 
                   18868:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   18869:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18870:          src/include/pa_pool.h, src/include/pa_version.h,
                   18871:          src/main/pa_charset.C, src/main/pa_pool.C,
                   18872:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   18873:          src/types/pa_vmail.C: merged latest updates to head
                   18874: 
                   18875: 2002-06-27  paf
                   18876: 
                   18877:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   18878:          not error now
                   18879: 
                   18880:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   18881:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   18882:          src/main/pa_charset.C, src/main/pa_pool.C:
                   18883:          ^xdoc::create[[uri]]... base uri for document being created,
                   18884:          imports and other relative file names would be relative to this
                   18885:          uri default uri=path_translated
                   18886: 
                   18887:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   18888: 
                   18889: 2002-06-26  paf
                   18890: 
                   18891:        * configure, configure.in, src/include/pa_version.h:
                   18892:          release_3_0_0004
                   18893: 
                   18894:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   18895:          0 now
                   18896: 
                   18897:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   18898: 
                   18899: 2002-06-25  paf
                   18900: 
                   18901:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   18902:          considered bad number now
                   18903: 
                   18904:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   18905:          now
                   18906: 
                   18907:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   18908:          name: optimize
                   18909: 
                   18910:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   18911:          library configured
                   18912: 
                   18913:        * src/main/pa_request.C: configure_admin forced if no @conf
                   18914: 
1.150     moko     18915:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   18916:          ^math:crypt updated to generate random salt when needed and to
                   18917:          call system crypt() if not $apr1$ prefix
1.95      moko     18918: 
                   18919: 2002-06-24  paf
                   18920: 
                   18921:        * INSTALL: --with-static/shared-mailreceive described
                   18922: 
                   18923:        * src/include/pa_config_fixed.h: ssize_t fixed
                   18924: 
1.116     moko     18925:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18926:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     18927:          src/types/pa_vmail.C: $mail:received makes update
                   18928: 
                   18929:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   18930:          WITH_MAILRECEIVE
                   18931: 
                   18932:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   18933: 
                   18934:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   18935:          option, for $mail:receive
                   18936: 
                   18937:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   18938:          introducting $message:received ^mail:send rewritten with backward
                   18939:          comp
                   18940: 
                   18941:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18942:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18943:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   18944:          now
                   18945: 
                   18946:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   18947:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   18948:          src/include/pa_request.h, src/include/pa_string.h,
                   18949:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   18950:          src/main/pa_globals.C, src/main/pa_request.C,
                   18951:          src/main/pa_string.C, src/main/pa_uue.C,
                   18952:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   18953:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   18954:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   18955:          uue to separate file introducting $message:received ^mail:send
                   18956:          rewritten with backward comp
                   18957: 
                   18958: 2002-06-21  paf
                   18959: 
1.116     moko     18960:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   18961:          co changes
1.95      moko     18962: 
1.116     moko     18963:        * configure, configure.in, src/lib/md5/Makefile.am,
                   18964:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   18965:          restructure .in and .am files appropriate changes
1.95      moko     18966: 
                   18967:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   18968:          pcre to libs/ added libs/md5 which is linked to non-apache
                   18969:          targets ^math:crypt[password;$apr1$salt]
                   18970: 
                   18971:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   18972:          src/Makefile.am, src/classes/Makefile.am,
                   18973:          src/classes/classes.dsp, src/classes/math.C,
                   18974:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     18975:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   18976:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   18977:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   18978:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   18979:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   18980:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   18981:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   18982:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     18983:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   18984:          src/lib/pcre/pcre_parser_ctype.dsp,
                   18985:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   18986:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   18987:          src/main/compile.tab.C, src/main/main.dsp,
                   18988:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   18989:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   18990:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   18991:          to libs/ added libs/md5 which is linked to non-apache targets
                   18992:          ^math:crypt[password;$apr1$salt]
                   18993: 
                   18994: 2002-06-20  paf
                   18995: 
1.150     moko     18996:        * INSTALL, configure, configure.in, operators.txt,
                   18997:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   18998:          src/include/pa_globals.h, src/include/pa_request.h,
                   18999:          src/main/execute.C, src/main/pa_request.C,
                   19000:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   19001:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   19002:          file:justname&co & @auto/conf[filespec
1.95      moko     19003: 
                   19004:        * operators.txt, src/classes/file.C:
                   19005:          !^file:dirname[/a/some.tar.gz]=/a
                   19006:              !^file:dirname[/a/b/]=/a
                   19007:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   19008:              !^file:justname[/a/some.tar.gz]=some.tar
                   19009:              !^file:justext[/a/some.tar.gz]=gz
                   19010: 
                   19011:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   19012:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   19013:          @conf/auto[filespec]
                   19014: 
1.116     moko     19015:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     19016: 
1.150     moko     19017:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     19018:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   19019:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   19020: 
                   19021: 2002-06-18  paf
                   19022: 
                   19023:        * configure, configure.in, src/include/pa_version.h: version to
                   19024:          configure.in
                   19025: 
                   19026:        * INSTALL: reflected .conf.dist dir change
                   19027: 
1.150     moko     19028:        * Makefile.am, configure, configure.in,
1.116     moko     19029:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     19030:          .in & *.am updated
                   19031: 
                   19032:        * src/classes/file.C: strncasecmp
                   19033: 
                   19034:        * src/classes/file.C: strcasecmp
                   19035: 
1.150     moko     19036:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     19037: 
                   19038:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   19039:          insensitive check now
                   19040: 
                   19041:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   19042: 
                   19043:        * configure, configure.in, src/include/pa_pool.h,
                   19044:          src/include/pa_types.h: pack configure.in detection simplified.
                   19045:          figured out that gcc on sparc not that stupid as thought
                   19046:          previously: on sparc: when it sees packed class it modifies it's
                   19047:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   19048:          operations [st, lduh] so packed must be all parts of packed
                   19049:          class, i.e. it's parents&fields(classes).  for now it's only
                   19050:          String that packed and what was wrong is that it's parent -
                   19051:          Pooled, were not packed. fixed that.
                   19052: 
                   19053: 2002-06-14  paf
                   19054: 
                   19055:        * operators.txt: more precise xml-to-text options
                   19056: 
                   19057:        * operators.txt, src/types/pa_vxnode.C: xnode
                   19058:          attribute_node.name/value xnode pi.node.data
                   19059: 
                   19060: 2002-06-12  paf
                   19061: 
1.116     moko     19062:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   19063:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     19064: 
                   19065:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   19066:          src/include/pa_globals.h, src/include/pa_request.h,
                   19067:          src/main/compile.tab.C, src/main/pa_globals.C,
                   19068:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   19069:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   19070: 
                   19071:        * src/classes/mail.C: sendmail -ti [default now]
                   19072: 
                   19073:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   19074:          to be strings. for convinient #ing
                   19075: 
                   19076:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19077:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   19078: 
                   19079:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   19080:          main/pa_globals.C, main/pa_request.C: @conf
                   19081: 
                   19082: 2002-06-11  paf
                   19083: 
                   19084:        * src/classes/file.C: check simplified
                   19085: 
                   19086:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   19087:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   19088:          valid prefix
                   19089: 
                   19090:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   19091:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   19092:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   19093: 
                   19094: 2002-06-10  paf
                   19095: 
                   19096:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   19097:          src/main/pa_common.C: lock failures reported now
                   19098: 
                   19099:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   19100:          string->double @ compile time were not-enough-checking...
                   19101: 
                   19102:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   19103:          autoconvert now ignored
                   19104: 
                   19105:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   19106:          check
                   19107: 
                   19108:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   19109:          $response:body content-type:name
                   19110: 
                   19111:        * configure, configure.in: hpux check, nsl link, no socket
                   19112: 
                   19113:        * operators.txt: old merge conflict removed
                   19114: 
                   19115:        * configure, configure.in: pack even address access on sparc&co
                   19116:          arch checked in configure
                   19117: 
                   19118:        * configure, src/include/pa_version.h: makes
                   19119: 
                   19120:        * configure, configure.in, src/include/pa_version.h: makes
                   19121: 
                   19122:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   19123:          with charset even when all letters were 7bit one
                   19124: 
                   19125:        * src/main/pa_common.C: merged fixed -d (bug)
                   19126: 
                   19127:        * src/main/pa_common.C: fixed -d (bug)
                   19128: 
                   19129: 2002-06-03  paf
                   19130: 
                   19131:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   19132:          src/classes/classes.dsp, src/main/compile.tab.C,
                   19133:          src/main/main.dsp, src/main/pa_globals.C,
                   19134:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   19135:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   19136:          .dsp-s along with reorganized cvs modules dirs structure
                   19137: 
                   19138:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19139:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   19140:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   19141:          modules
                   19142: 
                   19143: 2002-05-28  paf
                   19144: 
                   19145:        * src/targets/cgi/parser3.C: info.uri now ""
                   19146: 
                   19147: 2002-05-17  paf
                   19148: 
                   19149:        * src/classes/: table.C: ^table.save << checked empty
                   19150:          pre/match/post columns
                   19151: 
                   19152: 2002-05-16  paf
                   19153: 
                   19154:        * src/classes/image.C: image::measure can png now
                   19155: 
                   19156: 2002-05-15  paf
                   19157: 
                   19158:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   19159:          added
                   19160: 
                   19161:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   19162: 
                   19163:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   19164:          %H[:%M[:%S]]]]]] [-%m now
                   19165: 
                   19166: 2002-05-14  paf
                   19167: 
                   19168:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   19169: 
                   19170: 2002-05-07  paf
                   19171: 
                   19172:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   19173:          src/include/pa_globals.h, src/include/pa_request.h,
                   19174:          src/include/pa_table.h, src/main/compile.tab.C,
                   19175:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   19176:          src/main/pa_request.C, src/main/pa_table.C,
                   19177:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   19178:          src/targets/isapi/parser3isapi.dsp,
                   19179:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   19180:          name2number field now &.  main_method_name now on Request pool
                   19181:          rather on global_pool [Junction+VJunction created on same pool as
                   19182:          name = were created on global pool, causing mem leaks]
                   19183: 
                   19184:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   19185:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   19186:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   19187:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   19188:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19189:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   19190:          field now &.  main_method_name now on Request pool rather on
                   19191:          global_pool [Junction+VJunction created on same pool as name =
                   19192:          were created on global pool, causing mem leaks]
                   19193: 
                   19194: 2002-05-06  paf
                   19195: 
                   19196:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19197:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19198:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19199: 
                   19200:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19201:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19202:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19203: 
                   19204: 2002-04-30  paf
                   19205: 
                   19206:        * configure, src/include/pa_version.h: version now not b
                   19207: 
                   19208:        * src/targets/cgi/parser3.C: request.uri now never 0
                   19209: 
                   19210: 2002-04-29  paf
                   19211: 
                   19212:        * configure.in: removed b
                   19213: 
                   19214:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   19215:          Exception::comment/type checked in (), no there's no empty
                   19216:          type/comment by default
                   19217: 
                   19218:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   19219:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   19220:          src/doc/value.dox, src/include/pa_exception.h,
                   19221:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   19222:          0001
                   19223: 
                   19224: 2002-04-26  paf
                   19225: 
                   19226:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   19227:          size reduced
                   19228: 
                   19229: 2002-04-25  paf
                   19230: 
                   19231:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   19232:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   19233:          now that took into account
                   19234: 
                   19235:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   19236:          01:03:04]
                   19237: 
                   19238:        * ChangeLog, operators.txt, src/classes/date.C:
                   19239:          ^date::create[2002-12-33 01:03:04]
                   19240: 
                   19241:        * ChangeLog: updated changelog
                   19242: 
                   19243:        * src/classes/table.C: removed restriction on column count to
                   19244:          ^table.hash to work, now must be >0 [were >1]
                   19245: 
                   19246: 2002-04-24  paf
                   19247: 
                   19248:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19249:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19250:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   19251:          targets
                   19252: 
                   19253: 2002-04-23  paf
                   19254: 
                   19255:        * operators.txt, src/classes/string.C:
                   19256:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   19257:          "junction used outside of context"]
                   19258: 
                   19259: 2002-04-22  paf
                   19260: 
                   19261:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   19262:          src/main/pa_string.C, src/types/pa_vstring.C,
                   19263:          src/types/pa_vstring.h: ^string.optimize[]
                   19264: 
                   19265:        * src/: include/pa_globals.h, include/pa_table.h,
                   19266:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   19267:          table template
                   19268: 
                   19269:        * src/classes/: string.C: optimize removed from string
                   19270:          .left/right/pos
                   19271: 
                   19272:        * src/main/execute.C: rolled back to
                   19273:          before_killing_userjunction_contexts
                   19274: 
                   19275:        * src/main/execute.C: user junctions context killed
                   19276: 
                   19277:        * src/main/execute.C: junctions to local contexts got
                   19278:          cleanized&checked later
                   19279: 
                   19280: 2002-04-19  paf
                   19281: 
                   19282:        * src/: classes/string.C, include/pa_request.h,
                   19283:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   19284:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   19285:          prior to .left .right .mid .pos .match when that is profitable,
                   19286:          and always before .replace when $ORIGINS(1) optimization disabled
                   19287:          economy from not wasting mem on lots of strings which occur by
                   19288:          lots of String:mid calls to get parts of source string between
                   19289:          found_occurances
                   19290: 
                   19291:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   19292:          ^file:list
                   19293: 
                   19294:        * src/: include/pa_globals.h, include/pa_table.h,
                   19295:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   19296:          globalized, not created @ each ^match anymore economy:
                   19297:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   19298: 
                   19299:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   19300:          removed from each String::match replace iteration, and made
                   19301:          stacked sizeof(VTable)=12bytes economy on each replace code
                   19302: 
                   19303:        * src/doc/footer.htm: 2001,
                   19304: 
                   19305:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19306:          string.match[]['] option enables generation of $match.prematch
                   19307:          .match .postmatch columns
                   19308: 
                   19309:        * src/main/pa_string.C: String::match options analized without
                   19310:          cstr-ing them now
                   19311: 
                   19312:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   19313:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   19314:          config updated to doxygen 1.2.15, created helper which fixes
                   19315:          minor bugs in chm project files & htm tree.  changed extension to
                   19316:          .htm
                   19317: 
                   19318: 2002-04-18  paf
                   19319: 
                   19320:        * src/doc/doxygen.cfg: .chi generation disabled
                   19321: 
                   19322:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   19323:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   19324:          fields&methods
                   19325: 
                   19326:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   19327:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   19328:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   19329:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19330:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   19331:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   19332:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19333:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   19334:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   19335:          VStateless_class to VObject
                   19336: 
                   19337:        * src/: main/pa_request.C, types/pa_valiased.h,
                   19338:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19339:          types/pa_vstring.h: VStateless_string_object speicalized light
                   19340:          version of VStateless_object
                   19341: 
                   19342:        * src/classes/op.C: ^throw comment param made optional
                   19343: 
                   19344:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   19345:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   19346:          and implemented down in VClass, fclass_alias removed,
                   19347: 
                   19348:        * src/types/pa_value.C: forced to cut that from .h because of
                   19349:          VStateless_class usage [undefined in .h]
                   19350: 
                   19351:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19352:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19353:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   19354:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   19355:          on each CALL]
                   19356: 
                   19357:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19358:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19359:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19360:          classes/response.C, classes/string.C, classes/table.C,
                   19361:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   19362:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   19363:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   19364:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   19365:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19366:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   19367:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   19368:          removed Value::fname
                   19369: 
                   19370: 2002-04-17  paf
                   19371: 
                   19372:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   19373:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   19374:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   19375:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   19376:          state, PTHROW freshen to throw & co
                   19377: 
                   19378:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   19379: 
                   19380:        * src/classes/op.C: taint local result var bug fixed
                   19381: 
                   19382: 2002-04-16  paf
                   19383: 
                   19384:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   19385:          Attic asm.txt as most interesting
                   19386: 
                   19387:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   19388:          check, preventing content-length: 0 from appearing
                   19389: 
                   19390:        * src/main/execute.C: $result in @main now taken into account as in
                   19391:          usual functions
                   19392: 
                   19393:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   19394:          & @unhandled_exception now taken into account as in usual
                   19395:          functions
                   19396: 
                   19397:        * src/doc/postbuild.txt: instructions on post .html build
                   19398: 
                   19399:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   19400: 
                   19401:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   19402:          tainted
                   19403: 
                   19404:        * src/main/pa_request.C: uri in error log
                   19405: 
                   19406:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   19407:          cheched date:create(days) param for validity [later were assumed
                   19408:          valid and crashed on invalid onces]
                   19409: 
                   19410:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19411:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   19412:          and used that for removing VString wrapper
                   19413: 
                   19414:        * src/classes/op.C: exception2vhash file now tainted
                   19415: 
                   19416:        * src/classes/op.C: _process pseudo origin copied from local var to
                   19417:          heap
                   19418: 
                   19419:        * src/classes/op.C: extra check on empty file in origin in _execute
                   19420: 
                   19421: 2002-04-15  paf
                   19422: 
                   19423:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   19424: 
                   19425:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   19426:          functions
                   19427: 
                   19428:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   19429:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   19430:          started dual write_xxx_lang functions, if checked & works
                   19431: 
                   19432:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   19433:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   19434:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   19435:          unnecessary VString shells
                   19436: 
                   19437:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   19438:          prev changes]
                   19439: 
                   19440:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   19441:          classes/table.C, include/pa_request.h, main/execute.C,
                   19442:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   19443:          StringOrValue wcontext result, now ready for dual writes
                   19444: 
                   19445:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   19446:          checked that
                   19447: 
                   19448:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   19449:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   19450:          changed to OP_WRITE_VALUE in var get cases
                   19451: 
                   19452:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   19453:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   19454:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19455:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   19456:          switch in hash constructor fixed [were problems with using of
                   19457:          stacked wwrapper after it's death]
                   19458: 
                   19459: 2002-04-12  paf
                   19460: 
                   19461:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   19462: 
                   19463: 2002-04-11  paf
                   19464: 
                   19465:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   19466:          Request::process_internal codeFrame & wwrapper stacked [not
                   19467:          wasting  heap anymore]
                   19468: 
                   19469: 2002-04-10  paf
                   19470: 
                   19471:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   19472:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   19473:          classes/string.C, classes/table.C, classes/void.C,
                   19474:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   19475:          main/pa_string.C: killed Request::process() wrapping
                   19476:          VString(String) in case we need only String
                   19477: 
                   19478:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19479:          killed 8 bytes from String.head
                   19480: 
                   19481: 2002-04-09  paf
                   19482: 
                   19483:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   19484:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   19485:          local*/char b[...];      a=b; situations
                   19486: 
                   19487:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   19488: 
                   19489:        * src/classes/xdoc.C: xslt params fixed
                   19490: 
                   19491:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   19492:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   19493:          not pool.malloc(MAX_NUMBER) but really neaded
                   19494: 
                   19495:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   19496:          int/double.int/double(default)
                   19497: 
                   19498: 2002-04-04  paf
                   19499: 
                   19500:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   19501:          [when reconstructing pieces were split by
                   19502:          max_integral(piece.size), thus some strings to replace happen to
                   19503:          be split into two = not replaced)
                   19504: 
                   19505:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   19506:          standalone version = current dir
                   19507: 
                   19508:        * src/targets/cgi/parser3.C: document root in standalone version =
                   19509:          current dir
                   19510: 
                   19511: 2002-04-03  paf
                   19512: 
                   19513:        * configure, configure.in: more checks on nonexistent charset
                   19514: 
1.116     moko     19515:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     19516: 
                   19517: 2002-04-02  paf
                   19518: 
                   19519:        * src/main/compile.C: parser.compile [exception name more like in
                   19520:          doc]
                   19521: 
                   19522: 2002-04-01  paf
                   19523: 
                   19524:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   19525:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   19526:          .content-type.charset, not .charset
                   19527: 
                   19528: 2002-03-29  paf
                   19529: 
                   19530:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   19531: 
                   19532:        * operators.txt, src/classes/date.C: ^date::create now may not
                   19533:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   19534:          days' year.  | 31.05->31.04   roll
                   19535: 
                   19536: 2002-03-28  paf
                   19537: 
                   19538:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   19539:          src/include/pa_globals.h, src/include/pa_hash.h,
                   19540:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   19541:          ^cache(seconds)    ^cache[date] }
                   19542: 
                   19543:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   19544:          param
                   19545: 
                   19546: 2002-03-27  paf
                   19547: 
                   19548:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   19549:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   19550:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   19551:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   19552:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   19553:          src/classes/xnode.C, src/include/pa_exception.h,
                   19554:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   19555:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   19556:          src/main/pa_array.C, src/main/pa_charset.C,
                   19557:          src/main/pa_charsets.C, src/main/pa_common.C,
                   19558:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   19559:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   19560:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   19561:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   19562:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   19563:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   19564:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   19565:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   19566:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   19567:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   19568:          src/types/pa_wwrapper.h: assigned exception types
                   19569: 
                   19570:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   19571:          src/include/pa_request.h, src/main/execute.C,
                   19572:          src/main/pa_request.C: decided agains resetting exception_trace,
                   19573:          just changed name
                   19574: 
                   19575: 2002-03-26  paf
                   19576: 
                   19577:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   19578:          fixed
                   19579: 
                   19580:        * src/classes/op.C: forced language of $source field of exception
                   19581:          to 'tainted', so that sql-langed-frags could be outputed outside
                   19582:          of connect
                   19583: 
                   19584:        * operators.txt: removed date.roll limit of +-1 offset
                   19585: 
                   19586:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   19587: 
                   19588:        * operators.txt, src/classes/date.C: fixed date roll on
                   19589:          daylightsaving days mktime took into account tm_isdst flag, which
                   19590:          remained from BEFORE roll, but should have been reset
                   19591: 
                   19592: 2002-03-25  paf
                   19593: 
                   19594:        * operators.txt, src/targets/cgi/parser3.C:
                   19595:          http_site_config_filespec
                   19596: 
                   19597:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   19598:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   19599:          with any/both --disable-foreign-group-files --disable-execs
                   19600: 
                   19601:        * INSTALL: "--with=sendmail=COMMAND" comment
                   19602: 
                   19603:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   19604:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     19605:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   19606:          disables execs also.  introducing --sendmail
1.95      moko     19607: 
                   19608:        * operators.txt: pgsql options comment
                   19609: 
                   19610:        * INSTALL: comment on --disable-link-stdcpp
                   19611: 
1.116     moko     19612:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   19613:          libstdc++ link skipping configure option
1.95      moko     19614: 
                   19615:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   19616:          with error were put to cache with 'marked_to_rollback' flag, all
                   19617:          consequent even OK requests rolled back
                   19618: 
                   19619: 2002-03-22  paf
                   19620: 
                   19621:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   19622:          false return
                   19623: 
                   19624:        * operators.txt: few comments on sets
                   19625: 
                   19626: 2002-03-18  paf
                   19627: 
                   19628:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   19629:          src/include/pa_globals.h, src/include/pa_request.h,
                   19630:          src/include/pa_stack.h, src/main/pa_globals.C,
                   19631:          src/main/pa_request.C: introducing ^try
                   19632: 
                   19633:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   19634:          types/pa_vdouble.h: removed some tested @tests
                   19635: 
                   19636: 2002-03-15  paf
                   19637: 
                   19638:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   19639: 
                   19640: 2002-03-13  paf
                   19641: 
                   19642:        * src/main/pa_exception.C: checked not-pooled malloc
                   19643: 
                   19644: 2002-03-11  paf
                   19645: 
                   19646:        * INSTALL, configure, configure.in,
                   19647:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   19648: 
                   19649:        * src/main/pa_common.C: --disable-foreign-group-files
                   19650: 
                   19651:        * INSTALL: --disable-execs
                   19652: 
                   19653:        * src/main/pa_exec.C: --disable-execs
                   19654: 
                   19655:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19656:          --disable-execs
                   19657: 
                   19658:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   19659: 
                   19660:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   19661:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   19662: 
                   19663: 2002-03-05  paf
                   19664: 
                   19665:        * operators.txt, src/classes/date.C: date week calendar columns
                   19666:          named
                   19667: 
                   19668:        * operators.txt, src/classes/date.C: date week calendar columns
                   19669:          named
                   19670: 
                   19671:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   19672:          requires headers to be terminated with \r\n manually [refuses to
                   19673:          separate header/body itself]
                   19674: 
                   19675:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19676:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   19677: 
                   19678: 2002-03-04  paf
                   19679: 
                   19680:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   19681:          in PASS language
                   19682: 
                   19683:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   19684:          deserialize checks on broken file
                   19685: 
                   19686:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   19687:          parser3isapi.dsp: isapi updated
                   19688: 
                   19689: 2002-03-01  paf
                   19690: 
                   19691:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   19692: 
                   19693: 2002-02-28  paf
                   19694: 
                   19695:        * src/main/untaint.C: removed some debug comments
                   19696: 
                   19697:        * src/main/pa_charsets.C: when placing charset to cache using
                   19698:          global name now [were request]
                   19699: 
                   19700:        * configure, configure.in: apache module updated
                   19701: 
                   19702:        * src/main/pa_string.C: origin by first piece preferred before last
                   19703:          piece
                   19704: 
                   19705: 2002-02-27  paf
                   19706: 
                   19707:        * src/main/pa_charset.C: size_t
                   19708: 
                   19709:        * INSTALL: shared/static-xml with-pathlink
                   19710: 
                   19711:        * operators.txt: SMTP comment
                   19712: 
                   19713: 2002-02-26  paf
                   19714: 
                   19715:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   19716: 
                   19717:        * src/classes/xnode.C: in some situation, xpath query returned
                   19718:          result with type NODESET, but empty nodeset member field, checked
                   19719:          that
                   19720: 
                   19721: 2002-02-22  paf
                   19722: 
                   19723:        * INSTALL: without-zlib comment
                   19724: 
                   19725:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   19726: 
                   19727:        * configure, configure.in: glib###.a detection fixed
                   19728: 
                   19729:        * INSTALL: hashfile removed from INSTALL
                   19730: 
1.116     moko     19731:        * Makefile.am: make update
1.95      moko     19732: 
                   19733:        * src/main/pa_string.C: string iterators fixed again, so were
                   19734:          String::join_chain
                   19735: 
                   19736:        * src/main/pa_string.C: string iterators fixed again, so were
                   19737:          String::join_chain
                   19738: 
                   19739:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   19740:          fixed again, so were String::join_chain
                   19741: 
                   19742:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   19743: 
                   19744:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   19745:          "session"
                   19746: 
1.116     moko     19747:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19748:          --with-shared-xml --with-static-xml
1.95      moko     19749: 
                   19750:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19751:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19752:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   19753:          xalan&xml
                   19754: 
                   19755:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   19756: 
                   19757:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   19758:          src/types/types.dsp: removed hashfile support from sources for
                   19759:          now
                   19760: 
1.116     moko     19761:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     19762:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     19763:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   19764:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   19765:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     19766:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     19767:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   19768:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   19769:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     19770: 
                   19771: 2002-02-21  paf
                   19772: 
                   19773:        * src/main/untaint.C: removed debug code, activated commented-for
                   19774:          debug parts
                   19775: 
1.116     moko     19776:        * Makefile.am: make cvsupdate
1.95      moko     19777: 
                   19778:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19779:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   19780:          append_row, not at link zero now string to string appending works
                   19781: 
                   19782: 2002-02-20  paf
                   19783: 
                   19784:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   19785:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   19786:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   19787: 
                   19788:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19789:          economy: 22%
                   19790: 
                   19791:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19792:          space uptimized: string::link_row removed
                   19793: 
                   19794:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   19795:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   19796:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19797:          types/pa_vstring.h: speed uptimized: string::is_empty
                   19798: 
                   19799:        * operators.txt, src/include/pa_common.h,
                   19800:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   19801:          src/include/pa_types.h, src/main/compile.tab.C,
                   19802:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   19803:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   19804:          string append optimiziation idea and estimates
                   19805: 
                   19806: 2002-02-19  paf
                   19807: 
                   19808:        * src/classes/math.C: not used directly [but erroreously reported
                   19809:          that 'is', thus registering twice&other probs]
                   19810: 
                   19811:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   19812:          to node [element]
                   19813: 
                   19814:        * src/main/compile.C: without string_origins parse error
                   19815:          file+line+col possible
                   19816: 
                   19817:        * src/main/: compile.C: without string_origins not worked
                   19818: 
                   19819: 2002-02-18  paf
                   19820: 
                   19821:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   19822:          trick i've installed into double::as_string
                   19823: 
                   19824:        * src/main/pa_globals.C: extern "C" was removed too fast
                   19825: 
                   19826:        * src/: include/pa_opcode.h, include/pa_request.h,
                   19827:          main/compile.tab.C, main/compile.y, main/execute.C,
                   19828:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   19829:          with string/nonstring values, now in expressions double/int
                   19830:          values are passed as-is, without stupid tostring/fromstring
                   19831:          conversions
                   19832: 
                   19833:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   19834:          __cplusplus } #endif
                   19835: 
                   19836:        * src/main/compile.tab.C: bison env set so one could compile
                   19837:          without cygwin installed
                   19838: 
                   19839:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19840:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   19841:          gnome xml libs parser .dsp-s changed accordingly
                   19842: 
                   19843:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   19844: 
                   19845:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   19846:          with backward comp
                   19847: 
                   19848:        * src/classes/math.C: math:random range check fixed
                   19849: 
                   19850:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   19851: 
                   19852:        * INSTALL: local install comment
                   19853: 
1.116     moko     19854:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     19855: 
1.116     moko     19856:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   19857:          src/include/pa_config_auto.h.in,
                   19858:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   19859:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     19860: 
                   19861:        * operators.txt: \ comment
                   19862: 
                   19863: 2002-02-13  paf
                   19864: 
                   19865:        * src/include/pa_config_includes.h: sys/time time both included
                   19866:          now.  vaguely remember confilicts on this on some system [not on
                   19867:          six|ablv] so when would see them again would think up proper
                   19868:          check
                   19869: 
1.116     moko     19870:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   19871:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     19872: 
                   19873:        * src/main/pa_common.C: truncation never occured when writing files
                   19874:          on unix [since i've changed cache mech] fix
                   19875: 
                   19876:        * src/main/pa_common.C: strnchr: sanity check added
                   19877: 
                   19878:        * etc/parser3.charsets/windows-1257.cfg: id added
                   19879: 
                   19880:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   19881:          baltic charset file generated, in generation script ispunct check
                   19882:          added
                   19883: 
                   19884: 2002-02-08  paf
                   19885: 
1.116     moko     19886:        * src/: include/Makefile.am, sql/Makefile.am,
                   19887:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     19888: 
                   19889:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   19890:          forgotten
                   19891: 
                   19892:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   19893: 
                   19894:        * INSTALL, README: install&others updated
                   19895: 
                   19896:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   19897: 
1.116     moko     19898:        * Makefile.am, configure, configure.in,
                   19899:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   19900:          src/classes/Makefile.am, src/main/Makefile.am,
                   19901:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   19902:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   19903:          works
1.95      moko     19904: 
                   19905:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19906:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19907:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   19908:          classes/math.C, classes/op.C, classes/response.C,
                   19909:          classes/string.C, classes/table.C, classes/void.C,
                   19910:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19911:          include/pa_array.h, include/pa_cache_managers.h,
                   19912:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19913:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19914:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19915:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19916:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19917:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19918:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19919:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19920:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19921:          include/pa_stack.h, include/pa_string.h,
                   19922:          include/pa_stylesheet_connection.h,
                   19923:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19924:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19925:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19926:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   19927:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19928:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19929:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19930:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19931:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19932:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19933:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19934:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   19935:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19936:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19937:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19938:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19939:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19940:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   19941:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   19942:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19943:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19944:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19945:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19946:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19947:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   19948:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   19949:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   19950:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   19951:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   19952:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   19953:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   19954:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   19955:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   19956: 
                   19957:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19958:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19959:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19960:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19961:          classes/string.C, classes/table.C, classes/void.C,
                   19962:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19963:          include/pa_array.h, include/pa_cache_managers.h,
                   19964:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19965:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19966:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19967:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19968:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19969:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19970:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19971:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19972:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19973:          include/pa_stack.h, include/pa_string.h,
                   19974:          include/pa_stylesheet_connection.h,
                   19975:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19976:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19977:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19978:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   19979:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19980:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19981:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19982:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19983:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19984:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19985:          main/pa_status_provider.C, main/pa_string.C,
                   19986:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19987:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19988:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19989:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19990:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19991:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19992:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19993:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19994:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19995:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19996:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19997:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19998:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19999:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20000:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   20001:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   20002:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20003:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   20004:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20005:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20006:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   20007:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   20008: 
                   20009: 2002-02-07  paf
                   20010: 
                   20011:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   20012: 
1.116     moko     20013:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   20014:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   20015:          added yet another locking function: fcntl
1.95      moko     20016: 
                   20017:        * config.sub: on cygwin configure passes it with strange i1586
                   20018:          const, hacked it to mean i586
                   20019: 
                   20020:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   20021:          disabled $if reference due to conflicts with local variables
                   20022: 
                   20023:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   20024:          xdoc::set obsolete now, now xdoc::create, with both sences
                   20025: 
                   20026:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   20027:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   20028:          table::create now // 'set' name obsolete now table clone.
                   20029: 
                   20030:        * operators.txt, src/classes/string.C,
                   20031:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   20032:          ^int/double/string.format now can be called with normal []
                   20033:          brackets, not stupid {} as it were implemented for some strange
                   20034:          reason.  retaining backward compatibility due to some
                   20035:          already-implemented servers
                   20036: 
                   20037:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   20038:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   20039:          operators now detected by check at name_without_curly_rdive_read
                   20040:          rule whether diving code constists only of
                   20041:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   20042:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   20043:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   20044: 
                   20045: 2002-02-06  paf
                   20046: 
                   20047:        * configure, configure.in: prefix expanded, grr
                   20048: 
                   20049:        * operators.txt, src/classes/mail.C: mail:send config changed
                   20050: 
                   20051: 2002-02-05  paf
                   20052: 
                   20053:        * operators.txt: regex options commented
                   20054: 
                   20055:        * src/main/: pa_exec.C: argv0 now correct
                   20056: 
                   20057:        * src/types/pa_vstatus.C: status:rusage 3
                   20058: 
                   20059:        * src/types/pa_vstatus.C: status:rusage 2
                   20060: 
                   20061:        * operators.txt: status:rusage described int operators
                   20062: 
                   20063:        * src/types/pa_vstatus.C: status:rusage 1
                   20064: 
                   20065:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   20066:          src/types/types.dsp: status:rusage
                   20067: 
                   20068:        * configure.in, operators.txt, src/classes/file.C,
                   20069:          src/classes/op.C, src/include/pa_common.h,
                   20070:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   20071:          src/main/pa_common.C: rewritten ^cache to use
                   20072:          non-blocking-exclusive-caches
                   20073: 
                   20074:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   20075:          [speed impact. was off for debugging purpose, but forgotten
                   20076:          afterwards]
                   20077: 
                   20078: 2002-02-01  paf
                   20079: 
                   20080:        * src/classes/op.C: file_write does EX lock after create, while
                   20081:          file_read does SH after open, so there's a moment after create
                   20082:          but before EX lock when read can sneak into, and read
                   20083:          just-created-for-writing-and-not-yet-locked file, added a check
                   20084:          for that in ^cache...read
                   20085: 
                   20086: 2002-01-31  paf
                   20087: 
                   20088:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   20089:          ^xxx:
                   20090: 
                   20091:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   20092:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   20093: 
                   20094:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   20095:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   20096:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   20097:          operators check 6.1 rewritten. now check is done at compile time
                   20098: 
                   20099:        * src/main/execute.C: operators check 5 floated up old error of
                   20100:          staying in 'entered class/object' state after $a($a..) it
                   20101:          prevented operators from being called thereafter
                   20102: 
                   20103:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20104:          main/execute.C: operators check 4 floated up old error of staying
                   20105:          in 'entered object' state after ^a.a(a) it prevented operators
                   20106:          from being called thereafter
                   20107: 
                   20108:        * src/main/execute.C: operators check 3 floated up old error of
                   20109:          staying in 'entered class' state after $a:a(a) it prevented
                   20110:          operators from being called thereafter
                   20111: 
                   20112:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   20113:          floated up old error of staying in 'entered class' state after
                   20114:          $a:a[a] it prevented operators from being called thereafter
                   20115: 
                   20116:        * src/main/execute.C: operators check, thay mistakenly seen in
                   20117:          $class:operator   $object.operators contexts
                   20118: 
                   20119:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   20120:          win32
                   20121: 
1.116     moko     20122:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   20123:          src/classes/Makefile.am, src/main/Makefile.am,
                   20124:          src/targets/cgi/Makefile.am,
1.95      moko     20125:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     20126:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     20127: 
1.116     moko     20128:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   20129:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   20130:          configure, configure.in, form.txt, ident.awk, install-sh,
                   20131:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   20132:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     20133:          etc/parser3.charsets/Makefile.am,
                   20134:          etc/parser3.charsets/koi8-r.cfg,
                   20135:          etc/parser3.charsets/windows-1250.cfg,
                   20136:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     20137:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   20138:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   20139:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   20140:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     20141:          straightened installation scripts procedure made
                   20142:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   20143:          change
                   20144: 
                   20145: 2002-01-30  paf
                   20146: 
                   20147:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   20148:          removed] those comments were a mistake, and prevented libltdl
                   20149:          from function properly
                   20150: 
                   20151: 2002-01-29  paf
                   20152: 
1.116     moko     20153:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   20154:          creation [modified acinclude.m4 which were creating int into just
                   20155:          assignment LIBTOOL=../libtool] added default system
                   20156:          config&charsetts prepared 'make install', now it installs
                   20157:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   20158:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     20159:          $sysconfdir/parser3.charsets respectively
                   20160: 
                   20161:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   20162:          main/pa_globals.C: few forgotten ifdef XML added
                   20163: 
                   20164: 2002-01-28  paf
                   20165: 
1.116     moko     20166:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     20167:          removed
                   20168: 
                   20169:        * src/main/pa_exception.C: dom|generic error output fix
                   20170: 
                   20171:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   20172: 
                   20173:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   20174: 
                   20175:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   20176:          [fixed as_node helper func to accept docs]
                   20177: 
                   20178:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   20179:          xdoc.importNode 0
                   20180: 
                   20181:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   20182: 
                   20183: 2002-01-25  paf
                   20184: 
                   20185:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   20186:          @SPECIAL now works OK
                   20187: 
                   20188:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   20189: 
                   20190:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   20191:          violation that added
                   20192: 
                   20193:        * src/classes/hash.C: unified  hash::sql, now
                   20194:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   20195: 
                   20196:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20197:          ^file:lock[filename]{code}
                   20198: 
                   20199:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20200:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   20201:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   20202:          to some pa_common funcs
                   20203: 
                   20204:        * src/: include/pa_charset.h, main/pa_globals.C:
                   20205:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   20206: 
                   20207:        * src/: include/pa_charset.h, main/pa_charset.C,
                   20208:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   20209:          not stupid illegal define
                   20210: 
                   20211: 2002-01-24  paf
                   20212: 
                   20213:        * src/include/pa_version.h: changed version number
                   20214: 
                   20215:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20216:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20217:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20218:          main/pa_db_connection.C, main/pa_db_table.C,
                   20219:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   20220:          hashfile without logfiles
                   20221: 
                   20222:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20223:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   20224:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   20225:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   20226:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   20227:          cluttered disk without huge need]
                   20228: 
                   20229:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   20230:          handy macro, which is strangly abscent in dome lib
                   20231: 
                   20232:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   20233: 
                   20234:        * src/classes/xdoc.C: checked empty response
                   20235: 
                   20236:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   20237:          /, not self node]
                   20238: 
                   20239:        * src/classes/xnode.C: xnode.select returns array always now, in
                   20240:          case 'nothing found' returns empty array
                   20241: 
                   20242:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   20243:          be more tender with ctrl/c/v
                   20244: 
                   20245: 2002-01-23  paf
                   20246: 
                   20247:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   20248:          substituted.         // 2. when dom tree with entites goes under
                   20249:          transform text nodes        // got [erroreosly] cut on first
                   20250:          entity occurance
                   20251: 
                   20252:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   20253:          twice-converting
                   20254: 
                   20255:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   20256:          'e' in output this is for regretful twice-converting here:
                   20257:          $a(double value) when they write double falue  they convert it to
                   20258:          string first, thus %g were losing precesion.
                   20259: 
                   20260:          todo: think up some way to remove double->string string->double
                   20261:          twice-converting
                   20262: 
                   20263:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   20264:          %.20E now default float format this is for regretful
                   20265:          twice-converting here: $a(double value) when they write double
                   20266:          falue  they convert it to string first, thus %g were losing
                   20267:          precesion.
                   20268: 
                   20269:          todo: think up some way to remove double->string string->double
                   20270:          twice-converting
                   20271: 
                   20272:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20273:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   20274:          reasons in comment inside
                   20275: 
                   20276:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   20277:          statically linked]
                   20278: 
                   20279:        * src/: include/pa_exception.h, main/compile.tab.C,
                   20280:          main/pa_exception.C: removed exception va_list constructor.  1.
                   20281:          not needed anymore 2. there were a conflict[causing errors]
                   20282:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   20283:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   20284:          ctor(, va_list) which, of course, caused gpf
                   20285: 
                   20286:        * src/main/pa_globals.C: removed debug xslt messages
                   20287: 
                   20288: 2002-01-22  paf
                   20289: 
                   20290:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20291:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   20292:          helps compiling stylesheet properly.  example: this refused to
                   20293:          work,             <b>&laquo;<xsl:value-of select="@title"
                   20294:          />&raquo;</b> stranly worked only this way:
                   20295:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   20296: 
                   20297:          docs says "set it to 1", never going into details, so I decided
                   20298:          to try NOT to do that
                   20299: 
                   20300:        * src/classes/table.C: join behaived badly in case named tables
                   20301:          structure mismatched: 0 strings sneaked into dest failing
                   20302:          afterwards.  replaced them with empty strings
                   20303: 
                   20304: 2002-01-21  paf
                   20305: 
                   20306:        * src/main/pa_charset.C: checked empty transcoders in
                   20307:          transcode_cstr|buf
                   20308: 
                   20309:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   20310: 
                   20311:        * src/classes/xdoc.C: transform error source now
                   20312:          stylesheet_filespec
                   20313: 
1.116     moko     20314:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     20315:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   20316:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     20317:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   20318:          gnome
1.95      moko     20319: 
                   20320:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20321:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   20322:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   20323:          xslt generic error 1
                   20324: 
                   20325:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   20326:          xml generic message 1
                   20327: 
                   20328:        * src/classes/table.C: ^table::load empty lines or #comments before
                   20329:          headline
                   20330: 
                   20331:        * src/: include/pa_array.h, include/pa_globals.h,
                   20332:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   20333:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   20334:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   20335:          errors 0
                   20336: 
                   20337: 2002-01-16  paf
                   20338: 
                   20339:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   20340:          classes/table.C, classes/void.C, classes/xdoc.C,
                   20341:          include/pa_db_connection.h, include/pa_request.h,
                   20342:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20343:          include/pa_stylesheet_connection.h,
                   20344:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   20345:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20346:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   20347:          stylesheet_connection auto destroyers to remaining gnome objects
                   20348: 
                   20349:        * src/classes/xdoc.C: few comments
                   20350: 
                   20351: 2002-01-15  paf
                   20352: 
                   20353:        * src/classes/xdoc.C: xdoc   file   save   string
                   20354: 
                   20355:          ready.  todo: error handling
                   20356: 
                   20357:        * src/classes/xdoc.C: xdoc save rewritten using
                   20358:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   20359:          result
                   20360: 
                   20361:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   20362:          started output options parsing
                   20363: 
                   20364: 2002-01-14  paf
                   20365: 
                   20366:        * src/classes/xdoc.C: method
                   20367: 
                   20368:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   20369:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20370:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   20371:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   20372:          xslt transform0.  TODO:   use output options   handle errors
                   20373: 
                   20374:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   20375: 
                   20376: 2002-01-11  paf
                   20377: 
                   20378:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20379:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20380:          partial logical && || evaluation
                   20381: 
                   20382:        * src/classes/xnode.C: xpath selectNodes
                   20383: 
                   20384:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   20385:          string/number/bool
                   20386: 
                   20387:        * src/classes/xnode.C: xpath selectNode 2
                   20388: 
                   20389:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   20390:          xpath selectNode 1
                   20391: 
                   20392: 2002-01-10  paf
                   20393: 
                   20394:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   20395: 
                   20396:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   20397:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   20398:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   20399:          refcounter]
                   20400: 
                   20401: 2001-12-29  paf
                   20402: 
                   20403:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   20404:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   20405:          glib works 0
                   20406: 
                   20407: 2001-12-28  paf
                   20408: 
                   20409:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   20410:          main/pa_exception.C: started glib transcoders
                   20411: 
                   20412:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   20413: 
                   20414:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   20415:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   20416:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   20417:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   20418:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   20419:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   20420:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   20421:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   20422: 
                   20423: 2001-12-27  paf
                   20424: 
                   20425:        * src/: include/pa_charset.h, include/pa_common.h,
                   20426:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   20427:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   20428:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   20429:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20430:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   20431:          from xalan&xerces, started the process.  globals [initialization
                   20432:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   20433:          calls
                   20434: 
                   20435:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   20436:          anymore
                   20437: 
                   20438: 2001-12-26  paf
                   20439: 
                   20440:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   20441:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   20442:          key globalized [bug]
                   20443: 
                   20444: 2001-12-25  paf
                   20445: 
                   20446:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   20447:          main/pa_string.C: table set & append changed splitting languages,
                   20448:          separators now can be clean AND as-is same to mail command line
                   20449:          $MAIN:MAIL.progX arguments
                   20450: 
                   20451: 2001-12-24  paf
                   20452: 
                   20453:        * src/classes/mail.C: one parted text messages - no multipart
                   20454:          mime-type anymore.  for convinient if $.attach-ments
                   20455: 
                   20456:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   20457:          main/pa_string.C: read from cache size check updated
                   20458: 
                   20459:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   20460: 
                   20461: 2001-12-21  paf
                   20462: 
                   20463:        * src/classes/date.C: date:sql-string now returns localtime
                   20464: 
                   20465:        * src/main/pa_request.C: $result in @main actually not working, to
                   20466:          hell with it for now
                   20467: 
                   20468:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   20469:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   20470:          @postprocess @exception
                   20471: 
                   20472:        * src/main/execute.C: junction evaluation canceled - endless
                   20473:          recursion detected
                   20474: 
                   20475: 2001-12-19  paf
                   20476: 
                   20477:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   20478:          intermediate
                   20479: 
                   20480:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   20481: 
                   20482:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   20483: 
                   20484:        * src/classes/op.C: ^cache keypath now relative
                   20485: 
                   20486:        * src/classes/mail.C: changed weighting prior to sort
                   20487: 
                   20488:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   20489:          were missing
                   20490: 
                   20491: 2001-12-17  paf
                   20492: 
                   20493:        * src/main/pa_charset.C: ifndef XML were bad type
                   20494: 
                   20495:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   20496:          outdated unset services_pool
                   20497: 
                   20498:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   20499:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   20500:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   20501: 
                   20502:        * src/main/untaint.C: allowed space in filespec
                   20503: 
                   20504:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   20505: 
                   20506:        * src/classes/image.C: no govno
                   20507: 
                   20508:        * src/classes/image.C: govno
                   20509: 
                   20510: 2001-12-16  paf
                   20511: 
                   20512:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   20513: 
                   20514:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   20515:          charset_connection&manager replaced by charset&charsets
                   20516: 
                   20517:        * src/main/pa_charset.C: name_cstr 0
                   20518: 
                   20519:        * src/main/untaint.C: uri lang now knows about client/source
                   20520:          charsets
                   20521: 
                   20522:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   20523:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20524:          include/pa_array.h, include/pa_cache_managers.h,
                   20525:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   20526:          include/pa_common.h, include/pa_db_connection.h,
                   20527:          include/pa_db_manager.h, include/pa_db_table.h,
                   20528:          include/pa_dictionary.h, include/pa_exception.h,
                   20529:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   20530:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   20531:          include/pa_sapi.h, include/pa_socks.h,
                   20532:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20533:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20534:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20535:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   20536:          main/pa_charset.C, main/pa_charset_connection.C,
                   20537:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   20538:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20539:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   20540:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   20541:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   20542:          types/types.dsp: introducing Charset
                   20543: 
                   20544: 2001-12-14  paf
                   20545: 
                   20546:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   20547:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   20548:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   20549:          uri lang
                   20550: 
                   20551:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   20552: 
                   20553:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   20554: 
                   20555:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   20556:          defalts_name global
                   20557: 
                   20558:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   20559:          include/pa_request.h, main/main.dsp,
                   20560:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20561:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   20562:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   20563:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   20564:          changed charset model.  now important: $request:charset
                   20565:          $response:charset while $response:content-type.charset become
                   20566:          unimportant [informational]
                   20567: 
                   20568: 2001-12-13  paf
                   20569: 
                   20570:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   20571: 
                   20572:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   20573:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   20574:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   20575:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   20576:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   20577:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   20578: 
                   20579:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   20580:          auto_ptr part other way, because of stupid gcc 2.96
                   20581:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   20582:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   20583:          FormatterListener] /usr/include/g++-3/memory:48:
                   20584:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   20585:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   20586: 
                   20587:        * src/classes/xdoc.C: removed extra inc
                   20588: 
                   20589:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   20590: 
                   20591:        * src/include/pa_types.h: msvc head debugging flag
                   20592: 
                   20593:        * src/classes/xdoc.C: freed up listener
                   20594: 
                   20595:        * src/classes/string.C: change msg '... code is not code'
                   20596: 
                   20597:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   20598:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20599:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   20600:          [past/future prob]
                   20601: 
                   20602:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20603:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   20604:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20605:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   20606: 
                   20607:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   20608:          main/pa_string.C: removed signed mismatch warnings
                   20609: 
                   20610:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   20611:          'expires' from header outputs
                   20612: 
                   20613:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   20614:          row ptr
                   20615: 
                   20616:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   20617:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   20618: 
                   20619:        * src/classes/xdoc.C: lang list updated
                   20620: 
                   20621: 2001-12-10  paf
                   20622: 
                   20623:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   20624: 
                   20625:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   20626:          erase files like that, knowing their full name introducing   //
                   20627:          theoretical problem with, for instance, "_2B" and "." fragments,
                   20628:          // they would yield the same    // because
                   20629:          need_file_encode('_')=false  // but we need to delete such files
                   20630:          somehow, getting names from ^index
                   20631: 
                   20632:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   20633:          string::join_chank break]
                   20634: 
                   20635: 2001-12-07  paf
                   20636: 
                   20637:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   20638:          include/pa_common.h, include/pa_config_auto.h.in,
                   20639:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20640:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   20641:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   20642:          types/pa_vhashfile.C: merged from r14_simple_cache
                   20643: 
                   20644:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   20645:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   20646:             lduh  [ %i2 + 1 ], %l0
                   20647: 
                   20648:          bus error, fixed that
                   20649: 
                   20650:        * src/main/pa_string.C: strange string deserialize bug on
                   20651:          client[pmts], a bit shortened,
                   20652: 
                   20653:        * src/include/pa_config_auto.h.in: makes
                   20654: 
                   20655:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   20656:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   20657:          file write shared lock file read
                   20658: 
                   20659:        * src/: classes/op.C, include/pa_common.h,
                   20660:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   20661: 
                   20662: 2001-12-06  paf
                   20663: 
                   20664:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   20665:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   20666: 
                   20667:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   20668:          info
                   20669: 
                   20670:        * src/classes/hashfile.C: removed transaction from ^cache
                   20671: 
                   20672: 2001-12-05  paf
                   20673: 
                   20674:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   20675:          IIS5 there were a prob with illegal call check
                   20676: 
                   20677: 2001-12-04  paf
                   20678: 
                   20679:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   20680:          main/pa_request.C: measures to log
                   20681: 
                   20682: 2001-11-23  paf
                   20683: 
                   20684:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   20685:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   20686:          types/pa_vhashfile.C: merged from _0014, 1
                   20687: 
                   20688:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   20689:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   20690:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   20691:          ^cache(33) would change
                   20692: 
                   20693:          0660 bits in file_write & hashfile create
                   20694: 
                   20695:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   20696:          after pa_string optimization]
                   20697: 
                   20698: 2001-11-22  paf
                   20699: 
                   20700:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20701:          table.offset[whence]
                   20702: 
                   20703:        * src/classes/op.C: process cstr(,connection)
                   20704: 
                   20705:        * src/classes/op.C: process now gets its body on current language,
                   20706:          not as-is
                   20707: 
                   20708:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   20709: 
                   20710:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   20711:          bit
                   20712: 
1.116     moko     20713:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     20714: 
                   20715: 2001-11-21  paf
                   20716: 
                   20717:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   20718:          <xsl:output output options made identical to xsl:output
                   20719:          attributes exclusion:    cdata-section-elements what xalan can do
                   20720:          but that not used now:    it can escape and remove CDATA sections
                   20721: 
                   20722:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   20723:          produced by xslt
                   20724: 
                   20725:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   20726: 
                   20727:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   20728: 
                   20729:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   20730:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   20731:          default language for {code}, it happen to change it's language
                   20732:          from CLEAN, so later refused to split by CLEAN \t
                   20733: 
                   20734: 2001-11-20  paf
                   20735: 
1.116     moko     20736:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   20737:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     20738:          bottom of dependeces, so that errors would popup quicklier, fixed
                   20739:          line numbering in table::sql
                   20740: 
                   20741: 2001-11-19  paf
                   20742: 
                   20743:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   20744:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   20745:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20746:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   20747:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   20748:          at wcontext.write
                   20749: 
1.116     moko     20750:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     20751:          _set_new_handler
                   20752: 
1.116     moko     20753:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   20754:          set_new_handler in apache&isapi
1.95      moko     20755: 
                   20756: 2001-11-16  paf
                   20757: 
                   20758:        * src/targets/cgi/parser3.C: pool debug @ die
                   20759: 
                   20760:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20761:          removed 8 bytes from String, 2 bytes from
                   20762:          string::chunk::row::item
                   20763: 
                   20764:        * src/main/pa_string.C: removed 1+4 bytes from String
                   20765: 
                   20766:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20767:          types/pa_vstring.C: removed 1+4 bytes from String
                   20768: 
                   20769:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   20770:          0
                   20771: 
                   20772:        * src/: include/pa_globals.h, include/pa_string.h,
                   20773:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   20774:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   20775:          targets/cgi/parser3.C: introducing estimating
                   20776:          String::cstr_bufsize, 0
                   20777: 
                   20778:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   20779: 
                   20780:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   20781: 
                   20782:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   20783:          include/pa_pool.h: die in pool::fail
                   20784: 
                   20785: 2001-11-15  paf
                   20786: 
                   20787:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   20788:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   20789:          dynamic buffer re-back now with counter
                   20790: 
                   20791:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   20792:          static buffer back
                   20793: 
                   20794:        * src/targets/cgi/parser3.C: std::
                   20795: 
                   20796:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   20797:          include/pa_config_includes.h: setnewhandler check
                   20798: 
1.116     moko     20799:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20800: 
                   20801:        * src/targets/cgi/parser3.C: set_new_handler started
                   20802: 
                   20803: 2001-11-14  paf
                   20804: 
                   20805:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   20806:          was wrong
                   20807: 
                   20808:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   20809:          was wrong
                   20810: 
                   20811:        * src/main/pa_request.C: z
                   20812: 
                   20813:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   20814:          full returns win32 -1 solaris >buffer_size
                   20815: 
                   20816:          checked all that
                   20817: 
                   20818:        * src/classes/op.C: ^untaint{body} as-is default now
                   20819: 
                   20820:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   20821:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   20822:          with no_bad_constructors_try
                   20823: 
                   20824:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   20825:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   20826:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   20827:          $bred[^int::int[]]
                   20828: 
                   20829:          now VObject creation moved into overriden
                   20830:          VClass::create_new_value, thus 0 from create_new_value means that
                   20831:          class has no ctors
                   20832: 
                   20833: 2001-11-13  paf
                   20834: 
                   20835:        * src/classes/classes.C: returned accedently removed if in foreach
                   20836:          callbacks [when hash no-0-restructure]
                   20837: 
                   20838: 2001-11-12  paf
                   20839: 
                   20840:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   20841:          passed as-is to method, xalan makes & into &amp; itself
                   20842: 
                   20843:        * src/classes/date.C: date.roll parser2 alg used
                   20844: 
                   20845:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   20846:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20847:          main/pa_dictionary.C, main/pa_hash.C,
                   20848:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   20849:          now does not containt 0 values. put 0 actullay removes.  no check
                   20850:          on 0 value in foreach now required
                   20851: 
                   20852: 2001-11-11  paf
                   20853: 
                   20854:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   20855: 
                   20856:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   20857: 
                   20858:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   20859:          driver initialize not const
                   20860: 
                   20861: 2001-11-10  paf
                   20862: 
                   20863:        * src/main/pa_exec.C: doc
                   20864: 
                   20865: 2001-11-09  paf
                   20866: 
                   20867:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   20868:          param properly
                   20869: 
                   20870:        * src/classes/string.C: string.save now does untainting before
                   20871:          saving
                   20872: 
                   20873:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   20874:          still cstr oriented]
                   20875: 
                   20876:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20877:          line endings fixing got rid of cstr, now must work ok with post
                   20878:          multipart
                   20879: 
                   20880:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   20881:          not file  also now
                   20882: 
                   20883: 2001-11-08  paf
                   20884: 
                   20885:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20886:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20887:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   20888:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   20889:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   20890:          simple parent, not second parent [gcc 2.96 strangly refused to
                   20891:          call virtual from second parent]
                   20892: 
1.116     moko     20893:        * src/: include/pa_common.h, main/Makefile.am,
                   20894:          targets/cgi/pa_pool.C: makes
1.95      moko     20895: 
                   20896:        * src/: include/pa_request.h, main/pa_request.C,
                   20897:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   20898:          'status' class enabler
                   20899: 
                   20900:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   20901: 
                   20902:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20903:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   20904:          include/pa_stylesheet_manager.h, main/main.dsp,
                   20905:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   20906:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20907:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20908:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   20909:          todo: apache 'status' class enabler
                   20910: 
                   20911: 2001-11-05  paf
                   20912: 
                   20913:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   20914:          debug to normal
                   20915: 
                   20916:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   20917:          hence i removed skipping 0 values in hash::for_each-es we need to
                   20918:          check cleaned cache items manually. few more checks.
                   20919: 
                   20920:          expiring to 0 time was wrong, changed to 'now' time
                   20921: 
                   20922:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   20923:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   20924:          on apache already done :)
                   20925: 
                   20926:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   20927:          skipping 0 values in hash::for_each-es we need to check cleaned
                   20928:          cache items manually
                   20929: 
                   20930:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   20931:          parser_multithreaded check was wrong
                   20932: 
                   20933:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20934:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20935:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20936:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20937:          classes/string.C, classes/table.C, classes/void.C,
                   20938:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20939:          include/pa_array.h, include/pa_charset_connection.h,
                   20940:          include/pa_charset_manager.h, include/pa_common.h,
                   20941:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20942:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20943:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20944:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20945:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20946:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20947:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20948:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20949:          include/pa_stack.h, include/pa_string.h,
                   20950:          include/pa_stylesheet_connection.h,
                   20951:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20952:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20953:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20954:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   20955:          main/pa_charset_manager.C, main/pa_common.C,
                   20956:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20957:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20958:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20959:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20960:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20961:          main/pa_status_provider.C, main/pa_string.C,
                   20962:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20963:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20964:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20965:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20966:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20967:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20968:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20969:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20970:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20971:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20972:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20973:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20974:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20975:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20976:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20977:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20978:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   20979:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   20980:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   20981:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20982:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20983:          $status:db fixed used not initialized in db_connection & db_table
                   20984: 
                   20985:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   20986:          $status:charset
                   20987: 
                   20988:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   20989:          include/pa_stylesheet_connection.h,
                   20990:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   20991:          types/pa_vstatus.h: $status:stylesheet
                   20992: 
                   20993:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   20994:          include/pa_request.h, include/pa_sql_connection.h,
                   20995:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20996:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   20997:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   20998:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20999:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   21000:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   21001: 
                   21002: 2001-11-01  paf
                   21003: 
                   21004:        * src/include/pa_config_auto.h.in: makes
                   21005: 
                   21006:        * src/main/pa_hash.C: removed old extra include
                   21007: 
                   21008:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   21009:          checks [for hp, there are such in math.h]
                   21010: 
                   21011:        * src/classes/op.C: ^for endless loop check strightened
                   21012: 
                   21013:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   21014:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   21015:          co can use r.root to write their i & key,value there
                   21016: 
                   21017:        * src/classes/op.C: detected for var storage bug, fixed.
                   21018:          todo:foreach
                   21019: 
                   21020:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   21021:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   21022:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   21023:          changing of hash inside of foreach
                   21024: 
                   21025:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   21026:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   21027:          were hash.foreach
                   21028: 
                   21029:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   21030:          types/pa_vstring.C, types/pa_vstring.h:
                   21031:          ^foreach[key|value]{body}[[separator]|{separator}]
                   21032: 
                   21033:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   21034:          types/pa_vcookie.C: ^hash.delete[key]
                   21035: 
                   21036: 2001-10-31  paf
                   21037: 
                   21038:        * src/main/: compile.C, pa_common.C: completely empty file now
                   21039:          considered "read", not ignored [not perfect trick used]
                   21040: 
                   21041:        * src/main/pa_common.C: simplier common ifdefs
                   21042: 
                   21043:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   21044: 
                   21045:        * src/main/pa_db_connection.C: z
                   21046: 
                   21047:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   21048:          lockdetector flags
                   21049:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   21050: 
                   21051:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   21052:          from accidental show [imagine user forgot @exception]
                   21053: 
                   21054:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   21055: 
                   21056:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   21057:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   21058:          main/pa_common.C: ^string.save[[append;]path]
                   21059: 
                   21060:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21061:          main/execute.C: \ in expression: int divide 10/3=3
                   21062: 
                   21063:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   21064:          inside of ^cache
                   21065: 
                   21066:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   21067:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   21068:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   21069:          needed
                   21070: 
                   21071: 2001-10-30  paf
                   21072: 
                   21073:        * src/: classes/classes.dsp, main/main.dsp,
                   21074:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21075:          types/types.dsp: enabled debug incremental compile
                   21076: 
                   21077:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21078:          form post data line endings not reformatted now.
                   21079: 
                   21080:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   21081:          now required [had bug when file= has no value]
                   21082: 
                   21083:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   21084:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   21085:          cstr(asis) default param removed
                   21086: 
                   21087:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   21088: 
                   21089:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   21090: 
                   21091:        * src/include/pa_dir.h: LOAD_DIR fixed
                   21092: 
                   21093:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   21094:          was broken} fix_line_breaks
                   21095: 
                   21096:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   21097:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   21098:          packed with #pragma pack
                   21099: 
1.116     moko     21100:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     21101: 
                   21102: 2001-10-29  paf
                   21103: 
                   21104:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   21105: 
                   21106:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   21107:          string hash.puts
                   21108: 
                   21109:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   21110: 
                   21111:        * src/include/pa_sql_connection.h: there were one wrong
                   21112:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   21113: 
                   21114:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   21115:          param.someday either ifdef or remove it
                   21116: 
                   21117:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   21118: 
                   21119:        * src/main/untaint.C: optimizing returned after debugging
                   21120: 
                   21121:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   21122:          main/untaint.C: memory hunging #pragma pack(1)
                   21123: 
                   21124:          16 419 844 13 169 394
                   21125: 
                   21126:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21127:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   21128:          places [todo:Array]
                   21129: 
                   21130:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   21131:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   21132:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   21133: 
                   21134:          total 5 652 652/158731 total 5 469 332/158731
                   21135: 
                   21136:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   21137:          Array:: without cache in get/put now
                   21138: 
                   21139:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   21140:          18:25:27 2001] total 5 652 652/158731
                   21141: 
                   21142:        * src/: include/pa_string.h, main/pa_string.C,
                   21143:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   21144:          now
                   21145: 
                   21146:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   21147:          18:11:53 2001] total 5796092/158731
                   21148: 
                   21149:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   21150:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   21151:          key ref now
                   21152: 
                   21153:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   21154:          17:11:17 2001] total 16867948/202658
                   21155: 
                   21156:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   21157:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   21158:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   21159:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21160:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   21161:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   21162:          string::as_int/double now usually uses stack, not heap [200K out
                   21163:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   21164: 
                   21165:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   21166:          hiding bug]
                   21167: 
                   21168:        * src/Makefile.am: .am order
                   21169: 
                   21170:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   21171:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21172:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   21173:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21174:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   21175:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   21176:          required "friend class"
                   21177: 
                   21178:          ../include/pa_request.h:51: friend declaration requires
                   21179:          class-key, i.e. `friend    class Temp_lang'
                   21180: 
                   21181:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   21182:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   21183:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   21184: 
                   21185:          the idea is to #1 jump to C++ some function to main body, where
                   21186:          every function stack frame has exception unwind information and
                   21187:          from there... #2 propagate_exception()
                   21188: 
                   21189: 2001-10-28  paf
                   21190: 
                   21191:        * src/main/pa_db_connection.C: removed old consts
                   21192: 
                   21193:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   21194:          with wrong type/cast]
                   21195: 
                   21196:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   21197:          translation
                   21198: 
1.116     moko     21199:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     21200:          remember to build DB2 with -fexceptions!!!
                   21201: 
                   21202:        * src/main/pa_db_table.C: DB_RMW defed
                   21203: 
                   21204:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   21205:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21206:          include/pa_db_table.h, main/pa_db_connection.C,
                   21207:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   21208: 
                   21209: 2001-10-27  paf
                   21210: 
                   21211:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21212:          include/pa_db_table.h, main/pa_db_connection.C,
                   21213:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   21214:          types/pa_vhashfile.C: DB2 ifdefs
                   21215: 
1.116     moko     21216:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   21217:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     21218:          makes with DB2
                   21219: 
1.116     moko     21220:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   21221:          types/Makefile.am: makes db
1.95      moko     21222: 
                   21223:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   21224:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   21225:          globals.C
                   21226: 
                   21227:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21228:          include/pa_db_table.h, main/pa_db_connection.C,
                   21229:          main/pa_db_table.C: ^hashfile.clear[]
                   21230: 
                   21231:        * src/classes/classes.awk: no $ in var names
                   21232: 
                   21233:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   21234:          connection&table [forgotten calls]
                   21235: 
                   21236: 2001-10-26  paf
                   21237: 
                   21238:        * src/main/pa_db_connection.C: db checkpoints
                   21239: 
                   21240:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   21241:          checkpoints
                   21242: 
                   21243:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   21244:          default. but entities still reparsed. todo: tothink
                   21245: 
                   21246:        * src/main/pa_db_connection.C: db recover mech 2
                   21247: 
                   21248:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21249:          include/pa_db_manager.h, include/pa_db_table.h,
                   21250:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21251:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   21252:          types/pa_vhashfile.h: db connections & tables now cached at
                   21253:          create time & multithreaded
                   21254: 
                   21255:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   21256:          parsed_source
                   21257: 
                   21258:        * src/main/pa_db_connection.C: about to remove connection from
                   21259:          vhashfile
                   21260: 
                   21261:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   21262:          transaction commit/rollback responsibility left to parent [as it
                   21263:          sould - else there were a bug with double free]
                   21264: 
                   21265:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   21266:          responsibility left to parent [as it sould - else there were a
                   21267:          bug with double free]
                   21268: 
                   21269: 2001-10-25  paf
                   21270: 
                   21271:        * src/: classes/hashfile.C, include/pa_common.h,
                   21272:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21273:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   21274:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   21275:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   21276:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   21277:          yet]
                   21278: 
                   21279:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   21280: 
                   21281:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   21282:          transaction parent passed
                   21283: 
                   21284: 2001-10-24  parser
                   21285: 
1.116     moko     21286:        * src/classes/Makefile.am: makes
1.95      moko     21287: 
                   21288:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   21289:          isapi/pool_storage.h: pool_storage fixed
                   21290: 
                   21291:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   21292:          types/pa_vform.h: form fix_line_breaks
                   21293: 
1.116     moko     21294:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     21295: 
                   21296:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   21297:          targets/cgi/pool_storage.h: makes
                   21298: 
                   21299:        * src/sql/pa_sql_driver.h: version
                   21300: 
                   21301:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   21302:          types/pa_vform.C, types/pa_vform.h: .am
                   21303: 
                   21304:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   21305:          this: DB_RMW Acquire write locks instead of read locks when doing
                   21306:          the retrieval. Setting this flag may decrease the likelihood of
                   21307:          deadlock during a read-modify-write cycle by immediately
                   21308:          acquiring the write lock during the read part of the cycle so
                   21309:          that another thread of control acquiring a read lock for the same
                   21310:          item, in its own read-modify-write cycle, will not result in
                   21311:          deadlock
                   21312: 
                   21313:        * src/targets/isapi/parser3isapi.dsp: doc
                   21314: 
                   21315:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   21316: 
                   21317:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   21318: 
                   21319:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21320:          main/pa_db_connection.C: hashfile expired deleted from db when
                   21321:          get & iterate
                   21322: 
                   21323:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   21324:          expiring 1
                   21325: 
                   21326:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   21327: 
                   21328:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   21329:          db_connection not bothers with key when not returning expired
                   21330:          data
                   21331: 
                   21332:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21333:          types/pa_vhashfile.C: db_cursor constructor public now
                   21334: 
                   21335:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21336:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   21337:          stamped, todo: put_element analize
                   21338: 
                   21339:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   21340:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   21341:          serialize. todo stamp
                   21342: 
                   21343: 2001-10-23  parser
                   21344: 
                   21345:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   21346:          classes/image.C, classes/mail.C, classes/response.C,
                   21347:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21348:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   21349:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   21350:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   21351:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   21352:          types/pa_vtable.C: ^hashfile.hash[]
                   21353: 
                   21354:        * src/: classes/hashfile.C, classes/xdoc.C,
                   21355:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   21356:          main/pa_globals.C: ifdefs so it compiled without db
                   21357: 
                   21358:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21359:          include/pa_db_manager.h, main/pa_db_connection.C,
                   21360:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   21361:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   21362:          ^hashfile.delete[key]
                   21363: 
                   21364: 2001-10-22  parser
                   21365: 
                   21366:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   21367:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   21368: 
                   21369:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   21370:          classes/xnode.C, include/pa_charset_connection.h,
                   21371:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21372:          include/pa_exception.h, include/pa_sapi.h,
                   21373:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21374:          include/pa_stylesheet_connection.h,
                   21375:          include/pa_stylesheet_manager.h,
                   21376:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21377:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21378:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   21379:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21380:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   21381:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   21382:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   21383:          types/types.dsp: hashfile 0
                   21384: 
                   21385:        * src/types/pa_vhashfile.C: z
                   21386: 
                   21387:        * src/: classes/classes.dsp, classes/hashfile.C,
                   21388:          include/pa_config_fixed.h, main/execute.C,
                   21389:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   21390:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   21391: 
                   21392:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   21393: 
                   21394:        * src/: include/pa_exception.h, include/pa_request.h,
                   21395:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   21396:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21397:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   21398: 
                   21399: 2001-10-19  parser
                   21400: 
                   21401:        * src/include/pa_pool.h: header
                   21402: 
                   21403:        * src/main/pa_pool.C: auto compiled on gcc
                   21404: 
                   21405:        * src/classes/image.C: comment
                   21406: 
1.116     moko     21407:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     21408: 
                   21409:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21410:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   21411:          types/pa_vxnode.h: xnode clone got freed
                   21412: 
                   21413:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   21414:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   21415:          can free up xalandomstring resulting from pool::transcode
                   21416: 
                   21417:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   21418:          include/pa_config_fixed.h, include/pa_exception.h,
                   21419:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   21420:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   21421:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   21422:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   21423:          from non-xml compile
                   21424: 
                   21425:        * src/main/pa_request.C: pool:: context - get_context
                   21426: 
                   21427:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   21428:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   21429:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   21430:          classes/string.C, classes/table.C, classes/void.C,
                   21431:          include/pa_config_fixed.h, include/pa_exception.h,
                   21432:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   21433:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21434:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   21435:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   21436:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21437:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   21438:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21439:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   21440:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   21441:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21442:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   21443:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   21444:          exceptions 0
                   21445: 
                   21446:        * src/classes/classes.awk: $ removed
                   21447: 
                   21448: 2001-10-18  parser
                   21449: 
                   21450:        * src/types/pa_vcookie.C: cookie:CLASS
                   21451: 
                   21452:        * src/main/main.dsp: project
                   21453: 
                   21454:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   21455:          set_document & ctor question "who owns document" solved
                   21456: 
                   21457:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   21458: 
                   21459:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   21460:          main/pa_pool.C: encoding in dom creating funcs
                   21461: 
                   21462:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   21463:          be transformed now
                   21464: 
                   21465:        * src/classes/xdoc.C: dom created by create can be transformed now
                   21466: 
                   21467:        * src/classes/xdoc.C: z
                   21468: 
                   21469:        * src/classes/xdoc.C: comment
                   21470: 
                   21471:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   21472:          create now uses XercesDocumentBridge, appendChild&co now works
                   21473: 
                   21474:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   21475:          @ recompile
                   21476: 
                   21477:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   21478:          $origin @exception[
                   21479: 
                   21480:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   21481:          tag names forced to XML lang
                   21482: 
                   21483:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   21484:          leechy-found bugs in code&doc fixed
                   21485: 
                   21486: 2001-10-17  parser
                   21487: 
                   21488:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   21489:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   21490:          n functionality preserved
                   21491: 
                   21492:        * src/types/pa_vimage.h: removed unused vimage::save
                   21493: 
                   21494: 2001-10-16  parser
                   21495: 
                   21496:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   21497: 
                   21498:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   21499: 
                   21500:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   21501: 
                   21502:        * src/classes/image.C: image.copy tolerance
                   21503: 
                   21504:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   21505:          ineffective, but works for small paleted image
                   21506: 
                   21507:        * src/types/pa_vimage.C: comment
                   21508: 
                   21509:        * src/classes/image.C: gd size/resize bugfix
                   21510: 
                   21511:        * src/: classes/classes.dsp, main/main.dsp,
                   21512:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21513:          types/types.dsp: ident >nul 2>&1
                   21514: 
                   21515:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   21516:          systems
                   21517: 
                   21518:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   21519:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   21520: 
                   21521: 2001-10-15  parser
                   21522: 
                   21523:        * src/main/execute.C: z
                   21524: 
                   21525:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   21526: 
                   21527:        * src/types/pa_vxnode.C:     document_type_node.
                   21528:                  !readonly attribute DOMString name
                   21529:              !notation_node.
                   21530:                  !readonly attribute DOMString publicId
                   21531:                  !readonly attribute DOMString systemId
                   21532: 
1.116     moko     21533:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   21534:          ::write badly passed string too transparently [failed to
                   21535:          intercept it]
1.95      moko     21536: 
                   21537:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   21538:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   21539:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   21540:          types/pa_vxnode.h: DOM1 major addtion, only few
                   21541:          attributes/methods left
                   21542: 
                   21543: 2001-10-13  parser
                   21544: 
                   21545:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   21546:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   21547:          in main handler
                   21548: 
                   21549:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   21550:          cleanups & frees order
                   21551: 
                   21552:        * src/types/pa_vcode_frame.h: couple comments
                   21553: 
                   21554:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   21555:          transparent enough to handle hash if creation&passing
                   21556: 
                   21557:        * src/: include/pa_config_fixed.h, main/execute.C,
                   21558:          main/pa_exception.C: noticed that vcodeframe not transparent
                   21559:          enough, would change now
                   21560: 
                   21561: 2001-10-12  parser
                   21562: 
                   21563:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   21564:          fixed. initialization&free on each thread!
                   21565: 
                   21566:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   21567:          handling changed: now type of default param analized always, not
                   21568:          only at problem time, thus helping early problem spotting
                   21569: 
                   21570:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   21571:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   21572:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21573:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   21574:          multithread bug fixed. initialization&free on each thread!
                   21575: 
                   21576: 2001-10-11  parser
                   21577: 
                   21578:        * src/classes/xnode.C: xnode.selectSingle now
                   21579: 
                   21580:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   21581:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   21582:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   21583:          convertors out of Pool into Exception
                   21584: 
                   21585:        * src/main/pa_string.C: const
                   21586: 
                   21587:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   21588:          linked pieces of same language together prior to String::replace
                   21589: 
                   21590:        * src/classes/hash.C:     !^hash.add[addme]
                   21591:              !^hash.sub[subme]
                   21592:              !^a.union[b] = new
                   21593:              !^a.intersection[b] = new
                   21594:              !^a.intersects[b] = bool
                   21595: 
                   21596:        * src/classes/hash.C:     !^hash::append[append_from]
                   21597: 
                   21598:        * src/: classes/hash.C, types/pa_vhash.h:
                   21599:          !^hash::create[[copy_from]]
                   21600: 
                   21601:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21602:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   21603:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   21604:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   21605:          exception but somebody[value.bark] tried to throw it on it's pool
                   21606: 
1.116     moko     21607:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21608: 
                   21609: 2001-10-10  parser
                   21610: 
                   21611:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   21612: 
                   21613:        * src/main/: compile.tab.C, compile.y: ^a[
                   21614: 
                   21615:          @next_method  << now unclosed ] would be reported here
                   21616: 
                   21617:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   21618:          compile error
                   21619: 
                   21620: 2001-10-09  parser
                   21621: 
1.116     moko     21622:        * src/: classes/Makefile.am, main/Makefile.am,
                   21623:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     21624: 
                   21625:        * src/classes/Makefile.am: makes
                   21626: 
                   21627:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   21628:          win32 errors intercepted [xalan transformer patched and
                   21629:          incorporated]
                   21630: 
                   21631:        * src/: classes/classes.dsp, classes/xdoc.C,
                   21632:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21633:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21634:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   21635:          patches starting
                   21636: 
                   21637:        * src/classes/: string.C, table.C: ^string.save[file]
                   21638: 
                   21639:        * src/classes/: date.C, table.C: calendar moved to date
                   21640: 
                   21641:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   21642:          string/table]  now
                   21643: 
                   21644:        * src/classes/: op.C, table.C: z
                   21645: 
                   21646:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   21647:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   21648:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   21649:          be code [be string..]
                   21650: 
                   21651:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   21652:          table.C: lots of
                   21653:          params->as_int/double/as_string/as_junction/as_no_junction
                   21654:          messages added
                   21655: 
                   21656: 2001-10-08  parser
                   21657: 
                   21658:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   21659:          classes/table.C, classes/void.C, include/pa_request.h:
                   21660:          params->as_int/double message added
                   21661: 
                   21662:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   21663: 
                   21664:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   21665:          image:sector removed image:html internal "line-*" attribs
                   21666: 
                   21667:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   21668:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   21669: 
                   21670:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   21671:          way
                   21672: 
                   21673:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   21674:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   21675:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   21676: 
                   21677:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   21678:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   21679:          @ SAPI::log
                   21680: 
                   21681:        * src/main/untaint.C: \r to ' ' in origins mode
                   21682: 
                   21683:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   21684:          set]
                   21685: 
                   21686:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   21687:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   21688:          nonstandard liaison freed up
                   21689: 
                   21690: 2001-10-07  parser
                   21691: 
                   21692:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   21693:          project
                   21694: 
                   21695: 2001-10-05  parser
                   21696: 
                   21697:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   21698:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   21699:          from outputing to cerr.  lots of "todos"
                   21700: 
                   21701:        * src/main/untaint.C: http_header tainting more gentle with
                   21702:          enquoting now
                   21703: 
                   21704:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   21705:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   21706:          xml errorhandler.  fixed string.replace a little, read @test
                   21707: 
                   21708:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   21709:          *) does not have limit, and looks further eos, fixing....
                   21710: 
                   21711:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   21712: 
                   21713:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   21714: 
                   21715:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   21716:          bugfix
                   21717: 
1.116     moko     21718:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   21719:          $result[^[$p^]z] now works fine
1.95      moko     21720: 
                   21721:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   21722:          wrong. fixed it
                   21723: 
                   21724:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   21725:          of totable appered to be vital
                   21726: 
                   21727: 2001-10-04  parser
                   21728: 
                   21729:        * src/classes/image.C: ^image.length[text]
                   21730: 
                   21731: 2001-10-03  parser
                   21732: 
                   21733:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   21734: 
                   21735:        * src/main/pa_request.C: restored pcre defaulting in request
                   21736:          [mindlessly "optimized" yesterday] comment left
                   21737: 
                   21738: 2001-10-02  parser
                   21739: 
                   21740:        * src/: main/pa_charset_manager.C,
                   21741:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   21742:          needed
                   21743: 
                   21744:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   21745:          forgot non-xml pool.*charset needed
                   21746: 
                   21747:        * src/classes/table.C: # config comments fixed
                   21748: 
                   21749:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   21750:          charset_connection #comment now
                   21751: 
                   21752:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   21753:          options fixed to use release msvcrt lib
                   21754: 
                   21755:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   21756:          removed default - pcre handles that internally fixed bug on
                   21757:          not-cleaning tables [previously was calloced, now member]
                   21758: 
                   21759:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   21760:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   21761:          inside removed default - pcre handles that internally fixed bug
                   21762:          on not-cleaning tables [previously was calloced, now member]
                   21763: 
                   21764:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   21765:          tested charset reload on file change @ apache version = OK tested
                   21766:          freeing up prev encoding on adding new = OK
                   21767: 
                   21768: 2001-10-01  parser
                   21769: 
                   21770:        * src/main/pa_charset_connection.C: removed entitify external hack
                   21771:          [internal installed]
                   21772: 
1.116     moko     21773:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     21774: 
                   21775:        * src/: include/pa_charset_connection.h,
                   21776:          include/pa_charset_manager.h,
                   21777:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21778:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21779:          main/pa_request.C: charset loading & caching mech 0
                   21780: 
                   21781:        * src/: include/pa_stylesheet_connection.h,
                   21782:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21783:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   21784:          & caching mech now
                   21785: 
                   21786: 2001-09-30  parser
                   21787: 
                   21788:        * src/main/pa_request.C: forgot to fill toTable
                   21789: 
                   21790:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   21791:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   21792:          failed on win32 for now..
                   21793: 
                   21794:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   21795:          now charsets table configuration variable is: CHARSETS
                   21796: 
                   21797:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   21798:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   21799: 
                   21800:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   21801:          include/pa_request.h, main/pa_request.C: started ctype with
                   21802:          unicode values
                   21803: 
                   21804: 2001-09-28  parser
                   21805: 
                   21806:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   21807:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   21808:          string passed AS-IS now
                   21809: 
                   21810:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   21811:          way of user-configuring... todo: implement
                   21812: 
                   21813: 2001-09-27  parser
                   21814: 
                   21815:        * src/classes/table.C: table.sort changed to sort table itself
                   21816: 
                   21817:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   21818:          X^.getElementsByTagName[tagname] = array of xnode
                   21819:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   21820:          nodes removed - regretfully not supported @ xalan. maybe someday
                   21821:          would reimplement, if needed.
                   21822: 
                   21823:          win32build system: solved long waiting anti-non-started-apache
                   21824:          problem
                   21825: 
                   21826:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   21827:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21828:          types/types.dsp: win32 ident make system so not to rebuild
                   21829:          library [ident.C.new]
                   21830: 
                   21831: 2001-09-26  parser
                   21832: 
                   21833:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   21834:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   21835:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21836:          types/pa_vxnode.C, types/types.dsp: z
                   21837: 
                   21838:        * src/classes/classes.C: forgot one non-xml check
                   21839: 
1.116     moko     21840:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21841:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     21842: 
                   21843:        * src/targets/cgi/parser3.C: z
                   21844: 
                   21845:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   21846:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   21847: 
                   21848:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   21849:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21850:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   21851:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   21852:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21853:          types/types.dsp: xdoc&xnode now
                   21854: 
                   21855:        * src/: classes/classes.C, classes/classes.awk,
                   21856:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   21857:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   21858:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21859:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   21860:          classes/op.C, classes/response.C, classes/string.C,
                   21861:          classes/table.C, classes/void.C, include/pa_array.h,
                   21862:          include/pa_common.h, include/pa_config_fixed.h,
                   21863:          include/pa_config_includes.h, include/pa_dictionary.h,
                   21864:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   21865:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21866:          include/pa_socks.h, include/pa_sql_connection.h,
                   21867:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   21868:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21869:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   21870:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   21871:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21872:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   21873:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   21874:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   21875:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   21876:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21877:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   21878:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21879:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21880:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   21881:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21882:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   21883:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   21884:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21885:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   21886:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   21887:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   21888:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   21889:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   21890:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   21891:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21892:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21893:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21894:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   21895:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   21896:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   21897:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   21898:          main.dsp splitted to main+classes+types along to .am
                   21899: 
                   21900:        * src/classes/Makefile.am: removed useless var
                   21901: 
                   21902:        * src/: classes/classes.cmd, main/main.dsp,
                   21903:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   21904:          main.dsp
                   21905: 
                   21906: 2001-09-25  parser
                   21907: 
                   21908:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   21909:          1251 though, todo ICU
                   21910: 
1.116     moko     21911:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     21912:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     21913:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   21914:          types/pa_vdom.h: xml configure makes
1.95      moko     21915: 
                   21916: 2001-09-24  parser
                   21917: 
1.116     moko     21918:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   21919:          types/Makefile.am: makes
1.95      moko     21920: 
1.116     moko     21921:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     21922: 
                   21923:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   21924:          started unix makes update
                   21925: 
                   21926:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   21927:          started unix makes update
                   21928: 
                   21929:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   21930: 
                   21931:        * src/types/pa_value.h: z
                   21932: 
                   21933:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   21934:          bugs with usinge hash/table in expressions
                   21935: 
                   21936:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   21937:          resolved conflicts fixed [const]
                   21938: 
                   21939:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   21940:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   21941:          main/compile.C, main/compile.tab.C, main/compile.y,
                   21942:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   21943:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   21944:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   21945:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   21946:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   21947:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   21948:          with before_xml [merge2 actually didn't happen - i've created
                   21949:          tags on wrong branch. so this merge is in fact re-merge]
                   21950: 
                   21951: 2001-09-21  parser
                   21952: 
                   21953:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   21954:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   21955:          produced "" in make file and sadly wrong interpreted on load]
                   21956: 
1.116     moko     21957:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   21958:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   21959:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   21960:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21961:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   21962:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   21963:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     21964: 
                   21965:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   21966:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   21967:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   21968:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   21969:          main/pa_pool.C, main/pa_request.C,
                   21970:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   21971:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21972:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   21973:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   21974:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   21975:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   21976:          types/pa_vrequest.C, types/pa_vresponse.h,
                   21977:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   21978:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   21979:          created new projects for sql drivers [planning to remove sql
                   21980:          drivers from main cvs project] first, will join latest changes
                   21981: 
                   21982:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   21983:          pool.get_charset
                   21984: 
                   21985:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   21986:          pool.get_charset
                   21987: 
                   21988:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   21989:          pool.get_charset
                   21990: 
                   21991:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   21992:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   21993:          methods encoding to pool.get_charset
                   21994: 
                   21995:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   21996:          transcoder were created right "unsupported encoding" message.
                   21997:          not @ set time, but @ use time, so until xml output functions
                   21998:          .string, .file, .save used - no encoding name check occur
                   21999: 
                   22000:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   22001:          registration needed, pools are officially destructured
                   22002: 
                   22003: 2001-09-20  parser
                   22004: 
                   22005:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   22006: 
                   22007:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   22008:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   22009: 
                   22010:        * src/: classes/dnode.C, classes/dom.C,
                   22011:          include/pa_config_includes.h, include/pa_globals.h,
                   22012:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22013:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   22014:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22015:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   22016:          Pool::transcode 0
                   22017: 
                   22018:        * src/classes/dom.C: dom. string save file moved output xml options
                   22019:          to last param and made it optional
                   22020: 
                   22021:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   22022:          dnodes
                   22023:              !$attributenode.specified = boolean
                   22024:                      true if the attribute received its value explicitly
                   22025:          in the XML document,
                   22026:                      or if a value was assigned programatically with the
                   22027:          setValue function.
                   22028:                  false if the attribute value came from the default value
                   22029:          declared in the document's DTD.
                   22030:              !$pinode.target = target of this processing instruction
                   22031:                  XML defines this as being the first token following the
                   22032:          markup
                   22033:                  that begins the processing instruction.
                   22034:                  XPath:
                   22035:              !^node.select[xpath/query/expression] = hash of 0->node0
                   22036:          1->node1
                   22037:              !^node.select-single[xpath/query/expression] = first node if
                   22038:          any
                   22039: 
                   22040:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   22041:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   22042:          some 'const's added
                   22043: 
                   22044:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   22045:          expression context now, there value = size and boolean value
                   22046:          size!=0
                   22047: 
                   22048:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   22049:          can be used in expression context now, there value = size and
                   22050:          boolean value size!=0
                   22051: 
                   22052:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   22053:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   22054:          due to strange xalan bug
                   22055: 
                   22056: 2001-09-18  parser
                   22057: 
                   22058:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   22059:          classes/image.C, classes/op.C, classes/table.C,
                   22060:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22061:          include/pa_sql_driver_manager.h, main/compile.C,
                   22062:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   22063:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   22064:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22065:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22066:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   22067:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   22068:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   22069:          before_xml branch ^if(def $hash) now true only when
                   22070:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   22071: 
                   22072:        * src/: classes/op.C, main/execute.C: operators self changed to
                   22073:          root ^for variable context changed to self
                   22074: 
                   22075:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   22076:          dnode 1
                   22077: 
                   22078:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   22079:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   22080: 
                   22081:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   22082:          poly* fixed
                   22083: 
                   22084: 2001-09-17  parser
                   22085: 
                   22086:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   22087:          types/pa_vdom.h: started dnode+dom
                   22088: 
                   22089:          dnode     DOM methods:     $node.name     $node.value
                   22090:          ...others...
                   22091: 
                   22092:              ^node.xpath[/rates/USD] = hash
                   22093:                  $hash[
                   22094:                          $.0[node0]
                   22095:                          $.1[node1]
                   22096:                  ]
                   22097: 
                   22098:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   22099:          applies to all linear primitives
                   22100: 
                   22101:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   22102:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22103:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   22104:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   22105:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   22106:          dom(dnode)
                   22107: 
                   22108:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   22109:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22110:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   22111:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   22112:          name after '.'
                   22113: 
                   22114: 2001-09-15  parser
                   22115: 
                   22116:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   22117:          image: $line-width ^line(...)[****   style]
                   22118: 
                   22119:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   22120:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   22121:          pool_storage - cleanups first, allocations second.  apache wisely
                   22122:          does just like that
                   22123: 
                   22124:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   22125:          rewritten using template, no bugs now
                   22126: 
                   22127:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   22128:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22129:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   22130:          poorly started isapi pool_storage, would rewrite using template
                   22131:          now
                   22132: 
                   22133:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   22134:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22135:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22136:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   22137:          xalan objects freed up [introducing Pool::register_cleanup]
                   22138: 
                   22139:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   22140:          comments
                   22141: 
                   22142: 2001-09-14  parser
                   22143: 
                   22144:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   22145:          z
                   22146: 
                   22147:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22148:          classes/mail.C, include/pa_common.h,
                   22149:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22150:          include/pa_stylesheet_connection.h,
                   22151:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22152:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   22153:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   22154:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   22155:          compiled&cached
                   22156: 
                   22157: 2001-09-13  parser
                   22158: 
                   22159:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22160:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   22161: 
                   22162:        * src/classes/dom.C: dom:file content-type(.method)
                   22163: 
                   22164:        * src/: include/pa_common.h, include/pa_globals.h,
                   22165:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   22166:          string now more informative error messages
                   22167: 
                   22168:        * src/: include/pa_globals.h, include/pa_request.h,
                   22169:          main/pa_request.C, targets/cgi/parser3.C,
                   22170:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   22171:          ParserSiteConfig .../parser3.conf
                   22172: 
                   22173:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   22174: 
                   22175: 2001-09-12  parser
                   22176: 
                   22177:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22178:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   22179:          precise error reporting: "connection string must start with
                   22180:          protocol://" now
                   22181: 
                   22182:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   22183:          braced
                   22184: 
                   22185:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   22186:          lexer on LS_USER level did [] matching without setting nestage,
                   22187:          introduced special LS_NAME_SQUARE_PART state
                   22188: 
                   22189: 2001-09-11  parser
                   22190: 
                   22191:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   22192:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   22193:          languages+=xml
                   22194: 
                   22195:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   22196: 
                   22197:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22198:          options:     $.method[xml|html|text] detection fixed
                   22199: 
                   22200:        * src/types/pa_vdom.h: messages
                   22201: 
                   22202:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22203:          options:     $.method[xml|html|text] detection fixed
                   22204: 
                   22205: 2001-09-10  parser
                   22206: 
                   22207:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22208:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   22209: 
                   22210:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   22211:          added]
                   22212: 
                   22213:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22214:          ^dom.xslt[stylesheet filename] 0
                   22215: 
                   22216:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22217:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   22218: 
                   22219:        * src/classes/dom.C: ^dom.file[encoding] = file
                   22220: 
                   22221:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   22222:          ^dom.save[encoding;filename]
                   22223: 
                   22224:        * src/classes/dom.C: ^dom.string[] 0
                   22225: 
                   22226:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   22227: 
                   22228:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   22229:          types/pa_vform.h: ^dom.save[b.xml] 0
                   22230: 
                   22231: 2001-09-08  parser
                   22232: 
                   22233:        * src/types/pa_vform.C: $form:tables.name.field
                   22234: 
                   22235: 2001-09-07  parser
                   22236: 
                   22237:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   22238:          $table)...
                   22239: 
                   22240:        * src/targets/cgi/parser3.C: z
                   22241: 
                   22242:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   22243:          from '' to int/double is 0]
                   22244: 
                   22245:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   22246:          $table) is false when table is empty
                   22247: 
                   22248:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   22249:          !$form:tables $atable[$form:tables.a]
                   22250:          ^atable.menu{a=$atable.element}[,]
                   22251: 
                   22252:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   22253:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   22254: 
1.116     moko     22255:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22256:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   22257:          of dom
                   22258: 
                   22259:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   22260:          types/pa_vform.C, types/pa_vform.h: z
                   22261: 
                   22262:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   22263:          element [not last]
                   22264: 
1.116     moko     22265:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22266:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   22267: 
                   22268: 2001-09-06  parser
                   22269: 
                   22270:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22271:          table with one column 'element' and two rows: 1 and 2
                   22272: 
                   22273:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22274:          table with one column 'element' and two rows: 1 and 2
                   22275: 
                   22276:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   22277:          bad int/double conversions, and now $form:nonexistent.int(88)
                   22278:          would return 88
                   22279: 
                   22280:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   22281:          types/pa_vhash.h: now there's special hash key '_default'
                   22282:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   22283:          $._default[xx] ] $hash.c
                   22284: 
                   22285:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   22286:          fixed [thanks, fif], ^; were treated there non-literally
                   22287: 
                   22288:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   22289:          doxygen
                   22290: 
                   22291:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   22292:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   22293:          types/pa_vtable.C: few #ifndef DOXYGEN
                   22294: 
                   22295: 2001-09-05  parser
                   22296: 
                   22297:        * src/classes/: string.C, table.C: sql options can be void [same as
                   22298:          image:html the other day]
                   22299: 
                   22300:        * src/targets/cgi/Makefile.am: .am undo
                   22301: 
                   22302:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22303:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   22304:          macro expantion on param, simply qoutes whatever passed, undone
                   22305: 
                   22306:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22307:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   22308:          STRINGIZE(name) #name invented
                   22309: 
                   22310:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22311:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   22312:          MAIN_SQL_DRIVERS_NAME "drivers"
                   22313: 
                   22314:          moved to be availible to all users
                   22315: 
                   22316:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   22317:          SQL_DRIVER_CREATE_FUNC_NAME
                   22318: 
                   22319:        * src/classes/mail.C: MAIN:MAIL check fixed
                   22320: 
                   22321: 2001-09-04  parser
                   22322: 
                   22323:        * src/classes/image.C: image.html now can accept void params
                   22324: 
                   22325:        * src/targets/isapi/parser3isapi.C: z
                   22326: 
                   22327:        * src/targets/cgi/parser3.C: full_file_spec bug
                   22328: 
                   22329:        * src/targets/cgi/parser3.C: getenvcheck
                   22330: 
                   22331:        * src/targets/cgi/parser3.C: zz
                   22332: 
                   22333:        * src/targets/cgi/parser3.C: zzz
                   22334: 
                   22335:        * src/classes/date.C: date
                   22336: 
                   22337:        * src/classes/date.C: date:sql-string is now without ''
                   22338: 
1.116     moko     22339:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     22340:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   22341:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   22342: 
1.116     moko     22343:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22344: 
                   22345: 2001-09-03  parser
                   22346: 
                   22347:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   22348: 
                   22349: 2001-09-01  parser
                   22350: 
                   22351:        * src/classes/image.C: letter_spacing
                   22352: 
                   22353:        * src/classes/image.C: image: font params changed
                   22354: 
                   22355:        * src/classes/image.C: image: as_int as_string used
                   22356: 
                   22357:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   22358:          analized
                   22359: 
                   22360: 2001-08-31  parser
                   22361: 
                   22362:        * src/targets/cgi/parser3.C: z
                   22363: 
1.116     moko     22364:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   22365:          cygwin
1.95      moko     22366: 
                   22367:        * src/classes/void.C: void:int/double += (default)
                   22368: 
                   22369:        * src/classes/image.C: image:font added space param image:font
                   22370:          changed charwidth alg, added kerning const[for now]
                   22371: 
                   22372:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   22373: 
                   22374: 2001-08-29  parser
                   22375: 
                   22376:        * src/main/pa_exception.C: exception redundant debug info
                   22377: 
                   22378: 2001-08-28  parser
                   22379: 
                   22380:        * src/classes/image.C: image error msgs
                   22381: 
                   22382:        * src/classes/image.C: image: gifsize little endian
                   22383: 
                   22384:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   22385:          doxygeneration
                   22386: 
                   22387:        * src/: classes/Makefile.am, main/Makefile.am,
                   22388:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   22389: 
                   22390:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   22391:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   22392: 
                   22393:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   22394: 
                   22395:        * src/classes/table.C: NO_STRING_ORIGIN check
                   22396: 
                   22397:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   22398:          storage class specifiers invalid in friend function declarations
                   22399: 
                   22400:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   22401:          main/untaint.C, targets/cgi/parser3.C,
                   22402:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   22403:          case of limit
                   22404: 
                   22405:        * src/: classes/file.C, main/pa_common.C: file:move
                   22406:          autocreate/remove dest/src dir
                   22407: 
                   22408:        * src/: classes/string.C, include/pa_dictionary.h,
                   22409:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   22410:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   22411:          to directory constructor.  string:replace
                   22412: 
                   22413: 2001-08-27  parser
                   22414: 
                   22415:        * src/classes/image.C: fixed jpgsize alg
                   22416: 
                   22417:        * src/classes/image.C: fixed jpgsize alg
                   22418: 
                   22419:        * src/main/pa_exception.C: z
                   22420: 
                   22421:        * src/main/pa_common.C: removed debug info from pa_common
                   22422: 
                   22423:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   22424:          [auto.p from current dir loading]
                   22425: 
1.116     moko     22426:        * src/: main/pa_common.C, main/pa_exception.C,
                   22427:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   22428:          for solaris -lsocket
1.95      moko     22429: 
                   22430: 2001-08-24  parser
                   22431: 
                   22432:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   22433: 
                   22434:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   22435: 
                   22436:        * src/targets/cgi/parser3.C: not cgi extra \n
                   22437: 
                   22438:        * src/main/pa_sql_driver_manager.C: z
                   22439: 
                   22440:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   22441:          sql* removed services from disconnect - cross-request ideological
                   22442:          probs.
                   22443: 
                   22444:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   22445:          cross-request ideological probs.  oracle - fixed bug: cs
                   22446:          allocated on request.pool and got freed before disconnect
                   22447: 
                   22448:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   22449:          mallocs fixed
                   22450: 
                   22451: 2001-08-23  parser
                   22452: 
                   22453:        * src/classes/file.C: minor bug in file:save fixed
                   22454: 
                   22455:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   22456: 
                   22457: 2001-08-22  parser
                   22458: 
                   22459:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   22460:          types/pa_vfile.h: file:load|save[text|binary;
                   22461: 
                   22462:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   22463: 
                   22464: 2001-08-21  parser
                   22465: 
                   22466:        * src/classes/: file.C, table.C: ^file:list
                   22467: 
                   22468: 2001-08-20  parser
                   22469: 
                   22470:        * src/: main/compile.tab.C, main/compile.y,
                   22471:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   22472:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   22473:          recousively caused problems: inc incremeted 123 literal!! fixed
                   22474: 
                   22475: 2001-08-10  parser
                   22476: 
                   22477:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   22478: 
                   22479:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   22480:          added
                   22481: 
                   22482:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   22483:          added
                   22484: 
                   22485:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   22486: 
                   22487:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   22488:          ''
                   22489: 
                   22490:        * src/main/: pa_request.C: wanted to make const int
                   22491:          MAX_EXECUTE_SECONDS=1;
                   22492: 
                   22493:          but couldnt, set_callback_and_alarm appeared to be not exported
                   22494:          :(
                   22495: 
                   22496:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   22497:          check but it weren't wise enough
                   22498: 
                   22499:          @parse[dateString][tmp]
                   22500:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   22501:          #end
                   22502: 
                   22503:          @main[] ^parse[2001-02-03]
                   22504: 
                   22505:        * src/classes/: table.C: table:sort now default desc
                   22506: 
                   22507:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   22508:          table.sort now creates new sorted table
                   22509: 
                   22510: 2001-08-09  parser
                   22511: 
                   22512:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   22513: 
                   22514:        * src/classes/hash.C: hash:_default now [was hash:default]
                   22515: 
                   22516:        * src/classes/op.C: case without switch check added
                   22517: 
                   22518:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   22519:          precise $ORIGINS(1)
                   22520: 
                   22521:        * src/main/Makefile.am: .am
                   22522: 
                   22523:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   22524:          fixed
                   22525: 
                   22526:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   22527:          fixed
                   22528: 
                   22529: 2001-08-07  parser
                   22530: 
                   22531:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22532:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   22533:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   22534:          string, table
                   22535: 
                   22536:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   22537:          srand made working
                   22538: 
                   22539: 2001-08-06  parser
                   22540: 
                   22541:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   22542:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22543:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   22544:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   22545:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   22546: 
                   22547:        * src/main/pa_exec.C: exec win32 real filename
                   22548: 
                   22549:        * src/classes/file.C: exec stderr out
                   22550: 
                   22551:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   22552: 
                   22553: 2001-08-03  parser
                   22554: 
                   22555:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   22556: 
                   22557: 2001-08-02  parser
                   22558: 
                   22559:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   22560:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   22561: 
                   22562:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   22563:          get@execute, but needs array iterator, separate from array to
                   22564:          avoid it & use caching
                   22565: 
                   22566:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   22567:          bug fixed
                   22568: 
                   22569:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   22570:          main/execute.C, main/pa_globals.C: found another multithread bug
                   22571:          in op.C (last, last global var killed) :)
                   22572: 
                   22573: 2001-08-01  parser
                   22574: 
                   22575:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   22576:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   22577:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22578:          main/untaint.C: speeded up typo-html replacements. introducing
                   22579:          Dictionary with first-char caching
                   22580: 
                   22581: 2001-07-31  parser
                   22582: 
                   22583:        * src/types/Makefile.am: pa_vtable.C added to .am
                   22584: 
                   22585:        * src/main/compile.tab.C: added, so that could be compiled even on
                   22586:          non-bison-enabled platforms
                   22587: 
                   22588: 2001-07-28  parser
                   22589: 
                   22590:        * src/classes/table.C: table:hash always produces hash, when can't
                   22591:          - empty
                   22592: 
                   22593:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   22594:          skipped \n
                   22595: 
                   22596: 2001-07-27  parser
                   22597: 
                   22598:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   22599:          on int/double/string :sql without result and default
                   22600: 
                   22601: 2001-07-26  parser
                   22602: 
                   22603:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   22604:          OP
                   22605: 
                   22606:        * src/main/compile.y: $man[$.age[zzz]]  0
                   22607: 
                   22608:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   22609:          creation syntax problem persists. restored $: for a while.
                   22610:          thinking of $man[$.age[zzz]] syntax now
                   22611: 
                   22612:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22613:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   22614:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   22615:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   22616:          types/pa_wwrapper.h: fixing :: realization #1
                   22617: 
                   22618:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   22619:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   22620:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   22621:          prefix.  ordinary : remains for static accesses
                   22622: 
                   22623: 2001-07-25  parser
                   22624: 
                   22625:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   22626:          fields 2. methods 3. columns
                   22627: 
                   22628:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   22629:          quote.  optimized double&int tostring-s
                   22630: 
                   22631:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   22632:          whitespace before first method decl
                   22633: 
                   22634:        * src/classes/table.C: allowed nontable result in table:sql,
                   22635:          results in empty table
                   22636: 
                   22637:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   22638:          lines before first method decl
                   22639: 
                   22640:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   22641:          types/pa_vtable.h: ^table.record[] now $table.fields
                   22642: 
                   22643:        * src/main/compile.y: $var[] is now empty string, not void
                   22644: 
                   22645:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   22646:          void
                   22647: 
                   22648:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   22649:          main/pa_globals.C: match replace code context moved to implicit
                   22650:          $match context
                   22651: 
                   22652:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   22653:          main/compile_tools.h, main/execute.C: with killed, code storage
                   22654:          introduced with former 'with' syntax
                   22655: 
                   22656: 2001-07-24  parser
                   22657: 
                   22658:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   22659:          types/pa_value.h: first get_element, next get operator
                   22660: 
                   22661:        * src/main/compile.y: removed @end handling
                   22662: 
                   22663:        * src/main/: compile.C, compile.y: @end handling method2
                   22664: 
                   22665:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   22666:          file:move
                   22667: 
                   22668:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   22669:          fixed
                   22670: 
                   22671: 2001-07-23  parser
                   22672: 
                   22673:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   22674:          driver
                   22675: 
                   22676:        * src/classes/hash.C: changed sql driver query interface
                   22677: 
                   22678:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   22679:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   22680:          changed sql driver query interface
                   22681: 
                   22682: 2001-07-20  parser
                   22683: 
                   22684:        * src/types/pa_vrequest.C: X!$browser:type
                   22685: 
                   22686:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   22687:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   22688:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   22689:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   22690:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   22691:          types/pa_vobject.h, types/pa_vrequest.C,
                   22692:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   22693:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   22694:          BASE element globally removed
                   22695: 
                   22696: 2001-07-18  parser
                   22697: 
                   22698:        * src/classes/file.C: file:exec/cgi msg
                   22699: 
                   22700:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   22701: 
                   22702:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   22703: 
1.116     moko     22704:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22705:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   22706:          removed $id from *.in *.am
1.95      moko     22707: 
                   22708:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   22709:          abbrevations
                   22710: 
                   22711:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   22712:          classes/string.C, classes/table.C, include/pa_globals.h,
                   22713:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   22714:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22715:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   22716:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   22717:          $ORIGINS(1) output tracing mode
                   22718: 
                   22719: 2001-07-13  parser
                   22720: 
                   22721:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22722:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   22723:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   22724:          second would not call first @auto
                   22725: 
                   22726:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   22727:          wrong, fixed
                   22728: 
                   22729: 2001-07-12  parser
                   22730: 
                   22731:        * src/types/pa_value.h: pa_value.putelement modification of system
                   22732:          classes prevented
                   22733: 
                   22734: 2001-07-11  parser
                   22735: 
                   22736:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   22737:          table $piece
                   22738: 
                   22739:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22740:          types/pa_vstateless_class.h: $file created by file:state +=
                   22741:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   22742:          get_junction-created objects [they were on wrong pool]
                   22743: 
                   22744: 2001-07-09  parser
                   22745: 
                   22746:        * src/main/untaint.C: qp wrong name
                   22747: 
                   22748:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   22749:          main/compile.y: date format 0
                   22750: 
                   22751: 2001-07-07  parser
                   22752: 
                   22753:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   22754:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   22755:          roll table calendar
                   22756: 
                   22757:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   22758:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   22759:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   22760:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   22761:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   22762:          string.  todo: sql, calendar
                   22763: 
                   22764: 2001-07-06  parser
                   22765: 
                   22766:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   22767:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   22768: 
                   22769: 2001-07-03  parser
                   22770: 
                   22771:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   22772:          classes/random.C, main/main.dsp: class random renamed to math,
                   22773:          operators became methods
                   22774: 
                   22775:        * src/classes/op.C:  pow sqrt
                   22776: 
                   22777:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   22778: 
                   22779: 2001-07-02  parser
                   22780: 
                   22781:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   22782:          'column'
                   22783: 
                   22784:        * src/classes/hash.C: ^hash.keys[]
                   22785: 
                   22786:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   22787: 
                   22788:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   22789:          'strings'
                   22790: 
                   22791: 2001-06-29  parser
                   22792: 
                   22793:        * src/main/: execute.C: /0  %0 checkes ver 2
                   22794: 
                   22795:        * src/main/execute.C: /0  %0 checke
                   22796: 
                   22797:        * src/classes/Makefile.am: nothing - void
                   22798: 
                   22799:        * src/classes/table.C: empty strings @ sql
                   22800: 
                   22801: 2001-06-28  parser
                   22802: 
                   22803:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22804:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   22805:          classes/op.C, classes/random.C, classes/response.C,
                   22806:          classes/string.C, classes/table.C, classes/void.C,
                   22807:          main/compile.C, main/compile_tools.C, main/execute.C,
                   22808:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   22809:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22810:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22811:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22812:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   22813:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   22814:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   22815:          $";
                   22816: 
                   22817:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22818:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   22819:          classes/op.C, classes/random.C, classes/response.C,
                   22820:          classes/string.C, classes/table.C, classes/void.C,
                   22821:          main/compile.C, main/compile.y, main/compile_tools.C,
                   22822:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   22823:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22824:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22825:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22826:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     22827:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     22828: 
                   22829:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   22830:          $class:name: == ${class:name}:
                   22831: 
                   22832:        * src/classes/string.C: exactly one
                   22833: 
                   22834: 2001-06-27  parser
                   22835: 
                   22836:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   22837:          types/pa_vvoid.h: nothing renamed to void
                   22838: 
                   22839:        * src/classes/op.C: ^switch ^case
                   22840: 
                   22841:        * src/main/compile.y: nothing renamed to void
                   22842: 
                   22843:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   22844:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22845:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   22846:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   22847:          void
                   22848: 
                   22849:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   22850: 
                   22851: 2001-05-28  parser
                   22852: 
                   22853:        * src/doc/html2chm.cmd: removed >a
                   22854: 
                   22855:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   22856:          project options [some bugs]
                   22857: 
                   22858:        * src/doc/sources2html.cmd: z
                   22859: 
                   22860:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22861:          main/execute.C: operators are not in root class again
                   22862: 
                   22863: 2001-05-24  parser
                   22864: 
                   22865:        * src/targets/cgi/parser3.dsp: project file
                   22866: 
                   22867:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   22868:          ^log ^exp
                   22869: 
                   22870:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   22871:          conversions in @exception[params]
                   22872: 
                   22873:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   22874: 
                   22875: 2001-05-23  parser
                   22876: 
                   22877:        * src/main/pa_string.C: string cmp bug
                   22878: 
                   22879:        * src/classes/: mail.C, op.C: rem max 1000
                   22880: 
                   22881:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   22882:          LS_DEF_NAME
                   22883: 
                   22884: 2001-05-22  parser
                   22885: 
                   22886:        * src/classes/op.C: if params code-required
                   22887: 
                   22888: 2001-05-21  parser
                   22889: 
                   22890:        * src/types/pa_vstring.C: eoleof
                   22891: 
                   22892:        * src/classes/Makefile.am: .AM
                   22893: 
                   22894:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   22895: 
                   22896:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   22897: 
                   22898:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   22899:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   22900:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   22901:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   22902:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   22903:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   22904:          'nothing'
                   22905: 
                   22906:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   22907:          vstring::set_string
                   22908: 
                   22909:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   22910: 
                   22911:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   22912:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   22913:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   22914: 
                   22915:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   22916:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   22917:          hash:sql moved to main trunc. operators.txt updated
                   22918: 
                   22919:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   22920: 
                   22921:        * src/classes/op.C: z
                   22922: 
                   22923:        * src/: main/compile.C, classes/classes.C: 1
                   22924: 
                   22925:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   22926:          main/execute.C: 0
                   22927: 
                   22928:        * src/main/execute.C: z
                   22929: 
                   22930:        * src/targets/cgi/parser3.C: z
                   22931: 
                   22932:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   22933:          site_auto_path "." in that case
                   22934: 
                   22935:        * src/targets/cgi/: parser3.C: z
                   22936: 
                   22937:        * src/main/pa_request.C: .am
                   22938: 
                   22939:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   22940:          pcre_tables=pcre_default_tables;
                   22941: 
                   22942: 2001-05-19  parser
                   22943: 
                   22944:        * src/main/pa_string.C: z
                   22945: 
                   22946:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   22947:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   22948:          target.
                   22949: 
                   22950:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   22951:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   22952:          used, 4* mem wasted
                   22953: 
                   22954:        * src/classes/string.C: root context in match replace body now
                   22955:          unchanged
                   22956: 
                   22957:        * src/types/pa_value.h: parameter # 1 based
                   22958: 
                   22959:        * src/main/pa_common.C: common:  actual filename '%s'
                   22960: 
                   22961:        * src/classes/string.C: z
                   22962: 
                   22963:        * src/classes/Makefile.am: classes/.am
                   22964: 
                   22965:        * src/classes/: Makefile.am: classes/.am
                   22966: 
                   22967:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   22968:          targets/cgi/pa_pool.C: classes/.am
                   22969: 
                   22970: 2001-05-18  parser
                   22971: 
1.116     moko     22972:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   22973:          pa_threads.C ins
1.95      moko     22974: 
                   22975:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   22976: 
                   22977: 2001-05-17  parser
                   22978: 
                   22979:        * src/: classes/string.C, include/pa_config_fixed.h,
                   22980:          include/pa_config_includes.h, main/compile.y,
                   22981:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   22982:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   22983:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   22984:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   22985:          most .C
                   22986: 
                   22987:        * src/doc/html2chm.cmd: z
                   22988: 
                   22989:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   22990:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   22991: 
                   22992:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   22993:          get_connection_from_cache
                   22994: 
                   22995:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   22996: 
                   22997:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   22998:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   22999:          cache expiration[use SQL_Driver::disconnect]
                   23000: 
                   23001:        * src/main/pa_table.C: table.locate current restored on "not found"
                   23002: 
                   23003:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   23004:          line no
                   23005: 
                   23006:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23007:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   23008: 
                   23009:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23010:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   23011:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   23012:          1driver and set_services fight for driver::fservices. before fix
                   23013: 
                   23014:        * src/: classes/op.C, include/pa_config_fixed.h,
                   23015:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   23016:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   23017:          own 1driver and set_services fight for driver::fservices. before
                   23018:          fix
                   23019: 
                   23020:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23021:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   23022:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   23023:          pa_threads.C
                   23024: 
                   23025:        * src/include/pa_threads.h: removed targets/parser
                   23026: 
                   23027:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   23028:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   23029:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   23030:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   23031:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   23032:          headers
                   23033: 
                   23034:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   23035:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   23036:          order prevented sqlmanager to see MULTYTHREAD define
                   23037: 
                   23038:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23039:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   23040:          put/gets
                   23041: 
                   23042:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   23043:          from hash.h
                   23044: 
                   23045:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23046:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   23047:          from cache ->set_services(&services);
                   23048: 
                   23049: 2001-05-16  parser
                   23050: 
                   23051:        * src/targets/cgi/parser3.C: z
                   23052: 
                   23053:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   23054:          debug, #ifdefed some.  would debug later, on more precise sample
                   23055:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   23056:          $name.$tail[$tail!] $name.$tail } ok3
                   23057: 
                   23058:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   23059:          removed array debug. before vstring rebasing
                   23060: 
                   23061:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   23062:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   23063:          array debugged; adjusted
                   23064: 
                   23065:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   23066:          SQL_Driver_manager line no for connect/charset errors
                   23067: 
                   23068: 2001-05-15  parser
                   23069: 
                   23070:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   23071:          main/pa_string.C: string+array made linear grows
                   23072: 
                   23073:        * src/: include/pa_string.h, main/pa_string.C,
                   23074:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   23075:          grow lineary, not exponentialy
                   23076: 
                   23077:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   23078:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   23079:          with fullchunk cmps
                   23080: 
                   23081:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   23082:          70041=           81
                   23083: 
                   23084:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   23085:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   23086:          malloc 27809390/368771, calloc 3232/83. would test now
                   23087: 
                   23088:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   23089:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   23090:          numbered params had wrong name - for instance: bad error message
                   23091:          in ^for[] bad body type. fixed
                   23092: 
                   23093: 2001-05-14  parser
                   23094: 
                   23095:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   23096:          main/untaint.C: ^string.upper|lower[]
                   23097: 
                   23098: 2001-05-11  parser
                   23099: 
                   23100:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   23101:          classes/string.C, classes/table.C, classes/unknown.C,
                   23102:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   23103:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   23104:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   23105: 
                   23106:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   23107:          .dsp for win32tools
                   23108: 
                   23109: 2001-05-11  paf
                   23110: 
                   23111:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   23112:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   23113:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   23114:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   23115: 
                   23116: 2001-05-10  paf
                   23117: 
                   23118:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   23119:          for C++, that's all
                   23120: 
1.116     moko     23121:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   23122:          pa_config_includes.h: inline wonders
1.95      moko     23123: 
                   23124:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   23125:          doc/doxygen.cmd: hash.C added
                   23126: 
                   23127:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   23128: 
                   23129:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   23130:          menthod
                   23131: 
                   23132:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   23133:          pa_vstateless_object.h: changed priority: field before method
                   23134:          lookup in vclass & vobject
                   23135: 
                   23136:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   23137:          grammar: priorities changes [lowerd && prior] vobject: now first
                   23138:          fields, next methods
                   23139: 
                   23140: 2001-05-08  paf
                   23141: 
                   23142:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   23143:          bark=false. fixed
                   23144: 
                   23145:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   23146:          types/pa_vmethod_frame.h: hash:default works at last!
                   23147: 
                   23148:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   23149:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   23150:          hash:default
                   23151: 
                   23152:        * src/classes/table.C: z
                   23153: 
                   23154:        * src/classes/table.C: table:hash always hash of hash now
                   23155: 
                   23156:        * src/classes/table.C: table:empty return bool now
                   23157: 
                   23158:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   23159:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23160:          types/pa_vtable.h: table:hash
                   23161: 
                   23162:        * src/classes/table.C: table:record have name
                   23163: 
                   23164:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   23165:          returns vunknown
                   23166: 
                   23167:        * src/classes/: double.C, int.C, op.C, string.C:
                   23168:          int,double,string:int[] double[] string:length[] results now have
                   23169:          hames
                   23170: 
                   23171:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   23172:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   23173:          now return bool
                   23174: 
                   23175:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   23176:          in method checkparams again. fixed
                   23177: 
                   23178: 2001-05-07  paf
                   23179: 
                   23180:        * src/doc/chm.cmd: cmd
                   23181: 
                   23182:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23183:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   23184:          types/pa_value.h: method reported errors on wrong pool
                   23185: 
                   23186:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   23187:          now
                   23188: 
                   23189:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   23190:          include/code.h, include/pa_opcode.h, main/compile.C,
                   23191:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   23192:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23193:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23194:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   23195:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23196:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23197:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23198:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23199:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23200:          types/pa_wwrapper.h: pa_code.h
                   23201: 
                   23202:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   23203: 
                   23204:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   23205:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   23206:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23207:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   23208:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23209:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   23210:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   23211:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   23212:          types/pa_vtable.h: dox, split by not clean parts also
                   23213: 
                   23214:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23215:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   23216:          'dir' fields & co. more
                   23217: 
                   23218:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   23219:          so to enable 'dir' fields & co.
                   23220: 
                   23221:        * src/main/compile.y: grammar: @end
                   23222: 
                   23223: 2001-05-04  paf
                   23224: 
                   23225:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   23226:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   23227: 
                   23228:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   23229:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23230:          classes/op.C, classes/random.C, classes/response.C,
                   23231:          classes/string.C, classes/table.C, classes/unknown.C,
                   23232:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   23233:          method dox
                   23234: 
                   23235: 2001-05-03  paf
                   23236: 
                   23237:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   23238:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23239:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   23240:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23241:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   23242:          main/pa_request.C: dox splitted .dox files and added some
                   23243: 
                   23244:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   23245: 
                   23246: 2001-05-02  paf
                   23247: 
                   23248:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   23249:          by file_name  language now
                   23250: 
                   23251: 2001-04-28  paf
                   23252: 
                   23253:        * src/classes/classes.inc: removed classes.inc
                   23254: 
                   23255:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   23256:          from .am
                   23257: 
                   23258:        * src/classes/classes.awk: skipped classes in .awk
                   23259: 
                   23260:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   23261:          classes/classes.inc, classes/double.C, classes/file.C,
                   23262:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   23263:          classes/string.C, classes/table.C, classes/unknown.C,
                   23264:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   23265:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23266:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   23267:          pa_methoded back to classes/classes.h
                   23268: 
                   23269:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   23270: 
                   23271:        * src/: classes/Makefile.am, classes/classes.awk,
                   23272:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   23273:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   23274: 
                   23275:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   23276:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   23277:          classes/response.C, classes/string.C, classes/table.C,
                   23278:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   23279:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   23280:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   23281:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   23282:          include|main/pa_methoded
                   23283: 
                   23284:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   23285:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   23286: 
                   23287:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   23288:          moved some configured data to request::classes_conf moved some
                   23289:          string crations from globals to M...  [works]
                   23290: 
                   23291:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   23292:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   23293:          main/pa_request.C: moved some configured data to
                   23294:          request::classes_conf moved some string crations from globals to
                   23295:          M...
                   23296: 
                   23297:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   23298:          about to move configured data to special request hash
                   23299: 
                   23300:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   23301:          classes/form.C, classes/mail.C, include/pa_request.h,
                   23302:          main/pa_request.C: configure started
                   23303: 
                   23304:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   23305:          2. todo: methoded-configure
                   23306: 
                   23307:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23308:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23309:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23310:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   23311:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23312:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23313:          classes/random.C, classes/response.C, classes/string.C,
                   23314:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   23315:          include/pa_request.h, main/compile.y, main/execute.C,
                   23316:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23317:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23318:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   23319:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   23320:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23321:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23322:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23323:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23324:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   23325:          methoded-configure
                   23326: 
                   23327:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   23328:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   23329:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   23330:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   23331: 
                   23332:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   23333:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23334:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23335:          classes/random.C, classes/response.C, classes/string.C,
                   23336:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   23337:          main/compile.y, main/execute.C, main/pa_globals.C,
                   23338:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   23339:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   23340:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   23341:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   23342:          beautifying just compiled. todo: debug, configure
                   23343: 
                   23344: 2001-04-27  paf
                   23345: 
                   23346:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   23347:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   23348:          beautifying -99
                   23349: 
                   23350:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   23351:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   23352:          classes/classes.h, classes/double.C, classes/file.C,
                   23353:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23354:          classes/op.C, classes/random.C, classes/response.C,
                   23355:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   23356:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23357:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23358:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   23359:          types/pa_vunknown.h: beautifying -100
                   23360: 
                   23361:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   23362: 
                   23363:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   23364:          classes/_op.h, classes/_random.h, classes/_table.h,
                   23365:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   23366:          classes/op.C, classes/random.C, classes/response.C,
                   23367:          classes/string.C, classes/table.C, classes/unknown.C,
                   23368:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   23369:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23370:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   23371:          beautifying
                   23372: 
                   23373: 2001-04-26  paf
                   23374: 
                   23375:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   23376: 
                   23377:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   23378:          documentation ++
                   23379: 
                   23380:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   23381:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23382:          targets/cgi/pa_pool.C: code documentation ++
                   23383: 
                   23384:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   23385:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23386:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23387:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   23388:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23389:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23390:          types/pa_vrequest.C, types/pa_vrequest.h,
                   23391:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   23392:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   23393:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   23394:          code documentation ++
                   23395: 
                   23396:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23397:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   23398:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   23399:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   23400:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23401:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   23402:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   23403:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   23404: 
                   23405:        * src/main/: pa_request.C, pa_string.C: z
                   23406: 
                   23407:        * src/: include/pa_common.h, include/pa_types.h,
                   23408:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   23409:          connection caching fixed.  request-pooled-url were stored into
                   23410:          global connectioncache
                   23411: 
                   23412: 2001-04-25  paf
                   23413: 
                   23414:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   23415:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   23416: 
                   23417:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   23418:          main/execute.C, main/pa_common.C: -d
                   23419: 
                   23420:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   23421:          illegal call check a bit improved, but still under iis no mapping
                   23422:          of dir with parser allowed!
                   23423: 
                   23424: 2001-04-24  paf
                   23425: 
                   23426:        * src/targets/Makefile.am: apache module lib .am
                   23427: 
                   23428:        * src/main/pa_exec.C: windows32 buildCommand
                   23429: 
                   23430: 2001-04-23  paf
                   23431: 
                   23432:        * src/targets/cgi/Makefile.am: win32 conditional
                   23433: 
                   23434:        * src/targets/cgi/Makefile.am: win32 conditional
                   23435: 
                   23436:        * src/targets/cgi/Makefile.am: liblink
                   23437: 
                   23438:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   23439:          vfile fields return type
                   23440: 
                   23441:        * src/types/pa_vfile.h: vfile fields return type
                   23442: 
                   23443:        * src/include/pa_config_auto.h.in: .h.in
                   23444: 
                   23445:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   23446:          types/Makefile: makefiles removed
                   23447: 
                   23448:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   23449:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   23450: 
                   23451:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   23452:          [tested: i & g ]
                   23453: 
                   23454:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   23455:          @test noticed series in isapi, check how initialize_random_class
                   23456:          is called! [must be called only once]
                   23457: 
                   23458:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   23459:          would not be 'unknown column'
                   23460: 
                   23461:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   23462:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   23463: 
                   23464:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   23465:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   23466:          [now doesnt]
                   23467: 
                   23468:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   23469: 
                   23470:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   23471:          /cgi-bin/parser3/auto.p
                   23472: 
                   23473:        * src/main/untaint.C: untaint without charset
                   23474: 
                   23475:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   23476:          main/pa_common.C: common: file_write /// @test mkdirs
                   23477:          file_delete rmdirs
                   23478: 
                   23479:        * src/main/untaint.C: mail header only once to =?
                   23480: 
                   23481:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   23482:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   23483:          main/untaint.C: untaint -        @test optimize whitespaces for
                   23484:          all but 'html'
                   23485: 
                   23486:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   23487:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23488:          main/untaint.C: untaint -  @test mail-header
                   23489: 
                   23490: 2001-04-20  paf
                   23491: 
                   23492:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   23493:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   23494:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23495:          targets/cgi/parser3.C: $MAIN:LOCALE
                   23496: 
                   23497:        * src/main/untaint.C: z
                   23498: 
                   23499:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   23500: 
                   23501: 2001-04-19  paf
                   23502: 
                   23503:        * src/main/compile_tools.h: $a$b bugfix
                   23504: 
                   23505:        * src/targets/cgi/parser3.C: z
                   23506: 
                   23507:        * src/classes/file.C: z
                   23508: 
                   23509:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   23510:          done: header to $fields. waits for header '\' tricks
                   23511: 
                   23512:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23513:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   23514:          changed urlencode here and in untaint.C to HTTP standard's " and
                   23515:          \" mech
                   23516: 
                   23517:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   23518:          http://alx/~paf/ doesnt load /auto.p
                   23519: 
                   23520: 2001-04-18  paf
                   23521: 
                   23522:        * src/main/pa_request.C: 1
                   23523: 
                   23524:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   23525:          linux @alx
                   23526: 
                   23527: 2001-04-17  paf
                   23528: 
                   23529:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   23530:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   23531:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   23532:          enabled
                   23533: 
                   23534:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   23535:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   23536:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23537:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23538:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   23539:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   23540:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23541:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   23542:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   23543:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   23544:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   23545:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   23546:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   23547:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   23548: 
                   23549:        * src/: include/pa_sql_driver_manager.h,
                   23550:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   23551:          types/pa_vimage.h: sql driver interface now has initialize(client
                   23552:          .so)
                   23553: 
                   23554: 2001-04-16  paf
                   23555: 
                   23556:        * src/Makefile.am: compile2 cygwin
                   23557: 
                   23558:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   23559:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   23560: 
                   23561:        * src/targets/cgi/Makefile.am: compile0 jav
                   23562: 
                   23563:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   23564:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   23565:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23566:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23567:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   23568:          classes/mail.C, classes/op.C, classes/random.C,
                   23569:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23570:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   23571:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   23572:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23573:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   23574:          compile-1
                   23575: 
                   23576: 2001-04-15  paf
                   23577: 
                   23578:        * src/classes/op.C: z
                   23579: 
                   23580:        * src/classes/table.C: table:empty +=process
                   23581: 
                   23582:        * src/types/pa_value.h: MethodParams !junction
                   23583: 
                   23584:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   23585:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23586:          classes/random.C, classes/response.C, classes/string.C,
                   23587:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   23588:          MethodParams everywhere
                   23589: 
                   23590:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   23591:          types/pa_vmethod_frame.h: MethodParams in op.C
                   23592: 
                   23593: 2001-04-12  paf
                   23594: 
                   23595:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   23596: 
                   23597:        * src/: classes/_unknown.h, classes/unknown.C,
                   23598:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   23599:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   23600: 
                   23601:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   23602: 
                   23603:        * src/classes/image.C: image:gif now does not have params
                   23604: 
                   23605:        * src/classes/image.C:
                   23606:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   23607: 
                   23608:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   23609:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   23610:          for var now written not to r.wcontext, but to r.root cleared
                   23611:          "entered_object" state
                   23612: 
                   23613: 2001-04-11  paf
                   23614: 
                   23615:        * src/classes/image.C: image:create image:load
                   23616: 
                   23617:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   23618:          just compiled
                   23619: 
                   23620:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   23621:          todo: gif without file
                   23622: 
                   23623:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   23624:          started porting to Pooled descendant
                   23625: 
                   23626:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   23627:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   23628:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   23629:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   23630: 
                   23631:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   23632:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   23633:          end. switching to python imaging lib
                   23634: 
                   23635:        * src/main/main.dsp: gd+smtp made separate libs
                   23636: 
                   23637:        * src/: include/pa_globals.h, include/pa_string.h,
                   23638:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   23639:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   23640:          length
                   23641: 
                   23642:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   23643:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   23644:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   23645:          UL_FILE_NAME of posted file name
                   23646: 
                   23647:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   23648:          post [broke when moved post read to core]
                   23649: 
                   23650: 2001-04-10  paf
                   23651: 
                   23652:        * src/classes/image.C: image:html done
                   23653: 
                   23654:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   23655: 
                   23656:        * src/classes/image.C: z
                   23657: 
                   23658:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   23659:          forgotten!
                   23660: 
                   23661:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23662:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23663:          types/pa_vimage.h: image:measure -90
                   23664: 
                   23665:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23666:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   23667:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23668:          classes/_table.h, classes/file.C, classes/mail.C,
                   23669:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   23670:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   23671:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   23672:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   23673:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   23674:          compiled
                   23675: 
                   23676:        * src/classes/mail.C: minor bug with unclear from/to
                   23677: 
                   23678:        * src/classes/mail.C: sendmail unix skipping defaults
                   23679: 
                   23680:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   23681:          sendmail unix added defaults
                   23682: 
                   23683:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   23684: 
                   23685:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   23686: 
                   23687: 2001-04-09  paf
                   23688: 
                   23689:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   23690:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   23691:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   23692:          targets/isapi/parser3isapi.dsp: all targets exec
                   23693: 
                   23694:        * src/: include/pa_sapi.h, include/pa_string.h,
                   23695:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23696:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   23697:          args in apache:util.script
                   23698: 
                   23699:        * src/include/pa_string.h: written but not tested exec with env for
                   23700:          unix
                   23701: 
                   23702:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   23703:          targets/cgi/parser3.C: exec win32 env
                   23704: 
                   23705:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   23706:          0
                   23707: 
                   23708:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   23709:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23710:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   23711:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   23712: 
                   23713:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   23714:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   23715: 
                   23716:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   23717:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   23718: 
                   23719:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   23720:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   23721:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23722:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23723:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   23724:          exec class just compiled. moved post read to request core
                   23725: 
                   23726:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   23727:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   23728:          main/pa_globals.C, targets/cgi/parser3.C,
                   23729:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   23730:          are already read by vform
                   23731: 
                   23732: 2001-04-08  paf
                   23733: 
                   23734:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   23735:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   23736:          uuencode. string<<
                   23737: 
                   23738: 2001-04-07  paf
                   23739: 
                   23740:        * src/classes/mail.C: z
                   23741: 
                   23742:        * src/classes/mail.C: z
                   23743: 
                   23744:        * src/classes/mail.C: ^mail[$attach
                   23745: 
                   23746:        * src/classes/mail.C: ^attach dead end
                   23747: 
                   23748:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   23749:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23750:          targets/isapi/parser3isapi.C: mail:send 1
                   23751: 
                   23752:        * src/: classes/mail.C, main/pa_request.C: z
                   23753: 
                   23754:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   23755:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   23756:          compiled
                   23757: 
                   23758:        * src/classes/mail.C: +=
                   23759: 
                   23760:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   23761:          prepared
                   23762: 
                   23763:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   23764:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   23765:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23766:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   23767: 
                   23768: 2001-04-06  paf
                   23769: 
                   23770:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   23771:          main/pa_string.C: table:dir 1
                   23772: 
                   23773:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   23774:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   23775: 
                   23776:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   23777:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   23778:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   23779:          main/pa_request.C: renamed 'root' to 'op'
                   23780: 
                   23781:        * src/classes/: _op.h, op.C: renamed from 'root'
                   23782: 
                   23783:        * src/types/pa_valiased.C: another root inherititance skipped
                   23784: 
                   23785:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   23786:          root methods of parent class. just 'ROOT' class
                   23787: 
                   23788:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   23789:          @office
                   23790: 
                   23791:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   23792: 
                   23793: 2001-04-05  paf
                   23794: 
                   23795:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   23796:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   23797:          constructor flag dropped at get_method_frame and remembered into
                   23798:          method_frame
                   23799: 
                   23800:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23801:          classes/table.C, main/pa_request.C: junction to code&expression
                   23802:          in errors
                   23803: 
                   23804:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23805:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   23806:          $LOCALE:ctype[Russian_Russia.1251]
                   23807: 
                   23808:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   23809:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   23810:          main/pa_table.C: hash now not thread-safe.
                   23811: 
                   23812:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23813:          main/untaint.C: z
                   23814: 
                   23815:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   23816:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   23817:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   23818:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   23819:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   23820: 
                   23821:        * src/: classes/table.C, include/pa_sql_connection.h,
                   23822:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   23823: 
                   23824:        * src/classes/table.C: select * from hren error contains statement
                   23825: 
                   23826:        * src/: classes/table.C, include/pa_sql_connection.h,
                   23827:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   23828:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   23829: 
                   23830:        * src/: classes/root.C, include/pa_sql_connection.h,
                   23831:          include/pa_sql_driver.h, main/main.dsp,
                   23832:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   23833:          services for conv memory & error reporting
                   23834: 
                   23835: 2001-04-04  paf
                   23836: 
                   23837:        * src/doc/doxygen.cfg: z
                   23838: 
                   23839:        * src/include/pa_sql_driver.h: mysql connect
                   23840: 
                   23841:        * src/include/pa_sql_driver.h: mysql info
                   23842: 
                   23843:        * src/: classes/root.C, include/pa_sql_driver.h,
                   23844:          include/pa_sql_driver_manager.h, main/main.dsp,
                   23845:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   23846: 
                   23847:        * src/sql/Makefile.am: forgot to add mysql client
                   23848: 
                   23849:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   23850:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   23851:          [forgot to add libltdl, added]
                   23852: 
                   23853:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   23854:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   23855:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   23856:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23857:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23858:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   23859:          -1000 just compiled
                   23860: 
                   23861:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   23862:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   23863:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   23864: 
                   23865: 2001-04-03  paf
                   23866: 
                   23867:        * src/types/pa_vform.C: z
                   23868: 
                   23869:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   23870:          assigned lang
                   23871: 
                   23872:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   23873:          {}[]< empty []
                   23874: 
                   23875:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   23876:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   23877:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   23878: 
                   23879:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23880:          string:match replace strange matches
                   23881: 
                   23882:        * src/classes/string.C: string:match replace 0
                   23883: 
                   23884:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   23885:          prepared 2
                   23886: 
                   23887:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23888:          string:match replace prepared
                   23889: 
                   23890:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23891:          string:match replace -11
                   23892: 
                   23893:        * src/: classes/string.C, include/pa_globals.h,
                   23894:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   23895:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   23896: 
                   23897:        * src/: classes/string.C, include/pa_globals.h,
                   23898:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   23899:          main/pa_string.C: string:match [search] -1 just compiled
                   23900: 
                   23901:        * src/types/pa_vstring.C: z
                   23902: 
                   23903:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23904:          classes/int.C, classes/response.C, classes/root.C,
                   23905:          classes/string.C, classes/table.C, include/pa_string.h,
                   23906:          main/pa_string.C: string:match -10 [frame]
                   23907: 
                   23908:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   23909:          main/pa_request.C: z
                   23910: 
                   23911:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   23912:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   23913:          todo/tests
                   23914: 
                   23915:        * src/include/pa_common.h: z
                   23916: 
                   23917:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   23918:          main/pa_request.C, targets/cgi/parser3.C,
                   23919:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   23920:          content-disposition
                   23921: 
                   23922:        * src/: include/pa_common.h, include/pa_globals.h,
                   23923:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23924:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   23925: 
                   23926:        * src/: include/pa_common.h, include/pa_request.h,
                   23927:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   23928:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23929:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   23930:          response:body
                   23931: 
                   23932:        * src/classes/table.C: table:append now uses string::split
                   23933: 
                   23934:        * src/classes/table.C: z
                   23935: 
                   23936:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   23937:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   23938:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   23939:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   23940:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   23941:          string::pos & cmp & piece bugs fixed.  string::split new
                   23942:          table:load separated from set table:set implemented with clean \n
                   23943:          \t searches
                   23944: 
                   23945: 2001-04-02  paf
                   23946: 
                   23947:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   23948:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   23949:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23950:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   23951:          it in table:set/load
                   23952: 
                   23953:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   23954:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   23955: 
                   23956:        * src/classes/random.C: random:generate 1
                   23957: 
                   23958:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   23959:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23960:          types/pa_value.h: random:generate
                   23961: 
                   23962: 2001-03-30  paf
                   23963: 
                   23964:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   23965:          todo: table flip and append. string::pos
                   23966: 
                   23967:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   23968:          classes/response.C, classes/root.C, classes/string.C,
                   23969:          classes/table.C, main/compile.y, main/execute.C,
                   23970:          types/pa_value.h, types/pa_vstateless_class.C,
                   23971:          types/pa_vstateless_class.h: static|dynamic|any method
                   23972:          registration
                   23973: 
                   23974:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   23975:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23976:          table:flip
                   23977: 
                   23978: 2001-03-29  paf
                   23979: 
                   23980:        * src/classes/string.C: string:xsplit forgot that they must result
                   23981:          in 1 row N column [not vice versa]
                   23982: 
                   23983:        * src/classes/string.C: z
                   23984: 
                   23985:        * src/classes/string.C: string: rsplit
                   23986: 
                   23987:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23988:          string: lsplit
                   23989: 
                   23990:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   23991:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   23992:          lsplit -1
                   23993: 
                   23994:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   23995:          string: pos
                   23996: 
                   23997:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   23998:          string: pos -1
                   23999: 
                   24000:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   24001:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   24002:          main/untaint.C: string: left right mid
                   24003: 
                   24004:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   24005:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   24006:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   24007:          and [;] are different now.
                   24008: 
                   24009:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24010:          main/untaint.C: pool.request undone
                   24011: 
                   24012:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24013:          main/untaint.C: pool.request
                   24014: 
                   24015: 2001-03-28  paf
                   24016: 
                   24017:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24018:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24019:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   24020:          $request:browser [.type .version]; unknown.get_double now = 0.
                   24021: 
                   24022:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24023:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   24024:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   24025:          types/pa_vform.C: file:load autodetection of mime-type by
                   24026:          user-file-name
                   24027: 
                   24028:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   24029:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   24030:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   24031: 
                   24032:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   24033:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   24034:          write. must be self.set
                   24035: 
                   24036:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24037:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   24038: 
                   24039:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   24040:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   24041:          types/pa_vtable.h: table:locate just compiled
                   24042: 
                   24043: 2001-03-27  paf
                   24044: 
                   24045:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   24046:          code-params2, fixed ntfs hardlink slow dir update
                   24047: 
                   24048:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   24049:          types/pa_wcontext.h: fixed r/w context of code-params
                   24050: 
                   24051:        * src/: classes/table.C, main/execute.C: about to change junction
                   24052:          rcontext!!
                   24053: 
                   24054:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24055:          classes/string.C, classes/table.C, main/compile_tools.C,
                   24056:          main/execute.C, main/pa_request.C, main/untaint.C,
                   24057:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   24058:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24059:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   24060:          types/pa_vunknown.h: sort 0
                   24061: 
                   24062:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   24063:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   24064:          renamed to are_static_calls_disabled
                   24065: 
                   24066:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   24067:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   24068:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24069:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   24070: 
                   24071:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   24072: 
                   24073:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   24074:          started table:sort fixed minor bug in #...^{
                   24075: 
                   24076:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   24077:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   24078:          decided to have as it were. stepped back.  grammar: added 'in'
                   24079:          'is' 'lt'&co follow-space check
                   24080: 
                   24081: 2001-03-26  paf
                   24082: 
                   24083:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24084:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   24085:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24086:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   24087:          invocation in ^process
                   24088: 
                   24089:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   24090: 
                   24091:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   24092:          main/pa_array.C: table:record
                   24093: 
                   24094:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   24095:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24096:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   24097:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24098:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   24099:          types/pa_vtable.h: z
                   24100: 
                   24101:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   24102:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   24103:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24104:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   24105:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   24106:          method realisations on 'self' validity - they now can simply
                   24107:          assume that 'self' is V{Proper} .
                   24108: 
                   24109: 2001-03-25  paf
                   24110: 
                   24111:        * src/main/untaint.C: z
                   24112: 
                   24113:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   24114:          lowlevel - it initialization could be skipped if failed in @auto.
                   24115:          so that exception report would use some table
                   24116: 
                   24117:        * src/main/pa_request.C: table empty lines ignored. system-default
                   24118:          content type assigned in output:result [can fail in main:auto and
                   24119:          skipped normal defaults extraction]
                   24120: 
                   24121:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   24122:          bug
                   24123: 
                   24124:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   24125:          processing to table [except preliminary \r\n \r \n replacements
                   24126:          to "\n"]
                   24127: 
                   24128:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   24129:          move all the processing to table
                   24130: 
                   24131:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   24132:          main/pa_table.C, main/untaint.C: returned table originating.
                   24133:          useful for reporting typo table problems origin. think would be
                   24134:          useful somewhere else
                   24135: 
                   24136:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   24137: 
                   24138:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   24139:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   24140:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   24141:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   24142:          types/pa_vcookie.h: typo & typo-default
                   24143: 
                   24144: 2001-03-24  paf
                   24145: 
                   24146:        * src/main/pa_common.C: z
                   24147: 
                   24148:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   24149:          targets/cgi/parser3.C: html-typo 2
                   24150: 
                   24151:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   24152:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   24153:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   24154:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   24155:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24156:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24157:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   24158:          noticed double default content-type prob. run cgi.cmd tomorrow
                   24159:          first html-typo sample. detected << problem: they become ltlt too
                   24160:          fast
                   24161: 
                   24162:        * src/main/compile.y: z
                   24163: 
                   24164:        * src/main/: compile.y, compile_tools.h: #comment
                   24165: 
                   24166:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24167:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   24168:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24169:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   24170:          stringified
                   24171: 
                   24172:        * src/types/pa_valiased.C: decided to String-ify file_read
                   24173: 
                   24174:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   24175:          isapi/parser3isapi.dsp: cgi: sapi::log
                   24176: 
                   24177:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   24178:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   24179:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   24180:          error log experiments failed - cgi under iis got no access to
                   24181:          log. registereventsource simply failed with 5(illegal call) code,
                   24182:          while worked OK as standalone executable.  isapi: used
                   24183:          HSE_APPEND_LOG_PARAMETER feature
                   24184: 
                   24185:        * src/: include/pa_common.h, include/pa_globals.h,
                   24186:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24187:          targets/isapi/parser3isapi.C: fixed default content-type
                   24188:          allocation storage
                   24189: 
                   24190:        * src/: include/pa_globals.h, include/pa_request.h,
                   24191:          main/pa_globals.C, main/pa_request.C: z
                   24192: 
                   24193:        * src/: include/pa_array.h, include/pa_hash.h,
                   24194:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   24195:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24196:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   24197:          content-type
                   24198: 
                   24199:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   24200:          sanity
                   24201: 
                   24202:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   24203:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   24204:          away freeze mech.  no danger now for you can't do
                   24205:          ^request:process[@new-method[] body] trick anymore.  still
                   24206:          remains $some_instance.process[@new-method[] possibility] but
                   24207:          would leave it as a feature.  see index for sample
                   24208: 
                   24209:        * src/: include/pa_common.h, main/pa_common.C,
                   24210:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   24211:          monkey every target
                   24212: 
                   24213:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24214:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   24215:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   24216: 
                   24217: 2001-03-23  paf
                   24218: 
                   24219:        * src/: include/pa_pool.h, main/pa_request.C,
                   24220:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   24221:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24222:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   24223: 
                   24224:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   24225: 
                   24226:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   24227:          it would be better to rewrite as filter then to deal with pool
                   24228: 
                   24229:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   24230:          now like in cgi, not from APPL_PHYSICAL_PATH
                   24231: 
                   24232:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24233:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24234:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   24235:          include/pa_version.h, main/compile.y, main/execute.C,
                   24236:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24237:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24238:          main/untaint.C, targets/cgi/parser3.C,
                   24239:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   24240:          cgi: reinvent document_root and request_uri under iis. autoconf
                   24241:          updated. introducing ap_config_includes
                   24242: 
                   24243:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   24244: 
                   24245:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   24246: 
                   24247:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   24248:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24249:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24250:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   24251: 
                   24252:        * src/: include/pa_globals.h, main/pa_request.C,
                   24253:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24254:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24255:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   24256: 
                   24257:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24258:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24259:          isapi minor env beauty
                   24260: 
                   24261:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24262:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24263:          isapi document_root 0
                   24264: 
                   24265: 2001-03-22  paf
                   24266: 
                   24267:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   24268: 
                   24269:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   24270:          isapi/parser3isapi.C: z
                   24271: 
                   24272:        * src/: include/pa_pool.h, main/pa_request.C,
                   24273:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   24274: 
                   24275:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   24276:          kill.pl: isapi added utils
                   24277: 
                   24278:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   24279:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24280:          types/pa_vform.C: isapi 0
                   24281: 
                   24282:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   24283:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24284:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   24285:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   24286:          started isapi
                   24287: 
                   24288:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   24289:          some comments
                   24290: 
                   24291:        * src/: include/pa_globals.h, include/pa_request.h,
                   24292:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   24293:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   24294:          parser_root_auto_path parser_site_auto_path
                   24295: 
                   24296:        * src/types/pa_vcookie.C: cookie attr decoded
                   24297: 
                   24298: 2001-03-21  paf
                   24299: 
                   24300:        * src/targets/cgi/parser3.C: z
                   24301: 
                   24302:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   24303: 
                   24304:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   24305:          types/pa_venv.h: in cookie & env. todo:post
                   24306: 
                   24307:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   24308:          classes/root.C, classes/table.C, include/pa_array.h,
                   24309:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   24310:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   24311:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   24312:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24313:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   24314:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24315:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   24316:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24317:          shifted apache branch on main trunc
                   24318: 
                   24319:        * src/: include/pa_common.h, include/pa_globals.h,
                   24320:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24321:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   24322:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   24323:          starting mod_parser3
                   24324: 
                   24325:        * src/targets/cgi/parser3.C: starting mod_parser3
                   24326: 
                   24327: 2001-03-20  paf
                   24328: 
                   24329:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   24330:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   24331:          win32 ifdefs work and add ifdef unistd
                   24332: 
                   24333:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   24334:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   24335:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   24336:          z
                   24337: 
                   24338:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   24339:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   24340:          locking
                   24341: 
                   24342:        * src/: classes/Makefile.am, types/Makefile.am: z
                   24343: 
                   24344:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   24345:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   24346:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   24347:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24348:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   24349:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24350:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   24351: 
                   24352:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24353:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   24354: 
                   24355:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   24356:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   24357:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   24358:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   24359:          types/pa_vform.h: z
                   24360: 
                   24361:        * src/include/pa_string.h: z
                   24362: 
                   24363:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   24364:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   24365:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   24366:          :Value
                   24367: 
                   24368:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   24369:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   24370:          :VStateless_object
                   24371: 
                   24372:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   24373:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   24374:          :VStateless_object
                   24375: 
                   24376:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   24377:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   24378: 
                   24379:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   24380:          types/pa_valiased.h, types/pa_value.h,
                   24381:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   24382:          types/pa_vstateless_object.h: moved common get_element part from
                   24383:          stateless object&class into VAliased
                   24384: 
                   24385:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   24386:          classes/table.C, main/execute.C, main/main.dsp,
                   24387:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   24388:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   24389:          now :Value
                   24390: 
                   24391:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   24392:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24393:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   24394: 
                   24395:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   24396:          doxx
                   24397: 
                   24398:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   24399:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24400:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   24401:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   24402:          and ^file:save
                   24403: 
                   24404: 2001-03-19  paf
                   24405: 
                   24406:        * src/types/pa_vfile.C: z
                   24407: 
                   24408:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   24409:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   24410:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   24411:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   24412: 
                   24413:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   24414:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24415:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   24416:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   24417:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   24418:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   24419:          types/pa_vfile.h: file class just compiled
                   24420: 
                   24421:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   24422:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   24423:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24424:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   24425:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   24426: 
                   24427:        * src/include/pa_pool.h: z
                   24428: 
                   24429:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   24430:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   24431:          Hash::Value to Val so to doxygen would finlly stop confusing
                   24432:          those Value-s
                   24433: 
                   24434:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   24435:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   24436:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24437:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24438:          include/pa_types.h, main/compile.C, main/compile.y,
                   24439:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   24440:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   24441:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   24442:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   24443:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   24444: 
                   24445:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   24446:          derivates somehow unlinked. don't know why yet
                   24447: 
                   24448:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   24449:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   24450:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24451:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   24452:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   24453:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24454:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   24455: 
                   24456:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   24457:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   24458:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   24459:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   24460:          types/pa_vrequest.h: doc: detected Value derivates prob
                   24461: 
                   24462:        * src/include/pa_globals.h: z
                   24463: 
                   24464:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   24465:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   24466:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   24467:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   24468:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   24469:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   24470:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   24471:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   24472: 
                   24473: 2001-03-18  paf
                   24474: 
                   24475:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   24476:          cookie: allowed access to hash-assigned
                   24477: 
                   24478:        * src/targets/cgi/parser3.C: z
                   24479: 
                   24480:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   24481:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   24482:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   24483:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24484:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   24485:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   24486:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   24487:          types/pa_vunknown.h: cookie class
                   24488: 
                   24489:        * src/main/pa_request.C: zero length output allowed
                   24490: 
                   24491:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   24492:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   24493: 
                   24494:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   24495:          lang switch
                   24496: 
                   24497:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   24498:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24499:          types/pa_value.h, types/pa_vhash.h:
                   24500:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   24501: 
                   24502:        * src/main/execute.C: z
                   24503: 
                   24504:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   24505:          targets/cgi/parser3.C: taint[uri
                   24506: 
                   24507:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   24508:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   24509:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   24510:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   24511: 
                   24512:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   24513:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24514:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   24515:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   24516:          bool tainted) ctor
                   24517: 
                   24518:        * src/: include/pa_hash.h, include/pa_request.h,
                   24519:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   24520:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24521:          targets/cgi/parser3.C: proper @exceptions params tainting
                   24522: 
                   24523:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   24524:          response fields to header
                   24525: 
                   24526:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   24527:          z
                   24528: 
                   24529:        * src/: classes/_response.h, classes/response.C,
                   24530:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   24531:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   24532:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24533:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   24534:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   24535:          $response: 0  request::core exception rethrow
                   24536: 
                   24537: 2001-03-16  paf
                   24538: 
                   24539:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   24540:          types/pa_vrequest.h: native method' class call with less params
                   24541:          then needed error reporting
                   24542: 
                   24543:        * src/: classes/_request.h, classes/request.C,
                   24544:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   24545:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24546:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   24547:          types/pa_vrequest.h: $request : query :uri
                   24548: 
                   24549:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   24550:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   24551:          types/pa_wcontext.h: $result
                   24552: 
                   24553:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   24554: 
                   24555:        * src/: classes/double.C, include/code.h, main/compile.y,
                   24556:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   24557:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   24558: 
                   24559:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   24560:          main/compile.y, main/execute.C, types/pa_value.h,
                   24561:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   24562:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   24563:          wcontext conflict
                   24564: 
                   24565:        * src/: main/execute.C, types/pa_value.h,
                   24566:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   24567:          $string.field
                   24568: 
                   24569: 2001-03-15  paf
                   24570: 
                   24571:        * src/main/pa_request.C: news sample
                   24572: 
                   24573:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   24574:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   24575: 
                   24576:        * src/main/: compile.y, execute.C: z
                   24577: 
                   24578:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   24579:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   24580:          pre pre works
                   24581: 
                   24582:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24583:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   24584:          fillfields just compiled
                   24585: 
                   24586: 2001-03-14  paf
                   24587: 
                   24588:        * src/: include/pa_request.h, main/pa_request.C,
                   24589:          targets/cgi/parser3.C: z
                   24590: 
                   24591:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24592:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   24593:          types/pa_vstring.h: limits -1
                   24594: 
                   24595:        * src/: include/pa_globals.h, include/pa_request.h,
                   24596:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   24597:          main/pa_request.C, targets/cgi/parser3.C,
                   24598:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   24599:          request_info -1
                   24600: 
                   24601:        * src/: include/pa_globals.h, main/pa_globals.C,
                   24602:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24603:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   24604:          vform_fields_fill
                   24605: 
                   24606:        * src/targets/cgi/parser3.C: #  if MSVC
                   24607: 
                   24608:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   24609:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   24610: 
                   24611:        * src/targets/cgi/parser3.C: z
                   24612: 
                   24613:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   24614:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   24615:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24616:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   24617:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   24618:          types/pa_vunknown.h: global handler, exceptions in parser3
                   24619: 
                   24620: 2001-03-13  paf
                   24621: 
                   24622:        * src/: classes/form.C, main/compile.y, main/core.C,
                   24623:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   24624:          types/pa_vform.h, types/pa_vstateless_class.C,
                   24625:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   24626:          instead
                   24627: 
                   24628:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   24629:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   24630:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   24631:          started cgi target
                   24632: 
                   24633:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   24634:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   24635:          before error show with parser
                   24636: 
                   24637:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   24638:          include/pa_request.h, main/core.C, main/pa_request.C,
                   24639:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   24640: 
                   24641:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   24642: 
                   24643:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   24644:          parser3.C: renamed targets/ parser to cgi
                   24645: 
                   24646:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   24647:          classes/root.C, classes/string.C, classes/table.C,
                   24648:          include/pa_request.h, types/pa_vhash.h: z
                   24649: 
                   24650:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24651:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   24652:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   24653:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   24654:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   24655:          [historical moment :)]
                   24656: 
                   24657:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   24658:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   24659: 
                   24660:        * src/types/pa_venv.h: $ENV 1
                   24661: 
                   24662:        * src/main/execute.C: z
                   24663: 
                   24664:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   24665:          future methods of ENV constructor if
                   24666: 
                   24667:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   24668:          class
                   24669: 
                   24670:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24671:          classes/_root.h, classes/_string.h, classes/_table.h,
                   24672:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   24673:          classes/string.C, classes/table.C, include/pa_request.h,
                   24674:          main/compile.C, main/compile_tools.h, main/core.C,
                   24675:          main/execute.C, main/main.dsp, main/pa_request.C,
                   24676:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   24677:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   24678:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   24679:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   24680:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   24681: 
                   24682:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24683:          classes/_root.h, classes/_string.h, classes/_table.h,
                   24684:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   24685:          classes/string.C, classes/table.C, include/pa_request.h,
                   24686:          main/compile.C, main/compile_tools.h, main/core.C,
                   24687:          main/execute.C, main/main.dsp, main/pa_request.C,
                   24688:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   24689:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   24690:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   24691:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   24692:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   24693: 
                   24694:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   24695:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   24696:          yesterdays bad decision on execute_static_method
                   24697: 
                   24698:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   24699: 
                   24700:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24701:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   24702: 
                   24703:        * src/main/pa_request.C: z
                   24704: 
                   24705:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   24706:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   24707: 
                   24708:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   24709:          include/pa_pool.h, main/pa_request.C:
                   24710:          restructure_exceptions_dead_end
                   24711: 
                   24712:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   24713:          allowed ; inside {} to break params
                   24714: 
                   24715:        * src/classes/root.C: ^eval
                   24716: 
                   24717:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   24718:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   24719:          string ^format
                   24720: 
                   24721:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   24722:          'bad' but not 'enough'
                   24723: 
                   24724:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   24725:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   24726:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24727:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   24728:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   24729: 
                   24730:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24731:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   24732:          types/pa_vint.h: ^for
                   24733: 
                   24734: 2001-03-12  paf
                   24735: 
                   24736:        * src/classes/table.C: table ^empty
                   24737: 
                   24738:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   24739: 
                   24740:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   24741:          ^offset ^line ^count
                   24742: 
                   24743:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   24744:          ^abs()  ^sign()
                   24745: 
                   24746:        * src/classes/: root.C, table.C: ^use
                   24747: 
                   24748:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   24749:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   24750:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   24751:          ^while. switched off wcontext.constructing after write(value) or
                   24752:          auto-vhash-constructing
                   24753: 
                   24754:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   24755:          main/pa_request.C: fail_if_junction_ helper func
                   24756: 
                   24757:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24758:          include/pa_request.h, main/execute.C, main/main.dsp,
                   24759:          main/pa_common.C, main/pa_request.C: ^process error point by
                   24760:          actual method_name, not source.  ^load
                   24761: 
                   24762:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   24763: 
                   24764:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   24765:          classes/_table.h, classes/table.C, main/untaint.C: z
                   24766: 
                   24767:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   24768:          include/pa_table.h, main/core.C, main/execute.C,
                   24769:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   24770:          types/pa_value.h: table:set 0
                   24771: 
                   24772:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   24773:          include/pa_request.h, include/pa_table.h, main/core.C,
                   24774:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   24775:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   24776:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   24777:          types/pa_vstring.h: freeze, ^table:create[] -1
                   24778: 
                   24779:        * src/: classes/root.C, types/pa_value.h: z
                   24780: 
                   24781:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   24782:          get_method in couple places optimizing them
                   24783: 
                   24784:        * src/classes/root.C: z
                   24785: 
                   24786:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   24787:          zeroing
                   24788: 
                   24789:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24790:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   24791:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   24792:          main/compile.y, main/compile_tools.h, main/execute.C,
                   24793:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   24794:          types/pa_vmframe.h: ^process. actual names to store param and
                   24795:          check_actual_numbered_params for better place diagnostics
                   24796: 
                   24797:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   24798:          method-junctions bug fixed
                   24799: 
                   24800:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   24801:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   24802: 
                   24803: 2001-03-11  paf
                   24804: 
                   24805:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   24806:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   24807:          VDouble VInt base now VObject_base - without fields
                   24808: 
                   24809:        * src/: classes/root.C, include/core.h, main/core.C: z
                   24810: 
                   24811:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24812:          classes/string.C, include/core.h, include/pa_hash.h,
                   24813:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   24814:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   24815: 
                   24816:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24817:          include/pa_request.h, main/execute.C: intercept_string
                   24818: 
                   24819:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24820:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   24821: 
                   24822:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   24823:          ^inc-s(expr)
                   24824: 
                   24825:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24826:          classes/_root.h, classes/_string.h, classes/double.C,
                   24827:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   24828:          include/code.h, include/core.h, include/pa_array.h,
                   24829:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   24830:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24831:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24832:          include/pa_types.h, main/compile.C, main/compile.y,
                   24833:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24834:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   24835:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   24836:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   24837:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   24838:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   24839:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   24840:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   24841:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   24842:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   24843: 
                   24844:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   24845: 
                   24846:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   24847:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   24848: 
                   24849:        * src/: include/pa_valiased.h, include/pa_value.h,
                   24850:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   24851:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   24852:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24853:          include/pa_vobject.h, include/pa_vstring.h,
                   24854:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24855:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   24856:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   24857:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   24858:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   24859:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   24860:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   24861:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   24862:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   24863:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   24864:          include/
                   24865: 
                   24866: 2001-03-10  paf
                   24867: 
                   24868:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   24869:          main/pa_request.C: run+auto=run
                   24870: 
                   24871:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   24872: 
                   24873:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   24874:          classes/_root.h, classes/_string.h, classes/double.C,
                   24875:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   24876:          include/code.h, include/core.h, include/pa_array.h,
                   24877:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   24878:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24879:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24880:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   24881:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   24882:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   24883:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24884:          include/pa_vobject.h, include/pa_vstring.h,
                   24885:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24886:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   24887:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24888:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   24889:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   24890:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24891:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   24892:          main/pa_wcontext.C: sources header
                   24893: 
                   24894:        * src/main/pa_request.C: auto..
                   24895: 
                   24896:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24897:          main/pa_request.C: auto tree0
                   24898: 
                   24899:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   24900:          main/core.C, main/pa_request.C: names to core.C
                   24901: 
                   24902:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   24903:          include/pa_request.h, main/core.C, main/execute.C,
                   24904:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   24905: 
                   24906:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   24907:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   24908:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24909:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   24910: 
                   24911:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   24912:          @auto[] realised. auto.p scan togo
                   24913: 
                   24914:        * src/: include/pa_request.h, main/execute.C: autocalc
                   24915:          code-junctions result now have names
                   24916: 
                   24917:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24918:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   24919:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   24920:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   24921: 
                   24922:        * src/classes/env.C: env:file/line
                   24923: 
                   24924:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   24925:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   24926:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   24927:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   24928:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24929:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   24930:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   24931: 
                   24932:        * src/include/pa_vclass.h: const fight to go
                   24933: 
                   24934:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   24935:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   24936:          main/main.dsp: env0
                   24937: 
                   24938:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   24939:          classes/_string.h, classes/double.C, classes/int.C,
                   24940:          classes/root.C, classes/string.C, include/pa_request.h,
                   24941:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   24942:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   24943:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   24944:          main/pa_wcontext.C: ^lang prepare0
                   24945: 
                   24946: 2001-03-09  paf
                   24947: 
                   24948:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   24949:          construct proper naming
                   24950: 
                   24951:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   24952:          classes/double.C, classes/int.C, classes/root.C,
                   24953:          classes/string.C, include/code.h, include/pa_value.h,
                   24954:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   24955:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24956:          main/compile.y, main/compile_tools.C, main/core.C,
                   24957:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   24958:          and ^double[]. fixed expr type
                   24959: 
                   24960:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   24961:          ^string.length[]
                   24962: 
                   24963: 2001-03-08  paf
                   24964: 
                   24965:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   24966: 
                   24967:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   24968:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24969:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   24970:          derivated from vobject
                   24971: 
                   24972:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   24973:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   24974: 
                   24975:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   24976:          remained clone conseqs
                   24977: 
                   24978:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   24979: 
                   24980:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   24981: 
                   24982:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   24983:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   24984:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   24985:          include/pa_vobject.h, include/pa_vstring.h,
                   24986:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   24987:          main/execute.C: withoud cloning. didn't need it actually, params
                   24988:          got passed from out unnamed ewpool
                   24989: 
                   24990:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   24991:          include/pa_vjunction.h, include/pa_vobject.h,
                   24992:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   24993: 
                   24994:        * src/: include/pa_bool.h, include/pa_double.h,
                   24995:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   24996:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   24997:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24998:          include/pa_vobject.h, include/pa_vstring.h,
                   24999:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25000:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   25001:          to give params proper names
                   25002: 
                   25003:        * src/main/pa_wcontext.C: z
                   25004: 
                   25005:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   25006:          unknown values in get_element and unfilled params. removed wrong
                   25007:          name change in get_element
                   25008: 
                   25009:        * src/main/execute.C: z
                   25010: 
                   25011:        * src/main/execute.C: fixed problems calling operators in
                   25012:          constructors
                   25013: 
                   25014:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   25015:          detected problems calling operators in constructors
                   25016: 
                   25017:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25018:          autocalc def to string
                   25019: 
                   25020:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   25021:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   25022: 
                   25023:        * src/classes/root.C: added root.c
                   25024: 
                   25025:        * src/: include/pa_request.h, include/pa_value.h,
                   25026:          include/pa_vcframe.h, include/pa_vmframe.h,
                   25027:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25028:          main/core.C, main/execute.C, main/pa_cframe.C,
                   25029:          main/pa_wcontext.C: 'if' just compiled
                   25030: 
                   25031:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   25032:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25033:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   25034:          main/pa_wcontext.C: z
                   25035: 
                   25036:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   25037:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   25038:          with parameter names  in operator methods
                   25039: 
                   25040:        * src/main/compile.y: minor renamings in .y
                   25041: 
                   25042:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25043:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   25044:          @BASE.  changed 'RUN' assignment mech
                   25045: 
                   25046:        * src/main/execute.C: z
                   25047: 
                   25048:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25049:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   25050:          static. so to enable runtime ^use
                   25051: 
                   25052:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   25053: 
                   25054:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25055:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   25056: 
                   25057:        * src/main/execute.C: root root in code-junction
                   25058: 
                   25059: 2001-03-07  paf
                   25060: 
                   25061:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   25062:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   25063: 
                   25064:        * src/: include/pa_stack.h, include/pa_value.h,
                   25065:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   25066:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   25067:          fixed rwcontext of {} params up
                   25068: 
                   25069:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   25070: 
                   25071:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   25072: 
                   25073:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   25074:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   25075:          main/pa_hash.C: expr def in -f
                   25076: 
                   25077:        * src/main/: compile.y, execute.C: expr calls
                   25078: 
                   25079:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   25080:          fixed
                   25081: 
                   25082:        * src/main/compile.y: expr quoted code
                   25083: 
                   25084:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   25085:          support0
                   25086: 
                   25087:        * src/main/compile.y: expr string comparisons 0
                   25088: 
                   25089:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   25090:          main/pa_string.C: just compiled lt&co
                   25091: 
                   25092:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   25093:          $field not a $var.field
                   25094: 
                   25095: 2001-03-06  paf
                   25096: 
                   25097:        * src/main/compile.y: .y expr visible-shorter
                   25098: 
                   25099:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   25100:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   25101:          logical
                   25102: 
                   25103:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   25104:          skipping whitespace in yylex
                   25105: 
                   25106:        * src/include/pa_vbool.h: forgot this
                   25107: 
                   25108:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   25109:          string ops in expressions 0
                   25110: 
                   25111:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   25112:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   25113:          main/execute.C, main/main.dsp: !~
                   25114: 
                   25115:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   25116:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   25117:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25118:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25119:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25120:          main/compile_tools.h, main/execute.C: +-*/
                   25121: 
                   25122:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   25123:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   25124: 
                   25125:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   25126:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   25127: 
                   25128:        * src/main/compile.y: expr grammar-1
                   25129: 
                   25130:        * src/main/compile.y: expr lexx1
                   25131: 
                   25132:        * src/main/: compile.y, execute.C, main.dsp: z
                   25133: 
                   25134:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   25135:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   25136:          main/execute.C: expr lex0 exec-1
                   25137: 
                   25138:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   25139: 
                   25140: 2001-02-26  paf
                   25141: 
                   25142:        * src/main/compile.y: max_string in yyerror bug fix
                   25143: 
                   25144: 2001-02-25  paf
                   25145: 
                   25146:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25147:          include/pa_wcontext.h, main/execute.C: VAliased3
                   25148: 
                   25149:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   25150: 
                   25151:        * src/main/execute.C: VAliased1
                   25152: 
                   25153:        * src/: include/pa_request.h, include/pa_value.h,
                   25154:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   25155:          VAliased0
                   25156: 
                   25157:        * src/: include/pa_pool.h, include/pa_request.h,
                   25158:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   25159:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   25160:          VAliased just compiled
                   25161: 
                   25162:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   25163:          include/pa_vobject.h, main/execute.C: alias dead end
                   25164: 
                   25165:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25166:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25167:          main/main.dsp: no not get fields into interm VFielded class.
                   25168:          fields & staticfields 1
                   25169: 
                   25170:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   25171:          include/pa_vobject.h, include/pa_wcontext.h,
                   25172:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   25173:          main/main.dsp: would now get fields into interm VFielded class
                   25174: 
                   25175:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25176:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25177:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25178:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   25179:          main/pa_wcontext.C: virtuals2
                   25180: 
                   25181:        * src/main/compile.y: : 1
                   25182: 
                   25183:        * src/main/compile.y: rethought to $class:static.field.subfield
                   25184: 
                   25185:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   25186:          $class:element
                   25187: 
                   25188:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25189:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   25190:          main/pa_wcontext.C: before execute class calls rewrite
                   25191: 
                   25192:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   25193:          name RUN, also alias
                   25194: 
                   25195:        * src/main/compile.y: escaping bug
                   25196: 
                   25197:        * src/: include/pa_request.h, include/pa_value.h,
                   25198:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   25199:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   25200: 
                   25201:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25202:          include/pa_vmframe.h, include/pa_vobject.h,
                   25203:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25204:          main/compile_tools.h, main/execute.C: ^class:method() just
                   25205:          compiled
                   25206: 
                   25207: 2001-02-24  paf
                   25208: 
                   25209:        * src/main/main.dsp: no bison -d
                   25210: 
                   25211:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   25212:          class' err msg wrong
                   25213: 
                   25214:        * src/main/compile.y: z
                   25215: 
                   25216:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   25217: 
                   25218:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   25219:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   25220: 
                   25221:        * src/: include/pa_vclass.h, main/core.C: z
                   25222: 
                   25223:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25224:          include/pa_vobject.h, main/main.dsp: vobject00
                   25225: 
                   25226:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   25227:          60% from 1 were 0
                   25228: 
                   25229:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   25230:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   25231:          as bad as you've named it: wcontext.value() was not a perfect
                   25232:          idea
                   25233: 
                   25234:        * src/main/execute.C: codeframe1
                   25235: 
                   25236:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   25237:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   25238:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25239:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25240:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   25241:          just compiled
                   25242: 
                   25243:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   25244:          ideology @: ^x{$a()) must construct current wcontext element, so
                   25245:          smart wcontext handling needed
                   25246: 
                   25247:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   25248:          klinch
                   25249: 
                   25250:        * src/main/: compile.y, execute.C: fixed empty constructor
                   25251:          optimized empty case. failed on calls - produced empty string
                   25252:          param
                   25253: 
                   25254:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   25255: 
                   25256:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   25257:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   25258:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25259:          main/execute.C: code junctions0. something wrong with last \n
                   25260:          macrotemplate strip
                   25261: 
                   25262:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   25263:          main/pa_value.C: minor error reporting format beautifyings
                   25264: 
                   25265:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25266:          include/pa_vframe.h, main/core.C, main/execute.C,
                   25267:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   25268:          junctions0
                   25269: 
                   25270: 2001-02-23  paf
                   25271: 
                   25272:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   25273:          pa_wwrapper.h: lara came, can't work, sorry :(
                   25274: 
                   25275:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   25276:          junction
                   25277: 
                   25278:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   25279:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   25280:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   25281: 
                   25282:        * src/: include/pa_hash.h, include/pa_value.h,
                   25283:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   25284:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   25285:          done
                   25286: 
                   25287:        * src/include/pa_wcontext.h: z
                   25288: 
                   25289:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   25290:          wrong grammar in complex constructor case
                   25291: 
                   25292:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   25293: 
                   25294:        * src/main/execute.C: with result rwpool
                   25295: 
                   25296:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   25297:          main/main.dsp: value named
                   25298: 
                   25299:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   25300:          strign 2 value in 2 places in execute
                   25301: 
                   25302:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   25303:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   25304:          wcontext.put_element when wcontext fvalue==0
                   25305: 
                   25306: 2001-02-22  paf
                   25307: 
                   25308:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25309:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   25310:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   25311: 
                   25312:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   25313:          erroreos checkout
                   25314: 
                   25315:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   25316: 
                   25317:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   25318:          main/compile_tools.h, main/pa_array.C: $self.get
                   25319: 
                   25320:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   25321: 
                   25322:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   25323:          bit. finished now.
                   25324: 
                   25325:        * src/main/compile.y: $: finished
                   25326: 
                   25327:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   25328: 
                   25329:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   25330:          main/execute.C: OP_STRING better then some xxx _VALUE
                   25331: 
                   25332:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   25333:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25334:          string to vstring it .y all
                   25335: 
                   25336:        * src/: include/pa_request.h, include/pa_stack.h,
                   25337:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   25338:          all
                   25339: 
                   25340:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   25341:          precise parse error line:col
                   25342: 
                   25343:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   25344:          main/pa_hash.C, main/pa_pool.C: TRY...
                   25345: 
                   25346:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25347:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   25348:          main/compile.C, main/compile.y, main/compile_tools.C,
                   25349:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   25350:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   25351:          main/pa_table.C: removed exception from request
                   25352: 
                   25353:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   25354:          some forgotten
                   25355: 
                   25356:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25357:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   25358:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   25359:          get/put simple vars to VClass works0
                   25360: 
                   25361:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   25362:          main/pa_string.C: in process, but found that exceptions are too
                   25363:          global
                   25364: 
                   25365:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   25366:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   25367:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   25368:          seems wcontext must write strings regardles of fvalue!=0
                   25369: 
                   25370: 2001-02-21  paf
                   25371: 
                   25372:        * src/main/execute.C: tired :)
                   25373: 
                   25374:        * src/main/: compile.C, compile.y, execute.C: store0
                   25375: 
                   25376:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   25377:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   25378:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25379:          main/execute.C, main/main.dsp, main/pa_array.C,
                   25380:          main/pa_request.C: get put -1 [just compiled]
                   25381: 
                   25382:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   25383:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   25384:          main/main.dsp, main/pa_request.C: request core methods0
                   25385: 
                   25386:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   25387:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   25388:          execute
                   25389: 
                   25390:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   25391:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   25392:          methods and one_big_piece. now compile returns array<method*>
                   25393: 
                   25394:        * src/main/compile.y: more straightforward yylex[end]
                   25395: 
                   25396:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   25397:          string.operator==(char*)
                   25398: 
                   25399:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   25400:          main/execute.C, main/pa_array.C: after array.const get wonders
                   25401: 
                   25402:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   25403:          pa_string.h, pa_value.h: struck with const array.gets
                   25404: 
                   25405:        * src/main/: execute.C: z
                   25406: 
                   25407:        * src/main/: compile.y, execute.C: z
                   25408: 
                   25409:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   25410:          processing in eval & yyerror so it wouldn't cause memleaks.
                   25411: 
                   25412:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   25413:          parse error positions. leaving RIGHTMOST position as
                   25414:          @file[line:col]
                   25415: 
                   25416:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   25417:          main/compile_tools.h: line numbers needed. would add them to .y
                   25418:          now internally. externally it's not as precise as needed
                   25419: 
                   25420:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   25421:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   25422:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   25423:          compiler works ok
                   25424: 
                   25425: 2001-02-20  paf
                   25426: 
                   25427:        * src/main/: compile.C, compile.y, compile_tools.C,
                   25428:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   25429:          not perfect
                   25430: 
                   25431:        * src/: include/code.h, include/compile.h, include/execute.h,
                   25432:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   25433:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25434:          main/compile.C, main/compile.y, main/compile_tools.C,
                   25435:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   25436:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   25437:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   25438:          compiled.  execute=dump for now
                   25439: 
                   25440:        * src/main/core.C: core rewrite using yacc investigations now will
                   25441:          be compile[yacc]/execute[opcodes]
                   25442: 
                   25443: 2001-02-15  paf
                   25444: 
                   25445:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   25446:          rewrite as turing machine? for it seems it would be it's too many
                   25447:          ifs with this syntax now
                   25448: 
                   25449: 2001-02-14  paf
                   25450: 
                   25451:        * src/main/core.C: get_params 1
                   25452: 
                   25453:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   25454:          :( ]
                   25455: 
                   25456:        * src/main/core.C: varios breaks
                   25457: 
                   25458:        * src/main/core.C: get names 3
                   25459: 
                   25460:        * src/main/core.C: get names 2
                   25461: 
                   25462:        * src/main/core.C: get names 1
                   25463: 
                   25464:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   25465:          names 0
                   25466: 
                   25467:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   25468:          text repassing2 operator static vars
                   25469: 
                   25470:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   25471:          main/pa_string.C: process text repassing
                   25472: 
                   25473:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   25474:          module:calls changes
                   25475: 
                   25476: 2001-02-13  paf
                   25477: 
                   25478:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   25479:          ^class:calls[] started
                   25480: 
                   25481:        * src/: include/pa_value.h, main/core.C: z
                   25482: 
                   25483:        * src/main/core.C: operators : and self. prefixes
                   25484: 
                   25485:        * src/main/core.C: z
                   25486: 
                   25487:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   25488:          tested
                   25489: 
                   25490:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   25491:          optimized
                   25492: 
                   25493:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   25494:          would change privates to better support optimization
                   25495: 
                   25496:        * src/: include/pa_string.h, main/pa_string.C:
                   25497:          String_iterator::skip_to todo:optimize
                   25498: 
                   25499: 2001-02-12  paf
                   25500: 
                   25501:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   25502:          String_iterator
                   25503: 
                   25504:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   25505:          comments
                   25506: 
                   25507:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   25508:          self/methodref joined
                   25509: 
                   25510: 2001-02-11  paf
                   25511: 
                   25512:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   25513:          main/main.dsp: core started.  core.C, context&value .h
                   25514: 
                   25515:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25516:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   25517:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   25518: 
                   25519: 2001-01-30  paf
                   25520: 
                   25521:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   25522:          comments
                   25523: 
                   25524:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   25525:          main/pa_pool.C: moved pa_pool.C to be target specific
                   25526: 
                   25527:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25528:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   25529:          to & changes
                   25530: 
                   25531:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25532:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   25533:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   25534:          re-associated. that's much better even removed 'die' necessety
                   25535: 
                   25536:        * src/: include/pa_error.h, include/pa_exception.h,
                   25537:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   25538:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   25539:          targets/Makefile.am: lowered targets/parser into subdir, added
                   25540:          parser_Pool(Pool) failed to add. would think..
                   25541: 
                   25542:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   25543:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   25544:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   25545:          hence lots of 'const'
                   25546: 
                   25547:        * src/: include/pa_error.h, include/pa_request.h,
                   25548:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   25549:          main/pa_table.C: Error fixed
                   25550: 
                   25551: 2001-01-29  paf
                   25552: 
                   25553:        * src/: include/pa_array.h, include/pa_common.h,
                   25554:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   25555:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   25556:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   25557:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   25558: 
                   25559:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25560:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25561:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   25562:          main/pa_string.C, main/pa_table.C: Request Error Table
                   25563: 
                   25564:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   25565:          templates"
                   25566: 
                   25567:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   25568:          main/main.dsp, main/pa_array.C: templates failed no template
                   25569:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   25570:          2.95.2-6 from latest cygwin]
                   25571: 
                   25572:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25573:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25574:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   25575:          main/pa_table.C: Table started would test template Array now
                   25576: 
                   25577:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   25578:          String originating
                   25579: 
                   25580:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   25581:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   25582:          SYNCHRONIZED(thread_safe)
                   25583: 
                   25584:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   25585:          parts to top
                   25586: 
                   25587:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   25588:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   25589:          see: needed only in global Hash now, made Hash:: put/get
                   25590:          SYNCHRONIZED
                   25591: 
                   25592:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   25593:          main/pa_threads.C: added pa_threads
                   25594: 
                   25595:          Mutex
                   25596: 
                   25597:        * src/include/pa_hash.h: some comments
                   25598: 
                   25599:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   25600:          Array& operator += (Array& src)
                   25601: 
                   25602:        * src/main/pa_array.C: expand not convinient, would rewrite
                   25603: 
                   25604:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   25605:          (Array& src)
                   25606: 
                   25607:          rethought, would change now
                   25608: 
                   25609: 2001-01-27  paf
                   25610: 
                   25611:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   25612:          caching
                   25613: 
                   25614:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25615:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   25616:          cache rethought to chunk caching
                   25617: 
                   25618:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25619:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   25620:          main/pa_hash.C, main/pa_string.C: Array 0
                   25621: 
                   25622:        * src/main/pa_string.C: String::operator ==
                   25623: 
                   25624:        * src/main/pa_hash.C: String(&String)
                   25625: 
                   25626:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   25627: 
                   25628:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   25629:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   25630:          pa_hash[forgotten]
                   25631: 
                   25632: 2001-01-26  paf
                   25633: 
                   25634:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   25635:          removed templates [vc++ suxx]
                   25636: 
                   25637:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   25638:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   25639: 
                   25640:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   25641: 
1.119     moko     25642:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     25643: 
1.119     moko     25644:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     25645:          check
                   25646: 
                   25647:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   25648:          dynamic row_count
                   25649: 
                   25650:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   25651:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   25652:          targets/Makefile.am: Initial revision
                   25653: 
                   25654:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   25655:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   25656:          targets/Makefile.am: creating parser3 module
                   25657: 

E-mail: